Chore: translation sync
This commit is contained in:
parent
234fdf1ab4
commit
d345f230d2
15 changed files with 1075 additions and 993 deletions
|
@ -149,43 +149,50 @@
|
|||
"opening_hours_by_appointment",
|
||||
{
|
||||
"question": {
|
||||
"en": "Which animals are accepted here?"
|
||||
"en": "Which animals are accepted here?",
|
||||
"de": "Welche Tiere werden hier akzeptiert?"
|
||||
},
|
||||
"id": "boarded_animals",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "animal_shelter=dog",
|
||||
"then": {
|
||||
"en": "Dogs are kept here"
|
||||
"en": "Dogs are kept here",
|
||||
"de": "Hunde werden hier gehalten"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "animal_shelter=cat",
|
||||
"then": {
|
||||
"en": "Cats are kept here"
|
||||
"en": "Cats are kept here",
|
||||
"de": "Katzen werden hier gehalten"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "animal_shelter=horse",
|
||||
"then": {
|
||||
"en": "Horses are kept here"
|
||||
"en": "Horses are kept here",
|
||||
"de": "Pferde werden hier gehalten"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "animal_shelter=bird",
|
||||
"then": {
|
||||
"en": "Birds are kept here"
|
||||
"en": "Birds are kept here",
|
||||
"de": "Vögel werden hier gehalten"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "animal_shelter=wildlife",
|
||||
"then": {
|
||||
"en": "Wild animals are kept here"
|
||||
"en": "Wild animals are kept here",
|
||||
"de": "Wildtiere werden hier gehalten"
|
||||
}
|
||||
}
|
||||
],
|
||||
"render": {
|
||||
"en": "{animal_shelter} is kept here"
|
||||
"en": "{animal_shelter} is kept here",
|
||||
"de": "{animal_shelter} wird hier gehalten"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "animal_shelter"
|
||||
|
|
|
@ -931,9 +931,9 @@
|
|||
{
|
||||
"if": "inscription=",
|
||||
"then": {
|
||||
"en": "This bench <span class='subtle'>(probably)</span> does not not have an inscription",
|
||||
"en": "This bench <span class='subtle'>probably</span> does not not have an inscription",
|
||||
"nl": "Deze bank heeft <span class='subtle'>(waarschijnlijk)</span> geen inscriptie",
|
||||
"de": "Diese Bank hat <span class='subtle'>(wahrscheinlich)</span> keine Inschrift",
|
||||
"de": "Diese Bank hat <span class='subtle'>wahrscheinlich</span> keine Inschrift",
|
||||
"fr": "Ce banc n'a <span class='subtle'>(probablement)</span> pas d'inscription",
|
||||
"es": "Este banco <span class='subtle'>(probablemente)</span> no tiene inscripción",
|
||||
"ca": "Aquest banc <span class='subtle'>(probablement)</span> no té cap inscripció",
|
||||
|
|
|
@ -813,7 +813,8 @@
|
|||
"id": "operator_email",
|
||||
"question": {
|
||||
"en": "What is the email address of the operator of this bicycle parking?",
|
||||
"nl": "Wat is het emailadres van de beheerder van deze parking?"
|
||||
"nl": "Wat is het emailadres van de beheerder van deze parking?",
|
||||
"de": "Wie lautet die E-Mail-Adresse des Betreibers dieses Fahrradparkplatzes?"
|
||||
},
|
||||
"icon": "./assets/svg/envelope.svg",
|
||||
"freeform": {
|
||||
|
@ -954,11 +955,13 @@
|
|||
"id": "maxstay",
|
||||
"question": {
|
||||
"en": "What is the maximum allowed parking duration?",
|
||||
"nl": "Wat is de toegestane, maximale parkeerduur?"
|
||||
"nl": "Wat is de toegestane, maximale parkeerduur?",
|
||||
"de": "Was ist die maximal erlaubte Parkdauer?"
|
||||
},
|
||||
"questionHint": {
|
||||
"en": "If the bicycle is parked for a longer amount, it might be removed by the operator",
|
||||
"nl": "Indien een fiets langer geparkeerd staat, kan deze verwijderd worden door de beheerder"
|
||||
"nl": "Indien een fiets langer geparkeerd staat, kan deze verwijderd worden door de beheerder",
|
||||
"de": "Wenn das Fahrrad für längere Zeit abgestellt wird, kann es vom Betreiber entfernt werden"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "maxstay",
|
||||
|
@ -966,7 +969,8 @@
|
|||
},
|
||||
"render": {
|
||||
"en": "A bike can be parked here for at most {canonical(maxstay)}",
|
||||
"nl": "Een fiets mag hier maximaal {canonical(maxstay)} parkeren"
|
||||
"nl": "Een fiets mag hier maximaal {canonical(maxstay)} parkeren",
|
||||
"de": "Ein Fahrrad kann hier höchstens für {canonical(maxstay)} geparkt werden"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -1228,7 +1228,8 @@
|
|||
"ifnot": "socket:bs1363=",
|
||||
"then": {
|
||||
"en": "<b>BS1363</b> (Type G)",
|
||||
"nl": "<b>BS1363</b> (VK 3-pin)"
|
||||
"nl": "<b>BS1363</b> (VK 3-pin)",
|
||||
"de": "<b>BS1363</b> (Typ G)"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/bs1363.svg",
|
||||
|
@ -1294,7 +1295,8 @@
|
|||
},
|
||||
"then": {
|
||||
"en": "<b>BS1363</b> (Type G)",
|
||||
"nl": "<b>BS1363</b> (VK 3-pin)"
|
||||
"nl": "<b>BS1363</b> (VK 3-pin)",
|
||||
"de": "<b>BS1363</b> (Typ G)"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -1307,7 +1309,8 @@
|
|||
"ifnot": "socket:nema5_15=",
|
||||
"then": {
|
||||
"en": "<b>NEMA 5-15</b> (Type B)",
|
||||
"nl": "<b>NEMA 5-15</b> (VS 3-pin)"
|
||||
"nl": "<b>NEMA 5-15</b> (VS 3-pin)",
|
||||
"de": "<b>NEMA 5-15</b> (Typ B)"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/nema-5-15.svg",
|
||||
|
@ -1372,7 +1375,8 @@
|
|||
},
|
||||
"then": {
|
||||
"en": "<b>NEMA 5-15</b> (Type B)",
|
||||
"nl": "<b>NEMA 5-15</b> (VS 3-pin)"
|
||||
"nl": "<b>NEMA 5-15</b> (VS 3-pin)",
|
||||
"de": "<b>NEMA 5-15</b> (Typ B)"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -1385,7 +1389,8 @@
|
|||
"ifnot": "socket:sev1011_t23=",
|
||||
"then": {
|
||||
"en": "<b>SEV 1011 T23</b> (Type J)",
|
||||
"nl": "<b>SEV 1011 T23</b> (Zwitserse 3-pin)"
|
||||
"nl": "<b>SEV 1011 T23</b> (Zwitserse 3-pin)",
|
||||
"de": "<b>SEV 1011 T23</b> (Typ J)"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/typej.svg",
|
||||
|
@ -1411,7 +1416,8 @@
|
|||
},
|
||||
"then": {
|
||||
"en": "<b>SEV 1011 T23</b> (Type J)",
|
||||
"nl": "<b>SEV 1011 T23</b> (Zwitserse 3-pin)"
|
||||
"nl": "<b>SEV 1011 T23</b> (Zwitserse 3-pin)",
|
||||
"de": "<b>SEV 1011 T23</b> (Typ J)"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -1424,7 +1430,8 @@
|
|||
"ifnot": "socket:as3112=",
|
||||
"then": {
|
||||
"en": "<b>AS3112</b> (Type I)",
|
||||
"nl": "<b>AS3112</b> (Australische 3-pin)"
|
||||
"nl": "<b>AS3112</b> (Australische 3-pin)",
|
||||
"de": "<b>AS3112</b> (Typ I)"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/as3112.svg",
|
||||
|
@ -1462,7 +1469,8 @@
|
|||
},
|
||||
"then": {
|
||||
"en": "<b>AS3112</b> (Type I)",
|
||||
"nl": "<b>AS3112</b> (Australische 3-pin)"
|
||||
"nl": "<b>AS3112</b> (Australische 3-pin)",
|
||||
"de": "<b>AS3112</b> (Typ I)"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -1475,7 +1483,8 @@
|
|||
"ifnot": "socket:nema_5_20=",
|
||||
"then": {
|
||||
"en": "<b>NEMA 5-20</b> (Type B)",
|
||||
"nl": "<b>NEMA 5-20</b> (VS 3-pin)"
|
||||
"nl": "<b>NEMA 5-20</b> (VS 3-pin)",
|
||||
"de": "<b>NEMA 5-20</b> (Typ B)"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/nema-5-20.svg",
|
||||
|
@ -1540,7 +1549,8 @@
|
|||
},
|
||||
"then": {
|
||||
"en": "<b>NEMA 5-20</b> (Type B)",
|
||||
"nl": "<b>NEMA 5-20</b> (VS 3-pin)"
|
||||
"nl": "<b>NEMA 5-20</b> (VS 3-pin)",
|
||||
"de": "<b>NEMA 5-20</b> (Typ B)"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -1893,7 +1903,8 @@
|
|||
"socket:bs1363",
|
||||
{
|
||||
"en": "<b>BS1363</b> (Type G)",
|
||||
"nl": "<b>BS1363</b> (VK 3-pin)"
|
||||
"nl": "<b>BS1363</b> (VK 3-pin)",
|
||||
"de": "<b>BS1363</b> (Typ G)"
|
||||
},
|
||||
"bs1363.svg",
|
||||
[
|
||||
|
@ -1911,7 +1922,8 @@
|
|||
"socket:nema5_15",
|
||||
{
|
||||
"en": "<b>NEMA 5-15</b> (Type B)",
|
||||
"nl": "<b>NEMA 5-15</b> (VS 3-pin)"
|
||||
"nl": "<b>NEMA 5-15</b> (VS 3-pin)",
|
||||
"de": "<b>NEMA 5-15</b> (Typ B)"
|
||||
},
|
||||
"nema-5-15.svg",
|
||||
[
|
||||
|
@ -1929,7 +1941,8 @@
|
|||
"socket:sev1011_t23",
|
||||
{
|
||||
"en": "<b>SEV 1011 T23</b> (Type J)",
|
||||
"nl": "<b>SEV 1011 T23</b> (Zwitserse 3-pin)"
|
||||
"nl": "<b>SEV 1011 T23</b> (Zwitserse 3-pin)",
|
||||
"de": "<b>SEV 1011 T23</b> (Typ J)"
|
||||
},
|
||||
"typej.svg",
|
||||
[
|
||||
|
@ -1947,7 +1960,8 @@
|
|||
"socket:as3112",
|
||||
{
|
||||
"en": "<b>AS3112</b> (Type I)",
|
||||
"nl": "<b>AS3112</b> (Australische 3-pin)"
|
||||
"nl": "<b>AS3112</b> (Australische 3-pin)",
|
||||
"de": "<b>AS3112</b> (Typ I)"
|
||||
},
|
||||
"as3112.svg",
|
||||
[
|
||||
|
@ -1965,7 +1979,8 @@
|
|||
"socket:nema_5_20",
|
||||
{
|
||||
"en": "<b>NEMA 5-20</b> (Type B)",
|
||||
"nl": "<b>NEMA 5-20</b> (VS 3-pin)"
|
||||
"nl": "<b>NEMA 5-20</b> (VS 3-pin)",
|
||||
"de": "<b>NEMA 5-20</b> (Typ B)"
|
||||
},
|
||||
"nema-5-20.svg",
|
||||
[
|
||||
|
@ -3042,35 +3057,40 @@
|
|||
{
|
||||
"question": {
|
||||
"en": "Has a <div style='display: inline-block'><b><b>BS1363</b> (Type G)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bs1363.svg'/></div> connector",
|
||||
"nl": "Heeft een <div style='display: inline-block'><b><b>BS1363</b> (VK 3-pin)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bs1363.svg'/></div>"
|
||||
"nl": "Heeft een <div style='display: inline-block'><b><b>BS1363</b> (VK 3-pin)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bs1363.svg'/></div>",
|
||||
"de": "Hat ein <div style='display: inline-block'><b><b>BS1363</b> (Type G)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bs1363.svg'/></div> Anschluss"
|
||||
},
|
||||
"osmTags": "socket:bs1363~*"
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Has a <div style='display: inline-block'><b><b>NEMA 5-15</b> (Type B)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/nema-5-15.svg'/></div> connector",
|
||||
"nl": "Heeft een <div style='display: inline-block'><b><b>NEMA 5-15</b> (VS 3-pin)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/nema-5-15.svg'/></div>"
|
||||
"nl": "Heeft een <div style='display: inline-block'><b><b>NEMA 5-15</b> (VS 3-pin)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/nema-5-15.svg'/></div>",
|
||||
"de": "Hat ein <div style='display: inline-block'><b><b>NEMA 5-15</b> (Type B)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/nema-5-15.svg'/></div> Anschluss"
|
||||
},
|
||||
"osmTags": "socket:nema5_15~*"
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Has a <div style='display: inline-block'><b><b>SEV 1011 T23</b> (Type J)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/typej.svg'/></div> connector",
|
||||
"nl": "Heeft een <div style='display: inline-block'><b><b>SEV 1011 T23</b> (Zwitserse 3-pin)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/typej.svg'/></div>"
|
||||
"nl": "Heeft een <div style='display: inline-block'><b><b>SEV 1011 T23</b> (Zwitserse 3-pin)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/typej.svg'/></div>",
|
||||
"de": "Hat ein <div style='display: inline-block'><b><b>SEV 1011 T23</b> (Type J)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/typej.svg'/></div> Anschluss"
|
||||
},
|
||||
"osmTags": "socket:sev1011_t23~*"
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Has a <div style='display: inline-block'><b><b>AS3112</b> (Type I)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/as3112.svg'/></div> connector",
|
||||
"nl": "Heeft een <div style='display: inline-block'><b><b>AS3112</b> (Australische 3-pin)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/as3112.svg'/></div>"
|
||||
"nl": "Heeft een <div style='display: inline-block'><b><b>AS3112</b> (Australische 3-pin)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/as3112.svg'/></div>",
|
||||
"de": "Hat ein <div style='display: inline-block'><b><b>AS3112</b> (Type I)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/as3112.svg'/></div> Anschluss"
|
||||
},
|
||||
"osmTags": "socket:as3112~*"
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Has a <div style='display: inline-block'><b><b>NEMA 5-20</b> (Type B)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/nema-5-20.svg'/></div> connector",
|
||||
"nl": "Heeft een <div style='display: inline-block'><b><b>NEMA 5-20</b> (VS 3-pin)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/nema-5-20.svg'/></div>"
|
||||
"nl": "Heeft een <div style='display: inline-block'><b><b>NEMA 5-20</b> (VS 3-pin)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/nema-5-20.svg'/></div>",
|
||||
"de": "Hat ein <div style='display: inline-block'><b><b>NEMA 5-20</b> (Type B)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/nema-5-20.svg'/></div> Anschluss"
|
||||
},
|
||||
"osmTags": "socket:nema_5_20~*"
|
||||
}
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
{
|
||||
"id": "food_courts",
|
||||
"name": {
|
||||
"en": "Food Courts"
|
||||
"en": "Food Courts",
|
||||
"de": "Food Courts"
|
||||
},
|
||||
"description": {
|
||||
"en": "Food courts with a variety of food options."
|
||||
"en": "Food courts with a variety of food options.",
|
||||
"de": "Food-Courts mit einer Vielzahl von Essensmöglichkeiten."
|
||||
},
|
||||
"source": {
|
||||
"osmTags": "amenity=food_court"
|
||||
|
@ -12,7 +14,8 @@
|
|||
"minzoom": 12,
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Food Court"
|
||||
"en": "Food Court",
|
||||
"de": "Food Court"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -52,17 +55,20 @@
|
|||
{
|
||||
"id": "name",
|
||||
"question": {
|
||||
"en": "What is the name of this food court?"
|
||||
"en": "What is the name of this food court?",
|
||||
"de": "Wie lautet der Name dieses Food-Courts?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "name",
|
||||
"type": "string",
|
||||
"placeholder": {
|
||||
"en": "Name of the food court"
|
||||
"en": "Name of the food court",
|
||||
"de": "Name des Food-Courts"
|
||||
}
|
||||
},
|
||||
"render": {
|
||||
"en": "This food court is called <b>{name}</b>."
|
||||
"en": "This food court is called <b>{name}</b>.",
|
||||
"de": "Dieser Food Court heißt <b>{name}</b>."
|
||||
}
|
||||
},
|
||||
"reviews",
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
{
|
||||
"id": "outdoor_seating",
|
||||
"name": {
|
||||
"en": "Outdoor Seating"
|
||||
"en": "Outdoor Seating",
|
||||
"de": "Außenbestuhlung"
|
||||
},
|
||||
"description": {
|
||||
"en": "Outdoor seating areas, usually located near cafes and restaurants."
|
||||
"en": "Outdoor seating areas, usually located near cafes and restaurants.",
|
||||
"de": "Sitzgelegenheiten im Freien, die sich in der Regel in der Nähe von Cafés und Restaurants befinden."
|
||||
},
|
||||
"source": {
|
||||
"osmTags": "leisure=outdoor_seating"
|
||||
|
@ -12,7 +14,8 @@
|
|||
"minzoom": 18,
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Outdoor Seating area"
|
||||
"en": "Outdoor Seating area",
|
||||
"de": "Sitzbereich im Freien"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -46,25 +49,29 @@
|
|||
{
|
||||
"id": "access",
|
||||
"question": {
|
||||
"en": "Who can use this outdoor seating area?"
|
||||
"en": "Who can use this outdoor seating area?",
|
||||
"de": "Wer kann diesen Sitzbereich im Freien nutzen?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "access=yes",
|
||||
"then": {
|
||||
"en": "Anyone can use this outdoor seating area."
|
||||
"en": "Anyone can use this outdoor seating area.",
|
||||
"de": "Dieser Sitzbereich im Freien kann von jedermann genutzt werden."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "access=customers",
|
||||
"then": {
|
||||
"en": "Only customers can use this outdoor seating area."
|
||||
"en": "Only customers can use this outdoor seating area.",
|
||||
"de": "Dieser Sitzbereich im Freien kann nur von Kunden genutzt werden."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "access=private",
|
||||
"then": {
|
||||
"en": "This outdoor seating area is private."
|
||||
"en": "This outdoor seating area is private.",
|
||||
"de": "Dieser Sitzbereich im Freien ist privat."
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -72,44 +79,51 @@
|
|||
{
|
||||
"id": "seasonal",
|
||||
"question": {
|
||||
"en": "Is this outdoor seating area seasonal?"
|
||||
"en": "Is this outdoor seating area seasonal?",
|
||||
"de": "Ist dieser Sitzbereich im Freien saisonabhängig?"
|
||||
},
|
||||
"multiAnswer": true,
|
||||
"mappings": [
|
||||
{
|
||||
"if": "seasonal=no",
|
||||
"then": {
|
||||
"en": "This outdoor seating area is available all year round."
|
||||
"en": "This outdoor seating area is available all year round.",
|
||||
"de": "Dieser Sitzbereich im Freien ist das ganze Jahr über verfügbar."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "seasonal=spring",
|
||||
"then": {
|
||||
"en": "This outdoor seating area is available in spring."
|
||||
"en": "This outdoor seating area is available in spring.",
|
||||
"de": "Dieser Sitzbereich im Freien ist im Frühjahr verfügbar."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "seasonal=summer",
|
||||
"then": {
|
||||
"en": "This outdoor seating area is available in summer."
|
||||
"en": "This outdoor seating area is available in summer.",
|
||||
"de": "Dieser Sitzbereich im Freien ist im Sommer verfügbar."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "seasonal=autumn",
|
||||
"then": {
|
||||
"en": "This outdoor seating area is available in autumn."
|
||||
"en": "This outdoor seating area is available in autumn.",
|
||||
"de": "Dieser Sitzbereich im Freien ist im Herbst verfügbar."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "seasonal=winter",
|
||||
"then": {
|
||||
"en": "This outdoor seating area is available in winter."
|
||||
"en": "This outdoor seating area is available in winter.",
|
||||
"de": "Dieser Sitzbereich im Freien ist im Winter verfügbar."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "seasonal=dry_season",
|
||||
"then": {
|
||||
"en": "This outdoor seating area is available in the dry season."
|
||||
"en": "This outdoor seating area is available in the dry season.",
|
||||
"de": "Dieser Sitzbereich im Freien ist in der Trockenzeit verfügbar."
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -121,19 +135,22 @@
|
|||
{
|
||||
"id": "heating",
|
||||
"question": {
|
||||
"en": "Is this outdoor seating area heated?"
|
||||
"en": "Is this outdoor seating area heated?",
|
||||
"de": "Ist dieser Außensitzbereich beheizt?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "heating=yes",
|
||||
"then": {
|
||||
"en": "This outdoor seating area is heated."
|
||||
"en": "This outdoor seating area is heated.",
|
||||
"de": "Dieser Außensitzbereich ist beheizt."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "heating=no",
|
||||
"then": {
|
||||
"en": "This outdoor seating area is not heated."
|
||||
"en": "This outdoor seating area is not heated.",
|
||||
"de": "Dieser Außensitzbereich ist nicht beheizt."
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -141,19 +158,22 @@
|
|||
{
|
||||
"id": "covered",
|
||||
"question": {
|
||||
"en": "Is this outdoor seating area covered?"
|
||||
"en": "Is this outdoor seating area covered?",
|
||||
"de": "Ist dieser Sitzbereich im Freien überdacht?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "covered=yes",
|
||||
"then": {
|
||||
"en": "This outdoor seating area is covered."
|
||||
"en": "This outdoor seating area is covered.",
|
||||
"de": "Dieser Sitzbereich im Freien ist überdacht."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "covered=no",
|
||||
"then": {
|
||||
"en": "This outdoor seating area is not covered."
|
||||
"en": "This outdoor seating area is not covered.",
|
||||
"de": "Dieser Sitzbereich im Freien ist nicht überdacht."
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -399,7 +399,8 @@
|
|||
"freeform": {
|
||||
"key": "brand",
|
||||
"placeholder": {
|
||||
"en": "Name of the network"
|
||||
"en": "Name of the network",
|
||||
"de": "Name des Netzwerks"
|
||||
},
|
||||
"addExtraTags": [
|
||||
"nobrand="
|
||||
|
@ -413,7 +414,7 @@
|
|||
"nl": "Dit boekenruilkastje maakt geen deel uit van een netwerk",
|
||||
"de": "Der Bücherschrank gehört zu keinem Netzwerk",
|
||||
"fr": "Cette microbibliothèque ne fait pas partie d'un réseau/groupe",
|
||||
"it": "Questa microbiblioteca non fa parte di una rete",
|
||||
"it": "Fa parte della rete 'Little Free Library'",
|
||||
"hu": "Ez a nyilvános könyvespolc nem része egy nagyobb hálózatnak",
|
||||
"ca": "Aquesta prestatgeria pública no és part d'una xarxa més gran",
|
||||
"cs": "Tato veřejná knihobudka není součástí větší sítě"
|
||||
|
|
|
@ -625,7 +625,8 @@
|
|||
"icon": "./assets/layers/questions/dogs_outside.svg",
|
||||
"then": {
|
||||
"en": "Dogs are allowed only outside",
|
||||
"it": "I cani sono ammessi solo all'esterno"
|
||||
"it": "I cani sono ammessi solo all'esterno",
|
||||
"de": "Hunde sind nur draußen erlaubt"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1117,7 +1117,8 @@
|
|||
"ifnot": "recycling:pmd=",
|
||||
"then": {
|
||||
"en": "Plastic packaging, metal packaging and drink cartons (PMD) can be recycled here",
|
||||
"nl": "Plastic verpakkingen, metalen verpakkingen en drankpakken kunnen hier gerecycled worden"
|
||||
"nl": "Plastic verpakkingen, metalen verpakkingen en drankpakken kunnen hier gerecycled worden",
|
||||
"de": "Kunststoffverpackungen, Metallverpackungen und Getränkekartons (Tetrapak) können hier recycelt werden"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/recycling/pmd.svg",
|
||||
|
@ -1671,7 +1672,8 @@
|
|||
{
|
||||
"question": {
|
||||
"en": "Recycling of plastic packaging, metal packaging and drink cartons (PMD)",
|
||||
"nl": "Recycling van plastic verkpakkingen, metalen verkpakkingen en drankpakken (PMD)"
|
||||
"nl": "Recycling van plastic verkpakkingen, metalen verkpakkingen en drankpakken (PMD)",
|
||||
"de": "Recycling von Kunststoffverpackungen, Metallverpackungen und Getränkekartons (Tetrapak)"
|
||||
},
|
||||
"osmTags": "recycling:pmd=yes"
|
||||
}
|
||||
|
|
|
@ -291,7 +291,7 @@
|
|||
"en": "Part of <b>{brand}</b>"
|
||||
},
|
||||
"freeform": {
|
||||
"key":"brand"
|
||||
"key": "brand"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
|
|
@ -503,7 +503,8 @@
|
|||
{
|
||||
"if": "__featureSwitchMorePrivacy=true",
|
||||
"then": {
|
||||
"en": "This theme is sensitive. Making changes will not indicate if you were nearby explicitly."
|
||||
"en": "This theme is sensitive. Making changes will not indicate if you were nearby explicitly.",
|
||||
"de": "Dieses Thema ist sensibel. Wenn du Änderungen vornimmst, wird nicht angezeigt, ob du explizit in der Nähe warst."
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -511,22 +512,26 @@
|
|||
{
|
||||
"id": "more_privacy",
|
||||
"question": {
|
||||
"en": "When making changes, should a rough indication be given how far away you were from the object?"
|
||||
"en": "When making changes, should a rough indication be given how far away you were from the object?",
|
||||
"de": "Sollte bei Änderungen eine grobe Angabe gemacht werden, wie weit du vom Objekt entfernt warst?"
|
||||
},
|
||||
"questionHint": {
|
||||
"en": "If you make a change to one or more objects and you enabled your location, a rough indication of where you made will be saved: it is indicated if you were closer then 25m, 500m, 5km or further away then 5km. This helps mappers understand your context when making changes, but gives an indication of where you were at this time. "
|
||||
"en": "If you make a change to one or more objects and you enabled your location, a rough indication of where you made will be saved: it is indicated if you were closer then 25m, 500m, 5km or further away then 5km. This helps mappers understand your context when making changes, but gives an indication of where you were at this time. ",
|
||||
"de": "Wenn du eine Änderung an einem oder mehreren Objekten vornimmst und deinen Standort aktivierst, wird eine ungefähre Angabe darüber gespeichert, wo du dich befunden hast: Es wird angezeigt, ob du näher als 25m, 500m, 5km oder weiter als 5km entfernt warst. Das hilft den Kartierern, deinen Kontext zu verstehen, wenn du Änderungen vornimmst, gibt aber auch einen Hinweis darauf, wo du zu diesem Zeitpunkt warst. "
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "mapcomplete-more_privacy=yes",
|
||||
"then": {
|
||||
"en": "When making changes to OpenStreetMap, do not indicate how far away you were from the changed objects."
|
||||
"en": "When making changes to OpenStreetMap, do not indicate how far away you were from the changed objects.",
|
||||
"de": "Wenn du Änderungen an OpenStreetMap vornimmst, gibst du nicht an, wie weit du von den geänderten Objekten entfernt warst."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "mapcomplete-more_privacy=no",
|
||||
"then": {
|
||||
"en": "When making changes to OpenStreetMap, roughly indicate how far away you were from the changed objects. This helps other contributors to understand how you made the change"
|
||||
"en": "When making changes to OpenStreetMap, roughly indicate how far away you were from the changed objects. This helps other contributors to understand how you made the change",
|
||||
"de": "Wenn du Änderungen an OpenStreetMap vornimmst, gib grob an, wie weit du von den geänderten Objekten entfernt warst. Das hilft anderen Mitwirkenden zu verstehen, wie du die Änderung vorgenommen hast."
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -210,7 +210,8 @@
|
|||
"if": "waste=pmd",
|
||||
"then": {
|
||||
"en": "A waste basket for plastic packaging, metal packaging and drink cartons (PMD)",
|
||||
"nl": "Een vuilnisbak voor plastic verpakkingen, metalen verpakkingen en drankpakken (PMD)"
|
||||
"nl": "Een vuilnisbak voor plastic verpakkingen, metalen verpakkingen en drankpakken (PMD)",
|
||||
"de": "Ein Papierkorb für Kunststoffverpackungen, Metallverpackungen und Getränkekartons (Tetrapak)"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -408,14 +409,16 @@
|
|||
{
|
||||
"question": {
|
||||
"en": "Waste basket for plastic packaging, metal packaging and drink cartons (PMD)",
|
||||
"nl": "Vuilnisbak voor plastic verpakkingen, metalen verpakkingen en drankpakken (PMD)"
|
||||
"nl": "Vuilnisbak voor plastic verpakkingen, metalen verpakkingen en drankpakken (PMD)",
|
||||
"de": "Papierkorb für Kunststoffverpackungen, Metallverpackungen und Getränkekartons (Tetrapak)"
|
||||
},
|
||||
"osmTags": "waste~i~.*pmd.*"
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Waste basket for paper",
|
||||
"nl": "Vuilnisbak voor papier"
|
||||
"nl": "Vuilnisbak voor papier",
|
||||
"de": "Papierkorb für Papier"
|
||||
},
|
||||
"osmTags": "waste~i~.*paper.*"
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -35,23 +35,6 @@
|
|||
"1": {
|
||||
"title": "un cartellone pubblicitario fissato a terra"
|
||||
},
|
||||
"10": {
|
||||
"description": "Un telo impermeabile con un messaggio stampato, fissato in modo permanente al muro",
|
||||
"title": "un telone"
|
||||
},
|
||||
"11": {
|
||||
"title": "un totem"
|
||||
},
|
||||
"12": {
|
||||
"description": "Utilizzato per insegna pubblicitaria, un'insegna al neon, i loghi o le indicazioni d'entrata",
|
||||
"title": "un'insegna"
|
||||
},
|
||||
"13": {
|
||||
"title": "una scultura"
|
||||
},
|
||||
"14": {
|
||||
"title": "un murales"
|
||||
},
|
||||
"2": {
|
||||
"title": "un cartellone pubblicitario fissato al muro"
|
||||
},
|
||||
|
@ -77,6 +60,23 @@
|
|||
},
|
||||
"9": {
|
||||
"title": "uno schermo montato su una pensilina del traporto pubblico"
|
||||
},
|
||||
"10": {
|
||||
"description": "Un telo impermeabile con un messaggio stampato, fissato in modo permanente al muro",
|
||||
"title": "un telone"
|
||||
},
|
||||
"11": {
|
||||
"title": "un totem"
|
||||
},
|
||||
"12": {
|
||||
"description": "Utilizzato per insegna pubblicitaria, un'insegna al neon, i loghi o le indicazioni d'entrata",
|
||||
"title": "un'insegna"
|
||||
},
|
||||
"13": {
|
||||
"title": "una scultura"
|
||||
},
|
||||
"14": {
|
||||
"title": "un murales"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
@ -159,15 +159,6 @@
|
|||
"1": {
|
||||
"then": "Murale"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (ornamento decorativo piastrellato spagnolo)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Mosaico di piastrelle"
|
||||
},
|
||||
"12": {
|
||||
"then": "Scultura in legno"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dipinto"
|
||||
},
|
||||
|
@ -191,6 +182,15 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Rilievo"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (ornamento decorativo piastrellato spagnolo)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Mosaico di piastrelle"
|
||||
},
|
||||
"12": {
|
||||
"then": "Scultura in legno"
|
||||
}
|
||||
},
|
||||
"question": "Che tipo di opera d’arte è questo?",
|
||||
|
@ -2011,9 +2011,6 @@
|
|||
"mappings": {
|
||||
"0": {
|
||||
"then": "Fa parte della rete 'Little Free Library'"
|
||||
},
|
||||
"1": {
|
||||
"then": "Questa biblioteca pubblica non fa parte di una rete"
|
||||
}
|
||||
},
|
||||
"question": "Questa microbiblioteca fa parte di una rete?",
|
||||
|
@ -2185,6 +2182,27 @@
|
|||
"1": {
|
||||
"question": "Riciclo di batterie"
|
||||
},
|
||||
"2": {
|
||||
"question": "Riciclo di confezioni per bevande"
|
||||
},
|
||||
"3": {
|
||||
"question": "Riciclo di lattine"
|
||||
},
|
||||
"4": {
|
||||
"question": "Riciclo di abiti"
|
||||
},
|
||||
"5": {
|
||||
"question": "Riciclo di olio da cucina"
|
||||
},
|
||||
"6": {
|
||||
"question": "Riciclo di olio da motore"
|
||||
},
|
||||
"8": {
|
||||
"question": "Riciclo di umido"
|
||||
},
|
||||
"9": {
|
||||
"question": "Riciclo di bottiglie di vetro"
|
||||
},
|
||||
"10": {
|
||||
"question": "Riciclo di vetro"
|
||||
},
|
||||
|
@ -2212,29 +2230,8 @@
|
|||
"19": {
|
||||
"question": "Riciclo di secco"
|
||||
},
|
||||
"2": {
|
||||
"question": "Riciclo di confezioni per bevande"
|
||||
},
|
||||
"20": {
|
||||
"question": "Riciclo di secco"
|
||||
},
|
||||
"3": {
|
||||
"question": "Riciclo di lattine"
|
||||
},
|
||||
"4": {
|
||||
"question": "Riciclo di abiti"
|
||||
},
|
||||
"5": {
|
||||
"question": "Riciclo di olio da cucina"
|
||||
},
|
||||
"6": {
|
||||
"question": "Riciclo di olio da motore"
|
||||
},
|
||||
"8": {
|
||||
"question": "Riciclo di umido"
|
||||
},
|
||||
"9": {
|
||||
"question": "Riciclo di bottiglie di vetro"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -2287,6 +2284,27 @@
|
|||
"1": {
|
||||
"then": "Cartoni per bevande"
|
||||
},
|
||||
"2": {
|
||||
"then": "Lattine"
|
||||
},
|
||||
"3": {
|
||||
"then": "Abiti"
|
||||
},
|
||||
"4": {
|
||||
"then": "Olio da cucina"
|
||||
},
|
||||
"5": {
|
||||
"then": "Olio di motore"
|
||||
},
|
||||
"7": {
|
||||
"then": "Verde"
|
||||
},
|
||||
"8": {
|
||||
"then": "Umido"
|
||||
},
|
||||
"9": {
|
||||
"then": "Bottiglie di vetro"
|
||||
},
|
||||
"10": {
|
||||
"then": "Vetro"
|
||||
},
|
||||
|
@ -2308,9 +2326,6 @@
|
|||
"19": {
|
||||
"then": "Rottami metallici"
|
||||
},
|
||||
"2": {
|
||||
"then": "Lattine"
|
||||
},
|
||||
"20": {
|
||||
"then": "Scarpe"
|
||||
},
|
||||
|
@ -2325,24 +2340,6 @@
|
|||
},
|
||||
"24": {
|
||||
"then": "Secco"
|
||||
},
|
||||
"3": {
|
||||
"then": "Abiti"
|
||||
},
|
||||
"4": {
|
||||
"then": "Olio da cucina"
|
||||
},
|
||||
"5": {
|
||||
"then": "Olio di motore"
|
||||
},
|
||||
"7": {
|
||||
"then": "Verde"
|
||||
},
|
||||
"8": {
|
||||
"then": "Umido"
|
||||
},
|
||||
"9": {
|
||||
"then": "Bottiglie di vetro"
|
||||
}
|
||||
},
|
||||
"question": "Cosa si può riciclare qui?"
|
||||
|
@ -3151,4 +3148,4 @@
|
|||
"render": "pala eolica"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue