forked from MapComplete/MapComplete
Translation sync
This commit is contained in:
parent
aafd8434dd
commit
d9a323d477
31 changed files with 569 additions and 429 deletions
|
@ -258,12 +258,12 @@
|
|||
"tagRenderings": {
|
||||
"bench_at_pt-bench_type": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Stehbank"
|
||||
},
|
||||
"0": {
|
||||
"then": "Hier gibt es eine normale Sitzbank"
|
||||
},
|
||||
"1": {
|
||||
"then": "Stehbank"
|
||||
},
|
||||
"2": {
|
||||
"then": "Hier gibt es keine Bank"
|
||||
}
|
||||
|
@ -433,25 +433,17 @@
|
|||
"title": "Fahrrad-Reinigungsdienst"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Fahrrad-Reinigungsdienst<i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Fahrrad-Reinigungsdienst"
|
||||
},
|
||||
"tagRenderings": {
|
||||
"bike_cleaning-charge": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Kostenloser Reinigungsservice"
|
||||
},
|
||||
"2": {
|
||||
"then": "Der Reinigungsservice ist kostenpflichtig"
|
||||
},
|
||||
"1": {
|
||||
"then": "Kostenlose Nutzung"
|
||||
},
|
||||
"2": {
|
||||
"then": "Der Reinigungsservice ist kostenpflichtig"
|
||||
}
|
||||
},
|
||||
"question": "Wie viel kostet die Nutzung des Reinigungsdienstes?",
|
||||
|
@ -459,12 +451,12 @@
|
|||
},
|
||||
"bike_cleaning-service:bicycle:cleaning:charge": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Kostenlose Nutzung"
|
||||
},
|
||||
"0": {
|
||||
"then": "Der Reinigungsservice ist kostenlos"
|
||||
},
|
||||
"1": {
|
||||
"then": "Kostenlose Nutzung"
|
||||
},
|
||||
"2": {
|
||||
"then": "Der Reinigungsdienst ist kostenpflichtig, aber der Betrag ist nicht bekannt"
|
||||
}
|
||||
|
@ -472,6 +464,14 @@
|
|||
"question": "Wie viel kostet die Nutzung des Reinigungsdienstes?",
|
||||
"render": "Nutzung des Reinigungsservice kostet {service:bicycle:cleaning:charge}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Fahrrad-Reinigungsdienst<i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Fahrrad-Reinigungsdienst"
|
||||
}
|
||||
},
|
||||
"bike_parking": {
|
||||
|
@ -965,6 +965,41 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"charging_station": {
|
||||
"description": "Eine Ladestation",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Alle Fahrzeugtypen"
|
||||
},
|
||||
"1": {
|
||||
"question": "Ladestation für Fahrräder"
|
||||
},
|
||||
"2": {
|
||||
"question": "Ladestation für Autos"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Nur funktionierende Ladestationen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Alle Anschlüsse"
|
||||
},
|
||||
"1": {
|
||||
"question": "Verfügt über einen <div style='display: inline-block'><b><b>Schuko-Stecker</b> ohne Erdungsstift (CEE7/4 Typ F)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"crossings": {
|
||||
"description": "Übergänge für Fußgänger und Radfahrer",
|
||||
"name": "Kreuzungen",
|
||||
|
@ -2911,40 +2946,5 @@
|
|||
},
|
||||
"watermill": {
|
||||
"name": "Wassermühle"
|
||||
},
|
||||
"charging_station": {
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"2": {
|
||||
"question": "Ladestation für Autos"
|
||||
},
|
||||
"0": {
|
||||
"question": "Alle Fahrzeugtypen"
|
||||
},
|
||||
"1": {
|
||||
"question": "Ladestation für Fahrräder"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Nur funktionierende Ladestationen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Alle Anschlüsse"
|
||||
},
|
||||
"1": {
|
||||
"question": "Verfügt über einen <div style='display: inline-block'><b><b>Schuko-Stecker</b> ohne Erdungsstift (CEE7/4 Typ F)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div>"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "Eine Ladestation"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,20 +1,12 @@
|
|||
{
|
||||
"artwork": {
|
||||
"description": "Diversas obras de arte",
|
||||
"name": "Obras de arte",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Obra de arte"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Obra de arte <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Obra de arte"
|
||||
},
|
||||
"description": "Diversas obras de arte",
|
||||
"name": "Obras de arte",
|
||||
"tagRenderings": {
|
||||
"artwork-artist_name": {
|
||||
"question": "Que artista criou isto?",
|
||||
|
@ -70,6 +62,14 @@
|
|||
"question": "Que entrada no Wikidata corresponde a <b>esta obra de arte</b>?",
|
||||
"render": "Corresponde a <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Obra de arte <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Obra de arte"
|
||||
}
|
||||
},
|
||||
"bench": {
|
||||
|
@ -602,4 +602,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -637,6 +637,43 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"charging_station": {
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " минут",
|
||||
"humanSingular": " минута"
|
||||
},
|
||||
"1": {
|
||||
"human": " часов",
|
||||
"humanSingular": " час"
|
||||
},
|
||||
"2": {
|
||||
"human": " дней",
|
||||
"humanSingular": " день"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": "Вольт"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": "киловатт"
|
||||
},
|
||||
"1": {
|
||||
"human": "мегаватт"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"crossings": {
|
||||
"presets": {
|
||||
"1": {
|
||||
|
@ -1410,42 +1447,5 @@
|
|||
},
|
||||
"watermill": {
|
||||
"name": "Водяная мельница"
|
||||
},
|
||||
"charging_station": {
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"humanSingular": " минута",
|
||||
"human": " минут"
|
||||
},
|
||||
"1": {
|
||||
"human": " часов",
|
||||
"humanSingular": " час"
|
||||
},
|
||||
"2": {
|
||||
"human": " дней",
|
||||
"humanSingular": " день"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": "Вольт"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": "киловатт"
|
||||
},
|
||||
"1": {
|
||||
"human": "мегаватт"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue