forked from MapComplete/MapComplete
Chore: translation sync
This commit is contained in:
parent
1456b68dbc
commit
81876fc5ed
17 changed files with 267 additions and 252 deletions
|
@ -623,6 +623,11 @@
|
|||
"description": "a number",
|
||||
"feedback": "This is not a number"
|
||||
},
|
||||
"id": {
|
||||
"description": "an identifier",
|
||||
"invalidCharacter": "An id can only contain letters, digits and underscores",
|
||||
"shouldBeLonger": "An id should be at least 3 characters long"
|
||||
},
|
||||
"int": {
|
||||
"description": "a whole number"
|
||||
},
|
||||
|
|
|
@ -4893,6 +4893,33 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"last_click": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Crea una nova nota del mapa"
|
||||
}
|
||||
},
|
||||
"render": "Afegir nou element"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Afegeix un nou punt o nota"
|
||||
},
|
||||
"1": {
|
||||
"then": "Afegeix una nova nota"
|
||||
},
|
||||
"2": {
|
||||
"then": "Afegeix un nou punt"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"map": {
|
||||
"description": "Un mapa",
|
||||
"name": "Mapes",
|
||||
|
@ -8517,33 +8544,6 @@
|
|||
"render": "Arbre"
|
||||
}
|
||||
},
|
||||
"undefined": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Crea una nova nota del mapa"
|
||||
}
|
||||
},
|
||||
"render": "Afegir nou element"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Afegeix un nou punt o nota"
|
||||
},
|
||||
"1": {
|
||||
"then": "Afegeix una nova nota"
|
||||
},
|
||||
"2": {
|
||||
"then": "Afegeix un nou punt"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"usersettings": {
|
||||
"description": "Una capa especial que no està pensada per mostrar-se en un mapa, però que s'utilitza per configurar la configuració de l'usuari",
|
||||
"tagRenderings": {
|
||||
|
|
|
@ -1622,6 +1622,15 @@
|
|||
"indoors": {
|
||||
"description": "Základní mapování interiérů: zobrazuje obrysy místností"
|
||||
},
|
||||
"last_click": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"render": "Klikněte zde pro přidání nové položky"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"maxspeed": {
|
||||
"description": "Zobrazuje povolenou rychlost pro každou silnici"
|
||||
},
|
||||
|
@ -1935,15 +1944,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"undefined": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"render": "Klikněte zde pro přidání nové položky"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"usersettings": {
|
||||
"tagRenderings": {
|
||||
"picture-license": {
|
||||
|
|
|
@ -2076,6 +2076,15 @@
|
|||
"gps_track": {
|
||||
"name": "Dit tilbagelagte spor"
|
||||
},
|
||||
"last_click": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"render": "Klik her for at tilføje et nyt punkt"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"questions": {
|
||||
"tagRenderings": {
|
||||
"description": {
|
||||
|
@ -2926,15 +2935,6 @@
|
|||
"render": "Træ"
|
||||
}
|
||||
},
|
||||
"undefined": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"render": "Klik her for at tilføje et nyt punkt"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"usersettings": {
|
||||
"tagRenderings": {
|
||||
"cscount-thanks": {
|
||||
|
|
|
@ -5716,6 +5716,33 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"last_click": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Hinweis auf der Karte hinzufügen"
|
||||
}
|
||||
},
|
||||
"render": "Hier klicken, um ein neues Element hinzuzufügen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Objekt oder Hinweis auf der Karte hinzufügen"
|
||||
},
|
||||
"1": {
|
||||
"then": "Hinweis hinzufügen"
|
||||
},
|
||||
"2": {
|
||||
"then": "Objekt hinzufügen"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"map": {
|
||||
"description": "Eine Karte, die für Touristen gedacht ist und dauerhaft im öffentlichen Raum aufgestellt ist",
|
||||
"name": "Karten",
|
||||
|
@ -9524,33 +9551,6 @@
|
|||
"render": "Baum"
|
||||
}
|
||||
},
|
||||
"undefined": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Hinweis auf der Karte hinzufügen"
|
||||
}
|
||||
},
|
||||
"render": "Hier klicken, um ein neues Element hinzuzufügen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Objekt oder Hinweis auf der Karte hinzufügen"
|
||||
},
|
||||
"1": {
|
||||
"then": "Hinweis hinzufügen"
|
||||
},
|
||||
"2": {
|
||||
"then": "Objekt hinzufügen"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"usersettings": {
|
||||
"description": "Eine spezielle Ebene, die nicht für die Darstellung auf einer Karte gedacht ist, sondern für die Festlegung von Benutzereinstellungen verwendet wird",
|
||||
"tagRenderings": {
|
||||
|
|
|
@ -5348,6 +5348,16 @@
|
|||
"render": "Your travelled path"
|
||||
}
|
||||
},
|
||||
"guidepost": {
|
||||
"description": "Guideposts (also known as fingerposts or finger posts) are often found along official hiking/cycling/riding/skiing routes to indicate the directions to different destinations",
|
||||
"name": "Guideposts",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "A guidepost (also known as fingerpost) is often found along official hiking/cycling/riding/skiing routes to indicate the directions to different destinations",
|
||||
"title": "a guidepost"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hackerspace": {
|
||||
"description": "Hackerspace",
|
||||
"name": "Hackerspace",
|
||||
|
@ -5884,6 +5894,33 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"last_click": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Create a new map note"
|
||||
}
|
||||
},
|
||||
"render": "Click here to add a new item"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Add a new point or add a note"
|
||||
},
|
||||
"1": {
|
||||
"then": "Add a new note"
|
||||
},
|
||||
"2": {
|
||||
"then": "Add a new point"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"map": {
|
||||
"description": "A map, meant for tourists which is permanently installed in the public space",
|
||||
"name": "Maps",
|
||||
|
@ -9754,33 +9791,6 @@
|
|||
"render": "Tree"
|
||||
}
|
||||
},
|
||||
"undefined": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Create a new map note"
|
||||
}
|
||||
},
|
||||
"render": "Click here to add a new item"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Add a new point or add a note"
|
||||
},
|
||||
"1": {
|
||||
"then": "Add a new note"
|
||||
},
|
||||
"2": {
|
||||
"then": "Add a new point"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"usersettings": {
|
||||
"description": "A special layer which is not meant to be shown on a map, but which is used to set user settings",
|
||||
"tagRenderings": {
|
||||
|
|
|
@ -2980,6 +2980,15 @@
|
|||
"render": "Panel informativo"
|
||||
}
|
||||
},
|
||||
"last_click": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"render": "Haga clic aquí para añadir un nuevo ítem"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"map": {
|
||||
"description": "Un mapa, pensado para turistas y que está instalado de manera permanente en un espacio público",
|
||||
"name": "Mapas",
|
||||
|
@ -4768,15 +4777,6 @@
|
|||
"render": "Árbol"
|
||||
}
|
||||
},
|
||||
"undefined": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"render": "Haga clic aquí para añadir un nuevo ítem"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"usersettings": {
|
||||
"tagRenderings": {
|
||||
"picture-license": {
|
||||
|
|
|
@ -1,4 +1,13 @@
|
|||
{
|
||||
"last_click": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"render": "I-click ito para mag-dagdag ng bagong bagay"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"questions": {
|
||||
"tagRenderings": {
|
||||
"description": {
|
||||
|
@ -125,14 +134,5 @@
|
|||
"question": "Ano ang nau-ukol na entidad sa Wikidata?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"undefined": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"render": "I-click ito para mag-dagdag ng bagong bagay"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3961,6 +3961,33 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"last_click": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Créer une nouvelle note de carte"
|
||||
}
|
||||
},
|
||||
"render": "Cliquez ici pour ajouter un élément"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ajouter un nouveau point ou ajouter une note"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ajouter une nouvelle note"
|
||||
},
|
||||
"2": {
|
||||
"then": "Ajouter un nouveau point"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"map": {
|
||||
"description": "Une carte, destinée aux touristes, installée en permanence dans l'espace public",
|
||||
"name": "Cartes",
|
||||
|
@ -6420,33 +6447,6 @@
|
|||
"render": "Arbre"
|
||||
}
|
||||
},
|
||||
"undefined": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Créer une nouvelle note de carte"
|
||||
}
|
||||
},
|
||||
"render": "Cliquez ici pour ajouter un élément"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ajouter un nouveau point ou ajouter une note"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ajouter une nouvelle note"
|
||||
},
|
||||
"2": {
|
||||
"then": "Ajouter un nouveau point"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"usersettings": {
|
||||
"tagRenderings": {
|
||||
"all-questions-at-once": {
|
||||
|
|
|
@ -618,6 +618,15 @@
|
|||
"render": "Hackerspace"
|
||||
}
|
||||
},
|
||||
"last_click": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"render": "Új elem hozzáadásához kattints ide"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"postboxes": {
|
||||
"description": "Postaládákat megjelenítő réteg.",
|
||||
"name": "Postaládák",
|
||||
|
@ -902,15 +911,6 @@
|
|||
"shops": {
|
||||
"description": "Egy bolt"
|
||||
},
|
||||
"undefined": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"render": "Új elem hozzáadásához kattints ide"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"waste_basket": {
|
||||
"description": "Ez egy nyilvános szemétkosár vagy kuka, ahová kidobhatod a szemetedet."
|
||||
},
|
||||
|
|
|
@ -364,6 +364,15 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"last_click": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"render": "Klik di sini untuk menambahkan item baru"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"playground": {
|
||||
"tagRenderings": {
|
||||
"playground-email": {
|
||||
|
@ -672,15 +681,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"undefined": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"render": "Klik di sini untuk menambahkan item baru"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"usersettings": {
|
||||
"tagRenderings": {
|
||||
"translation-completeness": {
|
||||
|
|
|
@ -1442,6 +1442,15 @@
|
|||
"render": "Pannello informativo"
|
||||
}
|
||||
},
|
||||
"last_click": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"render": "Aggiungi nuovo elemento"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"map": {
|
||||
"description": "Una mappa, destinata ai turisti e che è sistemata in maniera permanente in uno spazio pubblico",
|
||||
"name": "Mappe",
|
||||
|
@ -2615,15 +2624,6 @@
|
|||
"render": "Albero"
|
||||
}
|
||||
},
|
||||
"undefined": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"render": "Aggiungi nuovo elemento"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"viewpoint": {
|
||||
"description": "Un punto panoramico che offre una bella vista. L'ideale è aggiungere un'immagine, se nessun'altra categoria è appropriata",
|
||||
"name": "Punto panoramico",
|
||||
|
|
|
@ -508,6 +508,15 @@
|
|||
"render": "Brannhydrant"
|
||||
}
|
||||
},
|
||||
"last_click": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"render": "Legg til nytt element"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"postboxes": {
|
||||
"name": "Postbokser",
|
||||
"title": {
|
||||
|
@ -793,15 +802,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"undefined": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"render": "Legg til nytt element"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"usersettings": {
|
||||
"tagRenderings": {
|
||||
"translation-completeness": {
|
||||
|
|
|
@ -5363,6 +5363,33 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"last_click": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Maak een nieuwe kaartnotitie"
|
||||
}
|
||||
},
|
||||
"render": "Klik hier om een item toe te voegen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Voeg een nieuw punt of een nieuwe kaartnota toe"
|
||||
},
|
||||
"1": {
|
||||
"then": "Voeg een nieuwe kaartnota toe"
|
||||
},
|
||||
"2": {
|
||||
"then": "Voeg een nieuw punt toe"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"map": {
|
||||
"description": "Een permantent geinstalleerde kaart",
|
||||
"name": "Kaarten",
|
||||
|
@ -8900,33 +8927,6 @@
|
|||
"render": "Boom"
|
||||
}
|
||||
},
|
||||
"undefined": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Maak een nieuwe kaartnotitie"
|
||||
}
|
||||
},
|
||||
"render": "Klik hier om een item toe te voegen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Voeg een nieuw punt of een nieuwe kaartnota toe"
|
||||
},
|
||||
"1": {
|
||||
"then": "Voeg een nieuwe kaartnota toe"
|
||||
},
|
||||
"2": {
|
||||
"then": "Voeg een nieuw punt toe"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"usersettings": {
|
||||
"description": "Een speciale lag die niet getoond wordt op de kaart, maar die de instellingen van de gebruiker weergeeft",
|
||||
"tagRenderings": {
|
||||
|
|
|
@ -1755,6 +1755,33 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"last_click": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Utwórz nową notatkę na mapie"
|
||||
}
|
||||
},
|
||||
"render": "Kliknij tutaj, aby dodać nowy obiekt"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dodaj nowy punkt lub dodaj notatkę"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dodaj nową notatkę"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dodaj nowy punkt"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"map": {
|
||||
"description": "Mapa, przeznaczona dla turystów, która jest zainstalowana w przestrzeni publicznej na stałe",
|
||||
"name": "Mapy",
|
||||
|
@ -2622,33 +2649,6 @@
|
|||
"render": "Szkoła <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"undefined": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Utwórz nową notatkę na mapie"
|
||||
}
|
||||
},
|
||||
"render": "Kliknij tutaj, aby dodać nowy obiekt"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dodaj nowy punkt lub dodaj notatkę"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dodaj nową notatkę"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dodaj nowy punkt"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"windturbine": {
|
||||
"title": {
|
||||
"mappings": {
|
||||
|
|
|
@ -806,6 +806,15 @@
|
|||
"render": "Bicicleta fantasma"
|
||||
}
|
||||
},
|
||||
"last_click": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"render": "Adicionar novo item"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"questions": {
|
||||
"tagRenderings": {
|
||||
"description": {
|
||||
|
@ -1110,15 +1119,6 @@
|
|||
"render": "Árvore"
|
||||
}
|
||||
},
|
||||
"undefined": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"render": "Adicionar novo item"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"usersettings": {
|
||||
"description": "Uma camada especial que não deve ser mostrada em um mapa, mas que é usada para definir as configurações do usuário",
|
||||
"tagRenderings": {
|
||||
|
|
|
@ -562,6 +562,15 @@
|
|||
"description": "顯示消防栓的地圖圖層。",
|
||||
"name": "消防栓地圖"
|
||||
},
|
||||
"last_click": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"render": "點這邊新增新項目"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"postboxes": {
|
||||
"description": "這圖層顯示郵筒。",
|
||||
"name": "郵筒",
|
||||
|
@ -729,15 +738,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"undefined": {
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"render": "點這邊新增新項目"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"usersettings": {
|
||||
"tagRenderings": {
|
||||
"translation-completeness": {
|
||||
|
|
Loading…
Reference in a new issue