forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
f20144a502
17 changed files with 420 additions and 56 deletions
|
@ -2334,13 +2334,13 @@
|
|||
"0": {
|
||||
"then": "Zugänglich für die Allgemeinheit"
|
||||
},
|
||||
"1": {
|
||||
"2": {
|
||||
"then": "Nur für Kunden des Betreibers zugänglich"
|
||||
},
|
||||
"2": {
|
||||
"3": {
|
||||
"then": "Nur für Schüler der Schule zugänglich"
|
||||
},
|
||||
"3": {
|
||||
"4": {
|
||||
"then": "Nicht zugänglich"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -3944,12 +3944,15 @@
|
|||
"then": "Accessible to the general public"
|
||||
},
|
||||
"1": {
|
||||
"then": "Only accessible for clients of the operating business"
|
||||
"then": "This is a <b>paid</b> playground"
|
||||
},
|
||||
"2": {
|
||||
"then": "Only accessible to students of the school"
|
||||
"then": "Only accessible for clients of the operating business"
|
||||
},
|
||||
"3": {
|
||||
"then": "Only accessible to students of the school"
|
||||
},
|
||||
"4": {
|
||||
"then": "Not accessible"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -210,7 +210,8 @@
|
|||
"render": "Espace entre deux barrières successives : {width:separation} m"
|
||||
},
|
||||
"Width of opening (cyclebarrier)": {
|
||||
"render": "Largeur de l'ouverture : {width:opening} m"
|
||||
"render": "Largeur de l'ouverture : {width:opening} m",
|
||||
"question": "Quelle est la largeur d'ouverture la plus petite près de la barrière ?"
|
||||
},
|
||||
"bicycle=yes/no": {
|
||||
"mappings": {
|
||||
|
@ -220,6 +221,17 @@
|
|||
"1": {
|
||||
"then": "Un cycliste ne peut pas franchir ceci."
|
||||
}
|
||||
},
|
||||
"question": "Est-ce qu'un vélo peut franchir cette barrière ?"
|
||||
},
|
||||
"barrier_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "C'est un plot unique sur la route"
|
||||
},
|
||||
"1": {
|
||||
"then": "C'est une barrière visant à ralentir les vélos"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -323,7 +335,8 @@
|
|||
},
|
||||
"title": {
|
||||
"render": "Banc"
|
||||
}
|
||||
},
|
||||
"description": "Un banc est une surface en bois, métal, pierre... sur laquelle un humain peut s'asseoir. Cette couche permet de les visualiser et pose des questions à leur sujet."
|
||||
},
|
||||
"bench_at_pt": {
|
||||
"name": "Bancs des arrêts de transport en commun",
|
||||
|
@ -339,7 +352,8 @@
|
|||
"2": {
|
||||
"then": "Il n'y a pas de banc ici"
|
||||
}
|
||||
}
|
||||
},
|
||||
"question": "Quel type de banc est-ce ?"
|
||||
},
|
||||
"bench_at_pt-name": {
|
||||
"render": "{name}"
|
||||
|
@ -355,7 +369,8 @@
|
|||
}
|
||||
},
|
||||
"render": "Banc"
|
||||
}
|
||||
},
|
||||
"description": "Une couche montrant tous les arrêts de transports publics qui ont un banc"
|
||||
},
|
||||
"bicycle_library": {
|
||||
"description": "Un lieu où des vélos peuvent être empruntés pour un temps plus long",
|
||||
|
@ -1599,13 +1614,13 @@
|
|||
"0": {
|
||||
"then": "Accessible au public"
|
||||
},
|
||||
"1": {
|
||||
"2": {
|
||||
"then": "Réservée aux clients"
|
||||
},
|
||||
"2": {
|
||||
"3": {
|
||||
"then": "Réservée aux élèves de l’école"
|
||||
},
|
||||
"3": {
|
||||
"4": {
|
||||
"then": "Non accessible"
|
||||
}
|
||||
},
|
||||
|
@ -2381,5 +2396,18 @@
|
|||
},
|
||||
"watermill": {
|
||||
"name": "Moulin à eau"
|
||||
},
|
||||
"bicycle_rental": {
|
||||
"name": "Location de vélo",
|
||||
"description": "Station de location de vélo",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Un magasin avec employé(s) consacré à la location de vélos",
|
||||
"title": "magasin de location de vélos"
|
||||
},
|
||||
"1": {
|
||||
"title": "location de vélos"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,8 +11,17 @@
|
|||
"0": {
|
||||
"then": "Bangunan ini tidak memiliki nomor rumah"
|
||||
}
|
||||
}
|
||||
},
|
||||
"question": "Berapa nomor rumah ini?",
|
||||
"render": "Nomor rumah ini <b>{addr:housenumber}</b>"
|
||||
},
|
||||
"street": {
|
||||
"question": "Alamat ini di jalan apa?",
|
||||
"render": "Alamat ini ada di jalan <b>{addr:street}</b>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Alamat yang diketahui"
|
||||
}
|
||||
},
|
||||
"artwork": {
|
||||
|
@ -377,5 +386,14 @@
|
|||
},
|
||||
"watermill": {
|
||||
"name": "Kincir Air"
|
||||
},
|
||||
"ambulancestation": {
|
||||
"name": "Peta stasiun ambulans",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Tambahkan stasiun ambulans ke peta",
|
||||
"title": "Stasiun ambulans"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1287,13 +1287,13 @@
|
|||
"0": {
|
||||
"then": "Accessibile pubblicamente"
|
||||
},
|
||||
"1": {
|
||||
"2": {
|
||||
"then": "Accessibile solamente ai clienti dell’attività che lo gestisce"
|
||||
},
|
||||
"2": {
|
||||
"3": {
|
||||
"then": "Accessibile solamente agli studenti della scuola"
|
||||
},
|
||||
"3": {
|
||||
"4": {
|
||||
"then": "Non accessibile"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -3753,12 +3753,15 @@
|
|||
"then": "Vrij toegankelijk voor het publiek"
|
||||
},
|
||||
"1": {
|
||||
"then": "Enkel toegankelijk voor klanten van de bijhorende zaak"
|
||||
"then": "Er moet <b>betaald</b> worden om deze speeltuin te mogen gebruiken"
|
||||
},
|
||||
"2": {
|
||||
"then": "Enkel toegankelijk voor scholieren van de bijhorende school"
|
||||
"then": "Enkel toegankelijk voor klanten van de bijhorende zaak"
|
||||
},
|
||||
"3": {
|
||||
"then": "Enkel toegankelijk voor scholieren van de bijhorende school"
|
||||
},
|
||||
"4": {
|
||||
"then": "Niet vrij toegankelijk"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -1078,7 +1078,7 @@
|
|||
},
|
||||
"playground-access": {
|
||||
"mappings": {
|
||||
"3": {
|
||||
"4": {
|
||||
"then": "Недоступно"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue