forked from MapComplete/MapComplete
Housekeeping: translation sync, fix bug
This commit is contained in:
parent
7eb6e28b5d
commit
853e8dcb3c
22 changed files with 2019 additions and 1992 deletions
|
@ -170,7 +170,8 @@
|
|||
"pt_BR": "O número da casa é <b>{addr:housenumber}</b>",
|
||||
"he": "מספר הבית הוא <b>{addr:housenumber}</b>",
|
||||
"eu": "Etxearen zenbakia <b>{addr:housenumber}</b> da",
|
||||
"it": "Il numero civico della casa è <b>{addr:housenumber}</b>"
|
||||
"it": "Il numero civico della casa è <b>{addr:housenumber}</b>",
|
||||
"zh_Hant": "門牌號碼是 <b>{addr:housenumber}</b>"
|
||||
},
|
||||
"question": {
|
||||
"en": "What is the number of this house?",
|
||||
|
@ -191,7 +192,8 @@
|
|||
"pt_BR": "Qual é o número desta casa?",
|
||||
"he": "מה המספר של הבית הזה?",
|
||||
"eu": "Zein da etxe honen zenbakia?",
|
||||
"it": "Qual è il numero civico di questa casa?"
|
||||
"it": "Qual è il numero civico di questa casa?",
|
||||
"zh_Hant": "這間房子的門牌號碼是多少?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "addr:housenumber",
|
||||
|
@ -273,7 +275,8 @@
|
|||
"pt_BR": "Em que rua fica esse endereço?",
|
||||
"he": "באיזה רחוב נמצאת הכתובת הזו?",
|
||||
"eu": "Zein kaletan dago helbide hori?",
|
||||
"it": "Qual è la via in cui si trova?"
|
||||
"it": "Qual è la via in cui si trova?",
|
||||
"zh_Hant": "地址所在的道路是?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "addr:street"
|
||||
|
|
|
@ -13,7 +13,8 @@
|
|||
"pl": "Reklama",
|
||||
"pt_BR": "Anunciar",
|
||||
"zh_Hans": "广告",
|
||||
"it": "Pubblicità"
|
||||
"it": "Pubblicità",
|
||||
"zh_Hant": "廣告"
|
||||
},
|
||||
"description": {
|
||||
"ca": "Completarem les dades dels elements publicitaris amb referència, operador i il·luminació",
|
||||
|
|
|
@ -219,7 +219,8 @@
|
|||
"cs": "Cyklista ji může projet.",
|
||||
"ca": "Un ciclista pot passar-hi.",
|
||||
"pt_BR": "Um ciclista pode passar por isso.",
|
||||
"pt": "Um ciclista pode passar por isto."
|
||||
"pt": "Um ciclista pode passar por isto.",
|
||||
"zh_Hant": "單車騎士能夠穿越。"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -235,7 +236,8 @@
|
|||
"cs": "Cyklista tudy nemůže projet.",
|
||||
"ca": "Un ciclista no pot passar-hi.",
|
||||
"pt_BR": "Um ciclista não pode passar por isso.",
|
||||
"pt": "Um ciclista não pode passar por isst."
|
||||
"pt": "Um ciclista não pode passar por isst.",
|
||||
"zh_Hant": "單車騎士無法穿越。"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -499,9 +499,9 @@
|
|||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "How many bicycles fit in this bicycle parking (including possible cargo bicycles)?",
|
||||
"en": "How many bicycles fit in this bicycle parking?",
|
||||
"fr": "Combien de vélos entrent dans ce parking à vélos (y compris les éventuels vélos de transport) ?",
|
||||
"nl": "Hoeveel fietsen kunnen in deze fietsparking (inclusief potentiëel bakfietsen)?",
|
||||
"nl": "Hoeveel fietsen kunnen in deze fietsparking?",
|
||||
"gl": "Cantas bicicletas caben neste aparcadoiro de bicicletas (incluídas as posíbeis bicicletas de carga)?",
|
||||
"de": "Wie viele Fahrräder passen auf diesen Fahrrad-Parkplatz (einschließlich möglicher Lastenfahrräder)?",
|
||||
"it": "Quante biciclette entrano in questo parcheggio per bici (incluse le eventuali bici cargo)?",
|
||||
|
|
|
@ -10,7 +10,8 @@
|
|||
}
|
||||
},
|
||||
"name": {
|
||||
"en": "Memorials"
|
||||
"en": "Memorials",
|
||||
"de": "Denkmäler"
|
||||
},
|
||||
"title": {
|
||||
"render": {
|
||||
|
@ -71,13 +72,15 @@
|
|||
{
|
||||
"id": "memorial-type",
|
||||
"question": {
|
||||
"en": "What type of memorial is this?"
|
||||
"en": "What type of memorial is this?",
|
||||
"de": "Was für eine Art von Denkmal ist das?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "memorial=statue",
|
||||
"then": {
|
||||
"en": "This is a statue"
|
||||
"en": "This is a statue",
|
||||
"de": "Das ist eine Statue"
|
||||
},
|
||||
"addExtraTags": [
|
||||
"tourism=artwork",
|
||||
|
@ -87,13 +90,15 @@
|
|||
{
|
||||
"if": "memorial=plaque",
|
||||
"then": {
|
||||
"en": "This is a plaque"
|
||||
"en": "This is a plaque",
|
||||
"de": "Dies ist eine Gedenktafel"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "memorial=bench",
|
||||
"then": {
|
||||
"en": "This is a commemorative bench"
|
||||
"en": "This is a commemorative bench",
|
||||
"de": "Dies ist eine Gedenkbank"
|
||||
},
|
||||
"addExtraTags": [
|
||||
"amenity=bench"
|
||||
|
@ -102,7 +107,8 @@
|
|||
{
|
||||
"if": "memorial=ghost_bike",
|
||||
"then": {
|
||||
"en": "This is a ghost bike - a bicycle painted white to remember a cyclist whom deceased because of a car crash"
|
||||
"en": "This is a ghost bike - a bicycle painted white to remember a cyclist whom deceased because of a car crash",
|
||||
"de": "Dies ist ein Geisterrad - ein Fahrrad weiß lackiert, um an einen Radfahrer zu erinnern, der wegen eines Autounfalls verstorben ist"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -131,7 +137,8 @@
|
|||
{
|
||||
"if": "not:inscription=yes",
|
||||
"then": {
|
||||
"en": "This memorial does not have an inscription"
|
||||
"en": "This memorial does not have an inscription",
|
||||
"de": "Dieses Denkmal hat keine Inschrift"
|
||||
},
|
||||
"addExtraTags": [
|
||||
"inscription="
|
||||
|
@ -146,10 +153,12 @@
|
|||
"type": "wikidata"
|
||||
},
|
||||
"question": {
|
||||
"en": "What is the Wikipedia page about this memorial?"
|
||||
"en": "What is the Wikipedia page about this memorial?",
|
||||
"de": "Was ist die Wikipedia-Seite über dieses Denkmal?"
|
||||
},
|
||||
"questionHint": {
|
||||
"en": "This is a about the memorial itself, not about the person or event that the memorial remembers. If this memorial does not have a Wikipedia page or Wikidata entity, skip this question."
|
||||
"en": "This is a about the memorial itself, not about the person or event that the memorial remembers. If this memorial does not have a Wikipedia page or Wikidata entity, skip this question.",
|
||||
"de": "Hier geht es um das Denkmal selbst, nicht um die Person oder das Ereignis, an das die Denkmal erinnert. Wenn diese Gedenkstätte keine Wikipedia-Seite oder Wikidata-Entität hat, überspringe diese Frage."
|
||||
},
|
||||
"render": {
|
||||
"special": {
|
||||
|
@ -157,7 +166,8 @@
|
|||
"keyToShowWikipediaFor": "wikidata"
|
||||
},
|
||||
"before": {
|
||||
"en": "<h3>Wikipedia page about the memorial</h3>"
|
||||
"en": "<h3>Wikipedia page about the memorial</h3>",
|
||||
"de": "<h3>Wikipedia-Seite über das Denkmal</h3>"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -171,10 +181,12 @@
|
|||
]
|
||||
},
|
||||
"question": {
|
||||
"en": "What is the Wikipedia page about the person or event that is remembered here?"
|
||||
"en": "What is the Wikipedia page about the person or event that is remembered here?",
|
||||
"de": "Was ist die Wikipedia-Seite über die Person oder Veranstaltung, die hier erinnert wird?"
|
||||
},
|
||||
"questionHint": {
|
||||
"en": "If the person or event does not have a Wikipedia page or Wikidata entity, skip this question."
|
||||
"en": "If the person or event does not have a Wikipedia page or Wikidata entity, skip this question.",
|
||||
"de": "Wenn die Person oder das Ereignis keine Wikipedia-Seite oder Wikidata-Entität hat, überspringe diese Frage."
|
||||
},
|
||||
"render": {
|
||||
"special": {
|
||||
|
@ -182,13 +194,15 @@
|
|||
"keyToShowWikipediaFor": "subject:wikidata"
|
||||
},
|
||||
"before": {
|
||||
"en": "<h3>Wikipedia page about the remembered event or person</h3>"
|
||||
"en": "<h3>Wikipedia page about the remembered event or person</h3>",
|
||||
"de": "<h3>Wikipedia-Seite über das erinnerte Ereignis oder die Person</h3>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "When was this memorial installed?"
|
||||
"en": "When was this memorial installed?",
|
||||
"de": "Wann wurde dieses Denkmal installiert?"
|
||||
},
|
||||
"render": {
|
||||
"nl": "Geplaatst op {start_date}",
|
||||
|
@ -220,7 +234,8 @@
|
|||
"presets": [
|
||||
{
|
||||
"title": {
|
||||
"en": "a memorial"
|
||||
"en": "a memorial",
|
||||
"de": "ein Denkmal"
|
||||
},
|
||||
"tags": [
|
||||
"historic=memorial"
|
||||
|
|
|
@ -733,7 +733,8 @@
|
|||
"if": "opening_hours=closed",
|
||||
"then": {
|
||||
"en": "Marked as closed for an unspecified time",
|
||||
"nl": "Gesloten voor onbepaalde duur"
|
||||
"nl": "Gesloten voor onbepaalde duur",
|
||||
"de": "Als geschlossen für eine unbestimmte Zeit markiert"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
}
|
||||
|
|
|
@ -26,7 +26,8 @@
|
|||
"da": "Indstillinger",
|
||||
"ca": "Configuració",
|
||||
"cs": "Nastavení",
|
||||
"fi": "Asetukset"
|
||||
"fi": "Asetukset",
|
||||
"zh_Hant": "設定"
|
||||
}
|
||||
},
|
||||
"pointRendering": null,
|
||||
|
|
|
@ -347,6 +347,10 @@
|
|||
"if": "theme=maxspeed",
|
||||
"then": "./assets/themes/maxspeed/maxspeed_logo.svg"
|
||||
},
|
||||
{
|
||||
"if": "theme=memorials",
|
||||
"then": "./assets/layers/memorial/memorial.svg"
|
||||
},
|
||||
{
|
||||
"if": "theme=nature",
|
||||
"then": "./assets/themes/nature/logo.svg"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue