forked from MapComplete/MapComplete
Generate translations
This commit is contained in:
parent
228df2aa9d
commit
ab7b6d9d46
8 changed files with 232 additions and 175 deletions
|
@ -4122,7 +4122,7 @@
|
|||
"placeholder": "Höhe des Bordsteins"
|
||||
},
|
||||
"question": "Wie hoch ist der Bordstein?",
|
||||
"render": "Bordsteinhöhe: {{kerb:height}}"
|
||||
"render": "Bordsteinhöhe: {kerb:height}"
|
||||
},
|
||||
"kerb-type": {
|
||||
"mappings": {
|
||||
|
|
|
@ -3256,6 +3256,7 @@
|
|||
"name": "Direction visualization"
|
||||
},
|
||||
"doctors": {
|
||||
"description": "This layer shows doctor offices, dentists and other healthcare facilities",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
|
@ -3278,6 +3279,10 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"name": {
|
||||
"question": "What is the name of this doctors place?",
|
||||
"render": "This doctors place is called {name}"
|
||||
},
|
||||
"specialty": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -5049,6 +5054,35 @@
|
|||
"render": "Bookcase"
|
||||
}
|
||||
},
|
||||
"rainbow_crossings": {
|
||||
"description": "A layer showing pedestrian crossings with rainbow paintings",
|
||||
"name": "Crossings with rainbow paintings",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Pedestrian crossing",
|
||||
"title": "a crossing"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"crossing-with-rainbow": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This crossing has rainbow paintings"
|
||||
},
|
||||
"1": {
|
||||
"then": "No rainbow paintings here"
|
||||
},
|
||||
"2": {
|
||||
"then": "No rainbow paintings here"
|
||||
}
|
||||
},
|
||||
"question": "Does this crossing has rainbow paintings?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Crossing"
|
||||
}
|
||||
},
|
||||
"recycling": {
|
||||
"description": "A layer with recycling containers and centres",
|
||||
"filter": {
|
||||
|
|
|
@ -741,6 +741,10 @@
|
|||
"shortDescription": "Publicly accessible towers to enjoy the view",
|
||||
"title": "Observation towers"
|
||||
},
|
||||
"onwheels": {
|
||||
"description": "On this map, publicly weelchair accessible places are shown and can be easily added",
|
||||
"title": "OnWheels"
|
||||
},
|
||||
"openwindpowermap": {
|
||||
"description": "A map for showing and editing wind turbines.",
|
||||
"title": "OpenWindPowerMap"
|
||||
|
@ -863,6 +867,10 @@
|
|||
"shortDescription": "A map showing postboxes and post offices",
|
||||
"title": "Postbox and Post Office Map"
|
||||
},
|
||||
"rainbow_crossings": {
|
||||
"description": "On this map, rainbow-painted pedestrian crossings are shown and can be easily added",
|
||||
"title": "Rainbow pedestrian crossings"
|
||||
},
|
||||
"shops": {
|
||||
"description": "On this map, one can mark basic information about shops, add opening hours and phone numbers",
|
||||
"shortDescription": "An editable map with basic shop information",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue