diff --git a/.forgejo/workflows/deploy_hosted.yml b/.forgejo/workflows/deploy_hosted.yml
index c19a11f90..2c6f058b0 100644
--- a/.forgejo/workflows/deploy_hosted.yml
+++ b/.forgejo/workflows/deploy_hosted.yml
@@ -1,7 +1,9 @@
name: Deploy develop on dev.mapcomplete.org
on:
- - push
- - pull_request
+ push:
+ branches-ignore:
+ - build/*
+ pull_request:
jobs:
deploy_on_hosted:
@@ -15,7 +17,7 @@ jobs:
node-version: "20"
cache: "npm"
cache-dependency-path: package-lock.json
-
+
- name: install deps
run: npm ci
shell: bash
diff --git a/.forgejo/workflows/deploy_single_theme.yml b/.forgejo/workflows/deploy_single_theme.yml
new file mode 100644
index 000000000..2d7d662fb
--- /dev/null
+++ b/.forgejo/workflows/deploy_single_theme.yml
@@ -0,0 +1,57 @@
+name: Deploy develop on theme.mapcomplete.org
+on:
+ push:
+ branches:
+ - build/*
+
+jobs:
+ deploy_on_hetzner_single:
+ runs-on: [ ubuntu-latest, hetzner-access ]
+ steps:
+ - uses: actions/checkout@v3
+
+ - name: Set up Node.js
+ uses: actions/setup-node@v3
+ with:
+ node-version: "20"
+ cache: "npm"
+ cache-dependency-path: package-lock.json
+
+ - name: install deps
+ run: npm ci
+ shell: bash
+
+ - name: create generated dir
+ run: mkdir ./assets/generated
+ shell: bash
+
+ - name: create dependencies
+ run: npm run generate:licenses; npm run generate:images; npm run generate:charging-stations; npm run generate:service-worker; npm run download:editor-layer-index
+ shell: bash
+
+ - name: sync translations
+ run: npm run generate:translations
+ shell: bash
+
+ - name: Prepare build
+ run: |
+ BRANCH=${{ github.ref_name }}
+ THEME=${BRANCH:6}
+ npm run generate:service-worker && ./scripts/single_build.sh $THEME
+ shell: bash
+
+ - name: Zipping dist file
+ run: |
+ BRANCH=${{ github.ref_name }}
+ THEME=${BRANCH:6}
+ mv "dist_$THEME" ${{ github.ref_name }}
+ zip ${{ github.ref_name }}.zip -r ${{ github.ref_name }}/*
+
+ - name: uploading file
+ run: scp ${{ github.ref_name }}.zip hetzner:/root/staging/
+
+ - name: unzipping remote file
+ run: ssh hetzner "cd /root/staging && unzip ${{ github.ref_name }}.zip && rm -rf /root/single_theme_builds/${{ github.ref_name }} && mv /root/staging/${{ github.ref_name }}/ /root/single_theme_builds/ && rm ${{ github.ref_name }}.zip"
+
+
+
diff --git a/assets/layers/climbing/climbing.json b/assets/layers/climbing/climbing.json
index 20787c270..8a42d6084 100644
--- a/assets/layers/climbing/climbing.json
+++ b/assets/layers/climbing/climbing.json
@@ -394,9 +394,9 @@
"es": "¿Cuántos parabolts tienen como máximo las vías en {title()}?"
},
"render": {
- "en": "The sport climbing routes here have at most {climbing:bolts:max} bolts.
This is without relays and indicates how much quickdraws a climber needs
",
+ "en": "The sport climbing routes here have at most {climbing:bolts:max} bolts. This is without belay stations and indicates how much quickdraws a climber needs.
",
"de": "Die Sportkletterrouten hier haben maximal {climbing:bolts:max} Haken.Dies ist ohne Relais und gibt an, wie viel Schnellspanner ein Kletterer braucht
",
- "nl": "De sportklimroutes hebben maximaal {climbing:bolts:max} bouten. Hierbij worden relays niet meegteld. Dit geeft aan hoeveel klimsetjes een klimmer nodig heeft
",
+ "nl": "De sportklimroutes hebben maximum {climbing:bolts:max} haken. Hierbij worden standplaatsen niet meegeteld. Dit geeft aan hoeveel setjes een klimmer nodig heeft.
",
"es": "Las vías de escalada deportiva aquí tienen como máximo {climbing:bolts:max} parabolts.Esto es sin reuniones e indica cuántos cintas exprés necesita un escalador
"
},
"freeform": {
diff --git a/assets/layers/climbing_route/climbing_route.json b/assets/layers/climbing_route/climbing_route.json
index babac0013..8cde1a80d 100644
--- a/assets/layers/climbing_route/climbing_route.json
+++ b/assets/layers/climbing_route/climbing_route.json
@@ -249,11 +249,11 @@
"es": "¿Cuántos parabolts tiene esta vía antes de llegar al anclaje?"
},
"render": {
- "en": "This route has {climbing:bolts} bolts This is without relays and indicates how much quickdraws a climber needs
",
+ "en": "This route has {climbing:bolts} bolts. This is without belay stations and indicates how much quickdraws a climber needs.
",
"fr": "Cette voie a {climbing:bolts} prises C'est sans relai et indique de combien de dégaine un grimpeur a besoin
",
"de": "Diese Route hat {climbing:bolts} Haken Dies ist ohne Relais und gibt an, wie viel Schnellspanner ein Kletterer braucht
",
"it": "Questo percorso ha {climbing:bolts} bulloni Questa è senza collettori e indica di quanti bloccaggi rapidi ha bisogno un arrampicatore
",
- "nl": "Deze route heeft {climbing:bolts} klimbouten. Dit is zonder het relay mee te tellen. Een klimmer heeft dus minstens {climbing:bolts} klimsetjes nodig om boven te raken
",
+ "nl": "Deze route heeft {climbing:bolts} haken. Hierbij wordt de standplaats niet meegeteld. Een klimmer heeft normaal gezien dus minstens {climbing:bolts} setjes nodig.
",
"es": "Esta vía tiene {climbing:bolts} parabolts Esto es sin reuniones e indica cuántos cintas exprés necesita un escalador
"
},
"freeform": {
diff --git a/langs/cs.json b/langs/cs.json
index 3752a5e84..9a2bd7807 100644
--- a/langs/cs.json
+++ b/langs/cs.json
@@ -842,4 +842,4 @@
"startsWithQ": "Identifikátor wikidat začíná písmenem Q a následuje za ním číslo"
}
}
-}
+}
\ No newline at end of file
diff --git a/langs/da.json b/langs/da.json
index b48b9445c..faa3d1f07 100644
--- a/langs/da.json
+++ b/langs/da.json
@@ -460,7 +460,8 @@
"activateButton": "Hjælp med at oversætte MapComplete",
"missing": "{count} uoversatte strenge"
},
- "userinfo": {},
+ "userinfo": {
+ },
"validation": {
"color": {
"description": "En farve eller hex-kode"
diff --git a/langs/de.json b/langs/de.json
index 922d5f189..c4fdf7492 100644
--- a/langs/de.json
+++ b/langs/de.json
@@ -844,4 +844,4 @@
"startsWithQ": "Ein Wikidata-Identifikator beginnt mit Q und wird von einer Zahl gefolgt"
}
}
-}
+}
\ No newline at end of file
diff --git a/langs/el.json b/langs/el.json
index 9e26dfeeb..7a73a41bf 100644
--- a/langs/el.json
+++ b/langs/el.json
@@ -1 +1,2 @@
-{}
\ No newline at end of file
+{
+}
\ No newline at end of file
diff --git a/langs/en.json b/langs/en.json
index 72ef5923a..73114b29b 100644
--- a/langs/en.json
+++ b/langs/en.json
@@ -852,4 +852,4 @@
"startsWithQ": "A wikidata identifier starts with Q and is followed by a number"
}
}
-}
+}
\ No newline at end of file
diff --git a/langs/fil.json b/langs/fil.json
index 8da763e56..276d69a20 100644
--- a/langs/fil.json
+++ b/langs/fil.json
@@ -94,7 +94,8 @@
"question_opinion": "Kamusta ang iyong karanasan?",
"reviewPlaceholder": "Ilarawan ang iyong karanasan…"
},
- "translations": {},
+ "translations": {
+ },
"unknown": {
"clear": "Tanggalin ang sagot"
},
diff --git a/langs/he_IL.json b/langs/he_IL.json
index 9e26dfeeb..7a73a41bf 100644
--- a/langs/he_IL.json
+++ b/langs/he_IL.json
@@ -1 +1,2 @@
-{}
\ No newline at end of file
+{
+}
\ No newline at end of file
diff --git a/langs/hu.json b/langs/hu.json
index 7a2a5e8bc..e7d2d5d16 100644
--- a/langs/hu.json
+++ b/langs/hu.json
@@ -615,6 +615,9 @@
"logIn": "A korábban megnézett tematikus térképek megtekintéséhez be kell jelentkezned",
"title": "MapComplete"
},
+ "inspector": {
+ "menu": "Közreműködő megvizsgálása"
+ },
"move": {
"cancel": "Válassz másik okot",
"cannotBeMoved": "Ez az objektum nem mozdítható el.",
@@ -848,8 +851,5 @@
"empty": "Adj meg néhány Wikidata-bejegyzést",
"startsWithQ": "A Wikidata-azonosító Q-val kezdődik, amelyet egy szám követ"
}
- },
- "inspector": {
- "menu": "Közreműködő megvizsgálása"
}
-}
+}
\ No newline at end of file
diff --git a/langs/id.json b/langs/id.json
index bcf392d9b..63e3842e2 100644
--- a/langs/id.json
+++ b/langs/id.json
@@ -150,7 +150,8 @@
"split": {
"cancel": "Batal"
},
- "translations": {},
+ "translations": {
+ },
"validation": {
"date": {
"description": "Tanggal, dimulai dari tahun"
diff --git a/langs/layers/ca.json b/langs/layers/ca.json
index a6747ff32..4c871f3b2 100644
--- a/langs/layers/ca.json
+++ b/langs/layers/ca.json
@@ -36,6 +36,26 @@
"description": "Una gran estructura publicitària exterior, que normalment es troba en zones de gran trànsit, com ara al costat de carreteres transitades muntades a una paret",
"title": "un cartell muntat a una paret"
},
+ "10": {
+ "title": "una pantalla muntada en una marquesina"
+ },
+ "11": {
+ "description": "Una peça de tèxtil impermeable amb un missatge imprès, fixada permanentment a una paret",
+ "title": "una lona"
+ },
+ "12": {
+ "title": "un tòtem"
+ },
+ "13": {
+ "description": "S'utilitza per a cartells publicitaris, rètols de neó, logotips i cartells en entrades institucionals",
+ "title": "un lletrer"
+ },
+ "14": {
+ "title": "una escupltura"
+ },
+ "15": {
+ "title": "una paret pintada"
+ },
"2": {
"title": "un mupi"
},
@@ -61,26 +81,6 @@
},
"9": {
"title": "una patalla sobre una paret"
- },
- "10": {
- "title": "una pantalla muntada en una marquesina"
- },
- "11": {
- "description": "Una peça de tèxtil impermeable amb un missatge imprès, fixada permanentment a una paret",
- "title": "una lona"
- },
- "12": {
- "title": "un tòtem"
- },
- "13": {
- "description": "S'utilitza per a cartells publicitaris, rètols de neó, logotips i cartells en entrades institucionals",
- "title": "un lletrer"
- },
- "14": {
- "title": "una escupltura"
- },
- "15": {
- "title": "una paret pintada"
}
},
"tagRenderings": {
@@ -175,6 +175,9 @@
"1": {
"then": "Açò és un tauló d'anuncis"
},
+ "10": {
+ "then": "Açò és una paret pintada"
+ },
"2": {
"then": "Açò és una columna"
},
@@ -198,9 +201,6 @@
},
"9": {
"then": "Açò és un tòtem"
- },
- "10": {
- "then": "Açò és una paret pintada"
}
},
"question": "Quin tipus d'element publicitari és aquest?",
@@ -215,6 +215,9 @@
"1": {
"then": "Tauló d'anuncis"
},
+ "10": {
+ "then": "Paret Pintada"
+ },
"2": {
"then": "Mupi"
},
@@ -238,9 +241,6 @@
},
"9": {
"then": "Tòtem"
- },
- "10": {
- "then": "Paret Pintada"
}
}
}
@@ -381,6 +381,15 @@
"1": {
"then": "Mural"
},
+ "10": {
+ "then": "Azulejo (Rajoles decoratives espanyoles i portugueses)"
+ },
+ "11": {
+ "then": "Enrajolat"
+ },
+ "12": {
+ "then": "Tallat a la fusta"
+ },
"2": {
"then": "Pintura"
},
@@ -404,15 +413,6 @@
},
"9": {
"then": "Relleu"
- },
- "10": {
- "then": "Azulejo (Rajoles decoratives espanyoles i portugueses)"
- },
- "11": {
- "then": "Enrajolat"
- },
- "12": {
- "then": "Tallat a la fusta"
}
},
"question": "Quin tipus d'obra és aquesta peça?",
@@ -1911,14 +1911,14 @@
"1": {
"question": "Té un connector Schuko sense pin de terra (CEE7/4 tipus F) "
},
+ "10": {
+ "question": "Té un connector Tipus 2 amb cable (mennekes) "
+ },
"2": {
"question": "Té un connector endoll de paret Europeu amb un pin de terra (CEE7/4 tipus F) "
},
"3": {
"question": "Té un connector Chademo "
- },
- "10": {
- "question": "Té un connector Tipus 2 amb cable (mennekes) "
}
}
}
@@ -1965,30 +1965,6 @@
"1": {
"then": "Endoll de paret Schuko sense pin a terra (CEE7/4 tipus F)"
},
- "2": {
- "then": "Endoll de paret Europeu amb pin a terra (CEE7/4 tipus E)"
- },
- "3": {
- "then": "Endoll de paret Europeu amb pin a terra (CEE7/4 tipus E)"
- },
- "4": {
- "then": "CHAdeMo"
- },
- "5": {
- "then": "CHAdeMo"
- },
- "6": {
- "then": "Tipus 1 amb cable"
- },
- "7": {
- "then": "Tipus 1 amb cable"
- },
- "8": {
- "then": "Tipus 1 sense cable"
- },
- "9": {
- "then": "Tipus 1 sense cable(J1772)"
- },
"10": {
"then": "CSS Tipus 1 (també conegut com a Tipus 1 Combo)"
},
@@ -2012,6 +1988,30 @@
},
"17": {
"then": "CSS Tipus 2 (mennekes)"
+ },
+ "2": {
+ "then": "Endoll de paret Europeu amb pin a terra (CEE7/4 tipus E)"
+ },
+ "3": {
+ "then": "Endoll de paret Europeu amb pin a terra (CEE7/4 tipus E)"
+ },
+ "4": {
+ "then": "CHAdeMo"
+ },
+ "5": {
+ "then": "CHAdeMo"
+ },
+ "6": {
+ "then": "Tipus 1 amb cable"
+ },
+ "7": {
+ "then": "Tipus 1 amb cable"
+ },
+ "8": {
+ "then": "Tipus 1 sense cable"
+ },
+ "9": {
+ "then": "Tipus 1 sense cable(J1772)"
}
}
},
@@ -2667,6 +2667,9 @@
"1": {
"then": "Aquesta via ciclista està pavimentada"
},
+ "10": {
+ "then": "Aquesta via ciclista està feta de grava fina"
+ },
"2": {
"then": "Aquesta via ciclista està feta d'asfalt"
},
@@ -2690,9 +2693,6 @@
},
"9": {
"then": "Aquesta via ciclista està feta de grava"
- },
- "10": {
- "then": "Aquesta via ciclista està feta de grava fina"
}
},
"question": "De quina superfície està fet aquesta via ciclista?",
@@ -2738,6 +2738,9 @@
"1": {
"then": "Aquest carril bici està pavimentat"
},
+ "10": {
+ "then": "Aquesta via ciclista està feta de gravilla"
+ },
"2": {
"then": "Aquest carril bici està fet d'asfalt"
},
@@ -2749,9 +2752,6 @@
},
"9": {
"then": "Aquesta via ciclista està feta de grava"
- },
- "10": {
- "then": "Aquesta via ciclista està feta de gravilla"
}
},
"question": "De què està feta la superfície d'aquest carrer?",
@@ -3768,6 +3768,13 @@
}
}
},
+ "10": {
+ "options": {
+ "2": {
+ "question": "No s'admeten gossos"
+ }
+ }
+ },
"2": {
"options": {
"0": {
@@ -3838,13 +3845,6 @@
"question": "Ús gratuït"
}
}
- },
- "10": {
- "options": {
- "2": {
- "question": "No s'admeten gossos"
- }
- }
}
}
},
@@ -3961,6 +3961,21 @@
"1": {
"then": "Aquesta estació de fitness té un cartell amb instruccions per a un exercici concret."
},
+ "10": {
+ "then": "Aquesta estació de gimnàs té esglaons."
+ },
+ "11": {
+ "then": "Aquesta estació de fitness disposa de cons per fer salts de granota."
+ },
+ "12": {
+ "then": "Aquesta estació de fitness té bigues per saltar."
+ },
+ "13": {
+ "then": "Aquesta estació de fitness té obstacles per a travesar."
+ },
+ "14": {
+ "then": "Aquesta estació de fitness té una paret per enfilar-se."
+ },
"2": {
"then": "Aquesta estació de fitness té una instal·lació per fer abdominals."
},
@@ -3984,21 +3999,6 @@
},
"9": {
"then": "Aquesta estació de fitness té llocs per fer exercicis d'eslàlom."
- },
- "10": {
- "then": "Aquesta estació de gimnàs té esglaons."
- },
- "11": {
- "then": "Aquesta estació de fitness disposa de cons per fer salts de granota."
- },
- "12": {
- "then": "Aquesta estació de fitness té bigues per saltar."
- },
- "13": {
- "then": "Aquesta estació de fitness té obstacles per a travesar."
- },
- "14": {
- "then": "Aquesta estació de fitness té una paret per enfilar-se."
}
}
}
@@ -4117,6 +4117,21 @@
"1": {
"then": "Fregiduria"
},
+ "10": {
+ "then": "Xinés"
+ },
+ "11": {
+ "then": "Grec"
+ },
+ "12": {
+ "then": "Indi"
+ },
+ "13": {
+ "then": "Turc"
+ },
+ "14": {
+ "then": "Tailandés"
+ },
"2": {
"then": "Principalment serveix pasta"
},
@@ -4140,21 +4155,6 @@
},
"9": {
"then": "Restaurant francés"
- },
- "10": {
- "then": "Xinés"
- },
- "11": {
- "then": "Grec"
- },
- "12": {
- "then": "Indi"
- },
- "13": {
- "then": "Turc"
- },
- "14": {
- "then": "Tailandés"
}
},
"question": "Quin tipus de menjar es serveix aquí?",
@@ -4708,9 +4708,24 @@
"1": {
"then": "Açò és un auditori"
},
+ "10": {
+ "then": "Açò és un laboratori"
+ },
+ "14": {
+ "then": "Açò és una oficina"
+ },
+ "17": {
+ "then": "Açò és un restaurant"
+ },
"2": {
"then": "Açò és un dormitori"
},
+ "20": {
+ "then": "Açò és un magatzem"
+ },
+ "23": {
+ "then": "Açò és una sala d'espera"
+ },
"3": {
"then": "Açò és una capella"
},
@@ -4728,21 +4743,6 @@
},
"9": {
"then": "Açò és una cuina"
- },
- "10": {
- "then": "Açò és un laboratori"
- },
- "14": {
- "then": "Açò és una oficina"
- },
- "17": {
- "then": "Açò és un restaurant"
- },
- "20": {
- "then": "Açò és un magatzem"
- },
- "23": {
- "then": "Açò és una sala d'espera"
}
},
"question": "Quin tipus d'habitació és aquesta?"
@@ -5355,6 +5355,27 @@
}
}
},
+ "10": {
+ "options": {
+ "0": {
+ "question": "Editat per última vega pel contribuïdor {search}"
+ }
+ }
+ },
+ "12": {
+ "options": {
+ "0": {
+ "question": "Creada abans de {search}"
+ }
+ }
+ },
+ "13": {
+ "options": {
+ "0": {
+ "question": "Creada després de {search}"
+ }
+ }
+ },
"2": {
"options": {
"0": {
@@ -5395,27 +5416,6 @@
"question": "No obert pel contribuïdor {search}"
}
}
- },
- "10": {
- "options": {
- "0": {
- "question": "Editat per última vega pel contribuïdor {search}"
- }
- }
- },
- "12": {
- "options": {
- "0": {
- "question": "Creada abans de {search}"
- }
- }
- },
- "13": {
- "options": {
- "0": {
- "question": "Creada després de {search}"
- }
- }
}
},
"name": "Notes d'OpenStreetMap",
@@ -5704,6 +5704,12 @@
"1": {
"then": "Aquesta és una plaça d'aparcament normal."
},
+ "10": {
+ "then": "Es tracta d'una plaça d'aparcament reservada al personal."
+ },
+ "11": {
+ "then": "Aquest espai d'aparcament està reservat per a taxi."
+ },
"2": {
"then": "Aquesta és una plaça d'aparcament per a minusvàlids."
},
@@ -5721,12 +5727,6 @@
},
"9": {
"then": "Es tracta d'una plaça d'aparcament reservada per a pares amb fills."
- },
- "10": {
- "then": "Es tracta d'una plaça d'aparcament reservada al personal."
- },
- "11": {
- "then": "Aquest espai d'aparcament està reservat per a taxi."
}
},
"question": "Quin tipus d'espai d'aparcament és aquest?"
@@ -6292,6 +6292,21 @@
"1": {
"then": "S'accepten monedes de 2 cèntims"
},
+ "10": {
+ "then": "S'accepten monedes de 20 cèntims"
+ },
+ "11": {
+ "then": "S'accepten monedes de ½ franc"
+ },
+ "12": {
+ "then": "S'accepten monedes d'1 franc"
+ },
+ "13": {
+ "then": "S'accepten monedes de 2 francs"
+ },
+ "14": {
+ "then": "S'accepten monedes de 5 francs"
+ },
"2": {
"then": "S'accepten monedes de 5 cèntims"
},
@@ -6315,21 +6330,6 @@
},
"9": {
"then": "S'accepten monedes de 10 cèntims"
- },
- "10": {
- "then": "S'accepten monedes de 20 cèntims"
- },
- "11": {
- "then": "S'accepten monedes de ½ franc"
- },
- "12": {
- "then": "S'accepten monedes d'1 franc"
- },
- "13": {
- "then": "S'accepten monedes de 2 francs"
- },
- "14": {
- "then": "S'accepten monedes de 5 francs"
}
},
"question": "Quines monedes es poden utilitzar per a pagar aquí?"
@@ -6342,6 +6342,15 @@
"1": {
"then": "S'accepten bitllets de 10 euros"
},
+ "10": {
+ "then": "S'accepten bitllets de 100 francs"
+ },
+ "11": {
+ "then": "S'accepten bitllets de 200 francs"
+ },
+ "12": {
+ "then": "S'accepten bitllets de 1000 francs"
+ },
"2": {
"then": "S'accepten bitllets de 20 euros"
},
@@ -6365,15 +6374,6 @@
},
"9": {
"then": "S'accepten bitllets de 50 francs"
- },
- "10": {
- "then": "S'accepten bitllets de 100 francs"
- },
- "11": {
- "then": "S'accepten bitllets de 200 francs"
- },
- "12": {
- "then": "S'accepten bitllets de 1000 francs"
}
},
"question": "Amb quins bitllets pot pagar aquí?"
@@ -6735,30 +6735,6 @@
"1": {
"question": "Reciclatge de piles"
},
- "2": {
- "question": "Reciclatge de cartrons de begudes"
- },
- "3": {
- "question": "Reciclatge de llaunes"
- },
- "4": {
- "question": "Reciclatge de roba"
- },
- "5": {
- "question": "Reciclatge d'oli de cuina"
- },
- "6": {
- "question": "Reciclatge d'oli de motor"
- },
- "7": {
- "question": "Reciclatge de tubs fluorescents"
- },
- "8": {
- "question": "Reciclatge de residus verds"
- },
- "9": {
- "question": "Reciclatge d'ampolles de vidre"
- },
"10": {
"question": "Reciclatge de vidre"
},
@@ -6789,11 +6765,35 @@
"19": {
"question": "Reciclatge del rebuig"
},
+ "2": {
+ "question": "Reciclatge de cartrons de begudes"
+ },
"20": {
"question": "Reciclatge de cartutxos d'impressora"
},
"21": {
"question": "Reciclatge de bicicletes"
+ },
+ "3": {
+ "question": "Reciclatge de llaunes"
+ },
+ "4": {
+ "question": "Reciclatge de roba"
+ },
+ "5": {
+ "question": "Reciclatge d'oli de cuina"
+ },
+ "6": {
+ "question": "Reciclatge d'oli de motor"
+ },
+ "7": {
+ "question": "Reciclatge de tubs fluorescents"
+ },
+ "8": {
+ "question": "Reciclatge de residus verds"
+ },
+ "9": {
+ "question": "Reciclatge d'ampolles de vidre"
}
}
},
@@ -6861,30 +6861,6 @@
"1": {
"then": "Aquí es poden reciclar els cartons de begudes"
},
- "2": {
- "then": "Aquí es poden reciclar llaunes"
- },
- "3": {
- "then": "Aquí es pot reciclar roba"
- },
- "4": {
- "then": "Aquí es pot reciclar oli de cuina"
- },
- "5": {
- "then": "Aquí es pot reciclar oli de motor"
- },
- "6": {
- "then": "Aquí es poden reciclar tub fluroescents"
- },
- "7": {
- "then": "Aquí es poden reciclar residus verds"
- },
- "8": {
- "then": "Ací es poden reciclar residus orgànics"
- },
- "9": {
- "then": "Aquí es poden reciclar ampolles de vidre"
- },
"10": {
"then": "Aquí es pot reciclar vidre"
},
@@ -6912,6 +6888,9 @@
"19": {
"then": "Aquí es pot reciclar ferralla"
},
+ "2": {
+ "then": "Aquí es poden reciclar llaunes"
+ },
"20": {
"then": "Aquí es poden reciclar sabates"
},
@@ -6929,6 +6908,27 @@
},
"25": {
"then": "Aquí es poden reciclar bicicletes"
+ },
+ "3": {
+ "then": "Aquí es pot reciclar roba"
+ },
+ "4": {
+ "then": "Aquí es pot reciclar oli de cuina"
+ },
+ "5": {
+ "then": "Aquí es pot reciclar oli de motor"
+ },
+ "6": {
+ "then": "Aquí es poden reciclar tub fluroescents"
+ },
+ "7": {
+ "then": "Aquí es poden reciclar residus verds"
+ },
+ "8": {
+ "then": "Ací es poden reciclar residus orgànics"
+ },
+ "9": {
+ "then": "Aquí es poden reciclar ampolles de vidre"
}
},
"question": "Què es pot reciclar aquí?"
@@ -7751,6 +7751,12 @@
"1": {
"then": "Aquest fanal utilitza LED"
},
+ "10": {
+ "then": "Aquest fanal utilitza làmpades de sodi d'alta pressió (taronja amb blanc)"
+ },
+ "11": {
+ "then": "Aquest fanal s'il·lumina amb gas"
+ },
"2": {
"then": "Aquest fanal utilitza il·luminació incandescent"
},
@@ -7774,12 +7780,6 @@
},
"9": {
"then": "Aquest fanal utilitza làmpades de sodi de baixa pressió (taronja monocroma)"
- },
- "10": {
- "then": "Aquest fanal utilitza làmpades de sodi d'alta pressió (taronja amb blanc)"
- },
- "11": {
- "then": "Aquest fanal s'il·lumina amb gas"
}
},
"question": "Quin tipus d'il·luminació utilitza aquest fanal?"
@@ -9034,30 +9034,6 @@
"1": {
"question": "Venda de begudes"
},
- "2": {
- "question": "Venda de llaminadures"
- },
- "3": {
- "question": "Venda de menjar"
- },
- "4": {
- "question": "Venda de tabaco"
- },
- "5": {
- "question": "Venda de preservatius"
- },
- "6": {
- "question": "Venda de cafè"
- },
- "7": {
- "question": "Venda d'aigua"
- },
- "8": {
- "question": "Venda de diaris"
- },
- "9": {
- "question": "Venda de càmeres interiors de bicicletes"
- },
"10": {
"question": "Venda de llet"
},
@@ -9085,6 +9061,9 @@
"19": {
"question": "Venda de maduixes"
},
+ "2": {
+ "question": "Venda de llaminadures"
+ },
"20": {
"question": "Venda de flors"
},
@@ -9111,6 +9090,27 @@
},
"28": {
"question": "Venda de cadenat per a bicicletes"
+ },
+ "3": {
+ "question": "Venda de menjar"
+ },
+ "4": {
+ "question": "Venda de tabaco"
+ },
+ "5": {
+ "question": "Venda de preservatius"
+ },
+ "6": {
+ "question": "Venda de cafè"
+ },
+ "7": {
+ "question": "Venda d'aigua"
+ },
+ "8": {
+ "question": "Venda de diaris"
+ },
+ "9": {
+ "question": "Venda de càmeres interiors de bicicletes"
}
}
}
@@ -9204,30 +9204,6 @@
"1": {
"then": "Es venen llaminadures"
},
- "2": {
- "then": "Es ven menjar"
- },
- "3": {
- "then": "Es ven tabaco"
- },
- "4": {
- "then": "Es venen preservatius"
- },
- "5": {
- "then": "Es ven cafè"
- },
- "6": {
- "then": "Es ven aigua"
- },
- "7": {
- "then": "Es venen diaris"
- },
- "8": {
- "then": "Es venen càmeres interiors de bicicletes"
- },
- "9": {
- "then": "Es ven llet"
- },
"10": {
"then": "Es ven pa"
},
@@ -9255,6 +9231,9 @@
"19": {
"then": "Es venen flors"
},
+ "2": {
+ "then": "Es ven menjar"
+ },
"20": {
"then": "Es venen tiquets d'aparcament"
},
@@ -9278,6 +9257,27 @@
},
"27": {
"then": "Es venen cadenats per a bicicletes"
+ },
+ "3": {
+ "then": "Es ven tabaco"
+ },
+ "4": {
+ "then": "Es venen preservatius"
+ },
+ "5": {
+ "then": "Es ven cafè"
+ },
+ "6": {
+ "then": "Es ven aigua"
+ },
+ "7": {
+ "then": "Es venen diaris"
+ },
+ "8": {
+ "then": "Es venen càmeres interiors de bicicletes"
+ },
+ "9": {
+ "then": "Es ven llet"
}
},
"question": "Que ven aquesta màquina expenedora?",
diff --git a/langs/layers/cs.json b/langs/layers/cs.json
index 9e1bf43d5..1b916cd7b 100644
--- a/langs/layers/cs.json
+++ b/langs/layers/cs.json
@@ -36,6 +36,26 @@
"description": "Velká venkovní reklamní konstrukce, která se obvykle nachází na frekventovaných místech, například podél frekventovaných silnic, umístěná na zdi",
"title": "billboard připevněný na stěnu"
},
+ "10": {
+ "title": "obrazovka namontovaná na dopravním přístřešku"
+ },
+ "11": {
+ "description": "Kus nepromokavého textilu s natištěným vzkazem, trvale připevněný na stěnu",
+ "title": "plachta"
+ },
+ "12": {
+ "title": "totem"
+ },
+ "13": {
+ "description": "Používá se pro reklamní nápisy, neonové nápisy, loga a vstupní nápisy institucí",
+ "title": "cedule"
+ },
+ "14": {
+ "title": "socha"
+ },
+ "15": {
+ "title": "nástěnná malba"
+ },
"2": {
"title": "volně stojící plakátovací skříň"
},
@@ -61,26 +81,6 @@
},
"9": {
"title": "obrazovka připevněná na stěnu"
- },
- "10": {
- "title": "obrazovka namontovaná na dopravním přístřešku"
- },
- "11": {
- "description": "Kus nepromokavého textilu s natištěným vzkazem, trvale připevněný na stěnu",
- "title": "plachta"
- },
- "12": {
- "title": "totem"
- },
- "13": {
- "description": "Používá se pro reklamní nápisy, neonové nápisy, loga a vstupní nápisy institucí",
- "title": "cedule"
- },
- "14": {
- "title": "socha"
- },
- "15": {
- "title": "nástěnná malba"
}
},
"tagRenderings": {
@@ -186,6 +186,15 @@
"1": {
"then": "Toto je deska"
},
+ "10": {
+ "then": "Toto je nástěnná malba"
+ },
+ "11": {
+ "then": "Jedná se o dlaždice - reklama je namalovaná na dlaždicích"
+ },
+ "12": {
+ "then": "Toto je reliéf"
+ },
"2": {
"then": "Toto je sloup"
},
@@ -209,15 +218,6 @@
},
"9": {
"then": "Toto je totem"
- },
- "10": {
- "then": "Toto je nástěnná malba"
- },
- "11": {
- "then": "Jedná se o dlaždice - reklama je namalovaná na dlaždicích"
- },
- "12": {
- "then": "Toto je reliéf"
}
},
"question": "O jaký typ reklamního prvku se jedná?",
@@ -232,6 +232,9 @@
"1": {
"then": "Deska"
},
+ "10": {
+ "then": "Nástěnná malba"
+ },
"2": {
"then": "Skříň na plakáty"
},
@@ -255,9 +258,6 @@
},
"9": {
"then": "Totem"
- },
- "10": {
- "then": "Nástěnná malba"
}
}
}
@@ -304,6 +304,9 @@
"1": {
"then": "Jedná se o gondolu, kde vozy jezdí v nepřetržitých kruzích"
},
+ "10": {
+ "then": "Lano na visuté dráze. (Turistická atrakce, kde se odvážlivci spouštějí vysokou rychlostí) "
+ },
"2": {
"then": "Otevřená lanovka se sedačkami k sezení na čerstvém vzduchu."
},
@@ -327,9 +330,6 @@
},
"9": {
"then": "Kouzelný koberec (pásový dopravník na zemi)"
- },
- "10": {
- "then": "Lano na visuté dráze. (Turistická atrakce, kde se odvážlivci spouštějí vysokou rychlostí) "
}
},
"question": "O jaký typ dráhy se jedná?"
@@ -474,6 +474,15 @@
"1": {
"then": "Nástěnná malba"
},
+ "10": {
+ "then": "Azulejo (španělské dekorativní dlaždice)"
+ },
+ "11": {
+ "then": "Obklady a dlažba"
+ },
+ "12": {
+ "then": "Dřevořezba"
+ },
"2": {
"then": "Malba"
},
@@ -497,15 +506,6 @@
},
"9": {
"then": "Reliéf"
- },
- "10": {
- "then": "Azulejo (španělské dekorativní dlaždice)"
- },
- "11": {
- "then": "Obklady a dlažba"
- },
- "12": {
- "then": "Dřevořezba"
}
},
"question": "Jaký je typ tohoto uměleckého díla?",
@@ -1583,6 +1583,9 @@
"1": {
"then": "Stojan s bočními smyčkami"
},
+ "10": {
+ "then": "Skloněný držák s možností použití zámku přes očko. Sedlovou trubku lze za stojan uchytit pomocí kotvy"
+ },
"2": {
"then": "Stojan na kola / smyčky"
},
@@ -1606,9 +1609,6 @@
},
"9": {
"then": "Skříňka - kola jsou uzavřena zcela samostatně nebo s několika koly dohromady. Skříňka je příliš malá na to, aby se do ní vešla stojící osoba.."
- },
- "10": {
- "then": "Skloněný držák s možností použití zámku přes očko. Sedlovou trubku lze za stojan uchytit pomocí kotvy"
}
},
"question": "Jaký je typ tohoto parkoviště pro jízdní kola?",
@@ -2383,27 +2383,6 @@
"1": {
"then": "Schuko zásuvka bez zemnícího kolíku (CEE7/4 typ F)"
},
- "2": {
- "then": "Evropská zásuvka se zemnícím kolíkem (CEE7/4 typ E)"
- },
- "4": {
- "then": "Chademo"
- },
- "5": {
- "then": "Chademo"
- },
- "6": {
- "then": "Typ 1 s kabelem (J1772)"
- },
- "7": {
- "then": "Typ 1 s kabelem (J1772)"
- },
- "8": {
- "then": "Typ 1 bez kabelu (J1772)"
- },
- "9": {
- "then": "Typ 1 bez kabelu (J1772)"
- },
"10": {
"then": "CCS typu 1 (neboli kombinace typu 1)"
},
@@ -2434,6 +2413,9 @@
"19": {
"then": "Typ 2 s kabelem (mennekes)"
},
+ "2": {
+ "then": "Evropská zásuvka se zemnícím kolíkem (CEE7/4 typ E)"
+ },
"20": {
"then": "Tesla Supercharger CCS (značkový typ2_css)"
},
@@ -2467,11 +2449,29 @@
"39": {
"then": "AS3112 (Typ I)"
},
+ "4": {
+ "then": "Chademo"
+ },
"40": {
"then": "NEMA 5-20 (Typ B)"
},
"41": {
"then": "NEMA 5-20 (Typ B)"
+ },
+ "5": {
+ "then": "Chademo"
+ },
+ "6": {
+ "then": "Typ 1 s kabelem (J1772)"
+ },
+ "7": {
+ "then": "Typ 1 s kabelem (J1772)"
+ },
+ "8": {
+ "then": "Typ 1 bez kabelu (J1772)"
+ },
+ "9": {
+ "then": "Typ 1 bez kabelu (J1772)"
}
},
"question": "Jaké nabíjecí přípojky jsou zde k dispozici?"
@@ -3302,21 +3302,6 @@
"1": {
"then": "Tento přechod má označení zebra"
},
- "2": {
- "then": "Tento přejezd má značení neznámého typu"
- },
- "3": {
- "then": "Tento přechod má čáry na obou stranách přechodu"
- },
- "4": {
- "then": "Tento přechod má na obou stranách čáry a spojovací pruhy"
- },
- "5": {
- "then": "Tento přechod má po obou stranách přerušované čáry"
- },
- "6": {
- "then": "Tento přechod má tečkované čáry na obou stranách přechodu"
- },
"10": {
"then": "Tento přechod má označení zebry ve střídavých barvách"
},
@@ -3331,6 +3316,21 @@
},
"14": {
"then": "Tento přechod má dvojité čáry na obou stranách přechodu"
+ },
+ "2": {
+ "then": "Tento přejezd má značení neznámého typu"
+ },
+ "3": {
+ "then": "Tento přechod má čáry na obou stranách přechodu"
+ },
+ "4": {
+ "then": "Tento přechod má na obou stranách čáry a spojovací pruhy"
+ },
+ "5": {
+ "then": "Tento přechod má po obou stranách přerušované čáry"
+ },
+ "6": {
+ "then": "Tento přechod má tečkované čáry na obou stranách přechodu"
}
}
}
@@ -3418,6 +3418,15 @@
"1": {
"then": "Tato cyklostezka je zpevněná"
},
+ "10": {
+ "then": "Tato cyklostezka je tvořena jemným štěrkem"
+ },
+ "11": {
+ "then": "Tato cyklostezka je z oblázkového kamene"
+ },
+ "12": {
+ "then": "Tato cyklostezka je vyrobena ze surové zeminy"
+ },
"2": {
"then": "Tato cyklostezka je z asfaltu"
},
@@ -3441,15 +3450,6 @@
},
"9": {
"then": "Tato cyklostezka je štěrková"
- },
- "10": {
- "then": "Tato cyklostezka je tvořena jemným štěrkem"
- },
- "11": {
- "then": "Tato cyklostezka je z oblázkového kamene"
- },
- "12": {
- "then": "Tato cyklostezka je vyrobena ze surové zeminy"
}
},
"question": "Jaký je povrch cyklostezky?",
@@ -3498,6 +3498,15 @@
"1": {
"then": "Tato cyklostezka je zpevněná"
},
+ "10": {
+ "then": "Tato cyklostezka je vyrobena z jemného štěrku"
+ },
+ "11": {
+ "then": "Tato cyklostezka je z oblázků"
+ },
+ "12": {
+ "then": "Tato cyklostezka je vyrobena ze surové půdy"
+ },
"2": {
"then": "Tato cyklostezka je z asfaltu"
},
@@ -3521,15 +3530,6 @@
},
"9": {
"then": "Tato cyklostezka je ze štěrku"
- },
- "10": {
- "then": "Tato cyklostezka je vyrobena z jemného štěrku"
- },
- "11": {
- "then": "Tato cyklostezka je z oblázků"
- },
- "12": {
- "then": "Tato cyklostezka je vyrobena ze surové půdy"
}
},
"question": "Z čeho je povrch ulice vyroben?",
@@ -4487,6 +4487,54 @@
}
}
},
+ "10": {
+ "options": {
+ "0": {
+ "question": "Bez preference psů"
+ },
+ "1": {
+ "question": "Psi povoleny"
+ },
+ "2": {
+ "question": "Psi nejsou povoleni"
+ }
+ }
+ },
+ "11": {
+ "options": {
+ "0": {
+ "question": "Nabízí internet"
+ }
+ }
+ },
+ "12": {
+ "options": {
+ "0": {
+ "question": "Nabízí elektřinu"
+ }
+ }
+ },
+ "13": {
+ "options": {
+ "0": {
+ "question": "Má nabídku bez cukru"
+ }
+ }
+ },
+ "14": {
+ "options": {
+ "0": {
+ "question": "Má bezlepkovou nabídku"
+ }
+ }
+ },
+ "15": {
+ "options": {
+ "0": {
+ "question": "Má nabídku bez laktózy"
+ }
+ }
+ },
"2": {
"options": {
"0": {
@@ -4557,54 +4605,6 @@
"question": "Použití zdarma"
}
}
- },
- "10": {
- "options": {
- "0": {
- "question": "Bez preference psů"
- },
- "1": {
- "question": "Psi povoleny"
- },
- "2": {
- "question": "Psi nejsou povoleni"
- }
- }
- },
- "11": {
- "options": {
- "0": {
- "question": "Nabízí internet"
- }
- }
- },
- "12": {
- "options": {
- "0": {
- "question": "Nabízí elektřinu"
- }
- }
- },
- "13": {
- "options": {
- "0": {
- "question": "Má nabídku bez cukru"
- }
- }
- },
- "14": {
- "options": {
- "0": {
- "question": "Má bezlepkovou nabídku"
- }
- }
- },
- "15": {
- "options": {
- "0": {
- "question": "Má nabídku bez laktózy"
- }
- }
}
}
},
@@ -4724,30 +4724,6 @@
"1": {
"then": "Tato fitness stanice má ceduli s pokyny pro konkrétní cvičení."
},
- "2": {
- "then": "Tato posilovna má zařízení pro sedy-lehy."
- },
- "3": {
- "then": "Tato posilovna má zařízení pro kliky. Obvykle se skládá z jedné nebo více nízkých vodorovných tyčí."
- },
- "4": {
- "then": "Tato posilovací stanice má tyče pro strečink."
- },
- "5": {
- "then": "Tato fitness stanice má stanici pro vytváření hyperextenzí."
- },
- "6": {
- "then": "Tato posilovací stanice má kruhy pro gymnastická cvičení."
- },
- "7": {
- "then": "Tato fitness stanice má horizontální žebřík, známý také jako ručkovací žebřík."
- },
- "8": {
- "then": "Tato fitness stanice má nástěnné tyče, na které lze lézt."
- },
- "9": {
- "then": "Tato fitness stanice má sloupky pro provádění slalomových cvičení."
- },
"10": {
"then": "Tato fitness stanice má odrazové můstky."
},
@@ -4778,6 +4754,9 @@
"19": {
"then": "Tato fitness stanice má bojová lana."
},
+ "2": {
+ "then": "Tato posilovna má zařízení pro sedy-lehy."
+ },
"20": {
"then": "Tato posilovna má stacionární kolo."
},
@@ -4792,6 +4771,27 @@
},
"24": {
"then": "Tato fitness stanice má slackline."
+ },
+ "3": {
+ "then": "Tato posilovna má zařízení pro kliky. Obvykle se skládá z jedné nebo více nízkých vodorovných tyčí."
+ },
+ "4": {
+ "then": "Tato posilovací stanice má tyče pro strečink."
+ },
+ "5": {
+ "then": "Tato fitness stanice má stanici pro vytváření hyperextenzí."
+ },
+ "6": {
+ "then": "Tato posilovací stanice má kruhy pro gymnastická cvičení."
+ },
+ "7": {
+ "then": "Tato fitness stanice má horizontální žebřík, známý také jako ručkovací žebřík."
+ },
+ "8": {
+ "then": "Tato fitness stanice má nástěnné tyče, na které lze lézt."
+ },
+ "9": {
+ "then": "Tato fitness stanice má sloupky pro provádění slalomových cvičení."
}
},
"question": "Jaké vybavení má tato fitness stanice?"
@@ -4911,6 +4911,21 @@
"1": {
"then": "Hranolkárna"
},
+ "10": {
+ "then": "Podávají se zde čínské pokrmy"
+ },
+ "11": {
+ "then": "Podávají se zde řecká jídla"
+ },
+ "12": {
+ "then": "Podávají se zde indická jídla"
+ },
+ "13": {
+ "then": "Podávají se zde turecké pokrmy"
+ },
+ "14": {
+ "then": "Podávají se zde thajské pokrmy"
+ },
"2": {
"then": "Podávají hlavně těstoviny"
},
@@ -4934,21 +4949,6 @@
},
"9": {
"then": "Podávají se zde francouzská jídla"
- },
- "10": {
- "then": "Podávají se zde čínské pokrmy"
- },
- "11": {
- "then": "Podávají se zde řecká jídla"
- },
- "12": {
- "then": "Podávají se zde indická jídla"
- },
- "13": {
- "then": "Podávají se zde turecké pokrmy"
- },
- "14": {
- "then": "Podávají se zde thajské pokrmy"
}
},
"question": "Jaké jídlo se zde podává?",
@@ -5562,30 +5562,6 @@
"1": {
"then": "Jedná se o posluchárnu"
},
- "2": {
- "then": "Jedná se o ložnici"
- },
- "3": {
- "then": "Jedná se o kapli"
- },
- "4": {
- "then": "Jedná se o učebnu"
- },
- "5": {
- "then": "Jedná se o učebnu"
- },
- "6": {
- "then": "Jedná se o počítačovou místnost"
- },
- "7": {
- "then": "Jedná se o konferenční místnost"
- },
- "8": {
- "then": "Jedná se o kryptu"
- },
- "9": {
- "then": "Jedná se o kuchyň"
- },
"10": {
"then": "Jedná se o laboratoř"
},
@@ -5613,6 +5589,9 @@
"19": {
"then": "Jedná se o sportovní místnost"
},
+ "2": {
+ "then": "Jedná se o ložnici"
+ },
"20": {
"then": "Jedná se o skladovací místnost"
},
@@ -5624,6 +5603,27 @@
},
"23": {
"then": "Jedná se o čekárnu"
+ },
+ "3": {
+ "then": "Jedná se o kapli"
+ },
+ "4": {
+ "then": "Jedná se o učebnu"
+ },
+ "5": {
+ "then": "Jedná se o učebnu"
+ },
+ "6": {
+ "then": "Jedná se o počítačovou místnost"
+ },
+ "7": {
+ "then": "Jedná se o konferenční místnost"
+ },
+ "8": {
+ "then": "Jedná se o kryptu"
+ },
+ "9": {
+ "then": "Jedná se o kuchyň"
}
},
"question": "O jaký typ pokoje se jedná?"
@@ -6258,6 +6258,27 @@
}
}
},
+ "10": {
+ "options": {
+ "0": {
+ "question": "Naposledy upravil přispěvatel {search}"
+ }
+ }
+ },
+ "12": {
+ "options": {
+ "0": {
+ "question": "Vytvořeno před {search}"
+ }
+ }
+ },
+ "13": {
+ "options": {
+ "0": {
+ "question": "Vytvořeno po {search}"
+ }
+ }
+ },
"2": {
"options": {
"0": {
@@ -6298,27 +6319,6 @@
"question": "Není otevřeno přispěvatelem {search}"
}
}
- },
- "10": {
- "options": {
- "0": {
- "question": "Naposledy upravil přispěvatel {search}"
- }
- }
- },
- "12": {
- "options": {
- "0": {
- "question": "Vytvořeno před {search}"
- }
- }
- },
- "13": {
- "options": {
- "0": {
- "question": "Vytvořeno po {search}"
- }
- }
}
},
"name": "Poznámky OpenStreetMap",
@@ -6629,6 +6629,18 @@
"1": {
"then": "To je normální parkovací místo."
},
+ "10": {
+ "then": "Jedná se o parkovací místo vyhrazené pro zaměstnance."
+ },
+ "11": {
+ "then": "Jedná se o parkovací místo vyhrazené pro taxíky."
+ },
+ "12": {
+ "then": "Jedná se o parkovací místo vyhrazené pro vozidla táhnoucí přívěs."
+ },
+ "13": {
+ "then": "Jedná se o parkovací místo vyhrazené pro sdílení automobilů."
+ },
"2": {
"then": "Jedná se o parkovací místo pro osoby se zdravotním postižením."
},
@@ -6652,18 +6664,6 @@
},
"9": {
"then": "Jedná se o parkovací místo vyhrazené pro rodiče s dětmi."
- },
- "10": {
- "then": "Jedná se o parkovací místo vyhrazené pro zaměstnance."
- },
- "11": {
- "then": "Jedná se o parkovací místo vyhrazené pro taxíky."
- },
- "12": {
- "then": "Jedná se o parkovací místo vyhrazené pro vozidla táhnoucí přívěs."
- },
- "13": {
- "then": "Jedná se o parkovací místo vyhrazené pro sdílení automobilů."
}
},
"question": "Co je to za parkovací místo?"
@@ -7709,30 +7709,6 @@
"1": {
"question": "Recyklace baterií"
},
- "2": {
- "question": "Recyklace nápojových kartonů"
- },
- "3": {
- "question": "Recyklace plechovek"
- },
- "4": {
- "question": "Recyklace oděvů"
- },
- "5": {
- "question": "Recyklace kuchyňského oleje"
- },
- "6": {
- "question": "Recyklace motorového oleje"
- },
- "7": {
- "question": "Recyklace zářivek"
- },
- "8": {
- "question": "Recyklace zeleného odpadu"
- },
- "9": {
- "question": "Recyklace skleněných lahví"
- },
"10": {
"question": "Recyklace skla"
},
@@ -7763,11 +7739,35 @@
"19": {
"question": "Recyklace zbytkového odpadu"
},
+ "2": {
+ "question": "Recyklace nápojových kartonů"
+ },
"20": {
"question": "Recyklace náplní do tiskáren"
},
"21": {
"question": "Recyklace jízdních kol"
+ },
+ "3": {
+ "question": "Recyklace plechovek"
+ },
+ "4": {
+ "question": "Recyklace oděvů"
+ },
+ "5": {
+ "question": "Recyklace kuchyňského oleje"
+ },
+ "6": {
+ "question": "Recyklace motorového oleje"
+ },
+ "7": {
+ "question": "Recyklace zářivek"
+ },
+ "8": {
+ "question": "Recyklace zeleného odpadu"
+ },
+ "9": {
+ "question": "Recyklace skleněných lahví"
}
}
},
@@ -7835,30 +7835,6 @@
"1": {
"then": "Nápojové kartony se zde dají recyklovat"
},
- "2": {
- "then": "Plechovky se zde dají recyklovat"
- },
- "3": {
- "then": "Oblečení se zde dá recyklovat"
- },
- "4": {
- "then": "Olej na vaření zde lze recyklovat"
- },
- "5": {
- "then": "Motorový olej zde lze recyklovat"
- },
- "6": {
- "then": "Zářivky se zde dají recyklovat"
- },
- "7": {
- "then": "Zelený odpad se zde dá recyklovat"
- },
- "8": {
- "then": "Organický odpad lze zde recyklovat"
- },
- "9": {
- "then": "Skleněné lahve se zde dají recyklovat"
- },
"10": {
"then": "Sklo se zde dá recyklovat"
},
@@ -7886,6 +7862,9 @@
"19": {
"then": "Kovový šrot lze zde recyklovat"
},
+ "2": {
+ "then": "Plechovky se zde dají recyklovat"
+ },
"20": {
"then": "Boty se zde dají recyklovat"
},
@@ -7903,6 +7882,27 @@
},
"25": {
"then": "Kola se zde dají recyklovat"
+ },
+ "3": {
+ "then": "Oblečení se zde dá recyklovat"
+ },
+ "4": {
+ "then": "Olej na vaření zde lze recyklovat"
+ },
+ "5": {
+ "then": "Motorový olej zde lze recyklovat"
+ },
+ "6": {
+ "then": "Zářivky se zde dají recyklovat"
+ },
+ "7": {
+ "then": "Zelený odpad se zde dá recyklovat"
+ },
+ "8": {
+ "then": "Organický odpad lze zde recyklovat"
+ },
+ "9": {
+ "then": "Skleněné lahve se zde dají recyklovat"
}
},
"question": "Co se zde dá recyklovat?"
@@ -8897,6 +8897,12 @@
"1": {
"then": "Tato lampa používá LED diody"
},
+ "10": {
+ "then": "Tato lampa používá vysokotlaké sodíkové výbojky (oranžové s bílou)"
+ },
+ "11": {
+ "then": "Tato lampa svítí pomocí plynu"
+ },
"2": {
"then": "Tato lampa využívá žárovkové osvětlení"
},
@@ -8920,12 +8926,6 @@
},
"9": {
"then": "Tato lampa používá nízkotlaké sodíkové výbojky (monochromatické oranžové)"
- },
- "10": {
- "then": "Tato lampa používá vysokotlaké sodíkové výbojky (oranžové s bílou)"
- },
- "11": {
- "then": "Tato lampa svítí pomocí plynu"
}
},
"question": "Jaké osvětlení používá tato lampa?"
@@ -10179,30 +10179,6 @@
"1": {
"question": "Prodej nápojů"
},
- "2": {
- "question": "Prodej sladkostí"
- },
- "3": {
- "question": "Prodej potravin"
- },
- "4": {
- "question": "Prodej cigaret"
- },
- "5": {
- "question": "Prodej kondomů"
- },
- "6": {
- "question": "Prodej kávy"
- },
- "7": {
- "question": "Prodej vody"
- },
- "8": {
- "question": "Prodej novin"
- },
- "9": {
- "question": "Prodej duší na jízdní kola"
- },
"10": {
"question": "Prodej mléka"
},
@@ -10230,6 +10206,9 @@
"19": {
"question": "Prodej jahod"
},
+ "2": {
+ "question": "Prodej sladkostí"
+ },
"20": {
"question": "Prodej květin"
},
@@ -10256,6 +10235,27 @@
},
"28": {
"question": "Prodej zámků na kola"
+ },
+ "3": {
+ "question": "Prodej potravin"
+ },
+ "4": {
+ "question": "Prodej cigaret"
+ },
+ "5": {
+ "question": "Prodej kondomů"
+ },
+ "6": {
+ "question": "Prodej kávy"
+ },
+ "7": {
+ "question": "Prodej vody"
+ },
+ "8": {
+ "question": "Prodej novin"
+ },
+ "9": {
+ "question": "Prodej duší na jízdní kola"
}
}
}
@@ -10349,30 +10349,6 @@
"1": {
"then": "Prodává sladkosti"
},
- "2": {
- "then": "Prodává jídlo"
- },
- "3": {
- "then": "Prodává cigarety"
- },
- "4": {
- "then": "Prodává kondomy"
- },
- "5": {
- "then": "Prodává kafe"
- },
- "6": {
- "then": "Prodává pitnou vodu"
- },
- "7": {
- "then": "Prodává noviny"
- },
- "8": {
- "then": "Prodává duše na kola"
- },
- "9": {
- "then": "Prodává mléko"
- },
"10": {
"then": "Prodává chléb"
},
@@ -10400,6 +10376,9 @@
"19": {
"then": "Prodává květiny"
},
+ "2": {
+ "then": "Prodává jídlo"
+ },
"20": {
"then": "Prodává parkovací lístky"
},
@@ -10423,6 +10402,27 @@
},
"27": {
"then": "Prodává zámky na kolo"
+ },
+ "3": {
+ "then": "Prodává cigarety"
+ },
+ "4": {
+ "then": "Prodává kondomy"
+ },
+ "5": {
+ "then": "Prodává kafe"
+ },
+ "6": {
+ "then": "Prodává pitnou vodu"
+ },
+ "7": {
+ "then": "Prodává noviny"
+ },
+ "8": {
+ "then": "Prodává duše na kola"
+ },
+ "9": {
+ "then": "Prodává mléko"
}
},
"question": "Co tento automat prodává?",
@@ -10715,4 +10715,4 @@
"render": "větrná turbína"
}
}
-}
+}
\ No newline at end of file
diff --git a/langs/layers/da.json b/langs/layers/da.json
index dbf3cfb74..ba3c959fc 100644
--- a/langs/layers/da.json
+++ b/langs/layers/da.json
@@ -94,6 +94,12 @@
"1": {
"then": "Vægmaleri"
},
+ "10": {
+ "then": "Azulejo (spansk dekorativt flisebeklædning)"
+ },
+ "11": {
+ "then": "flisebeklædning"
+ },
"2": {
"then": "Maleri"
},
@@ -117,12 +123,6 @@
},
"9": {
"then": "Relief"
- },
- "10": {
- "then": "Azulejo (spansk dekorativt flisebeklædning)"
- },
- "11": {
- "then": "flisebeklædning"
}
},
"question": "Hvilken slags kunstværk er det?",
diff --git a/langs/layers/de.json b/langs/layers/de.json
index 0ff6bf6ca..445af4f99 100644
--- a/langs/layers/de.json
+++ b/langs/layers/de.json
@@ -36,6 +36,26 @@
"description": "Eine große Außenwerbestruktur, die typischerweise in stark frequentierten Bereichen wie an vielbefahrenen Straßen auf einer Wand montiert zu finden ist",
"title": "Eine an einer Wand montierte Werbetafel"
},
+ "10": {
+ "title": "ein Bildschirm, der an einem Wartehäuschen angebracht ist"
+ },
+ "11": {
+ "description": "Ein wasserfestes Textil mit einer aufgedruckten Botschaft, das dauerhaft an einer Wand verankert ist",
+ "title": "eine Plane"
+ },
+ "12": {
+ "title": "ein Totem"
+ },
+ "13": {
+ "description": "Verwendet für Werbeschilder, Leuchtreklamen, Logos und institutionelle Eingangsschilder",
+ "title": "ein Schild"
+ },
+ "14": {
+ "title": "eine Skulptur"
+ },
+ "15": {
+ "title": "eine Wandmalerei"
+ },
"2": {
"title": "eine freistehende Posterbox"
},
@@ -61,26 +81,6 @@
},
"9": {
"title": "ein wandmontierter Bildschirm"
- },
- "10": {
- "title": "ein Bildschirm, der an einem Wartehäuschen angebracht ist"
- },
- "11": {
- "description": "Ein wasserfestes Textil mit einer aufgedruckten Botschaft, das dauerhaft an einer Wand verankert ist",
- "title": "eine Plane"
- },
- "12": {
- "title": "ein Totem"
- },
- "13": {
- "description": "Verwendet für Werbeschilder, Leuchtreklamen, Logos und institutionelle Eingangsschilder",
- "title": "ein Schild"
- },
- "14": {
- "title": "eine Skulptur"
- },
- "15": {
- "title": "eine Wandmalerei"
}
},
"tagRenderings": {
@@ -186,6 +186,15 @@
"1": {
"then": "Dies ist ein Brett"
},
+ "10": {
+ "then": "Dies ist eine Wandmalerei"
+ },
+ "11": {
+ "then": "Dies ist eine Kachelarbeit - die Werbung ist auf Fliesen gemalt"
+ },
+ "12": {
+ "then": "Dies ist ein Relief"
+ },
"2": {
"then": "Dies ist eine Litfaßsäule"
},
@@ -209,15 +218,6 @@
},
"9": {
"then": "Dies ist ein Totem"
- },
- "10": {
- "then": "Dies ist eine Wandmalerei"
- },
- "11": {
- "then": "Dies ist eine Kachelarbeit - die Werbung ist auf Fliesen gemalt"
- },
- "12": {
- "then": "Dies ist ein Relief"
}
},
"question": "Welche Art von Werbung ist das?",
@@ -232,6 +232,9 @@
"1": {
"then": "Brett"
},
+ "10": {
+ "then": "Wandmalerei"
+ },
"2": {
"then": "Posterbox"
},
@@ -255,9 +258,6 @@
},
"9": {
"then": "Totem"
- },
- "10": {
- "then": "Wandmalerei"
}
}
}
@@ -304,6 +304,9 @@
"1": {
"then": "Es handelt sich um eine Seilbahn, bei der die Kabinen in ständigen Kreisen fahren"
},
+ "10": {
+ "then": "Eine Seilrutsche. (Eine Touristenattraktion, bei der abenteuerlustige Menschen mit hoher Geschwindigkeit hinunterfahren)"
+ },
"2": {
"then": "Ein offener Sessellift mit Sitzgelegenheiten und Zugang zur Außenluft."
},
@@ -327,9 +330,6 @@
},
"9": {
"then": "Ein magic carpet (ein Förderband auf dem Boden)"
- },
- "10": {
- "then": "Eine Seilrutsche. (Eine Touristenattraktion, bei der abenteuerlustige Menschen mit hoher Geschwindigkeit hinunterfahren)"
}
},
"question": "Um welchen Seilbahntyp handelt es sich?"
@@ -474,6 +474,15 @@
"1": {
"then": "Wandbild"
},
+ "10": {
+ "then": "Azulejo (spanische dekorative Fliesenarbeit)"
+ },
+ "11": {
+ "then": "Fliesenarbeit"
+ },
+ "12": {
+ "then": "Holzschnitzerei"
+ },
"2": {
"then": "Malerei"
},
@@ -497,15 +506,6 @@
},
"9": {
"then": "Relief"
- },
- "10": {
- "then": "Azulejo (spanische dekorative Fliesenarbeit)"
- },
- "11": {
- "then": "Fliesenarbeit"
- },
- "12": {
- "then": "Holzschnitzerei"
}
},
"question": "Um welche Art Kunstwerk handelt es sich?",
@@ -1583,6 +1583,9 @@
"1": {
"then": "Radständer mit Seitenbügel"
},
+ "10": {
+ "then": "Ein Anlehnbügel mit der Möglichkeit, ein Schloss durch eine Öse zu verwenden. Das Sitzrohr kann durch den Ständer durch einen Anker gehalten werden"
+ },
"2": {
"then": "Metallgestänge"
},
@@ -1606,9 +1609,6 @@
},
"9": {
"then": "Ein Schließfach - Fahrräder werden einzeln oder mit mehreren Fahrrädern zusammen eingeschlossen. Der Schrank ist zu klein für eine stehende Person."
- },
- "10": {
- "then": "Ein Anlehnbügel mit der Möglichkeit, ein Schloss durch eine Öse zu verwenden. Das Sitzrohr kann durch den Ständer durch einen Anker gehalten werden"
}
},
"question": "Was ist die Art dieses Fahrrad-Parkplatzes?",
@@ -2321,30 +2321,6 @@
"1": {
"question": "Verfügt über einen Schuko-Stecker ohne Erdungsstift (CEE7/4 Typ F) "
},
- "2": {
- "question": "Verfügt über einen europäischen Netzstecker mit Erdungsstift (CEE7/4 Typ E) Anschluss"
- },
- "3": {
- "question": "Verfügt über einen Chademo Stecker"
- },
- "4": {
- "question": "Verfügt über einen Typ 1 (J1772) Stecker mit Kabel"
- },
- "5": {
- "question": "Verfügt über einen Typ 1 (J1772)Stecker ohne Kabel "
- },
- "6": {
- "question": "Verfügt über einen Typ 1 CCS (Typ 1 Combo) Stecker"
- },
- "7": {
- "question": "Verfügt über einen Tesla Supercharger Stecker"
- },
- "8": {
- "question": "Hat einen Typ 2 (Mennekes) Anschluss"
- },
- "9": {
- "question": "Hat einen Typ 2 CCS (Mennekes) Anschluss"
- },
"10": {
"question": "Hat einen Typ 2 (Mennekes) Anschluss mit Kabel"
},
@@ -2375,11 +2351,35 @@
"19": {
"question": "Hat ein SEV 1011 T23 (Type J) Anschluss"
},
+ "2": {
+ "question": "Verfügt über einen europäischen Netzstecker mit Erdungsstift (CEE7/4 Typ E) Anschluss"
+ },
"20": {
"question": "Hat ein AS3112 (Type I) Anschluss"
},
"21": {
"question": "Hat ein NEMA 5-20 (Type B) Anschluss"
+ },
+ "3": {
+ "question": "Verfügt über einen Chademo Stecker"
+ },
+ "4": {
+ "question": "Verfügt über einen Typ 1 (J1772) Stecker mit Kabel"
+ },
+ "5": {
+ "question": "Verfügt über einen Typ 1 (J1772)Stecker ohne Kabel "
+ },
+ "6": {
+ "question": "Verfügt über einen Typ 1 CCS (Typ 1 Combo) Stecker"
+ },
+ "7": {
+ "question": "Verfügt über einen Tesla Supercharger Stecker"
+ },
+ "8": {
+ "question": "Hat einen Typ 2 (Mennekes) Anschluss"
+ },
+ "9": {
+ "question": "Hat einen Typ 2 CCS (Mennekes) Anschluss"
}
}
}
@@ -2435,30 +2435,6 @@
"1": {
"then": "Schuko-Stecker ohne Erdungsstift (CEE7/4 Typ F)"
},
- "2": {
- "then": "Europäischer Netzstecker mit Erdungsstift (CEE7/4 Typ E)"
- },
- "3": {
- "then": "Europäischer Netzstecker mit Erdungsstift (CEE7/4 Typ E)"
- },
- "4": {
- "then": "Chademo-Anschluss"
- },
- "5": {
- "then": "Chademo-Anschluss"
- },
- "6": {
- "then": "Typ 1 mit Kabel (J1772)"
- },
- "7": {
- "then": "Typ 1 mit Kabel (J1772)"
- },
- "8": {
- "then": "Typ 1 ohne Kabel (J1772)"
- },
- "9": {
- "then": " Typ 1 ohne Kabel (J1772)"
- },
"10": {
"then": "Typ 1 CCS (Typ 1 Combo)"
},
@@ -2489,6 +2465,9 @@
"19": {
"then": "Typ 2 mit Kabel (mennekes)"
},
+ "2": {
+ "then": "Europäischer Netzstecker mit Erdungsstift (CEE7/4 Typ E)"
+ },
"20": {
"then": "Tesla Supercharger CCS (Typ 2 CSS von Tesla)"
},
@@ -2519,6 +2498,9 @@
"29": {
"then": " Bosch Active Connect mit 3 Pins und Kabel"
},
+ "3": {
+ "then": "Europäischer Netzstecker mit Erdungsstift (CEE7/4 Typ E)"
+ },
"30": {
"then": "Bosch Active Connect mit 5 Pins und Kabel"
},
@@ -2549,11 +2531,29 @@
"39": {
"then": "AS3112 (Typ I)"
},
+ "4": {
+ "then": "Chademo-Anschluss"
+ },
"40": {
"then": "NEMA 5-20 (Typ B)"
},
"41": {
"then": "NEMA 5-20 (Typ B)"
+ },
+ "5": {
+ "then": "Chademo-Anschluss"
+ },
+ "6": {
+ "then": "Typ 1 mit Kabel (J1772)"
+ },
+ "7": {
+ "then": "Typ 1 mit Kabel (J1772)"
+ },
+ "8": {
+ "then": "Typ 1 ohne Kabel (J1772)"
+ },
+ "9": {
+ "then": " Typ 1 ohne Kabel (J1772)"
}
},
"question": "Welche Ladeanschlüsse gibt es hier?"
@@ -2738,30 +2738,6 @@
"1": {
"2": "Europäischer Netzstecker mit Erdungsstift (CEE7/4 Typ E)"
},
- "2": {
- "2": "Chademo-Stecker"
- },
- "3": {
- "2": "Typ 1 mit Kabel (J1772)"
- },
- "4": {
- "2": " Typ 1 ohne Kabel (J1772)"
- },
- "5": {
- "2": "Typ 1 CCS (Typ 1 Combo)"
- },
- "6": {
- "2": "Tesla Supercharger"
- },
- "7": {
- "2": "Typ 2 (Mennekes)"
- },
- "8": {
- "2": "Typ 2 CCS (Mennekes)"
- },
- "9": {
- "2": "Typ 2 mit Kabel (Mennekes)"
- },
"10": {
"2": "Tesla Supercharger CCS (Typ 2 CSS von Tesla)"
},
@@ -2792,8 +2768,32 @@
"19": {
"2": "AS3112 (Typ I)"
},
+ "2": {
+ "2": "Chademo-Stecker"
+ },
"20": {
"2": "NEMA 5-20 (Typ B)"
+ },
+ "3": {
+ "2": "Typ 1 mit Kabel (J1772)"
+ },
+ "4": {
+ "2": " Typ 1 ohne Kabel (J1772)"
+ },
+ "5": {
+ "2": "Typ 1 CCS (Typ 1 Combo)"
+ },
+ "6": {
+ "2": "Tesla Supercharger"
+ },
+ "7": {
+ "2": "Typ 2 (Mennekes)"
+ },
+ "8": {
+ "2": "Typ 2 CCS (Mennekes)"
+ },
+ "9": {
+ "2": "Typ 2 mit Kabel (Mennekes)"
}
}
}
@@ -3535,6 +3535,21 @@
"1": {
"then": "Dieser Übergang ist mit Zebrastreifen markiert"
},
+ "10": {
+ "then": "Dieser Übergang hat Zebrastreifen in wechselnden Farben"
+ },
+ "11": {
+ "then": "Dieser Übergang hat doppelte Zebrastreifen"
+ },
+ "12": {
+ "then": "Diese Kreuzung hat Piktogramme auf der Straße"
+ },
+ "13": {
+ "then": "Diese Kreuzung hat Linien auf beiden Seiten der Kreuzung und Balken, die sie verbinden, mit einer Unterbrechung in jedem Balken"
+ },
+ "14": {
+ "then": "Dieser Übergang hat doppelte Linien auf beiden Seiten des Übergangs"
+ },
"2": {
"then": "Dieser Übergang weist Markierungen unbekannter Art auf"
},
@@ -3558,21 +3573,6 @@
},
"9": {
"then": "Dieser Übergang hat Zebrastreifen mit einer Unterbrechung in jedem Balken"
- },
- "10": {
- "then": "Dieser Übergang hat Zebrastreifen in wechselnden Farben"
- },
- "11": {
- "then": "Dieser Übergang hat doppelte Zebrastreifen"
- },
- "12": {
- "then": "Diese Kreuzung hat Piktogramme auf der Straße"
- },
- "13": {
- "then": "Diese Kreuzung hat Linien auf beiden Seiten der Kreuzung und Balken, die sie verbinden, mit einer Unterbrechung in jedem Balken"
- },
- "14": {
- "then": "Dieser Übergang hat doppelte Linien auf beiden Seiten des Übergangs"
}
},
"question": "Welche Art von Markierungen gibt es an diesem Übergang?",
@@ -3662,6 +3662,15 @@
"1": {
"then": "Dieser Radweg hat einen festen Belag"
},
+ "10": {
+ "then": "Dieser Radweg besteht aus feinem Schotter"
+ },
+ "11": {
+ "then": "Der Radweg ist aus Kies"
+ },
+ "12": {
+ "then": "Dieser Radweg besteht aus Rohboden"
+ },
"2": {
"then": "Der Radweg ist aus Asphalt"
},
@@ -3685,15 +3694,6 @@
},
"9": {
"then": "Der Radweg ist aus Schotter"
- },
- "10": {
- "then": "Dieser Radweg besteht aus feinem Schotter"
- },
- "11": {
- "then": "Der Radweg ist aus Kies"
- },
- "12": {
- "then": "Dieser Radweg besteht aus Rohboden"
}
},
"question": "Was ist der Belag dieses Radwegs?",
@@ -3742,6 +3742,15 @@
"1": {
"then": "Dieser Radweg hat einen festen Belag"
},
+ "10": {
+ "then": "Dieser Radweg besteht aus feinem Schotter"
+ },
+ "11": {
+ "then": "Der Radweg ist aus Kies"
+ },
+ "12": {
+ "then": "Dieser Radweg besteht aus Rohboden"
+ },
"2": {
"then": "Der Radweg ist aus Asphalt"
},
@@ -3765,15 +3774,6 @@
},
"9": {
"then": "Der Radweg ist aus Schotter"
- },
- "10": {
- "then": "Dieser Radweg besteht aus feinem Schotter"
- },
- "11": {
- "then": "Der Radweg ist aus Kies"
- },
- "12": {
- "then": "Dieser Radweg besteht aus Rohboden"
}
},
"question": "Was ist der Belag dieser Straße?",
@@ -4906,6 +4906,54 @@
}
}
},
+ "10": {
+ "options": {
+ "0": {
+ "question": "Keine Bevorzugung von Hunden"
+ },
+ "1": {
+ "question": "Hunde erlaubt"
+ },
+ "2": {
+ "question": "Keine Hunde erlaubt"
+ }
+ }
+ },
+ "11": {
+ "options": {
+ "0": {
+ "question": "Internetzugang vorhanden"
+ }
+ }
+ },
+ "12": {
+ "options": {
+ "0": {
+ "question": "Stromanschluss vorhanden"
+ }
+ }
+ },
+ "13": {
+ "options": {
+ "0": {
+ "question": "Hat zuckerfreie Angebote"
+ }
+ }
+ },
+ "14": {
+ "options": {
+ "0": {
+ "question": "Hat glutenfreie Angebote"
+ }
+ }
+ },
+ "15": {
+ "options": {
+ "0": {
+ "question": "Hat laktosefreie Angebote"
+ }
+ }
+ },
"2": {
"options": {
"0": {
@@ -4976,54 +5024,6 @@
"question": "Nutzung kostenlos"
}
}
- },
- "10": {
- "options": {
- "0": {
- "question": "Keine Bevorzugung von Hunden"
- },
- "1": {
- "question": "Hunde erlaubt"
- },
- "2": {
- "question": "Keine Hunde erlaubt"
- }
- }
- },
- "11": {
- "options": {
- "0": {
- "question": "Internetzugang vorhanden"
- }
- }
- },
- "12": {
- "options": {
- "0": {
- "question": "Stromanschluss vorhanden"
- }
- }
- },
- "13": {
- "options": {
- "0": {
- "question": "Hat zuckerfreie Angebote"
- }
- }
- },
- "14": {
- "options": {
- "0": {
- "question": "Hat glutenfreie Angebote"
- }
- }
- },
- "15": {
- "options": {
- "0": {
- "question": "Hat laktosefreie Angebote"
- }
- }
}
}
},
@@ -5186,30 +5186,6 @@
"1": {
"then": "Die Fitness-Station hat ein Schild mit Anweisungen für eine bestimmte Übung."
},
- "2": {
- "then": "Die Fitness-Station hat eine Einrichtung für Sit-ups."
- },
- "3": {
- "then": "Die Fitness-Station hat eine Vorrichtung für Liegestütze. In der Regel eine oder mehrere niedrige Reckstangen."
- },
- "4": {
- "then": "Die Fitness-Station hat Stangen zum Dehnen."
- },
- "5": {
- "then": "Die Fitness-Station hat eine Vorrichtung für Rückenstrecker (Hyperextensions)."
- },
- "6": {
- "then": "Die Fitness-Station hat Ringe für Gymnastikübungen."
- },
- "7": {
- "then": "Die Fitness-Station hat eine horizontale Leiter (Monkey Bars)."
- },
- "8": {
- "then": "Die Fitness-Station hat eine Sprossenwand zum Klettern."
- },
- "9": {
- "then": "Die Fitness-Station hat Pfosten für Slalomübungen."
- },
"10": {
"then": "Die Fitness-Station hat Trittsteine."
},
@@ -5240,6 +5216,9 @@
"19": {
"then": "Die Fitness-Station hat Kampfseile (battle ropes)."
},
+ "2": {
+ "then": "Die Fitness-Station hat eine Einrichtung für Sit-ups."
+ },
"20": {
"then": "Die Fitness-Station hat ein Fahrradergometer."
},
@@ -5254,6 +5233,27 @@
},
"24": {
"then": "Die Fitness-Station hat eine Slackline."
+ },
+ "3": {
+ "then": "Die Fitness-Station hat eine Vorrichtung für Liegestütze. In der Regel eine oder mehrere niedrige Reckstangen."
+ },
+ "4": {
+ "then": "Die Fitness-Station hat Stangen zum Dehnen."
+ },
+ "5": {
+ "then": "Die Fitness-Station hat eine Vorrichtung für Rückenstrecker (Hyperextensions)."
+ },
+ "6": {
+ "then": "Die Fitness-Station hat Ringe für Gymnastikübungen."
+ },
+ "7": {
+ "then": "Die Fitness-Station hat eine horizontale Leiter (Monkey Bars)."
+ },
+ "8": {
+ "then": "Die Fitness-Station hat eine Sprossenwand zum Klettern."
+ },
+ "9": {
+ "then": "Die Fitness-Station hat Pfosten für Slalomübungen."
}
},
"question": "Welche Übungsgeräte gibt es an dieser Fitness-Station?"
@@ -5373,30 +5373,6 @@
"1": {
"then": "Pommesbude"
},
- "2": {
- "then": "Bietet vorwiegend Pastagerichte an"
- },
- "3": {
- "then": "Dönerladen"
- },
- "4": {
- "then": "Sandwichladen"
- },
- "5": {
- "then": "Burgerrestaurant"
- },
- "6": {
- "then": "Hier wird Sushi serviert"
- },
- "7": {
- "then": "Hier wird Kaffee serviert"
- },
- "8": {
- "then": "Dies ist ein italienisches Restaurant (das mehr als nur Pasta und Pizza serviert)"
- },
- "9": {
- "then": "Hier werden französische Gerichte serviert"
- },
"10": {
"then": "Hier werden chinesische Gerichte serviert"
},
@@ -5423,6 +5399,30 @@
},
"18": {
"then": "Hier werden Fisch und Meeresfrüchte serviert"
+ },
+ "2": {
+ "then": "Bietet vorwiegend Pastagerichte an"
+ },
+ "3": {
+ "then": "Dönerladen"
+ },
+ "4": {
+ "then": "Sandwichladen"
+ },
+ "5": {
+ "then": "Burgerrestaurant"
+ },
+ "6": {
+ "then": "Hier wird Sushi serviert"
+ },
+ "7": {
+ "then": "Hier wird Kaffee serviert"
+ },
+ "8": {
+ "then": "Dies ist ein italienisches Restaurant (das mehr als nur Pasta und Pizza serviert)"
+ },
+ "9": {
+ "then": "Hier werden französische Gerichte serviert"
}
},
"question": "Was für Essen gibt es hier?",
@@ -6218,30 +6218,6 @@
"1": {
"then": "Dies ist ein Auditorium"
},
- "2": {
- "then": "Dies ist ein Schlafzimmer"
- },
- "3": {
- "then": "Dies ist eine Kapelle"
- },
- "4": {
- "then": "Dies ist ein Klassenzimmer"
- },
- "5": {
- "then": "Dies ist ein Klassenzimmer"
- },
- "6": {
- "then": "Dies ist ein Computerraum"
- },
- "7": {
- "then": "Dies ist ein Konferenzraum"
- },
- "8": {
- "then": "Dies ist eine Krypta"
- },
- "9": {
- "then": "Dies ist eine Küche"
- },
"10": {
"then": "Dies ist ein Labor"
},
@@ -6272,6 +6248,9 @@
"19": {
"then": "Dies ist ein Raum um Sport zu treiben"
},
+ "2": {
+ "then": "Dies ist ein Schlafzimmer"
+ },
"20": {
"then": "Dies ist ein Lagerraum"
},
@@ -6283,6 +6262,27 @@
},
"23": {
"then": "Dies ist ein Wartezimmer"
+ },
+ "3": {
+ "then": "Dies ist eine Kapelle"
+ },
+ "4": {
+ "then": "Dies ist ein Klassenzimmer"
+ },
+ "5": {
+ "then": "Dies ist ein Klassenzimmer"
+ },
+ "6": {
+ "then": "Dies ist ein Computerraum"
+ },
+ "7": {
+ "then": "Dies ist ein Konferenzraum"
+ },
+ "8": {
+ "then": "Dies ist eine Krypta"
+ },
+ "9": {
+ "then": "Dies ist eine Küche"
}
},
"question": "Wie wird dieser Raum genutzt?"
@@ -6834,6 +6834,21 @@
"1": {
"then": "Dies ist eine Gedenktafel"
},
+ "10": {
+ "then": "Das ist ein Kreuz"
+ },
+ "11": {
+ "then": "Dies ist eine blaue Plaque"
+ },
+ "12": {
+ "then": "Dies ist ein historischer Panzer, der permanent in den öffentlichen Raum als Denkmal platziert wurde"
+ },
+ "13": {
+ "then": "Das ist ein Baumdenkmal"
+ },
+ "14": {
+ "then": "Dies ist ein Grabstein; die Person ist hier begraben"
+ },
"2": {
"then": "Dies ist eine Gedenkbank"
},
@@ -6857,21 +6872,6 @@
},
"9": {
"then": "Das ist ein Obelisk"
- },
- "10": {
- "then": "Das ist ein Kreuz"
- },
- "11": {
- "then": "Dies ist eine blaue Plaque"
- },
- "12": {
- "then": "Dies ist ein historischer Panzer, der permanent in den öffentlichen Raum als Denkmal platziert wurde"
- },
- "13": {
- "then": "Das ist ein Baumdenkmal"
- },
- "14": {
- "then": "Dies ist ein Grabstein; die Person ist hier begraben"
}
},
"question": "Was für eine Art von Denkmal ist das?",
@@ -7055,6 +7055,48 @@
}
}
},
+ "10": {
+ "options": {
+ "0": {
+ "question": "Zuletzt bearbeitet von {search}"
+ }
+ }
+ },
+ "11": {
+ "options": {
+ "0": {
+ "question": "Nicht zuletzt bearbeitet von {search}"
+ }
+ }
+ },
+ "12": {
+ "options": {
+ "0": {
+ "question": "Erstellt vor dem {search}"
+ }
+ }
+ },
+ "13": {
+ "options": {
+ "0": {
+ "question": "Erstellt nach dem {search}"
+ }
+ }
+ },
+ "14": {
+ "options": {
+ "0": {
+ "question": "Zuletzt bearbeitet vor dem {search}"
+ }
+ }
+ },
+ "15": {
+ "options": {
+ "0": {
+ "question": "Zuletzt bearbeitet nach dem {search}"
+ }
+ }
+ },
"2": {
"options": {
"0": {
@@ -7116,48 +7158,6 @@
"question": "Bearbeitet oder kommentiert von jedem Benutzer mit Namen {search}"
}
}
- },
- "10": {
- "options": {
- "0": {
- "question": "Zuletzt bearbeitet von {search}"
- }
- }
- },
- "11": {
- "options": {
- "0": {
- "question": "Nicht zuletzt bearbeitet von {search}"
- }
- }
- },
- "12": {
- "options": {
- "0": {
- "question": "Erstellt vor dem {search}"
- }
- }
- },
- "13": {
- "options": {
- "0": {
- "question": "Erstellt nach dem {search}"
- }
- }
- },
- "14": {
- "options": {
- "0": {
- "question": "Zuletzt bearbeitet vor dem {search}"
- }
- }
- },
- "15": {
- "options": {
- "0": {
- "question": "Zuletzt bearbeitet nach dem {search}"
- }
- }
}
},
"name": "OpenStreetMap-Hinweise",
@@ -7536,6 +7536,18 @@
"1": {
"then": "Dies ist ein normaler Stellplatz."
},
+ "10": {
+ "then": "Dies ist ein Stellplatz, der für das Personal reserviert ist."
+ },
+ "11": {
+ "then": "Dies ist ein Stellplatz, der für Taxis reserviert ist."
+ },
+ "12": {
+ "then": "Dies ist ein Stellplatz, der für Fahrzeuge mit Anhänger reserviert ist."
+ },
+ "13": {
+ "then": "Dies ist ein Stellplatz, der für Carsharing reserviert ist."
+ },
"2": {
"then": "Dies ist ein Behindertenstellplatz."
},
@@ -7559,18 +7571,6 @@
},
"9": {
"then": "Dies ist ein Stellplatz, der für Eltern mit Kindern reserviert ist."
- },
- "10": {
- "then": "Dies ist ein Stellplatz, der für das Personal reserviert ist."
- },
- "11": {
- "then": "Dies ist ein Stellplatz, der für Taxis reserviert ist."
- },
- "12": {
- "then": "Dies ist ein Stellplatz, der für Fahrzeuge mit Anhänger reserviert ist."
- },
- "13": {
- "then": "Dies ist ein Stellplatz, der für Carsharing reserviert ist."
}
},
"question": "Welche Art von Stellplatz ist dies?"
@@ -7825,6 +7825,9 @@
"1": {
"then": "Der Bodenbelag ist aus Sand"
},
+ "10": {
+ "then": "Die Oberfläche ist feiner Kies (weniger als 2 cm pro Stein)"
+ },
"2": {
"then": "Der Bodenbelag ist aus Holzschnitzeln"
},
@@ -7848,9 +7851,6 @@
},
"9": {
"then": "Die Oberfläche besteht aus Gummi, z. B. aus Gummifliesen, Gummimulch oder einer großen Gummifläche"
- },
- "10": {
- "then": "Die Oberfläche ist feiner Kies (weniger als 2 cm pro Stein)"
}
},
"question": "Welchen Bodenbelag hat dieser Spielplatz?",
@@ -7888,30 +7888,6 @@
"1": {
"then": "Dies ist eine Struktur aus mehreren angeschlossenen Spielgeräten"
},
- "2": {
- "then": "Das ist eine Rutsche"
- },
- "3": {
- "then": "Dies ist ein Sandkasten"
- },
- "4": {
- "then": "Dies ist ein Springreiter"
- },
- "5": {
- "then": "Dies ist ein Kletterrahmen"
- },
- "6": {
- "then": "Dies ist eine Wippe"
- },
- "7": {
- "then": "Das ist ein Spielhaus"
- },
- "8": {
- "then": "Dies ist ein Karussell"
- },
- "9": {
- "then": "Dies ist eine Korbschaukel"
- },
"10": {
"then": "Dies ist ein Seilzug"
},
@@ -7942,11 +7918,35 @@
"19": {
"then": "Dies ist eine Jugendherberge"
},
+ "2": {
+ "then": "Das ist eine Rutsche"
+ },
"20": {
"then": "Dies ist ein Trichter, mit dem man Trichterball spielen kann"
},
"21": {
"then": "Dies ist ein sich drehender Kreis"
+ },
+ "3": {
+ "then": "Dies ist ein Sandkasten"
+ },
+ "4": {
+ "then": "Dies ist ein Springreiter"
+ },
+ "5": {
+ "then": "Dies ist ein Kletterrahmen"
+ },
+ "6": {
+ "then": "Dies ist eine Wippe"
+ },
+ "7": {
+ "then": "Das ist ein Spielhaus"
+ },
+ "8": {
+ "then": "Dies ist ein Karussell"
+ },
+ "9": {
+ "then": "Dies ist eine Korbschaukel"
}
},
"question": "Was ist das für ein Gerät?",
@@ -8376,6 +8376,21 @@
"1": {
"then": "2-Cent-Münzen werden akzeptiert"
},
+ "10": {
+ "then": "20-Centime-Münzen werden akzeptiert"
+ },
+ "11": {
+ "then": "½-Schweizer Franken-Münzen werden akzeptiert"
+ },
+ "12": {
+ "then": "1-Schweizer Franken-Münzen werden akzeptiert"
+ },
+ "13": {
+ "then": "2-Schweizer Franken-Münzen werden akzeptiert"
+ },
+ "14": {
+ "then": "5-Schweizer Franken-Münzen werden akzeptiert"
+ },
"2": {
"then": "5-Cent-Münzen werden akzeptiert"
},
@@ -8399,21 +8414,6 @@
},
"9": {
"then": "10-Centime-Münzen werden akzeptiert"
- },
- "10": {
- "then": "20-Centime-Münzen werden akzeptiert"
- },
- "11": {
- "then": "½-Schweizer Franken-Münzen werden akzeptiert"
- },
- "12": {
- "then": "1-Schweizer Franken-Münzen werden akzeptiert"
- },
- "13": {
- "then": "2-Schweizer Franken-Münzen werden akzeptiert"
- },
- "14": {
- "then": "5-Schweizer Franken-Münzen werden akzeptiert"
}
},
"question": "Mit welchen Münzen kann man hier bezahlen?"
@@ -8426,6 +8426,15 @@
"1": {
"then": "10-Euro-Scheine werden angenommen"
},
+ "10": {
+ "then": "100-Schweizer Franken-Scheine werden akzeptiert"
+ },
+ "11": {
+ "then": "200-Schweizer Franken-Scheine werden akzeptiert"
+ },
+ "12": {
+ "then": "1000-Schweizer Franken-Scheine werden akzeptiert"
+ },
"2": {
"then": "20-Euro-Scheine werden angenommen"
},
@@ -8449,15 +8458,6 @@
},
"9": {
"then": "50-Schweizer Franken-Scheine werden akzeptiert"
- },
- "10": {
- "then": "100-Schweizer Franken-Scheine werden akzeptiert"
- },
- "11": {
- "then": "200-Schweizer Franken-Scheine werden akzeptiert"
- },
- "12": {
- "then": "1000-Schweizer Franken-Scheine werden akzeptiert"
}
},
"question": "Mit welchen Banknoten kann man hier bezahlen?"
@@ -8987,30 +8987,6 @@
"1": {
"question": "Recycling von Batterien"
},
- "2": {
- "question": "Recycling von Getränkekartons"
- },
- "3": {
- "question": "Recycling von Dosen"
- },
- "4": {
- "question": "Recycling von Kleidung"
- },
- "5": {
- "question": "Recycling von Speiseöl"
- },
- "6": {
- "question": "Recycling von Motoröl"
- },
- "7": {
- "question": "Recycling von Leuchtstoffröhren"
- },
- "8": {
- "question": "Recycling von Grünabfällen"
- },
- "9": {
- "question": "Recycling von Glasflaschen"
- },
"10": {
"question": "Recycling von Glas"
},
@@ -9041,6 +9017,9 @@
"19": {
"question": "Recycling von Restabfällen"
},
+ "2": {
+ "question": "Recycling von Getränkekartons"
+ },
"20": {
"question": "Recycling von Druckerpatronen"
},
@@ -9049,6 +9028,27 @@
},
"22": {
"question": "Recycling von Kunststoffverpackungen, Metallverpackungen und Getränkekartons (Tetrapak)"
+ },
+ "3": {
+ "question": "Recycling von Dosen"
+ },
+ "4": {
+ "question": "Recycling von Kleidung"
+ },
+ "5": {
+ "question": "Recycling von Speiseöl"
+ },
+ "6": {
+ "question": "Recycling von Motoröl"
+ },
+ "7": {
+ "question": "Recycling von Leuchtstoffröhren"
+ },
+ "8": {
+ "question": "Recycling von Grünabfällen"
+ },
+ "9": {
+ "question": "Recycling von Glasflaschen"
}
}
},
@@ -9116,30 +9116,6 @@
"1": {
"then": "Getränkekartons können hier recycelt werden"
},
- "2": {
- "then": "Dosen können hier recycelt werden"
- },
- "3": {
- "then": "Kleidung kann hier recycelt werden"
- },
- "4": {
- "then": "Speiseöl kann hier recycelt werden"
- },
- "5": {
- "then": "Motoröl kann hier recycelt werden"
- },
- "6": {
- "then": "Hier können Leuchtstoffröhren recycelt werden"
- },
- "7": {
- "then": "Grünabfälle können hier recycelt werden"
- },
- "8": {
- "then": "Bio-Abfall kann hier recycelt werden"
- },
- "9": {
- "then": "Glasflaschen können hier recycelt werden"
- },
"10": {
"then": "Glas kann hier recycelt werden"
},
@@ -9170,6 +9146,9 @@
"19": {
"then": "Metallschrott kann hier recycelt werden"
},
+ "2": {
+ "then": "Dosen können hier recycelt werden"
+ },
"20": {
"then": "Schuhe können hier recycelt werden"
},
@@ -9187,6 +9166,27 @@
},
"25": {
"then": "Fahrräder können hier recycelt werden"
+ },
+ "3": {
+ "then": "Kleidung kann hier recycelt werden"
+ },
+ "4": {
+ "then": "Speiseöl kann hier recycelt werden"
+ },
+ "5": {
+ "then": "Motoröl kann hier recycelt werden"
+ },
+ "6": {
+ "then": "Hier können Leuchtstoffröhren recycelt werden"
+ },
+ "7": {
+ "then": "Grünabfälle können hier recycelt werden"
+ },
+ "8": {
+ "then": "Bio-Abfall kann hier recycelt werden"
+ },
+ "9": {
+ "then": "Glasflaschen können hier recycelt werden"
}
},
"question": "Was kann hier recycelt werden?"
@@ -10380,6 +10380,12 @@
"1": {
"then": "Diese Straßenlaterne verwendet LEDs"
},
+ "10": {
+ "then": "Diese Straßenlaterne verwendet Hochdruck-Natriumdampflampen (orange mit weiß)"
+ },
+ "11": {
+ "then": "Diese Straßenlaterne wird mit Gas beleuchtet"
+ },
"2": {
"then": "Diese Straßenlaterne verwendet Glühlampenlicht"
},
@@ -10403,12 +10409,6 @@
},
"9": {
"then": "Diese Straßenlaterne verwendet Niederdruck-Natriumdampflampen (einfarbig orange)"
- },
- "10": {
- "then": "Diese Straßenlaterne verwendet Hochdruck-Natriumdampflampen (orange mit weiß)"
- },
- "11": {
- "then": "Diese Straßenlaterne wird mit Gas beleuchtet"
}
},
"question": "Mit welcher Art von Beleuchtung arbeitet diese Straßenlaterne?"
@@ -12207,30 +12207,6 @@
"1": {
"question": "Verkauf von Getränken"
},
- "2": {
- "question": "Verkauf von Süßigkeiten"
- },
- "3": {
- "question": "Verkauf von Lebensmitteln"
- },
- "4": {
- "question": "Verkauf von Zigaretten"
- },
- "5": {
- "question": "Verkauf von Kondomen"
- },
- "6": {
- "question": "Verkauf von Kaffee"
- },
- "7": {
- "question": "Verkauf von Trinkwasser"
- },
- "8": {
- "question": "Verkauf von Zeitungen"
- },
- "9": {
- "question": "Verkauf von Fahrradschläuchen"
- },
"10": {
"question": "Verkauf von Milch"
},
@@ -12261,6 +12237,9 @@
"19": {
"question": "Verkauf von Erdbeeren"
},
+ "2": {
+ "question": "Verkauf von Süßigkeiten"
+ },
"20": {
"question": "Verkauf von Blumen"
},
@@ -12287,6 +12266,27 @@
},
"28": {
"question": "Verkauf von Fahrradschlössern"
+ },
+ "3": {
+ "question": "Verkauf von Lebensmitteln"
+ },
+ "4": {
+ "question": "Verkauf von Zigaretten"
+ },
+ "5": {
+ "question": "Verkauf von Kondomen"
+ },
+ "6": {
+ "question": "Verkauf von Kaffee"
+ },
+ "7": {
+ "question": "Verkauf von Trinkwasser"
+ },
+ "8": {
+ "question": "Verkauf von Zeitungen"
+ },
+ "9": {
+ "question": "Verkauf von Fahrradschläuchen"
}
}
}
@@ -12383,30 +12383,6 @@
"1": {
"then": "Süßigkeiten werden verkauft"
},
- "2": {
- "then": "Lebensmittel werden verkauft"
- },
- "3": {
- "then": "Zigaretten werden verkauft"
- },
- "4": {
- "then": "Kondome werden verkauft"
- },
- "5": {
- "then": "Kaffee wird verkauft"
- },
- "6": {
- "then": "Trinkwasser wird verkauft"
- },
- "7": {
- "then": "Zeitungen werden verkauft"
- },
- "8": {
- "then": "Fahrradschläuche werden verkauft"
- },
- "9": {
- "then": "Milch wird verkauft"
- },
"10": {
"then": "Brot wird verkauft"
},
@@ -12437,6 +12413,9 @@
"19": {
"then": "Blumen werden verkauft"
},
+ "2": {
+ "then": "Lebensmittel werden verkauft"
+ },
"20": {
"then": "Parkscheine werden verkauft"
},
@@ -12460,6 +12439,27 @@
},
"27": {
"then": "Fahrradschlösser werden verkauft"
+ },
+ "3": {
+ "then": "Zigaretten werden verkauft"
+ },
+ "4": {
+ "then": "Kondome werden verkauft"
+ },
+ "5": {
+ "then": "Kaffee wird verkauft"
+ },
+ "6": {
+ "then": "Trinkwasser wird verkauft"
+ },
+ "7": {
+ "then": "Zeitungen werden verkauft"
+ },
+ "8": {
+ "then": "Fahrradschläuche werden verkauft"
+ },
+ "9": {
+ "then": "Milch wird verkauft"
}
},
"question": "Was wird in diesem Automaten verkauft?",
@@ -12761,4 +12761,4 @@
"render": "Windrad"
}
}
-}
+}
\ No newline at end of file
diff --git a/langs/layers/en.json b/langs/layers/en.json
index cb46e5ae8..48c90756e 100644
--- a/langs/layers/en.json
+++ b/langs/layers/en.json
@@ -36,6 +36,26 @@
"description": "A large outdoor advertising structure, typically found in high-traffic areas such as alongside busy roads mounted on a wall",
"title": "a billboard mounted to a wall"
},
+ "10": {
+ "title": "a screen mounted on a transit shelter"
+ },
+ "11": {
+ "description": "A piece of waterproof textile with a printed message, permanently anchored on a wall",
+ "title": "a tarp"
+ },
+ "12": {
+ "title": "a totem"
+ },
+ "13": {
+ "description": "Used for advertising signs, neon signs, logos & institutional entrance signs",
+ "title": "a sign"
+ },
+ "14": {
+ "title": "a sculpture"
+ },
+ "15": {
+ "title": "a wall painting"
+ },
"2": {
"title": "a freestanding poster box"
},
@@ -61,26 +81,6 @@
},
"9": {
"title": "a screen mounted on a wall"
- },
- "10": {
- "title": "a screen mounted on a transit shelter"
- },
- "11": {
- "description": "A piece of waterproof textile with a printed message, permanently anchored on a wall",
- "title": "a tarp"
- },
- "12": {
- "title": "a totem"
- },
- "13": {
- "description": "Used for advertising signs, neon signs, logos & institutional entrance signs",
- "title": "a sign"
- },
- "14": {
- "title": "a sculpture"
- },
- "15": {
- "title": "a wall painting"
}
},
"tagRenderings": {
@@ -186,6 +186,15 @@
"1": {
"then": "This is a board"
},
+ "10": {
+ "then": "This is a wall painting"
+ },
+ "11": {
+ "then": "This is tilework - the advertisement is painted on tiles"
+ },
+ "12": {
+ "then": "This is a relief"
+ },
"2": {
"then": "This is a column"
},
@@ -209,15 +218,6 @@
},
"9": {
"then": "This is a totem"
- },
- "10": {
- "then": "This is a wall painting"
- },
- "11": {
- "then": "This is tilework - the advertisement is painted on tiles"
- },
- "12": {
- "then": "This is a relief"
}
},
"question": "Which type of advertising feature is this?",
@@ -232,6 +232,9 @@
"1": {
"then": "Board"
},
+ "10": {
+ "then": "Wall painting"
+ },
"2": {
"then": "Poster Box"
},
@@ -255,9 +258,6 @@
},
"9": {
"then": "Totem"
- },
- "10": {
- "then": "Wall painting"
}
}
}
@@ -304,6 +304,9 @@
"1": {
"then": "This is a gondola where the cars go around in continuous circles"
},
+ "10": {
+ "then": "A zip line. (A touristic attraction where adventurous people go down at high speeds)"
+ },
"2": {
"then": "An open chairlift with seats to sit on and open to the outside air."
},
@@ -327,9 +330,6 @@
},
"9": {
"then": "A magic carpet (a conveyor belt on the ground)"
- },
- "10": {
- "then": "A zip line. (A touristic attraction where adventurous people go down at high speeds)"
}
},
"question": "What type of aerialway is this?"
@@ -474,6 +474,15 @@
"1": {
"then": "Mural"
},
+ "10": {
+ "then": "Azulejo (Spanish decorative tilework)"
+ },
+ "11": {
+ "then": "Tilework"
+ },
+ "12": {
+ "then": "Woodcarving"
+ },
"2": {
"then": "Painting"
},
@@ -497,15 +506,6 @@
},
"9": {
"then": "Relief"
- },
- "10": {
- "then": "Azulejo (Spanish decorative tilework)"
- },
- "11": {
- "then": "Tilework"
- },
- "12": {
- "then": "Woodcarving"
}
},
"question": "What is the type of this artwork?",
@@ -1607,6 +1607,9 @@
"1": {
"then": "Rack with side loops"
},
+ "10": {
+ "then": "A lean-to bracket with possibility to use a lock through eyelet. The seat tube can be held by the stand by an anchor"
+ },
"2": {
"then": "Wheelbenders / rack"
},
@@ -1630,9 +1633,6 @@
},
"9": {
"then": "A locker - the bicycles are enclosed completely individually or with a few bicycles together. The locker is too small to fit a person standing.."
- },
- "10": {
- "then": "A lean-to bracket with possibility to use a lock through eyelet. The seat tube can be held by the stand by an anchor"
}
},
"question": "What is the type of this bicycle parking?",
@@ -2345,30 +2345,6 @@
"1": {
"question": "Has a Schuko wall plug without ground pin (CEE7/4 type F) connector"
},
- "2": {
- "question": "Has a European wall plug with ground pin (CEE7/4 type E) connector"
- },
- "3": {
- "question": "Has a Chademo connector"
- },
- "4": {
- "question": "Has a Type 1 with cable (J1772) connector"
- },
- "5": {
- "question": "Has a Type 1 without cable (J1772) connector"
- },
- "6": {
- "question": "Has a Type 1 CCS (aka Type 1 Combo) connector"
- },
- "7": {
- "question": "Has a Tesla Supercharger connector"
- },
- "8": {
- "question": "Has a Type 2 (mennekes) connector"
- },
- "9": {
- "question": "Has a Type 2 CCS (mennekes) connector"
- },
"10": {
"question": "Has a Type 2 with cable (mennekes) connector"
},
@@ -2399,11 +2375,35 @@
"19": {
"question": "Has a SEV 1011 T23 (Type J) connector"
},
+ "2": {
+ "question": "Has a European wall plug with ground pin (CEE7/4 type E) connector"
+ },
"20": {
"question": "Has a AS3112 (Type I) connector"
},
"21": {
"question": "Has a NEMA 5-20 (Type B) connector"
+ },
+ "3": {
+ "question": "Has a Chademo connector"
+ },
+ "4": {
+ "question": "Has a Type 1 with cable (J1772) connector"
+ },
+ "5": {
+ "question": "Has a Type 1 without cable (J1772) connector"
+ },
+ "6": {
+ "question": "Has a Type 1 CCS (aka Type 1 Combo) connector"
+ },
+ "7": {
+ "question": "Has a Tesla Supercharger connector"
+ },
+ "8": {
+ "question": "Has a Type 2 (mennekes) connector"
+ },
+ "9": {
+ "question": "Has a Type 2 CCS (mennekes) connector"
}
}
}
@@ -2459,30 +2459,6 @@
"1": {
"then": "Schuko wall plug without ground pin (CEE7/4 type F)"
},
- "2": {
- "then": "European wall plug with ground pin (CEE7/4 type E)"
- },
- "3": {
- "then": "European wall plug with ground pin (CEE7/4 type E)"
- },
- "4": {
- "then": "Chademo"
- },
- "5": {
- "then": "Chademo"
- },
- "6": {
- "then": "Type 1 with cable (J1772)"
- },
- "7": {
- "then": "Type 1 with cable (J1772)"
- },
- "8": {
- "then": "Type 1 without cable (J1772)"
- },
- "9": {
- "then": "Type 1 without cable (J1772)"
- },
"10": {
"then": "Type 1 CCS (aka Type 1 Combo)"
},
@@ -2513,6 +2489,9 @@
"19": {
"then": "Type 2 with cable (mennekes)"
},
+ "2": {
+ "then": "European wall plug with ground pin (CEE7/4 type E)"
+ },
"20": {
"then": "Tesla Supercharger CCS (a branded type2_css)"
},
@@ -2543,6 +2522,9 @@
"29": {
"then": "Bosch Active Connect with 3 pins and cable"
},
+ "3": {
+ "then": "European wall plug with ground pin (CEE7/4 type E)"
+ },
"30": {
"then": "Bosch Active Connect with 5 pins and cable"
},
@@ -2573,11 +2555,29 @@
"39": {
"then": "AS3112 (Type I)"
},
+ "4": {
+ "then": "Chademo"
+ },
"40": {
"then": "NEMA 5-20 (Type B)"
},
"41": {
"then": "NEMA 5-20 (Type B)"
+ },
+ "5": {
+ "then": "Chademo"
+ },
+ "6": {
+ "then": "Type 1 with cable (J1772)"
+ },
+ "7": {
+ "then": "Type 1 with cable (J1772)"
+ },
+ "8": {
+ "then": "Type 1 without cable (J1772)"
+ },
+ "9": {
+ "then": "Type 1 without cable (J1772)"
}
},
"question": "Which charging connections are available here?"
@@ -2762,30 +2762,6 @@
"1": {
"2": "European wall plug with ground pin (CEE7/4 type E)"
},
- "2": {
- "2": "Chademo"
- },
- "3": {
- "2": "Type 1 with cable (J1772)"
- },
- "4": {
- "2": "Type 1 without cable (J1772)"
- },
- "5": {
- "2": "Type 1 CCS (aka Type 1 Combo)"
- },
- "6": {
- "2": "Tesla Supercharger"
- },
- "7": {
- "2": "Type 2 (mennekes)"
- },
- "8": {
- "2": "Type 2 CCS (mennekes)"
- },
- "9": {
- "2": "Type 2 with cable (mennekes)"
- },
"10": {
"2": "Tesla Supercharger CCS (a branded type2_css)"
},
@@ -2816,8 +2792,32 @@
"19": {
"2": "AS3112 (Type I)"
},
+ "2": {
+ "2": "Chademo"
+ },
"20": {
"2": "NEMA 5-20 (Type B)"
+ },
+ "3": {
+ "2": "Type 1 with cable (J1772)"
+ },
+ "4": {
+ "2": "Type 1 without cable (J1772)"
+ },
+ "5": {
+ "2": "Type 1 CCS (aka Type 1 Combo)"
+ },
+ "6": {
+ "2": "Tesla Supercharger"
+ },
+ "7": {
+ "2": "Type 2 (mennekes)"
+ },
+ "8": {
+ "2": "Type 2 CCS (mennekes)"
+ },
+ "9": {
+ "2": "Type 2 with cable (mennekes)"
}
}
}
@@ -3593,6 +3593,21 @@
"1": {
"then": "This crossing has zebra markings"
},
+ "10": {
+ "then": "This crossing has zebra markings in alternating colours"
+ },
+ "11": {
+ "then": "This crossing has double zebra markings"
+ },
+ "12": {
+ "then": "This crossing has pictograms on the road"
+ },
+ "13": {
+ "then": "This crossing has lines on either side of the crossing, along with bars connecting them, with an interruption in every bar"
+ },
+ "14": {
+ "then": "This crossing has double lines on either side of the crossing"
+ },
"2": {
"then": "This crossing has markings of an unknown type"
},
@@ -3616,21 +3631,6 @@
},
"9": {
"then": "This crossing has zebra markings with an interruption in every bar"
- },
- "10": {
- "then": "This crossing has zebra markings in alternating colours"
- },
- "11": {
- "then": "This crossing has double zebra markings"
- },
- "12": {
- "then": "This crossing has pictograms on the road"
- },
- "13": {
- "then": "This crossing has lines on either side of the crossing, along with bars connecting them, with an interruption in every bar"
- },
- "14": {
- "then": "This crossing has double lines on either side of the crossing"
}
},
"question": "What kind of markings does this crossing have?",
@@ -3720,6 +3720,15 @@
"1": {
"then": "This cycleway is paved"
},
+ "10": {
+ "then": "This cycleway is made of fine gravel"
+ },
+ "11": {
+ "then": "This cycleway is made of pebblestone"
+ },
+ "12": {
+ "then": "This cycleway is made from raw ground"
+ },
"2": {
"then": "This cycleway is made of asphalt"
},
@@ -3743,15 +3752,6 @@
},
"9": {
"then": "This cycleway is made of gravel"
- },
- "10": {
- "then": "This cycleway is made of fine gravel"
- },
- "11": {
- "then": "This cycleway is made of pebblestone"
- },
- "12": {
- "then": "This cycleway is made from raw ground"
}
},
"question": "What is the surface of the cycleway made from?",
@@ -3800,6 +3800,15 @@
"1": {
"then": "This cycleway is paved"
},
+ "10": {
+ "then": "This cycleway is made of fine gravel"
+ },
+ "11": {
+ "then": "This cycleway is made of pebblestone"
+ },
+ "12": {
+ "then": "This cycleway is made from raw ground"
+ },
"2": {
"then": "This cycleway is made of asphalt"
},
@@ -3823,15 +3832,6 @@
},
"9": {
"then": "This cycleway is made of gravel"
- },
- "10": {
- "then": "This cycleway is made of fine gravel"
- },
- "11": {
- "then": "This cycleway is made of pebblestone"
- },
- "12": {
- "then": "This cycleway is made from raw ground"
}
},
"question": "What is the surface of the street made from?",
@@ -4964,6 +4964,68 @@
}
}
},
+ "10": {
+ "options": {
+ "0": {
+ "question": "No preference towards dogs"
+ },
+ "1": {
+ "question": "Dogs allowed"
+ },
+ "2": {
+ "question": "No dogs allowed"
+ }
+ }
+ },
+ "11": {
+ "options": {
+ "0": {
+ "question": "Offers internet"
+ }
+ }
+ },
+ "12": {
+ "options": {
+ "0": {
+ "question": "Offers electricity"
+ }
+ }
+ },
+ "13": {
+ "options": {
+ "0": {
+ "question": "Has a sugar-free offering"
+ }
+ }
+ },
+ "14": {
+ "options": {
+ "0": {
+ "question": "Has a gluten free offering"
+ }
+ }
+ },
+ "15": {
+ "options": {
+ "0": {
+ "question": "Has a lactose free offering"
+ }
+ }
+ },
+ "16": {
+ "options": {
+ "0": {
+ "question": "Has outdoor seating"
+ }
+ }
+ },
+ "17": {
+ "options": {
+ "0": {
+ "question": "Has indoor seating"
+ }
+ }
+ },
"2": {
"options": {
"0": {
@@ -5034,68 +5096,6 @@
"question": "Free to use"
}
}
- },
- "10": {
- "options": {
- "0": {
- "question": "No preference towards dogs"
- },
- "1": {
- "question": "Dogs allowed"
- },
- "2": {
- "question": "No dogs allowed"
- }
- }
- },
- "11": {
- "options": {
- "0": {
- "question": "Offers internet"
- }
- }
- },
- "12": {
- "options": {
- "0": {
- "question": "Offers electricity"
- }
- }
- },
- "13": {
- "options": {
- "0": {
- "question": "Has a sugar-free offering"
- }
- }
- },
- "14": {
- "options": {
- "0": {
- "question": "Has a gluten free offering"
- }
- }
- },
- "15": {
- "options": {
- "0": {
- "question": "Has a lactose free offering"
- }
- }
- },
- "16": {
- "options": {
- "0": {
- "question": "Has outdoor seating"
- }
- }
- },
- "17": {
- "options": {
- "0": {
- "question": "Has indoor seating"
- }
- }
}
}
},
@@ -5258,30 +5258,6 @@
"1": {
"then": "This fitness station has a sign with instructions for a specific exercise."
},
- "2": {
- "then": "This fitness station has a facility for sit-ups."
- },
- "3": {
- "then": "This fitness station has a facility for push-ups. Usually consists of one or more low horizontal bars."
- },
- "4": {
- "then": "This fitness station has bars for stretching."
- },
- "5": {
- "then": "This fitness station has a station for making hyperextensions."
- },
- "6": {
- "then": "This fitness station has rings for gymnastic exercises."
- },
- "7": {
- "then": "This fitness station has a horizontal ladder, also known as monkey bars."
- },
- "8": {
- "then": "This fitness station has wall bars to climb on."
- },
- "9": {
- "then": "This fitness station has posts for performing slalom exercises."
- },
"10": {
"then": "This fitness station has stepping stones."
},
@@ -5312,6 +5288,9 @@
"19": {
"then": "This fitness station has battling ropes."
},
+ "2": {
+ "then": "This fitness station has a facility for sit-ups."
+ },
"20": {
"then": "This fitness station has a stationary bicycle."
},
@@ -5326,6 +5305,27 @@
},
"24": {
"then": "This fitness station has a slackline."
+ },
+ "3": {
+ "then": "This fitness station has a facility for push-ups. Usually consists of one or more low horizontal bars."
+ },
+ "4": {
+ "then": "This fitness station has bars for stretching."
+ },
+ "5": {
+ "then": "This fitness station has a station for making hyperextensions."
+ },
+ "6": {
+ "then": "This fitness station has rings for gymnastic exercises."
+ },
+ "7": {
+ "then": "This fitness station has a horizontal ladder, also known as monkey bars."
+ },
+ "8": {
+ "then": "This fitness station has wall bars to climb on."
+ },
+ "9": {
+ "then": "This fitness station has posts for performing slalom exercises."
}
},
"question": "What kind of equipment does this fitness station have?"
@@ -5445,30 +5445,6 @@
"1": {
"then": "Friture"
},
- "2": {
- "then": "Serves mainly pasta"
- },
- "3": {
- "then": "Kebab shop"
- },
- "4": {
- "then": "Sandwich shop"
- },
- "5": {
- "then": "Burgersrestaurant"
- },
- "6": {
- "then": "Sushi restaurant"
- },
- "7": {
- "then": "Coffeebar"
- },
- "8": {
- "then": "Italian restaurant (which serves more than pasta and pizza)"
- },
- "9": {
- "then": "French restaurant"
- },
"10": {
"then": "Chinese"
},
@@ -5495,6 +5471,30 @@
},
"18": {
"then": "Seafood dishes are served here"
+ },
+ "2": {
+ "then": "Serves mainly pasta"
+ },
+ "3": {
+ "then": "Kebab shop"
+ },
+ "4": {
+ "then": "Sandwich shop"
+ },
+ "5": {
+ "then": "Burgersrestaurant"
+ },
+ "6": {
+ "then": "Sushi restaurant"
+ },
+ "7": {
+ "then": "Coffeebar"
+ },
+ "8": {
+ "then": "Italian restaurant (which serves more than pasta and pizza)"
+ },
+ "9": {
+ "then": "French restaurant"
}
},
"question": "What kind of food is served here?",
@@ -6310,30 +6310,6 @@
"1": {
"then": "This is a auditorium"
},
- "2": {
- "then": "This is a bedroom"
- },
- "3": {
- "then": "This is a chapel"
- },
- "4": {
- "then": "This is a classroom"
- },
- "5": {
- "then": "This is a classroom"
- },
- "6": {
- "then": "This is a computer room"
- },
- "7": {
- "then": "This is a conference room"
- },
- "8": {
- "then": "This is a crypt"
- },
- "9": {
- "then": "This is a kitchen"
- },
"10": {
"then": "This is a laboratory"
},
@@ -6364,6 +6340,9 @@
"19": {
"then": "This is a sport room"
},
+ "2": {
+ "then": "This is a bedroom"
+ },
"20": {
"then": "This is a storage room"
},
@@ -6375,6 +6354,27 @@
},
"23": {
"then": "This is a waiting room"
+ },
+ "3": {
+ "then": "This is a chapel"
+ },
+ "4": {
+ "then": "This is a classroom"
+ },
+ "5": {
+ "then": "This is a classroom"
+ },
+ "6": {
+ "then": "This is a computer room"
+ },
+ "7": {
+ "then": "This is a conference room"
+ },
+ "8": {
+ "then": "This is a crypt"
+ },
+ "9": {
+ "then": "This is a kitchen"
}
},
"question": "What type of room is this?"
@@ -6936,6 +6936,21 @@
"1": {
"then": "This is a plaque"
},
+ "10": {
+ "then": "This is a cross"
+ },
+ "11": {
+ "then": "This is a blue plaque"
+ },
+ "12": {
+ "then": "This is a historic tank, permanently placed in public space as memorial"
+ },
+ "13": {
+ "then": "This is a memorial tree"
+ },
+ "14": {
+ "then": "This is a gravestone; the person is buried here"
+ },
"2": {
"then": "This is a commemorative bench"
},
@@ -6959,21 +6974,6 @@
},
"9": {
"then": "This is an obelisk"
- },
- "10": {
- "then": "This is a cross"
- },
- "11": {
- "then": "This is a blue plaque"
- },
- "12": {
- "then": "This is a historic tank, permanently placed in public space as memorial"
- },
- "13": {
- "then": "This is a memorial tree"
- },
- "14": {
- "then": "This is a gravestone; the person is buried here"
}
},
"question": "What type of memorial is this?",
@@ -7157,6 +7157,48 @@
}
}
},
+ "10": {
+ "options": {
+ "0": {
+ "question": "Last edited by contributor {search}"
+ }
+ }
+ },
+ "11": {
+ "options": {
+ "0": {
+ "question": "Not edited as last by {search}"
+ }
+ }
+ },
+ "12": {
+ "options": {
+ "0": {
+ "question": "Created before {search}"
+ }
+ }
+ },
+ "13": {
+ "options": {
+ "0": {
+ "question": "Created after {search}"
+ }
+ }
+ },
+ "14": {
+ "options": {
+ "0": {
+ "question": "Last edited before {search}"
+ }
+ }
+ },
+ "15": {
+ "options": {
+ "0": {
+ "question": "Last edited after {search}"
+ }
+ }
+ },
"2": {
"options": {
"0": {
@@ -7218,48 +7260,6 @@
"question": "Edited or commented on by any user with name {search}"
}
}
- },
- "10": {
- "options": {
- "0": {
- "question": "Last edited by contributor {search}"
- }
- }
- },
- "11": {
- "options": {
- "0": {
- "question": "Not edited as last by {search}"
- }
- }
- },
- "12": {
- "options": {
- "0": {
- "question": "Created before {search}"
- }
- }
- },
- "13": {
- "options": {
- "0": {
- "question": "Created after {search}"
- }
- }
- },
- "14": {
- "options": {
- "0": {
- "question": "Last edited before {search}"
- }
- }
- },
- "15": {
- "options": {
- "0": {
- "question": "Last edited after {search}"
- }
- }
}
},
"name": "OpenStreetMap notes",
@@ -7638,6 +7638,18 @@
"1": {
"then": "This is a normal parking space."
},
+ "10": {
+ "then": "This is a parking space reserved for staff."
+ },
+ "11": {
+ "then": "This is a parking space reserved for taxis."
+ },
+ "12": {
+ "then": "This is a parking space reserved for vehicles towing a trailer."
+ },
+ "13": {
+ "then": "This is a parking space reserved for car sharing."
+ },
"2": {
"then": "This is a disabled parking space."
},
@@ -7661,18 +7673,6 @@
},
"9": {
"then": "This is a parking space reserved for parents with children."
- },
- "10": {
- "then": "This is a parking space reserved for staff."
- },
- "11": {
- "then": "This is a parking space reserved for taxis."
- },
- "12": {
- "then": "This is a parking space reserved for vehicles towing a trailer."
- },
- "13": {
- "then": "This is a parking space reserved for car sharing."
}
},
"question": "What kind of parking space is this?"
@@ -7927,6 +7927,9 @@
"1": {
"then": "The surface is sand"
},
+ "10": {
+ "then": "The surface is fine gravel (less then 2 cm per stone)"
+ },
"2": {
"then": "The surface consist of woodchips"
},
@@ -7950,9 +7953,6 @@
},
"9": {
"then": "The surface is made from rubber, such as rubber tiles, rubber mulch or a big rubber area"
- },
- "10": {
- "then": "The surface is fine gravel (less then 2 cm per stone)"
}
},
"question": "Which is the surface of this playground?",
@@ -7990,30 +7990,6 @@
"1": {
"then": "This is a structure consisting of several connected playground devices"
},
- "2": {
- "then": "This is a slide"
- },
- "3": {
- "then": "This is a sand pit"
- },
- "4": {
- "then": "This is a spring rider"
- },
- "5": {
- "then": "This is a climbing frame"
- },
- "6": {
- "then": "This is a seesaw"
- },
- "7": {
- "then": "This is a playhouse"
- },
- "8": {
- "then": "This is a roundabout"
- },
- "9": {
- "then": "This is a basket swing"
- },
"10": {
"then": "This is a zip wire"
},
@@ -8044,11 +8020,35 @@
"19": {
"then": "This is a teen shelter"
},
+ "2": {
+ "then": "This is a slide"
+ },
"20": {
"then": "This is a funnel used to play with funnel ball"
},
"21": {
"then": "This is a spinning circle"
+ },
+ "3": {
+ "then": "This is a sand pit"
+ },
+ "4": {
+ "then": "This is a spring rider"
+ },
+ "5": {
+ "then": "This is a climbing frame"
+ },
+ "6": {
+ "then": "This is a seesaw"
+ },
+ "7": {
+ "then": "This is a playhouse"
+ },
+ "8": {
+ "then": "This is a roundabout"
+ },
+ "9": {
+ "then": "This is a basket swing"
}
},
"question": "What kind of device is this?",
@@ -8478,6 +8478,21 @@
"1": {
"then": "2 cent coins are accepted"
},
+ "10": {
+ "then": "20 centimes coins are accepted"
+ },
+ "11": {
+ "then": "½ franc coins are accepted"
+ },
+ "12": {
+ "then": "1 franc coins are accepted"
+ },
+ "13": {
+ "then": "2 francs coins are accepted"
+ },
+ "14": {
+ "then": "5 francs coins are accepted"
+ },
"2": {
"then": "5 cent coins are accepted"
},
@@ -8501,21 +8516,6 @@
},
"9": {
"then": "10 centimes coins are accepted"
- },
- "10": {
- "then": "20 centimes coins are accepted"
- },
- "11": {
- "then": "½ franc coins are accepted"
- },
- "12": {
- "then": "1 franc coins are accepted"
- },
- "13": {
- "then": "2 francs coins are accepted"
- },
- "14": {
- "then": "5 francs coins are accepted"
}
},
"question": "What coins can you use to pay here?"
@@ -8528,6 +8528,15 @@
"1": {
"then": "10 euro notes are accepted"
},
+ "10": {
+ "then": "100 francs notes are accepted"
+ },
+ "11": {
+ "then": "200 francs notes are accepted"
+ },
+ "12": {
+ "then": "1000 francs notes are accepted"
+ },
"2": {
"then": "20 euro notes are accepted"
},
@@ -8551,15 +8560,6 @@
},
"9": {
"then": "50 francs notes are accepted"
- },
- "10": {
- "then": "100 francs notes are accepted"
- },
- "11": {
- "then": "200 francs notes are accepted"
- },
- "12": {
- "then": "1000 francs notes are accepted"
}
},
"question": "what notes can you use to pay here?"
@@ -9112,30 +9112,6 @@
"1": {
"question": "Recycling of batteries"
},
- "2": {
- "question": "Recycling of beverage cartons"
- },
- "3": {
- "question": "Recycling of cans"
- },
- "4": {
- "question": "Recycling of clothes"
- },
- "5": {
- "question": "Recycling of cooking oil"
- },
- "6": {
- "question": "Recycling of engine oil"
- },
- "7": {
- "question": "Recycling of fluorescent tubes"
- },
- "8": {
- "question": "Recycling of green waste"
- },
- "9": {
- "question": "Recycling of glass bottles"
- },
"10": {
"question": "Recycling of glass"
},
@@ -9166,6 +9142,9 @@
"19": {
"question": "Recycling of residual waste"
},
+ "2": {
+ "question": "Recycling of beverage cartons"
+ },
"20": {
"question": "Recycling of printer cartridges"
},
@@ -9174,6 +9153,27 @@
},
"22": {
"question": "Recycling of plastic packaging, metal packaging and drink cartons (PMD)"
+ },
+ "3": {
+ "question": "Recycling of cans"
+ },
+ "4": {
+ "question": "Recycling of clothes"
+ },
+ "5": {
+ "question": "Recycling of cooking oil"
+ },
+ "6": {
+ "question": "Recycling of engine oil"
+ },
+ "7": {
+ "question": "Recycling of fluorescent tubes"
+ },
+ "8": {
+ "question": "Recycling of green waste"
+ },
+ "9": {
+ "question": "Recycling of glass bottles"
}
}
},
@@ -9241,30 +9241,6 @@
"1": {
"then": "Beverage cartons can be recycled here"
},
- "2": {
- "then": "Cans can be recycled here"
- },
- "3": {
- "then": "Clothes can be recycled here"
- },
- "4": {
- "then": "Cooking oil can be recycled here"
- },
- "5": {
- "then": "Engine oil can be recycled here"
- },
- "6": {
- "then": "Fluorescent tubes can be recycled here"
- },
- "7": {
- "then": "Green waste can be recycled here"
- },
- "8": {
- "then": "Organic waste can be recycled here"
- },
- "9": {
- "then": "Glass bottles can be recycled here"
- },
"10": {
"then": "Glass can be recycled here"
},
@@ -9295,6 +9271,9 @@
"19": {
"then": "Scrap metal can be recycled here"
},
+ "2": {
+ "then": "Cans can be recycled here"
+ },
"20": {
"then": "Shoes can be recycled here"
},
@@ -9312,6 +9291,27 @@
},
"25": {
"then": "Bicycles can be recycled here"
+ },
+ "3": {
+ "then": "Clothes can be recycled here"
+ },
+ "4": {
+ "then": "Cooking oil can be recycled here"
+ },
+ "5": {
+ "then": "Engine oil can be recycled here"
+ },
+ "6": {
+ "then": "Fluorescent tubes can be recycled here"
+ },
+ "7": {
+ "then": "Green waste can be recycled here"
+ },
+ "8": {
+ "then": "Organic waste can be recycled here"
+ },
+ "9": {
+ "then": "Glass bottles can be recycled here"
}
},
"question": "What can be recycled here?"
@@ -10338,300 +10338,9 @@
"1": {
"then": "Ten-pin bowling"
},
- "2": {
- "then": "Aerobics"
- },
- "3": {
- "then": "American football"
- },
- "4": {
- "then": "Aikido"
- },
- "5": {
- "then": "Archery"
- },
- "6": {
- "then": "Athletics"
- },
- "7": {
- "then": "Australian rules football"
- },
- "8": {
- "then": "Badminton"
- },
- "9": {
- "then": "Bandy"
- },
"10": {
"then": "BASE jumping"
},
- "11": {
- "then": "Baseball"
- },
- "12": {
- "then": "Basketball"
- },
- "13": {
- "then": "Beachvolleyball"
- },
- "14": {
- "then": "Biathlon"
- },
- "15": {
- "then": "Cue sports"
- },
- "16": {
- "then": "BMX"
- },
- "17": {
- "then": "Bobsleigh"
- },
- "18": {
- "then": "Boules"
- },
- "19": {
- "then": "Bowls"
- },
- "20": {
- "then": "Boxing"
- },
- "21": {
- "then": "Bullfighting"
- },
- "22": {
- "then": "Canadian football"
- },
- "23": {
- "then": "Canoe"
- },
- "24": {
- "then": "Chess"
- },
- "25": {
- "then": "Non-competitive diving"
- },
- "26": {
- "then": "Climbing"
- },
- "27": {
- "then": "Climbing Adventure"
- },
- "28": {
- "then": "Cockfighting"
- },
- "29": {
- "then": "Cricket"
- },
- "30": {
- "then": "CrossFit"
- },
- "31": {
- "then": "Croquet"
- },
- "32": {
- "then": "Curling"
- },
- "33": {
- "then": "Cycle Polo"
- },
- "34": {
- "then": "Cycling"
- },
- "35": {
- "then": "Dance"
- },
- "36": {
- "then": "Darts"
- },
- "37": {
- "then": "Dog agility"
- },
- "38": {
- "then": "Greyhound racing"
- },
- "39": {
- "then": "Dragon Boat"
- },
- "40": {
- "then": "Equestrianism"
- },
- "41": {
- "then": "Fencing"
- },
- "42": {
- "then": "Field hockey"
- },
- "43": {
- "then": "Fitness"
- },
- "44": {
- "then": "5 person soccer"
- },
- "45": {
- "then": "Floorball"
- },
- "46": {
- "then": "Four square"
- },
- "47": {
- "then": "Paragliding"
- },
- "48": {
- "then": "Futsal"
- },
- "49": {
- "then": "Gaelic games"
- },
- "50": {
- "then": "Gaga ball"
- },
- "51": {
- "then": "Golf"
- },
- "52": {
- "then": "Gymnastics"
- },
- "53": {
- "then": "Handball"
- },
- "54": {
- "then": "Hapkido"
- },
- "55": {
- "then": "Hiking"
- },
- "56": {
- "then": "Horseshoes"
- },
- "57": {
- "then": "Horse racing"
- },
- "58": {
- "then": "Ice Hockey"
- },
- "59": {
- "then": "Ice skating"
- },
- "60": {
- "then": "Ice stock sport"
- },
- "61": {
- "then": "Judo"
- },
- "62": {
- "then": "Karate"
- },
- "63": {
- "then": "Kart racing"
- },
- "64": {
- "then": "Kickboxing"
- },
- "65": {
- "then": "Kitesurfing"
- },
- "66": {
- "then": "Korfball"
- },
- "67": {
- "then": "Krachtball"
- },
- "68": {
- "then": "Lacrosse"
- },
- "69": {
- "then": "Laser tag"
- },
- "70": {
- "then": "Martial arts"
- },
- "71": {
- "then": "Miniature golf"
- },
- "72": {
- "then": "Radio-controlled aircraft"
- },
- "73": {
- "then": "Motocross"
- },
- "74": {
- "then": "Motorsport"
- },
- "75": {
- "then": "Multiple kind of sports"
- },
- "76": {
- "then": "Netball"
- },
- "77": {
- "then": "Obstacle course"
- },
- "78": {
- "then": "Orienteering"
- },
- "79": {
- "then": "Paddle tennis"
- },
- "80": {
- "then": "Padel"
- },
- "81": {
- "then": "Paintball"
- },
- "82": {
- "then": "Parachuting"
- },
- "83": {
- "then": "Parkour"
- },
- "84": {
- "then": "Palota"
- },
- "85": {
- "then": "Pesäpallo"
- },
- "86": {
- "then": "Pickleball"
- },
- "87": {
- "then": "Pilates"
- },
- "88": {
- "then": "Pole dance"
- },
- "89": {
- "then": "Racquetball"
- },
- "90": {
- "then": "Radio-controlled car"
- },
- "91": {
- "then": "Roller skating"
- },
- "92": {
- "then": "Rowing"
- },
- "93": {
- "then": "Rugby league"
- },
- "94": {
- "then": "Rugby union"
- },
- "95": {
- "then": "Running"
- },
- "96": {
- "then": "Sailing"
- },
- "97": {
- "then": "Scuba diving"
- },
- "98": {
- "then": "Shooting"
- },
- "99": {
- "then": "Shot-put"
- },
"100": {
"then": "Skateboard"
},
@@ -10662,6 +10371,9 @@
"109": {
"then": "Swimming"
},
+ "11": {
+ "then": "Baseball"
+ },
"110": {
"then": "Table tennis"
},
@@ -10692,6 +10404,9 @@
"119": {
"then": "Volleyball"
},
+ "12": {
+ "then": "Basketball"
+ },
"120": {
"then": "Wakeboarding"
},
@@ -10715,6 +10430,291 @@
},
"127": {
"then": "Zurkhaneh sport"
+ },
+ "13": {
+ "then": "Beachvolleyball"
+ },
+ "14": {
+ "then": "Biathlon"
+ },
+ "15": {
+ "then": "Cue sports"
+ },
+ "16": {
+ "then": "BMX"
+ },
+ "17": {
+ "then": "Bobsleigh"
+ },
+ "18": {
+ "then": "Boules"
+ },
+ "19": {
+ "then": "Bowls"
+ },
+ "2": {
+ "then": "Aerobics"
+ },
+ "20": {
+ "then": "Boxing"
+ },
+ "21": {
+ "then": "Bullfighting"
+ },
+ "22": {
+ "then": "Canadian football"
+ },
+ "23": {
+ "then": "Canoe"
+ },
+ "24": {
+ "then": "Chess"
+ },
+ "25": {
+ "then": "Non-competitive diving"
+ },
+ "26": {
+ "then": "Climbing"
+ },
+ "27": {
+ "then": "Climbing Adventure"
+ },
+ "28": {
+ "then": "Cockfighting"
+ },
+ "29": {
+ "then": "Cricket"
+ },
+ "3": {
+ "then": "American football"
+ },
+ "30": {
+ "then": "CrossFit"
+ },
+ "31": {
+ "then": "Croquet"
+ },
+ "32": {
+ "then": "Curling"
+ },
+ "33": {
+ "then": "Cycle Polo"
+ },
+ "34": {
+ "then": "Cycling"
+ },
+ "35": {
+ "then": "Dance"
+ },
+ "36": {
+ "then": "Darts"
+ },
+ "37": {
+ "then": "Dog agility"
+ },
+ "38": {
+ "then": "Greyhound racing"
+ },
+ "39": {
+ "then": "Dragon Boat"
+ },
+ "4": {
+ "then": "Aikido"
+ },
+ "40": {
+ "then": "Equestrianism"
+ },
+ "41": {
+ "then": "Fencing"
+ },
+ "42": {
+ "then": "Field hockey"
+ },
+ "43": {
+ "then": "Fitness"
+ },
+ "44": {
+ "then": "5 person soccer"
+ },
+ "45": {
+ "then": "Floorball"
+ },
+ "46": {
+ "then": "Four square"
+ },
+ "47": {
+ "then": "Paragliding"
+ },
+ "48": {
+ "then": "Futsal"
+ },
+ "49": {
+ "then": "Gaelic games"
+ },
+ "5": {
+ "then": "Archery"
+ },
+ "50": {
+ "then": "Gaga ball"
+ },
+ "51": {
+ "then": "Golf"
+ },
+ "52": {
+ "then": "Gymnastics"
+ },
+ "53": {
+ "then": "Handball"
+ },
+ "54": {
+ "then": "Hapkido"
+ },
+ "55": {
+ "then": "Hiking"
+ },
+ "56": {
+ "then": "Horseshoes"
+ },
+ "57": {
+ "then": "Horse racing"
+ },
+ "58": {
+ "then": "Ice Hockey"
+ },
+ "59": {
+ "then": "Ice skating"
+ },
+ "6": {
+ "then": "Athletics"
+ },
+ "60": {
+ "then": "Ice stock sport"
+ },
+ "61": {
+ "then": "Judo"
+ },
+ "62": {
+ "then": "Karate"
+ },
+ "63": {
+ "then": "Kart racing"
+ },
+ "64": {
+ "then": "Kickboxing"
+ },
+ "65": {
+ "then": "Kitesurfing"
+ },
+ "66": {
+ "then": "Korfball"
+ },
+ "67": {
+ "then": "Krachtball"
+ },
+ "68": {
+ "then": "Lacrosse"
+ },
+ "69": {
+ "then": "Laser tag"
+ },
+ "7": {
+ "then": "Australian rules football"
+ },
+ "70": {
+ "then": "Martial arts"
+ },
+ "71": {
+ "then": "Miniature golf"
+ },
+ "72": {
+ "then": "Radio-controlled aircraft"
+ },
+ "73": {
+ "then": "Motocross"
+ },
+ "74": {
+ "then": "Motorsport"
+ },
+ "75": {
+ "then": "Multiple kind of sports"
+ },
+ "76": {
+ "then": "Netball"
+ },
+ "77": {
+ "then": "Obstacle course"
+ },
+ "78": {
+ "then": "Orienteering"
+ },
+ "79": {
+ "then": "Paddle tennis"
+ },
+ "8": {
+ "then": "Badminton"
+ },
+ "80": {
+ "then": "Padel"
+ },
+ "81": {
+ "then": "Paintball"
+ },
+ "82": {
+ "then": "Parachuting"
+ },
+ "83": {
+ "then": "Parkour"
+ },
+ "84": {
+ "then": "Palota"
+ },
+ "85": {
+ "then": "Pesäpallo"
+ },
+ "86": {
+ "then": "Pickleball"
+ },
+ "87": {
+ "then": "Pilates"
+ },
+ "88": {
+ "then": "Pole dance"
+ },
+ "89": {
+ "then": "Racquetball"
+ },
+ "9": {
+ "then": "Bandy"
+ },
+ "90": {
+ "then": "Radio-controlled car"
+ },
+ "91": {
+ "then": "Roller skating"
+ },
+ "92": {
+ "then": "Rowing"
+ },
+ "93": {
+ "then": "Rugby league"
+ },
+ "94": {
+ "then": "Rugby union"
+ },
+ "95": {
+ "then": "Running"
+ },
+ "96": {
+ "then": "Sailing"
+ },
+ "97": {
+ "then": "Scuba diving"
+ },
+ "98": {
+ "then": "Shooting"
+ },
+ "99": {
+ "then": "Shot-put"
}
},
"question": "What sports are played at this venue?",
@@ -10904,6 +10904,12 @@
"1": {
"then": "This lamp uses LEDs"
},
+ "10": {
+ "then": "This lamp uses high pressure sodium lamps (orange with white)"
+ },
+ "11": {
+ "then": "This lamp is lit using gas"
+ },
"2": {
"then": "This lamp uses incandescent lighting"
},
@@ -10927,12 +10933,6 @@
},
"9": {
"then": "This lamp uses low pressure sodium lamps (monochrome orange)"
- },
- "10": {
- "then": "This lamp uses high pressure sodium lamps (orange with white)"
- },
- "11": {
- "then": "This lamp is lit using gas"
}
},
"question": "What kind of lighting does this lamp use?"
@@ -12732,30 +12732,6 @@
"1": {
"question": "Sale of drinks"
},
- "2": {
- "question": "Sale of sweets"
- },
- "3": {
- "question": "Sale of food"
- },
- "4": {
- "question": "Sale of cigarettes"
- },
- "5": {
- "question": "Sale of condoms"
- },
- "6": {
- "question": "Sale of coffee"
- },
- "7": {
- "question": "Sale of water"
- },
- "8": {
- "question": "Sale of newspapers"
- },
- "9": {
- "question": "Sale of bicycle inner tubes"
- },
"10": {
"question": "Sale of milk"
},
@@ -12786,6 +12762,9 @@
"19": {
"question": "Sale of strawberries"
},
+ "2": {
+ "question": "Sale of sweets"
+ },
"20": {
"question": "Sale of flowers"
},
@@ -12812,6 +12791,27 @@
},
"28": {
"question": "Sale of bicycle locks"
+ },
+ "3": {
+ "question": "Sale of food"
+ },
+ "4": {
+ "question": "Sale of cigarettes"
+ },
+ "5": {
+ "question": "Sale of condoms"
+ },
+ "6": {
+ "question": "Sale of coffee"
+ },
+ "7": {
+ "question": "Sale of water"
+ },
+ "8": {
+ "question": "Sale of newspapers"
+ },
+ "9": {
+ "question": "Sale of bicycle inner tubes"
}
}
}
@@ -12908,30 +12908,6 @@
"1": {
"then": "Sweets are sold"
},
- "2": {
- "then": "Food is sold"
- },
- "3": {
- "then": "Cigarettes are sold"
- },
- "4": {
- "then": "Condoms are sold"
- },
- "5": {
- "then": "Coffee is sold"
- },
- "6": {
- "then": "Drinking water is sold"
- },
- "7": {
- "then": "Newspapers are sold"
- },
- "8": {
- "then": "Bicycle inner tubes are sold"
- },
- "9": {
- "then": "Milk is sold"
- },
"10": {
"then": "Bread is sold"
},
@@ -12962,6 +12938,9 @@
"19": {
"then": "Flowers are sold"
},
+ "2": {
+ "then": "Food is sold"
+ },
"20": {
"then": "Parking tickets are sold"
},
@@ -12985,6 +12964,27 @@
},
"27": {
"then": "Bicycle locks are sold"
+ },
+ "3": {
+ "then": "Cigarettes are sold"
+ },
+ "4": {
+ "then": "Condoms are sold"
+ },
+ "5": {
+ "then": "Coffee is sold"
+ },
+ "6": {
+ "then": "Drinking water is sold"
+ },
+ "7": {
+ "then": "Newspapers are sold"
+ },
+ "8": {
+ "then": "Bicycle inner tubes are sold"
+ },
+ "9": {
+ "then": "Milk is sold"
}
},
"question": "What does this vending machine sell?",
diff --git a/langs/layers/es.json b/langs/layers/es.json
index 7fad31e65..9633344eb 100644
--- a/langs/layers/es.json
+++ b/langs/layers/es.json
@@ -36,6 +36,26 @@
"description": "Una gran estructura publicitaria exterior, que normalmente se encuentra en áreas de mucho tráfico, como junto a carreteras concurridas, montada en una pared",
"title": "una valla publicitaria montada en una pared"
},
+ "10": {
+ "title": "una pantalla montada en un refugio de transporte público"
+ },
+ "11": {
+ "description": "Un trozo de textil impermeable con un mensaje impreso, anclado permanentemente en una pared",
+ "title": "una lona"
+ },
+ "12": {
+ "title": "un tótem"
+ },
+ "13": {
+ "description": "Se utiliza para carteles publicitarios, letreros de neón, logotipos y letreros de entrada institucionales",
+ "title": "un letrero"
+ },
+ "14": {
+ "title": "una escultura"
+ },
+ "15": {
+ "title": "un mural"
+ },
"2": {
"title": "un expositor de carteles independiente"
},
@@ -61,26 +81,6 @@
},
"9": {
"title": "una pantalla montada en una pared"
- },
- "10": {
- "title": "una pantalla montada en un refugio de transporte público"
- },
- "11": {
- "description": "Un trozo de textil impermeable con un mensaje impreso, anclado permanentemente en una pared",
- "title": "una lona"
- },
- "12": {
- "title": "un tótem"
- },
- "13": {
- "description": "Se utiliza para carteles publicitarios, letreros de neón, logotipos y letreros de entrada institucionales",
- "title": "un letrero"
- },
- "14": {
- "title": "una escultura"
- },
- "15": {
- "title": "un mural"
}
},
"tagRenderings": {
@@ -186,6 +186,15 @@
"1": {
"then": "Se trata de un tablero"
},
+ "10": {
+ "then": "Se trata de un mural"
+ },
+ "11": {
+ "then": "Se trata de un trabajo en azulejo: el anuncio está pintado en azulejos"
+ },
+ "12": {
+ "then": "Se trata de un relieve"
+ },
"2": {
"then": "Se trata de una columna"
},
@@ -209,15 +218,6 @@
},
"9": {
"then": "Se trata de un tótem"
- },
- "10": {
- "then": "Se trata de un mural"
- },
- "11": {
- "then": "Se trata de un trabajo en azulejo: el anuncio está pintado en azulejos"
- },
- "12": {
- "then": "Se trata de un relieve"
}
},
"question": "¿Qué tipo de elemento publicitario es este?",
@@ -232,6 +232,9 @@
"1": {
"then": "Tablero"
},
+ "10": {
+ "then": "Mural"
+ },
"2": {
"then": "Expositor de carteles"
},
@@ -255,9 +258,6 @@
},
"9": {
"then": "Tótem"
- },
- "10": {
- "then": "Mural"
}
}
}
@@ -304,6 +304,9 @@
"1": {
"then": "Se trata de una góndola donde las cabinas giran en círculos continuos"
},
+ "10": {
+ "then": "Una tirolina. (Una atracción turística donde la gente aventurera baja a altas velocidades) "
+ },
"2": {
"then": "Un telesilla abierto con asientos para sentarse y abierto al aire libre."
},
@@ -327,9 +330,6 @@
},
"9": {
"then": "Una alfombra mágica (una cinta transportadora en el suelo)"
- },
- "10": {
- "then": "Una tirolina. (Una atracción turística donde la gente aventurera baja a altas velocidades) "
}
},
"question": "¿Qué tipo de teleférico es este?"
@@ -474,6 +474,15 @@
"1": {
"then": "Mural"
},
+ "10": {
+ "then": "Azulejo (trabajo decorativo en azulejos español)"
+ },
+ "11": {
+ "then": "Trabajo en azulejo"
+ },
+ "12": {
+ "then": "Talla en madera"
+ },
"2": {
"then": "Pintura"
},
@@ -497,15 +506,6 @@
},
"9": {
"then": "Relieve"
- },
- "10": {
- "then": "Azulejo (trabajo decorativo en azulejos español)"
- },
- "11": {
- "then": "Trabajo en azulejo"
- },
- "12": {
- "then": "Talla en madera"
}
},
"question": "¿Qué tipo de obra de arte es esta?",
@@ -1583,6 +1583,9 @@
"1": {
"then": "Racks con lazos laterales"
},
+ "10": {
+ "then": "Un soporte inclinado con posibilidad de usar un candado a través de un ojal. El tubo del sillín puede ser sujetado por el soporte mediante un ancla"
+ },
"2": {
"then": "Curvadores de ruedas/rack"
},
@@ -1606,9 +1609,6 @@
},
"9": {
"then": "Un casillero: las bicicletas están completamente encerradas individualmente o con unas pocas bicicletas juntas. El casillero es demasiado pequeño para que quepa una persona de pie."
- },
- "10": {
- "then": "Un soporte inclinado con posibilidad de usar un candado a través de un ojal. El tubo del sillín puede ser sujetado por el soporte mediante un ancla"
}
},
"question": "¿Cuál es el tipo de este aparcamiento de bicicletas?",
@@ -2321,30 +2321,6 @@
"1": {
"question": "Tiene un conector Enchufe de pared Schuko sin pin de tierra (tipo CEE7/4 F) "
},
- "2": {
- "question": "Tiene un conector Enchufe de pared europeo con pin de tierra (tipo CEE7/4 E) "
- },
- "3": {
- "question": "Tiene un conector Chademo "
- },
- "4": {
- "question": "Tiene un conector Tipo 1 con cable (J1772) "
- },
- "5": {
- "question": "Tiene un conector Tipo 1 sin cable (J1772) "
- },
- "6": {
- "question": "Tiene un conector Tipo 1 CCS (también conocido como Tipo 1 Combo) "
- },
- "7": {
- "question": "Tiene un conector Tesla Supercharger "
- },
- "8": {
- "question": "Tiene un conector Tipo 2 (mennekes) "
- },
- "9": {
- "question": "Tiene un conector Tipo 2 CCS (mennekes) "
- },
"10": {
"question": "Tiene un conector Tipo 2 con cable (mennekes) "
},
@@ -2375,11 +2351,35 @@
"19": {
"question": "Tiene un conector SEV 1011 T23 (Tipo J) "
},
+ "2": {
+ "question": "Tiene un conector Enchufe de pared europeo con pin de tierra (tipo CEE7/4 E) "
+ },
"20": {
"question": "Tiene un conector AS3112 (Tipo I) "
},
"21": {
"question": "Tiene un conector NEMA 5-20 (Tipo B) "
+ },
+ "3": {
+ "question": "Tiene un conector Chademo "
+ },
+ "4": {
+ "question": "Tiene un conector Tipo 1 con cable (J1772) "
+ },
+ "5": {
+ "question": "Tiene un conector Tipo 1 sin cable (J1772) "
+ },
+ "6": {
+ "question": "Tiene un conector Tipo 1 CCS (también conocido como Tipo 1 Combo) "
+ },
+ "7": {
+ "question": "Tiene un conector Tesla Supercharger "
+ },
+ "8": {
+ "question": "Tiene un conector Tipo 2 (mennekes) "
+ },
+ "9": {
+ "question": "Tiene un conector Tipo 2 CCS (mennekes) "
}
}
}
@@ -2435,30 +2435,6 @@
"1": {
"then": "Enchufe de pared Schuko sin pin de tierra (tipo CEE7/4 F)"
},
- "2": {
- "then": "Enchufe de pared europeo con pin de tierra (tipo CEE7/4 E)"
- },
- "3": {
- "then": "Enchufe de pared europeo con pin de tierra (tipo CEE7/4 E)"
- },
- "4": {
- "then": "Chademo"
- },
- "5": {
- "then": "Chademo"
- },
- "6": {
- "then": "Tipo 1 con cable (J1772)"
- },
- "7": {
- "then": "Tipo 1 con cable (J1772)"
- },
- "8": {
- "then": "Tipo 1 sin cable (J1772)"
- },
- "9": {
- "then": "Tipo 1 sin cable (J1772)"
- },
"10": {
"then": "Tipo 1 CCS (también conocido como Tipo 1 Combo)"
},
@@ -2489,6 +2465,9 @@
"19": {
"then": "Tipo 2 con cable (mennekes)"
},
+ "2": {
+ "then": "Enchufe de pared europeo con pin de tierra (tipo CEE7/4 E)"
+ },
"20": {
"then": "Tesla Supercharger CCS (un tipo2_css de marca)"
},
@@ -2519,6 +2498,9 @@
"29": {
"then": "Bosch Active Connect con 3 pines y cable"
},
+ "3": {
+ "then": "Enchufe de pared europeo con pin de tierra (tipo CEE7/4 E)"
+ },
"30": {
"then": "Bosch Active Connect con 5 pines y cable"
},
@@ -2549,11 +2531,29 @@
"39": {
"then": "AS3112 (Tipo I)"
},
+ "4": {
+ "then": "Chademo"
+ },
"40": {
"then": "NEMA 5-20 (Tipo B)"
},
"41": {
"then": "NEMA 5-20 (Tipo B)"
+ },
+ "5": {
+ "then": "Chademo"
+ },
+ "6": {
+ "then": "Tipo 1 con cable (J1772)"
+ },
+ "7": {
+ "then": "Tipo 1 con cable (J1772)"
+ },
+ "8": {
+ "then": "Tipo 1 sin cable (J1772)"
+ },
+ "9": {
+ "then": "Tipo 1 sin cable (J1772)"
}
},
"question": "¿Qué conexiones de carga están disponibles aquí?"
@@ -2738,30 +2738,6 @@
"1": {
"2": "Enchufe de pared europeo con pin de tierra (tipo CEE7/4 E)"
},
- "2": {
- "2": "Chademo"
- },
- "3": {
- "2": "Tipo 1 con cable (J1772)"
- },
- "4": {
- "2": "Tipo 1 sin cable (J1772)"
- },
- "5": {
- "2": "Tipo 1 CCS (también conocido como Tipo 1 Combo)"
- },
- "6": {
- "2": "Tesla Supercharger"
- },
- "7": {
- "2": "Tipo 2 (mennekes)"
- },
- "8": {
- "2": "Tipo 2 CCS (mennekes)"
- },
- "9": {
- "2": "Tipo 2 con cable (mennekes)"
- },
"10": {
"2": "Tesla Supercharger CCS (un tipo2_css de marca)"
},
@@ -2792,8 +2768,32 @@
"19": {
"2": "AS3112 (Tipo I)"
},
+ "2": {
+ "2": "Chademo"
+ },
"20": {
"2": "NEMA 5-20 (Tipo B)"
+ },
+ "3": {
+ "2": "Tipo 1 con cable (J1772)"
+ },
+ "4": {
+ "2": "Tipo 1 sin cable (J1772)"
+ },
+ "5": {
+ "2": "Tipo 1 CCS (también conocido como Tipo 1 Combo)"
+ },
+ "6": {
+ "2": "Tesla Supercharger"
+ },
+ "7": {
+ "2": "Tipo 2 (mennekes)"
+ },
+ "8": {
+ "2": "Tipo 2 CCS (mennekes)"
+ },
+ "9": {
+ "2": "Tipo 2 con cable (mennekes)"
}
}
}
@@ -3535,6 +3535,21 @@
"1": {
"then": "Este paso de cebra está señalizado"
},
+ "10": {
+ "then": "Este paso tiene marcas de cebra en colores alternos"
+ },
+ "11": {
+ "then": "Este paso de cebra tiene doble señalización"
+ },
+ "12": {
+ "then": "Este cruce tiene pictogramas en la calzada"
+ },
+ "13": {
+ "then": "Este cruce tiene líneas a cada lado del cruce, junto con barras que las conectan, con una interrupción en cada barra"
+ },
+ "14": {
+ "then": "Este cruce tiene líneas dobles a cada lado del cruce"
+ },
"2": {
"then": "Este cruce tiene marcas de tipo desconocido"
},
@@ -3558,21 +3573,6 @@
},
"9": {
"then": "Este paso tiene marcas de cebra con una interrupción en cada barra"
- },
- "10": {
- "then": "Este paso tiene marcas de cebra en colores alternos"
- },
- "11": {
- "then": "Este paso de cebra tiene doble señalización"
- },
- "12": {
- "then": "Este cruce tiene pictogramas en la calzada"
- },
- "13": {
- "then": "Este cruce tiene líneas a cada lado del cruce, junto con barras que las conectan, con una interrupción en cada barra"
- },
- "14": {
- "then": "Este cruce tiene líneas dobles a cada lado del cruce"
}
},
"question": "¿Qué tipo de señalización tiene este cruce?",
@@ -3662,6 +3662,15 @@
"1": {
"then": "Este carril bici está pavimentado"
},
+ "10": {
+ "then": "Este carril bici está hecho de grava fina"
+ },
+ "11": {
+ "then": "Este carril bici está hecho de adoquines"
+ },
+ "12": {
+ "then": "Este carril bici está hecho de tierra"
+ },
"2": {
"then": "Este carril bici está hecho de asfalto"
},
@@ -3685,15 +3694,6 @@
},
"9": {
"then": "Este carril bici está hecho de grava"
- },
- "10": {
- "then": "Este carril bici está hecho de grava fina"
- },
- "11": {
- "then": "Este carril bici está hecho de adoquines"
- },
- "12": {
- "then": "Este carril bici está hecho de tierra"
}
},
"question": "¿De qué material está hecha la superficie del carril bici?",
@@ -3742,6 +3742,15 @@
"1": {
"then": "Este carril bici está pavimentado"
},
+ "10": {
+ "then": "Este carril bici está hecho de grava fina"
+ },
+ "11": {
+ "then": "Este carril bici está hecho de adoquines"
+ },
+ "12": {
+ "then": "Este carril bici está hecho de tierra"
+ },
"2": {
"then": "Este carril bici está hecho de asfalto"
},
@@ -3765,15 +3774,6 @@
},
"9": {
"then": "Este carril bici está hecho de grava"
- },
- "10": {
- "then": "Este carril bici está hecho de grava fina"
- },
- "11": {
- "then": "Este carril bici está hecho de adoquines"
- },
- "12": {
- "then": "Este carril bici está hecho de tierra"
}
},
"question": "¿De qué material está hecha la superficie de la calle?",
@@ -4906,6 +4906,54 @@
}
}
},
+ "10": {
+ "options": {
+ "0": {
+ "question": "Sin preferencia por los perros"
+ },
+ "1": {
+ "question": "Se permiten perros"
+ },
+ "2": {
+ "question": "No se permiten perros"
+ }
+ }
+ },
+ "11": {
+ "options": {
+ "0": {
+ "question": "Ofrece internet"
+ }
+ }
+ },
+ "12": {
+ "options": {
+ "0": {
+ "question": "Ofrece electricidad"
+ }
+ }
+ },
+ "13": {
+ "options": {
+ "0": {
+ "question": "Tiene una oferta sin azúcar"
+ }
+ }
+ },
+ "14": {
+ "options": {
+ "0": {
+ "question": "Tiene una oferta sin gluten"
+ }
+ }
+ },
+ "15": {
+ "options": {
+ "0": {
+ "question": "Tiene una oferta sin lactosa"
+ }
+ }
+ },
"2": {
"options": {
"0": {
@@ -4976,54 +5024,6 @@
"question": "De uso gratuito"
}
}
- },
- "10": {
- "options": {
- "0": {
- "question": "Sin preferencia por los perros"
- },
- "1": {
- "question": "Se permiten perros"
- },
- "2": {
- "question": "No se permiten perros"
- }
- }
- },
- "11": {
- "options": {
- "0": {
- "question": "Ofrece internet"
- }
- }
- },
- "12": {
- "options": {
- "0": {
- "question": "Ofrece electricidad"
- }
- }
- },
- "13": {
- "options": {
- "0": {
- "question": "Tiene una oferta sin azúcar"
- }
- }
- },
- "14": {
- "options": {
- "0": {
- "question": "Tiene una oferta sin gluten"
- }
- }
- },
- "15": {
- "options": {
- "0": {
- "question": "Tiene una oferta sin lactosa"
- }
- }
}
}
},
@@ -5186,30 +5186,6 @@
"1": {
"then": "Esta estación de fitness tiene un cartel con instrucciones para un ejercicio específico."
},
- "2": {
- "then": "Esta estación de fitness tiene un dispositivo para abdominales."
- },
- "3": {
- "then": "Esta estación de fitness tiene un dispositivo para flexiones. Normalmente consiste en una o más barras horizontales bajas."
- },
- "4": {
- "then": "Esta estación de fitness tiene barras para estirar."
- },
- "5": {
- "then": "Esta estación de fitness tiene una estación para realizar hiperextensiones."
- },
- "6": {
- "then": "Esta estación de fitness tiene anillas para ejercicios de gimnasia."
- },
- "7": {
- "then": "Esta estación de fitness tiene una escalera horizontal, también conocida como barras de mono."
- },
- "8": {
- "then": "Esta estación de fitness tiene barras de pared para escalar."
- },
- "9": {
- "then": "Esta estación de fitness tiene postes para realizar ejercicios de slalom."
- },
"10": {
"then": "Esta estación de fitness tiene piedras para escalar."
},
@@ -5240,6 +5216,9 @@
"19": {
"then": "Esta estación de fitness tiene cuerdas de batalla."
},
+ "2": {
+ "then": "Esta estación de fitness tiene un dispositivo para abdominales."
+ },
"20": {
"then": "Esta estación de fitness tiene una bicicleta estática."
},
@@ -5254,6 +5233,27 @@
},
"24": {
"then": "Esta estación de fitness tiene una slackline."
+ },
+ "3": {
+ "then": "Esta estación de fitness tiene un dispositivo para flexiones. Normalmente consiste en una o más barras horizontales bajas."
+ },
+ "4": {
+ "then": "Esta estación de fitness tiene barras para estirar."
+ },
+ "5": {
+ "then": "Esta estación de fitness tiene una estación para realizar hiperextensiones."
+ },
+ "6": {
+ "then": "Esta estación de fitness tiene anillas para ejercicios de gimnasia."
+ },
+ "7": {
+ "then": "Esta estación de fitness tiene una escalera horizontal, también conocida como barras de mono."
+ },
+ "8": {
+ "then": "Esta estación de fitness tiene barras de pared para escalar."
+ },
+ "9": {
+ "then": "Esta estación de fitness tiene postes para realizar ejercicios de slalom."
}
},
"question": "¿Qué tipo de equipo tiene esta estación de fitness?"
@@ -5373,30 +5373,6 @@
"1": {
"then": "Fritura"
},
- "2": {
- "then": "Sirve principalmente pasta"
- },
- "3": {
- "then": "Kebab"
- },
- "4": {
- "then": "Sandwichería"
- },
- "5": {
- "then": "Hamburguesería"
- },
- "6": {
- "then": "Restaurante de sushi"
- },
- "7": {
- "then": "Cafetería"
- },
- "8": {
- "then": "Restaurante italiano (que sirve algo más que pasta y pizza)"
- },
- "9": {
- "then": "Restaurante francés"
- },
"10": {
"then": "Chino"
},
@@ -5423,6 +5399,30 @@
},
"18": {
"then": "Aquí se sirven platillos de mariscos"
+ },
+ "2": {
+ "then": "Sirve principalmente pasta"
+ },
+ "3": {
+ "then": "Kebab"
+ },
+ "4": {
+ "then": "Sandwichería"
+ },
+ "5": {
+ "then": "Hamburguesería"
+ },
+ "6": {
+ "then": "Restaurante de sushi"
+ },
+ "7": {
+ "then": "Cafetería"
+ },
+ "8": {
+ "then": "Restaurante italiano (que sirve algo más que pasta y pizza)"
+ },
+ "9": {
+ "then": "Restaurante francés"
}
},
"question": "¿Qué tipo de comida se sirve aquí?",
@@ -6218,30 +6218,6 @@
"1": {
"then": "Este es un auditorio"
},
- "2": {
- "then": "Este es un dormitorio"
- },
- "3": {
- "then": "Esta es una capilla"
- },
- "4": {
- "then": "Esta es un aula"
- },
- "5": {
- "then": "Esta es un aula"
- },
- "6": {
- "then": "Esta es una sala de ordenadores"
- },
- "7": {
- "then": "Esta es una sala de conferencias"
- },
- "8": {
- "then": "Esta es una cripta"
- },
- "9": {
- "then": "Esta es una cocina"
- },
"10": {
"then": "Este es un laboratorio"
},
@@ -6272,6 +6248,9 @@
"19": {
"then": "Esta es una sala de deportes"
},
+ "2": {
+ "then": "Este es un dormitorio"
+ },
"20": {
"then": "Esta es una sala de almacenamiento"
},
@@ -6283,6 +6262,27 @@
},
"23": {
"then": "Esta es una sala de espera"
+ },
+ "3": {
+ "then": "Esta es una capilla"
+ },
+ "4": {
+ "then": "Esta es un aula"
+ },
+ "5": {
+ "then": "Esta es un aula"
+ },
+ "6": {
+ "then": "Esta es una sala de ordenadores"
+ },
+ "7": {
+ "then": "Esta es una sala de conferencias"
+ },
+ "8": {
+ "then": "Esta es una cripta"
+ },
+ "9": {
+ "then": "Esta es una cocina"
}
},
"question": "¿Qué tipo de habitación es esta?"
@@ -6834,6 +6834,21 @@
"1": {
"then": "Es una placa"
},
+ "10": {
+ "then": "Es una cruz"
+ },
+ "11": {
+ "then": "Es una placa azul"
+ },
+ "12": {
+ "then": "Es un tanque histórico, colocado permanentemente en el espacio público como monumento"
+ },
+ "13": {
+ "then": "Es un árbol conmemorativo"
+ },
+ "14": {
+ "then": "Es una lápida; la persona está enterrada aquí"
+ },
"2": {
"then": "Es un banco conmemorativo"
},
@@ -6857,21 +6872,6 @@
},
"9": {
"then": "Es un obelisco"
- },
- "10": {
- "then": "Es una cruz"
- },
- "11": {
- "then": "Es una placa azul"
- },
- "12": {
- "then": "Es un tanque histórico, colocado permanentemente en el espacio público como monumento"
- },
- "13": {
- "then": "Es un árbol conmemorativo"
- },
- "14": {
- "then": "Es una lápida; la persona está enterrada aquí"
}
},
"question": "¿Qué tipo de monumento es este?",
@@ -7055,6 +7055,48 @@
}
}
},
+ "10": {
+ "options": {
+ "0": {
+ "question": "Última edición por el colaborador {search}"
+ }
+ }
+ },
+ "11": {
+ "options": {
+ "0": {
+ "question": "No editado por última vez por {search}"
+ }
+ }
+ },
+ "12": {
+ "options": {
+ "0": {
+ "question": "Creado antes de {search}"
+ }
+ }
+ },
+ "13": {
+ "options": {
+ "0": {
+ "question": "Creado después de {search}"
+ }
+ }
+ },
+ "14": {
+ "options": {
+ "0": {
+ "question": "Última edición antes de {search}"
+ }
+ }
+ },
+ "15": {
+ "options": {
+ "0": {
+ "question": "Última edición después de {search}"
+ }
+ }
+ },
"2": {
"options": {
"0": {
@@ -7116,48 +7158,6 @@
"question": "Editado o comentado por cualquier usuario con el nombre {search}"
}
}
- },
- "10": {
- "options": {
- "0": {
- "question": "Última edición por el colaborador {search}"
- }
- }
- },
- "11": {
- "options": {
- "0": {
- "question": "No editado por última vez por {search}"
- }
- }
- },
- "12": {
- "options": {
- "0": {
- "question": "Creado antes de {search}"
- }
- }
- },
- "13": {
- "options": {
- "0": {
- "question": "Creado después de {search}"
- }
- }
- },
- "14": {
- "options": {
- "0": {
- "question": "Última edición antes de {search}"
- }
- }
- },
- "15": {
- "options": {
- "0": {
- "question": "Última edición después de {search}"
- }
- }
}
},
"name": "Notas de OpenStreetMap",
@@ -7536,6 +7536,18 @@
"1": {
"then": "Esta es una plaza de aparcamiento normal."
},
+ "10": {
+ "then": "Esta es una plaza de aparcamiento reservada para el personal."
+ },
+ "11": {
+ "then": "Esta es una plaza de aparcamiento reservada para taxis."
+ },
+ "12": {
+ "then": "Esta es una plaza de aparcamiento reservada para vehículos que remolcan un remolque."
+ },
+ "13": {
+ "then": "Esta es una plaza de aparcamiento reservada para coches compartidos."
+ },
"2": {
"then": "Esta es una plaza de aparcamiento para discapacitados."
},
@@ -7559,18 +7571,6 @@
},
"9": {
"then": "Esta es una plaza de aparcamiento reservada para padres con niños."
- },
- "10": {
- "then": "Esta es una plaza de aparcamiento reservada para el personal."
- },
- "11": {
- "then": "Esta es una plaza de aparcamiento reservada para taxis."
- },
- "12": {
- "then": "Esta es una plaza de aparcamiento reservada para vehículos que remolcan un remolque."
- },
- "13": {
- "then": "Esta es una plaza de aparcamiento reservada para coches compartidos."
}
},
"question": "¿Qué tipo de plaza de aparcamiento es esta?"
@@ -7825,6 +7825,9 @@
"1": {
"then": "La superficie es arena"
},
+ "10": {
+ "then": "La superficie es grava fina (menos de 2 cm por piedra)"
+ },
"2": {
"then": "La superficie consta de corteza de madera"
},
@@ -7848,9 +7851,6 @@
},
"9": {
"then": "La superficie está hecha de goma, como baldosas de goma, mantillo de goma o una gran área de goma"
- },
- "10": {
- "then": "La superficie es grava fina (menos de 2 cm por piedra)"
}
},
"question": "¿Cuál es la superficie de este parque infantil?",
@@ -7888,30 +7888,6 @@
"1": {
"then": "Esta es una estructura que consta de varios elementos de parque infantil conectados"
},
- "2": {
- "then": "Este es un tobogán"
- },
- "3": {
- "then": "Este es un arenero"
- },
- "4": {
- "then": "Este es un caballito de muelles"
- },
- "5": {
- "then": "Este es un marco de escalada"
- },
- "6": {
- "then": "Este es un sube y baja"
- },
- "7": {
- "then": "Este es una caseta de juegos"
- },
- "8": {
- "then": "Este es un tiovivo"
- },
- "9": {
- "then": "Este es un columpio de cesta"
- },
"10": {
"then": "Este es una tirolina"
},
@@ -7942,11 +7918,35 @@
"19": {
"then": "Este es un refugio para adolescentes"
},
+ "2": {
+ "then": "Este es un tobogán"
+ },
"20": {
"then": "Este es un embudo que se utiliza para jugar con bolas de embudo"
},
"21": {
"then": "Este es un círculo giratorio"
+ },
+ "3": {
+ "then": "Este es un arenero"
+ },
+ "4": {
+ "then": "Este es un caballito de muelles"
+ },
+ "5": {
+ "then": "Este es un marco de escalada"
+ },
+ "6": {
+ "then": "Este es un sube y baja"
+ },
+ "7": {
+ "then": "Este es una caseta de juegos"
+ },
+ "8": {
+ "then": "Este es un tiovivo"
+ },
+ "9": {
+ "then": "Este es un columpio de cesta"
}
},
"question": "¿Qué tipo de elemento es este?",
@@ -8376,6 +8376,21 @@
"1": {
"then": "Se aceptan monedas de 2 céntimos"
},
+ "10": {
+ "then": "Se aceptan monedas de 20 céntimos"
+ },
+ "11": {
+ "then": "Se aceptan monedas de ½ franco"
+ },
+ "12": {
+ "then": "Se aceptan monedas de 1 franco"
+ },
+ "13": {
+ "then": "Se aceptan monedas de 2 francos"
+ },
+ "14": {
+ "then": "Se aceptan monedas de 5 francos"
+ },
"2": {
"then": "Se aceptan monedas de 5 céntimos"
},
@@ -8399,21 +8414,6 @@
},
"9": {
"then": "Se aceptan monedas de 10 céntimos"
- },
- "10": {
- "then": "Se aceptan monedas de 20 céntimos"
- },
- "11": {
- "then": "Se aceptan monedas de ½ franco"
- },
- "12": {
- "then": "Se aceptan monedas de 1 franco"
- },
- "13": {
- "then": "Se aceptan monedas de 2 francos"
- },
- "14": {
- "then": "Se aceptan monedas de 5 francos"
}
},
"question": "¿Qué monedas se pueden usar para pagar aquí?"
@@ -8426,6 +8426,15 @@
"1": {
"then": "Se aceptan billetes de 10 euros"
},
+ "10": {
+ "then": "Se aceptan billetes de 100 francos"
+ },
+ "11": {
+ "then": "Se aceptan billetes de 200 francos"
+ },
+ "12": {
+ "then": "Se aceptan billetes de 1000 francos"
+ },
"2": {
"then": "Se aceptan billetes de 20 euros"
},
@@ -8449,15 +8458,6 @@
},
"9": {
"then": "Se aceptan billetes de 50 francos"
- },
- "10": {
- "then": "Se aceptan billetes de 100 francos"
- },
- "11": {
- "then": "Se aceptan billetes de 200 francos"
- },
- "12": {
- "then": "Se aceptan billetes de 1000 francos"
}
},
"question": "¿Qué billetes se pueden usar para pagar aquí?"
@@ -8987,30 +8987,6 @@
"1": {
"question": "Reciclaje de pilas"
},
- "2": {
- "question": "Reciclaje de envases de bebidas"
- },
- "3": {
- "question": "Reciclaje de latas"
- },
- "4": {
- "question": "Reciclaje de ropa"
- },
- "5": {
- "question": "Reciclaje de aceite de cocina"
- },
- "6": {
- "question": "Reciclaje de aceite de motor"
- },
- "7": {
- "question": "Reciclaje de tubos fluorescentes"
- },
- "8": {
- "question": "Reciclaje de residuos verdes"
- },
- "9": {
- "question": "Reciclaje de botellas de vidrio"
- },
"10": {
"question": "Reciclaje de vidrio"
},
@@ -9041,6 +9017,9 @@
"19": {
"question": "Reciclaje de residuos"
},
+ "2": {
+ "question": "Reciclaje de envases de bebidas"
+ },
"20": {
"question": "Reciclaje de cartuchos de impresora"
},
@@ -9049,6 +9028,27 @@
},
"22": {
"question": "Reciclaje de envases de plástico, envases metálicos y envases de bebidas (PMD)"
+ },
+ "3": {
+ "question": "Reciclaje de latas"
+ },
+ "4": {
+ "question": "Reciclaje de ropa"
+ },
+ "5": {
+ "question": "Reciclaje de aceite de cocina"
+ },
+ "6": {
+ "question": "Reciclaje de aceite de motor"
+ },
+ "7": {
+ "question": "Reciclaje de tubos fluorescentes"
+ },
+ "8": {
+ "question": "Reciclaje de residuos verdes"
+ },
+ "9": {
+ "question": "Reciclaje de botellas de vidrio"
}
}
},
@@ -9116,30 +9116,6 @@
"1": {
"then": "Los envases de bebidas se pueden reciclar aquí"
},
- "2": {
- "then": "Las latas se pueden reciclar aquí"
- },
- "3": {
- "then": "La ropa se puede reciclar aquí"
- },
- "4": {
- "then": "El aceite de cocina se puede reciclar aquí"
- },
- "5": {
- "then": "El aceite de motor se puede reciclar aquí"
- },
- "6": {
- "then": "Los tubos fluorescentes se pueden reciclar aquí"
- },
- "7": {
- "then": "Los residuos verdes se pueden reciclar aquí"
- },
- "8": {
- "then": "Los residuos orgánicos se pueden reciclar aquí"
- },
- "9": {
- "then": "Las botellas de vidrio se pueden reciclar aquí"
- },
"10": {
"then": "El vidrio se puede reciclar aquí"
},
@@ -9170,6 +9146,9 @@
"19": {
"then": "La chatarra se puede reciclar aquí"
},
+ "2": {
+ "then": "Las latas se pueden reciclar aquí"
+ },
"20": {
"then": "Los zapatos se pueden reciclar aquí"
},
@@ -9187,6 +9166,27 @@
},
"25": {
"then": "Las bicicletas se pueden reciclar aquí"
+ },
+ "3": {
+ "then": "La ropa se puede reciclar aquí"
+ },
+ "4": {
+ "then": "El aceite de cocina se puede reciclar aquí"
+ },
+ "5": {
+ "then": "El aceite de motor se puede reciclar aquí"
+ },
+ "6": {
+ "then": "Los tubos fluorescentes se pueden reciclar aquí"
+ },
+ "7": {
+ "then": "Los residuos verdes se pueden reciclar aquí"
+ },
+ "8": {
+ "then": "Los residuos orgánicos se pueden reciclar aquí"
+ },
+ "9": {
+ "then": "Las botellas de vidrio se pueden reciclar aquí"
}
},
"question": "¿Qué se puede reciclar aquí?"
@@ -10413,6 +10413,12 @@
"1": {
"then": "Esta lámpara utiliza LEDs"
},
+ "10": {
+ "then": "Esta lámpara utiliza lámparas de sodio a alta presión (naranja con blanco)"
+ },
+ "11": {
+ "then": "Esta lámpara se ilumina con gas"
+ },
"2": {
"then": "Esta lámpara utiliza iluminación incandescente"
},
@@ -10436,12 +10442,6 @@
},
"9": {
"then": "Esta lámpara utiliza lámparas de sodio a baja presión (naranja monocromática)"
- },
- "10": {
- "then": "Esta lámpara utiliza lámparas de sodio a alta presión (naranja con blanco)"
- },
- "11": {
- "then": "Esta lámpara se ilumina con gas"
}
},
"question": "¿Qué tipo de iluminación utiliza esta lámpara?"
@@ -12110,30 +12110,6 @@
"1": {
"question": "Venta de bebidas"
},
- "2": {
- "question": "Venta de dulces"
- },
- "3": {
- "question": "Venta de comida"
- },
- "4": {
- "question": "Venta de cigarrillos"
- },
- "5": {
- "question": "Venta de preservativos"
- },
- "6": {
- "question": "Venta de café"
- },
- "7": {
- "question": "Venta de agua"
- },
- "8": {
- "question": "Venta de periódicos"
- },
- "9": {
- "question": "Venta de cámaras de aire para bicicleta"
- },
"10": {
"question": "Venta de leche"
},
@@ -12164,6 +12140,9 @@
"19": {
"question": "Venta de fresas"
},
+ "2": {
+ "question": "Venta de dulces"
+ },
"20": {
"question": "Venta de flores"
},
@@ -12190,6 +12169,27 @@
},
"28": {
"question": "Venta de candados para bicicletas"
+ },
+ "3": {
+ "question": "Venta de comida"
+ },
+ "4": {
+ "question": "Venta de cigarrillos"
+ },
+ "5": {
+ "question": "Venta de preservativos"
+ },
+ "6": {
+ "question": "Venta de café"
+ },
+ "7": {
+ "question": "Venta de agua"
+ },
+ "8": {
+ "question": "Venta de periódicos"
+ },
+ "9": {
+ "question": "Venta de cámaras de aire para bicicleta"
}
}
}
@@ -12286,30 +12286,6 @@
"1": {
"then": "Se venden dulces"
},
- "2": {
- "then": "Se vende comida"
- },
- "3": {
- "then": "Se venden cigarrillos"
- },
- "4": {
- "then": "Se venden preservativos"
- },
- "5": {
- "then": "Se vende café"
- },
- "6": {
- "then": "Se vende agua potable"
- },
- "7": {
- "then": "Se venden periódicos"
- },
- "8": {
- "then": "Se venden cámaras de aire para bicicleta"
- },
- "9": {
- "then": "Se vende leche"
- },
"10": {
"then": "Se vende pan"
},
@@ -12340,6 +12316,9 @@
"19": {
"then": "Se venden flores"
},
+ "2": {
+ "then": "Se vende comida"
+ },
"20": {
"then": "Se venden tickets de aparcamiento"
},
@@ -12363,6 +12342,27 @@
},
"27": {
"then": "Se venden candados para bicicletas"
+ },
+ "3": {
+ "then": "Se venden cigarrillos"
+ },
+ "4": {
+ "then": "Se venden preservativos"
+ },
+ "5": {
+ "then": "Se vende café"
+ },
+ "6": {
+ "then": "Se vende agua potable"
+ },
+ "7": {
+ "then": "Se venden periódicos"
+ },
+ "8": {
+ "then": "Se venden cámaras de aire para bicicleta"
+ },
+ "9": {
+ "then": "Se vende leche"
}
},
"question": "¿Qué vende esta máquina expendedora?",
@@ -12664,4 +12664,4 @@
"render": "aerogenerador"
}
}
-}
+}
\ No newline at end of file
diff --git a/langs/layers/eu.json b/langs/layers/eu.json
index d529daa15..a4c4ae655 100644
--- a/langs/layers/eu.json
+++ b/langs/layers/eu.json
@@ -101,6 +101,12 @@
"1": {
"then": "Murala"
},
+ "11": {
+ "then": "Keramika"
+ },
+ "12": {
+ "then": "Egur taila"
+ },
"2": {
"then": "Margolana"
},
@@ -124,12 +130,6 @@
},
"9": {
"then": "Erliebea"
- },
- "11": {
- "then": "Keramika"
- },
- "12": {
- "then": "Egur taila"
}
}
}
diff --git a/langs/layers/fr.json b/langs/layers/fr.json
index 580d85c2f..3a918d648 100644
--- a/langs/layers/fr.json
+++ b/langs/layers/fr.json
@@ -32,6 +32,26 @@
"description": "Un grand équipement extérieur, principalement disposé dans les zones à fort trafic comme une route",
"title": "un grand panneau"
},
+ "10": {
+ "title": "un écran fixé sur un abri de transport"
+ },
+ "11": {
+ "description": "Une pièce de textile imperméable avec un message imprimé, ancrée de façon permanente sur un mur.",
+ "title": "une bâche"
+ },
+ "12": {
+ "title": "un totem"
+ },
+ "13": {
+ "description": "Désigne une enseigne publicitaire, une enseigne néon, les logos ou des indications d'entrées",
+ "title": "une enseigne"
+ },
+ "14": {
+ "title": "une sculpture"
+ },
+ "15": {
+ "title": "une peinture murale"
+ },
"2": {
"title": "un panneau à affiches scellé au sol"
},
@@ -57,26 +77,6 @@
},
"9": {
"title": "un écran fixé au mur"
- },
- "10": {
- "title": "un écran fixé sur un abri de transport"
- },
- "11": {
- "description": "Une pièce de textile imperméable avec un message imprimé, ancrée de façon permanente sur un mur.",
- "title": "une bâche"
- },
- "12": {
- "title": "un totem"
- },
- "13": {
- "description": "Désigne une enseigne publicitaire, une enseigne néon, les logos ou des indications d'entrées",
- "title": "une enseigne"
- },
- "14": {
- "title": "une sculpture"
- },
- "15": {
- "title": "une peinture murale"
}
},
"tagRenderings": {
@@ -179,6 +179,9 @@
"1": {
"then": "C'est un petit panneau"
},
+ "10": {
+ "then": "C'est une peinture murale"
+ },
"2": {
"then": "C'est une colonne"
},
@@ -202,9 +205,6 @@
},
"9": {
"then": "C'est un totem"
- },
- "10": {
- "then": "C'est une peinture murale"
}
},
"question": "De quel type de dispositif publicitaire s'agit-il ?",
@@ -216,6 +216,9 @@
"1": {
"then": "Petit panneau"
},
+ "10": {
+ "then": "Peinture murale"
+ },
"3": {
"then": "Colonne"
},
@@ -236,9 +239,6 @@
},
"9": {
"then": "Totem"
- },
- "10": {
- "then": "Peinture murale"
}
}
}
@@ -369,6 +369,15 @@
"1": {
"then": "Peinture murale"
},
+ "10": {
+ "then": "Azulejo (faïence latine)"
+ },
+ "11": {
+ "then": "Carrelage"
+ },
+ "12": {
+ "then": "Sculpture sur bois"
+ },
"2": {
"then": "Peinture"
},
@@ -392,15 +401,6 @@
},
"9": {
"then": "Relief"
- },
- "10": {
- "then": "Azulejo (faïence latine)"
- },
- "11": {
- "then": "Carrelage"
- },
- "12": {
- "then": "Sculpture sur bois"
}
},
"question": "Quel est le type de cette œuvre d'art ?",
@@ -2520,6 +2520,15 @@
"1": {
"then": "Cette piste cyclable est goudronée"
},
+ "10": {
+ "then": "Cette piste cyclable est faite en graviers fins"
+ },
+ "11": {
+ "then": "Cette piste cyclable est en cailloux"
+ },
+ "12": {
+ "then": "Cette piste cyclable est faite en sol brut"
+ },
"2": {
"then": "Cette piste cyclable est asphaltée"
},
@@ -2543,15 +2552,6 @@
},
"9": {
"then": "Cette piste cyclable est faite en graviers"
- },
- "10": {
- "then": "Cette piste cyclable est faite en graviers fins"
- },
- "11": {
- "then": "Cette piste cyclable est en cailloux"
- },
- "12": {
- "then": "Cette piste cyclable est faite en sol brut"
}
},
"question": "De quoi est faite la surface de la piste cyclable ?",
@@ -2600,6 +2600,15 @@
"1": {
"then": "Cette piste cyclable est pavée"
},
+ "10": {
+ "then": "Cette piste cyclable est faite en graviers fins"
+ },
+ "11": {
+ "then": "Cette piste cyclable est en cailloux"
+ },
+ "12": {
+ "then": "Cette piste cyclable est faite en sol brut"
+ },
"2": {
"then": "Cette piste cyclable est asphaltée"
},
@@ -2623,15 +2632,6 @@
},
"9": {
"then": "Cette piste cyclable est faite en graviers"
- },
- "10": {
- "then": "Cette piste cyclable est faite en graviers fins"
- },
- "11": {
- "then": "Cette piste cyclable est en cailloux"
- },
- "12": {
- "then": "Cette piste cyclable est faite en sol brut"
}
},
"question": "De quel materiel est faite cette rue ?",
@@ -3570,6 +3570,21 @@
"1": {
"then": "Friterie"
},
+ "10": {
+ "then": "Des plats chinois sont servis ici"
+ },
+ "11": {
+ "then": "Des plats grecs sont servis ici"
+ },
+ "12": {
+ "then": "Des plats indiens sont servis ici"
+ },
+ "13": {
+ "then": "Des plats turcs sont servis ici"
+ },
+ "14": {
+ "then": "Des plats thaïlandais sont servis ici"
+ },
"2": {
"then": "Restaurant Italien"
},
@@ -3593,21 +3608,6 @@
},
"9": {
"then": "Des plats français sont servis ici"
- },
- "10": {
- "then": "Des plats chinois sont servis ici"
- },
- "11": {
- "then": "Des plats grecs sont servis ici"
- },
- "12": {
- "then": "Des plats indiens sont servis ici"
- },
- "13": {
- "then": "Des plats turcs sont servis ici"
- },
- "14": {
- "then": "Des plats thaïlandais sont servis ici"
}
},
"question": "Quelle type de nourriture est servie ici ?",
@@ -3973,11 +3973,11 @@
},
"room-type": {
"mappings": {
- "4": {
- "then": "C'est une salle de classe"
- },
"14": {
"then": "C'est un bureau"
+ },
+ "4": {
+ "then": "C'est une salle de classe"
}
}
}
@@ -4259,6 +4259,21 @@
"1": {
"then": "C'est une plaque"
},
+ "10": {
+ "then": "C'est une croix"
+ },
+ "11": {
+ "then": "C'est une plaque bleue (spécifique aux pays anglo-saxons)"
+ },
+ "12": {
+ "then": "C'est un char historique, placé de manière permanente dans l'espace public comme mémorial"
+ },
+ "13": {
+ "then": "C'est un arbre du souvenir"
+ },
+ "14": {
+ "then": "C'est une pierre tombale, une personne est enterrée ici"
+ },
"2": {
"then": "C'est un banc commémoratif"
},
@@ -4282,21 +4297,6 @@
},
"9": {
"then": "C'est un obélisque"
- },
- "10": {
- "then": "C'est une croix"
- },
- "11": {
- "then": "C'est une plaque bleue (spécifique aux pays anglo-saxons)"
- },
- "12": {
- "then": "C'est un char historique, placé de manière permanente dans l'espace public comme mémorial"
- },
- "13": {
- "then": "C'est un arbre du souvenir"
- },
- "14": {
- "then": "C'est une pierre tombale, une personne est enterrée ici"
}
},
"question": "C'est un mémorial de guerre",
@@ -4448,27 +4448,6 @@
}
}
},
- "2": {
- "options": {
- "0": {
- "question": "Toutes les notes"
- }
- }
- },
- "7": {
- "options": {
- "0": {
- "question": "Ouverte par {search}"
- }
- }
- },
- "8": {
- "options": {
- "0": {
- "question": "Exclureles notes ouvertes par {search}"
- }
- }
- },
"10": {
"options": {
"0": {
@@ -4489,6 +4468,27 @@
"question": "Créée après le {search}"
}
}
+ },
+ "2": {
+ "options": {
+ "0": {
+ "question": "Toutes les notes"
+ }
+ }
+ },
+ "7": {
+ "options": {
+ "0": {
+ "question": "Ouverte par {search}"
+ }
+ }
+ },
+ "8": {
+ "options": {
+ "0": {
+ "question": "Exclureles notes ouvertes par {search}"
+ }
+ }
}
},
"name": "Notes OpenStreetMap",
@@ -5457,30 +5457,6 @@
"1": {
"question": "Recyclage de piles et batteries domestiques"
},
- "2": {
- "question": "Recyclage d'emballage de boissons"
- },
- "3": {
- "question": "Recyclage de boites de conserve et de canettes"
- },
- "4": {
- "question": "Recyclage de vêtements"
- },
- "5": {
- "question": "Recyclage des huiles de friture"
- },
- "6": {
- "question": "Recyclage des huiles de moteur"
- },
- "7": {
- "question": "Recyclage des lampes fluorescentes"
- },
- "8": {
- "question": "Recyclage des déchets verts"
- },
- "9": {
- "question": "Recyclage des bouteilles en verre et des bocaux"
- },
"10": {
"question": "Recyclage de tout type de verre"
},
@@ -5511,11 +5487,35 @@
"19": {
"question": "Recyclage des autres déchets"
},
+ "2": {
+ "question": "Recyclage d'emballage de boissons"
+ },
"20": {
"question": "Recyclage des cartouches d'imprimante"
},
"21": {
"question": "Recyclage des vélos"
+ },
+ "3": {
+ "question": "Recyclage de boites de conserve et de canettes"
+ },
+ "4": {
+ "question": "Recyclage de vêtements"
+ },
+ "5": {
+ "question": "Recyclage des huiles de friture"
+ },
+ "6": {
+ "question": "Recyclage des huiles de moteur"
+ },
+ "7": {
+ "question": "Recyclage des lampes fluorescentes"
+ },
+ "8": {
+ "question": "Recyclage des déchets verts"
+ },
+ "9": {
+ "question": "Recyclage des bouteilles en verre et des bocaux"
}
}
},
@@ -5578,30 +5578,6 @@
"1": {
"then": "Les briques alimentaires en carton peuvent être recyclées ici"
},
- "2": {
- "then": "Les boites de conserve et canettes peuvent être recyclées ici"
- },
- "3": {
- "then": "Les vêtements peuvent être recyclés ici"
- },
- "4": {
- "then": "Les huiles de friture peuvent être recyclées ici"
- },
- "5": {
- "then": "Les huiles de moteur peuvent être recyclées ici"
- },
- "6": {
- "then": "Les lampes fluorescentes peuvent être recyclées ici"
- },
- "7": {
- "then": "Les déchets verts peuvent être recyclés ici"
- },
- "8": {
- "then": "Les déchets organiques peuvent être recyclés ici"
- },
- "9": {
- "then": "Les bouteilles en verre et bocaux peuvent être recyclés ici"
- },
"10": {
"then": "Tout type de verre peut être recyclé ici"
},
@@ -5629,6 +5605,9 @@
"19": {
"then": "La ferraille peut être recyclée ici"
},
+ "2": {
+ "then": "Les boites de conserve et canettes peuvent être recyclées ici"
+ },
"20": {
"then": "Les chaussures peuvent être recyclées ici"
},
@@ -5646,6 +5625,27 @@
},
"25": {
"then": "Les vélos peuvent être recyclés ici"
+ },
+ "3": {
+ "then": "Les vêtements peuvent être recyclés ici"
+ },
+ "4": {
+ "then": "Les huiles de friture peuvent être recyclées ici"
+ },
+ "5": {
+ "then": "Les huiles de moteur peuvent être recyclées ici"
+ },
+ "6": {
+ "then": "Les lampes fluorescentes peuvent être recyclées ici"
+ },
+ "7": {
+ "then": "Les déchets verts peuvent être recyclés ici"
+ },
+ "8": {
+ "then": "Les déchets organiques peuvent être recyclés ici"
+ },
+ "9": {
+ "then": "Les bouteilles en verre et bocaux peuvent être recyclés ici"
}
},
"question": "Que peut-on recycler ici ?"
@@ -7197,9 +7197,30 @@
"1": {
"question": "Vente de boissons"
},
+ "10": {
+ "question": "Vente de lait"
+ },
+ "11": {
+ "question": "Vente de pain"
+ },
+ "12": {
+ "question": "Vente d'œufs"
+ },
+ "14": {
+ "question": "Vente de fromage"
+ },
+ "15": {
+ "question": "Vente de miel"
+ },
+ "16": {
+ "question": "Vente de pommes de terre"
+ },
"2": {
"question": "Ventre de confiseries"
},
+ "20": {
+ "question": "Vente de fleurs"
+ },
"3": {
"question": "Ventre de nourriture"
},
@@ -7220,27 +7241,6 @@
},
"9": {
"question": "Vente de chambres à air pour vélo"
- },
- "10": {
- "question": "Vente de lait"
- },
- "11": {
- "question": "Vente de pain"
- },
- "12": {
- "question": "Vente d'œufs"
- },
- "14": {
- "question": "Vente de fromage"
- },
- "15": {
- "question": "Vente de miel"
- },
- "16": {
- "question": "Vente de pommes de terre"
- },
- "20": {
- "question": "Vente de fleurs"
}
}
}
@@ -7298,6 +7298,24 @@
"1": {
"then": "Vent des confiseries"
},
+ "10": {
+ "then": "Vent du pain"
+ },
+ "11": {
+ "then": "Vent des œufs"
+ },
+ "13": {
+ "then": "Vent du fromage"
+ },
+ "14": {
+ "then": "Vent du miel"
+ },
+ "15": {
+ "then": "Vent des pommes de terre"
+ },
+ "19": {
+ "then": "Vent des fleurs"
+ },
"2": {
"then": "Vent de la nourriture"
},
@@ -7321,24 +7339,6 @@
},
"9": {
"then": "Vent du lait"
- },
- "10": {
- "then": "Vent du pain"
- },
- "11": {
- "then": "Vent des œufs"
- },
- "13": {
- "then": "Vent du fromage"
- },
- "14": {
- "then": "Vent du miel"
- },
- "15": {
- "then": "Vent des pommes de terre"
- },
- "19": {
- "then": "Vent des fleurs"
}
},
"question": "Que vent ce distributeur ?",
@@ -7541,4 +7541,4 @@
"render": "éolienne"
}
}
-}
+}
\ No newline at end of file
diff --git a/langs/layers/he.json b/langs/layers/he.json
index 0b6f6f38c..0a846d94e 100644
--- a/langs/layers/he.json
+++ b/langs/layers/he.json
@@ -153,6 +153,12 @@
"1": {
"then": "ציור קיר"
},
+ "11": {
+ "then": "יצירת פסיפס"
+ },
+ "12": {
+ "then": "גילוף בעץ"
+ },
"2": {
"then": "ציור"
},
@@ -164,12 +170,6 @@
},
"6": {
"then": "אבן"
- },
- "11": {
- "then": "יצירת פסיפס"
- },
- "12": {
- "then": "גילוף בעץ"
}
},
"question": "מהו סוג היצירה הזו?",
diff --git a/langs/layers/hu.json b/langs/layers/hu.json
index 711136d0e..39cefc964 100644
--- a/langs/layers/hu.json
+++ b/langs/layers/hu.json
@@ -94,6 +94,12 @@
"1": {
"then": "Falfestmény"
},
+ "10": {
+ "then": "Azulejo (portugál vagy spanyol dekoratív csempe)"
+ },
+ "11": {
+ "then": "Csempe"
+ },
"2": {
"then": "Festmény"
},
@@ -117,12 +123,6 @@
},
"9": {
"then": "Dombormű"
- },
- "10": {
- "then": "Azulejo (portugál vagy spanyol dekoratív csempe)"
- },
- "11": {
- "then": "Csempe"
}
},
"question": "Milyen fajta műalkotás ez?",
diff --git a/langs/layers/id.json b/langs/layers/id.json
index 9667c7941..50d033e46 100644
--- a/langs/layers/id.json
+++ b/langs/layers/id.json
@@ -54,6 +54,9 @@
"1": {
"then": "Mural"
},
+ "10": {
+ "then": "Azulejo (ubin dekoratif Spanyol)"
+ },
"2": {
"then": "Lukisan"
},
@@ -71,9 +74,6 @@
},
"9": {
"then": "Relief"
- },
- "10": {
- "then": "Azulejo (ubin dekoratif Spanyol)"
}
},
"question": "Apa jenis karya seni ini?",
@@ -253,6 +253,15 @@
"1": {
"then": "Jalur sepeda ini diaspal"
},
+ "10": {
+ "then": "Jalur sepeda ini terbuat dari kerikil halus"
+ },
+ "11": {
+ "then": "Jalur sepeda ini terbuat dari batu kerikil"
+ },
+ "12": {
+ "then": "Jalur sepeda ini terbuat dari tanah alami"
+ },
"2": {
"then": "Jalur sepeda ini terbuat dari aspal"
},
@@ -273,15 +282,6 @@
},
"9": {
"then": "Jalur sepeda ini terbuat dari kerikil"
- },
- "10": {
- "then": "Jalur sepeda ini terbuat dari kerikil halus"
- },
- "11": {
- "then": "Jalur sepeda ini terbuat dari batu kerikil"
- },
- "12": {
- "then": "Jalur sepeda ini terbuat dari tanah alami"
}
},
"question": "Permukaan jalannya terbuat dari apa?",
diff --git a/langs/layers/it.json b/langs/layers/it.json
index 1e0a61f53..30678c819 100644
--- a/langs/layers/it.json
+++ b/langs/layers/it.json
@@ -32,6 +32,26 @@
"description": "Grande struttura pubblicitaria all'aperto, trovata normalmente in aree ad alto traffico come accanto a strade molto trafficate",
"title": "un cartellone"
},
+ "10": {
+ "title": "uno schermo montato su una pensilina del traporto pubblico"
+ },
+ "11": {
+ "description": "Un telo impermeabile con un messaggio stampato, fissato in modo permanente al muro",
+ "title": "un telone"
+ },
+ "12": {
+ "title": "un totem"
+ },
+ "13": {
+ "description": "Utilizzato per insegna pubblicitaria, un'insegna al neon, i loghi o le indicazioni d'entrata",
+ "title": "un'insegna"
+ },
+ "14": {
+ "title": "una scultura"
+ },
+ "15": {
+ "title": "un murales"
+ },
"2": {
"title": "un cartellone pubblicitario fissato a terra"
},
@@ -57,26 +77,6 @@
},
"9": {
"title": "uno schermo fissato al muro"
- },
- "10": {
- "title": "uno schermo montato su una pensilina del traporto pubblico"
- },
- "11": {
- "description": "Un telo impermeabile con un messaggio stampato, fissato in modo permanente al muro",
- "title": "un telone"
- },
- "12": {
- "title": "un totem"
- },
- "13": {
- "description": "Utilizzato per insegna pubblicitaria, un'insegna al neon, i loghi o le indicazioni d'entrata",
- "title": "un'insegna"
- },
- "14": {
- "title": "una scultura"
- },
- "15": {
- "title": "un murales"
}
},
"tagRenderings": {
@@ -159,6 +159,15 @@
"1": {
"then": "Murale"
},
+ "10": {
+ "then": "Azulejo (ornamento decorativo piastrellato spagnolo)"
+ },
+ "11": {
+ "then": "Mosaico di piastrelle"
+ },
+ "12": {
+ "then": "Scultura in legno"
+ },
"2": {
"then": "Dipinto"
},
@@ -182,15 +191,6 @@
},
"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?",
@@ -2271,27 +2271,6 @@
"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"
},
@@ -2319,8 +2298,29 @@
"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"
}
}
},
@@ -2373,27 +2373,6 @@
"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"
},
@@ -2415,6 +2394,9 @@
"19": {
"then": "Rottami metallici"
},
+ "2": {
+ "then": "Lattine"
+ },
"20": {
"then": "Scarpe"
},
@@ -2429,6 +2411,24 @@
},
"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?"
@@ -3348,4 +3348,4 @@
"render": "pala eolica"
}
}
-}
+}
\ No newline at end of file
diff --git a/langs/layers/ja.json b/langs/layers/ja.json
index 0ed732635..680606f46 100644
--- a/langs/layers/ja.json
+++ b/langs/layers/ja.json
@@ -69,6 +69,12 @@
"1": {
"then": "壁画"
},
+ "10": {
+ "then": "Azulejo (スペインの装飾タイル)"
+ },
+ "11": {
+ "then": "タイルワーク"
+ },
"2": {
"then": "絵画"
},
@@ -92,12 +98,6 @@
},
"9": {
"then": "レリーフ"
- },
- "10": {
- "then": "Azulejo (スペインの装飾タイル)"
- },
- "11": {
- "then": "タイルワーク"
}
},
"question": "この作品の種類は何ですか?",
diff --git a/langs/layers/nb_NO.json b/langs/layers/nb_NO.json
index 210bd180d..c39755553 100644
--- a/langs/layers/nb_NO.json
+++ b/langs/layers/nb_NO.json
@@ -62,6 +62,15 @@
"1": {
"then": "Veggmaleri"
},
+ "10": {
+ "then": "Azulejo (Spansk dekorativt flisverk)"
+ },
+ "11": {
+ "then": "Flisarbeid"
+ },
+ "12": {
+ "then": "Treskjæring"
+ },
"2": {
"then": "Maleri"
},
@@ -85,15 +94,6 @@
},
"9": {
"then": "Relieff"
- },
- "10": {
- "then": "Azulejo (Spansk dekorativt flisverk)"
- },
- "11": {
- "then": "Flisarbeid"
- },
- "12": {
- "then": "Treskjæring"
}
},
"question": "Hvilken type kunstverk er dette?",
diff --git a/langs/layers/nl.json b/langs/layers/nl.json
index 560096787..74bf33124 100644
--- a/langs/layers/nl.json
+++ b/langs/layers/nl.json
@@ -36,6 +36,26 @@
"description": "Een grote structuur voor reclame, meestal te vinden in verkeersrijke gebieden zoals langs drukke wegen, bevestigd op een muur",
"title": "een reclamebord bevestigd aan een muur"
},
+ "10": {
+ "title": "een scherm gemonteerd op een schuilhokje"
+ },
+ "11": {
+ "description": "Een stuk groot, weerbestendig textiel met opgedrukte reclameboodschap die permanent aan de muur hangt",
+ "title": "een spandoek"
+ },
+ "12": {
+ "title": "eem reclamezuil"
+ },
+ "13": {
+ "description": "Gebruikt voor reclameborden, neonborden, logo's & toegangsborden voor instellingen",
+ "title": "een bord"
+ },
+ "14": {
+ "title": "een beeldhouwwerk"
+ },
+ "15": {
+ "title": "een muurschildering"
+ },
"2": {
"title": "een vrijstaande posterbak"
},
@@ -61,26 +81,6 @@
},
"9": {
"title": "een scherm op een muur"
- },
- "10": {
- "title": "een scherm gemonteerd op een schuilhokje"
- },
- "11": {
- "description": "Een stuk groot, weerbestendig textiel met opgedrukte reclameboodschap die permanent aan de muur hangt",
- "title": "een spandoek"
- },
- "12": {
- "title": "eem reclamezuil"
- },
- "13": {
- "description": "Gebruikt voor reclameborden, neonborden, logo's & toegangsborden voor instellingen",
- "title": "een bord"
- },
- "14": {
- "title": "een beeldhouwwerk"
- },
- "15": {
- "title": "een muurschildering"
}
},
"tagRenderings": {
@@ -186,6 +186,15 @@
"1": {
"then": "Dit is een bord"
},
+ "10": {
+ "then": "Dit is een muurschildering"
+ },
+ "11": {
+ "then": "Dit is betegeling - de reclame is op tegels geschilderd"
+ },
+ "12": {
+ "then": "Dit is een reliëf"
+ },
"2": {
"then": "Dit is een aanplakzuil"
},
@@ -206,15 +215,6 @@
},
"9": {
"then": "Dit is een reclamezuil"
- },
- "10": {
- "then": "Dit is een muurschildering"
- },
- "11": {
- "then": "Dit is betegeling - de reclame is op tegels geschilderd"
- },
- "12": {
- "then": "Dit is een reliëf"
}
},
"question": "Wat voor advertentieobject is dit?",
@@ -226,6 +226,9 @@
"0": {
"then": "Billboard"
},
+ "10": {
+ "then": "Muurschildering"
+ },
"2": {
"then": "Afficheframe"
},
@@ -246,9 +249,6 @@
},
"9": {
"then": "Reclamezuil"
- },
- "10": {
- "then": "Muurschildering"
}
}
}
@@ -295,6 +295,9 @@
"1": {
"then": "Dit is een kabellift waar de gondel in een continue circuit gaat"
},
+ "10": {
+ "then": "Een tokkelbaan. (Ook bekend als deathride; een toeristische attractie waarbij avontuurlijk mensen aan hoge snelheid afdalen)"
+ },
"2": {
"then": "Een open stoeltjeslift met zitjes om op te zitten."
},
@@ -315,9 +318,6 @@
},
"8": {
"then": "Een sleeplijn waar skiërs zich aan vasthouden of vastmaken"
- },
- "10": {
- "then": "Een tokkelbaan. (Ook bekend als deathride; een toeristische attractie waarbij avontuurlijk mensen aan hoge snelheid afdalen)"
}
},
"question": "Wat voor kabelbaan is dit?"
@@ -462,6 +462,15 @@
"1": {
"then": "Muurschildering"
},
+ "10": {
+ "then": "Azulejo (Spaanse siertegels)"
+ },
+ "11": {
+ "then": "Tegelwerk"
+ },
+ "12": {
+ "then": "Houtsculptuur"
+ },
"2": {
"then": "Schilderij"
},
@@ -485,15 +494,6 @@
},
"9": {
"then": "Reliëf"
- },
- "10": {
- "then": "Azulejo (Spaanse siertegels)"
- },
- "11": {
- "then": "Tegelwerk"
- },
- "12": {
- "then": "Houtsculptuur"
}
},
"question": "Wat voor soort kunstwerk is dit?",
@@ -1571,6 +1571,9 @@
"1": {
"then": "Rek met zijbeugel"
},
+ "10": {
+ "then": "Een aanleunbeugel met klem waarbij je de zadelbuis in een anker kan vastklikken. Er is meestal een oog om een slot door te steken"
+ },
"2": {
"then": "Wielrek/lussen"
},
@@ -1594,9 +1597,6 @@
},
"9": {
"then": "Een fietskluis waar één of enkele fietsen staan en op slot kan en die te klein is om in recht te staan."
- },
- "10": {
- "then": "Een aanleunbeugel met klem waarbij je de zadelbuis in een anker kan vastklikken. Er is meestal een oog om een slot door te steken"
}
},
"question": "Van welk type is deze fietsparking?",
@@ -2036,6 +2036,9 @@
},
"title": {
"mappings": {
+ "0": {
+ "then": "{name}"
+ },
"1": {
"then": "Vogelkijkhut {name}"
},
@@ -2309,30 +2312,6 @@
"1": {
"question": "Heeft een Schuko stekker zonder aardingspin (CEE7/4 type F) "
},
- "2": {
- "question": "Heeft een Europese stekker met aardingspin (CEE7/4 type E) "
- },
- "3": {
- "question": "Heeft een Chademo "
- },
- "4": {
- "question": "Heeft een Type 1 met kabel (J1772) "
- },
- "5": {
- "question": "Heeft een Type 1 zonder kabel (J1772) "
- },
- "6": {
- "question": "Heeft een Type 1 CCS (ook gekend als Type 1 Combo) "
- },
- "7": {
- "question": "Heeft een Tesla Supercharger "
- },
- "8": {
- "question": "Heeft een Type 2 (mennekes) "
- },
- "9": {
- "question": "Heeft een Type 2 CCS (mennekes) "
- },
"10": {
"question": "Heeft een Type 2 met kabel (J1772) "
},
@@ -2363,11 +2342,35 @@
"19": {
"question": "Heeft een SEV 1011 T23 (Zwitserse 3-pin) "
},
+ "2": {
+ "question": "Heeft een Europese stekker met aardingspin (CEE7/4 type E) "
+ },
"20": {
"question": "Heeft een AS3112 (Australische 3-pin) "
},
"21": {
"question": "Heeft een NEMA 5-20 (VS 3-pin) "
+ },
+ "3": {
+ "question": "Heeft een Chademo "
+ },
+ "4": {
+ "question": "Heeft een Type 1 met kabel (J1772) "
+ },
+ "5": {
+ "question": "Heeft een Type 1 zonder kabel (J1772) "
+ },
+ "6": {
+ "question": "Heeft een Type 1 CCS (ook gekend als Type 1 Combo) "
+ },
+ "7": {
+ "question": "Heeft een Tesla Supercharger "
+ },
+ "8": {
+ "question": "Heeft een Type 2 (mennekes) "
+ },
+ "9": {
+ "question": "Heeft een Type 2 CCS (mennekes) "
}
}
}
@@ -2423,30 +2426,6 @@
"1": {
"then": "Schuko stekker zonder aardingspin (CEE7/4 type F)"
},
- "2": {
- "then": "Europese stekker met aardingspin (CEE7/4 type E)"
- },
- "3": {
- "then": "Europese stekker met aardingspin (CEE7/4 type E)"
- },
- "4": {
- "then": "Chademo"
- },
- "5": {
- "then": "Chademo"
- },
- "6": {
- "then": "Type 1 met kabel (J1772)"
- },
- "7": {
- "then": "Type 1 met kabel (J1772)"
- },
- "8": {
- "then": "Type 1 zonder kabel (J1772)"
- },
- "9": {
- "then": "Type 1 zonder kabel (J1772)"
- },
"10": {
"then": "Type 1 CCS (ook gekend als Type 1 Combo)"
},
@@ -2477,6 +2456,9 @@
"19": {
"then": "Type 2 met kabel (J1772)"
},
+ "2": {
+ "then": "Europese stekker met aardingspin (CEE7/4 type E)"
+ },
"20": {
"then": "Tesla Supercharger CCS (een type2 CCS met Tesla-logo)"
},
@@ -2507,6 +2489,9 @@
"29": {
"then": "Bosch Active Connect met 3 pinnen aan een kabel"
},
+ "3": {
+ "then": "Europese stekker met aardingspin (CEE7/4 type E)"
+ },
"30": {
"then": "Bosch Active Connect met 5 pinnen aan een kabel"
},
@@ -2537,11 +2522,29 @@
"39": {
"then": "AS3112 (Australische 3-pin)"
},
+ "4": {
+ "then": "Chademo"
+ },
"40": {
"then": "NEMA 5-20 (VS 3-pin)"
},
"41": {
"then": "NEMA 5-20 (VS 3-pin)"
+ },
+ "5": {
+ "then": "Chademo"
+ },
+ "6": {
+ "then": "Type 1 met kabel (J1772)"
+ },
+ "7": {
+ "then": "Type 1 met kabel (J1772)"
+ },
+ "8": {
+ "then": "Type 1 zonder kabel (J1772)"
+ },
+ "9": {
+ "then": "Type 1 zonder kabel (J1772)"
}
},
"question": "Welke aansluitingen zijn hier beschikbaar?"
@@ -2726,30 +2729,6 @@
"1": {
"2": "Europese stekker met aardingspin (CEE7/4 type E)"
},
- "2": {
- "2": "Chademo"
- },
- "3": {
- "2": "Type 1 met kabel (J1772)"
- },
- "4": {
- "2": "Type 1 zonder kabel (J1772)"
- },
- "5": {
- "2": "Type 1 CCS (ook gekend als Type 1 Combo)"
- },
- "6": {
- "2": "Tesla Supercharger"
- },
- "7": {
- "2": "Type 2 (mennekes)"
- },
- "8": {
- "2": "Type 2 CCS (mennekes)"
- },
- "9": {
- "2": "Type 2 met kabel (J1772)"
- },
"10": {
"2": "Tesla Supercharger CCS (een type2 CCS met Tesla-logo)"
},
@@ -2780,8 +2759,32 @@
"19": {
"2": "AS3112 (Australische 3-pin)"
},
+ "2": {
+ "2": "Chademo"
+ },
"20": {
"2": "NEMA 5-20 (VS 3-pin)"
+ },
+ "3": {
+ "2": "Type 1 met kabel (J1772)"
+ },
+ "4": {
+ "2": "Type 1 zonder kabel (J1772)"
+ },
+ "5": {
+ "2": "Type 1 CCS (ook gekend als Type 1 Combo)"
+ },
+ "6": {
+ "2": "Tesla Supercharger"
+ },
+ "7": {
+ "2": "Type 2 (mennekes)"
+ },
+ "8": {
+ "2": "Type 2 CCS (mennekes)"
+ },
+ "9": {
+ "2": "Type 2 met kabel (J1772)"
}
}
}
@@ -3545,6 +3548,21 @@
"1": {
"then": "Deze oversteekplaats heeft een zebramarkering"
},
+ "10": {
+ "then": "Deze oversteekplaats heeft een zebramarkering in afwisselende kleuren"
+ },
+ "11": {
+ "then": "Deze oversteekplaats heeft een dubbele zebramarkering"
+ },
+ "12": {
+ "then": "Deze oversteekplaats heeft pictogrammen op de weg"
+ },
+ "13": {
+ "then": "Deze oversteekplaats heeft lijnen aan beide kanten van de oversteekplaats, met strepen die ze verbinden, met een onderbreking van elke streep"
+ },
+ "14": {
+ "then": "Deze oversteekplaats heeft dubbele lijnen aan beide kanten van de oversteekplaats"
+ },
"2": {
"then": "Deze oversteekplaats heeft markeringen van een onbekend type"
},
@@ -3568,21 +3586,6 @@
},
"9": {
"then": "Deze oversteekplaats heeft zebramarkeringen met een onderbreking van elke streep"
- },
- "10": {
- "then": "Deze oversteekplaats heeft een zebramarkering in afwisselende kleuren"
- },
- "11": {
- "then": "Deze oversteekplaats heeft een dubbele zebramarkering"
- },
- "12": {
- "then": "Deze oversteekplaats heeft pictogrammen op de weg"
- },
- "13": {
- "then": "Deze oversteekplaats heeft lijnen aan beide kanten van de oversteekplaats, met strepen die ze verbinden, met een onderbreking van elke streep"
- },
- "14": {
- "then": "Deze oversteekplaats heeft dubbele lijnen aan beide kanten van de oversteekplaats"
}
},
"question": "Wat voor markering heeft deze oversteekplaats?",
@@ -3672,6 +3675,15 @@
"1": {
"then": "Dit fietspad is geplaveid"
},
+ "10": {
+ "then": "Dit fietspad is gemaakt van fijn grind"
+ },
+ "11": {
+ "then": "Dit fietspad is gemaakt van kiezelsteentjes"
+ },
+ "12": {
+ "then": "Dit fietspad is gemaakt van aarde"
+ },
"2": {
"then": "Dit fietspad is gemaakt van asfalt"
},
@@ -3695,15 +3707,6 @@
},
"9": {
"then": "Dit fietspad is gemaakt van grind"
- },
- "10": {
- "then": "Dit fietspad is gemaakt van fijn grind"
- },
- "11": {
- "then": "Dit fietspad is gemaakt van kiezelsteentjes"
- },
- "12": {
- "then": "Dit fietspad is gemaakt van aarde"
}
},
"question": "Waaruit is het oppervlak van het fietspad van gemaakt?",
@@ -3752,6 +3755,15 @@
"1": {
"then": "Dit fietspad is geplaveid"
},
+ "10": {
+ "then": "Dit fietspad is gemaakt van fijn grind"
+ },
+ "11": {
+ "then": "Dit fietspad is gemaakt van kiezelsteentjes"
+ },
+ "12": {
+ "then": "Dit fietspad is gemaakt van aarde"
+ },
"2": {
"then": "Dit fietspad is gemaakt van asfalt"
},
@@ -3775,15 +3787,6 @@
},
"9": {
"then": "Dit fietspad is gemaakt van grind"
- },
- "10": {
- "then": "Dit fietspad is gemaakt van fijn grind"
- },
- "11": {
- "then": "Dit fietspad is gemaakt van kiezelsteentjes"
- },
- "12": {
- "then": "Dit fietspad is gemaakt van aarde"
}
},
"question": "Waaruit is het oppervlak van de straat gemaakt?",
@@ -4800,6 +4803,19 @@
}
}
},
+ "10": {
+ "options": {
+ "0": {
+ "question": "Geen voorkeur voor honden"
+ },
+ "1": {
+ "question": "Honden toegelaten"
+ },
+ "2": {
+ "question": "Geen honden toegelaten"
+ }
+ }
+ },
"2": {
"options": {
"0": {
@@ -4856,19 +4872,6 @@
"question": "Gratis toegankelijk"
}
}
- },
- "10": {
- "options": {
- "0": {
- "question": "Geen voorkeur voor honden"
- },
- "1": {
- "question": "Honden toegelaten"
- },
- "2": {
- "question": "Geen honden toegelaten"
- }
- }
}
}
},
@@ -5062,30 +5065,6 @@
"1": {
"then": "Frituur"
},
- "2": {
- "then": "Pastazaak"
- },
- "3": {
- "then": "Kebabzaak"
- },
- "4": {
- "then": "Broodjeszaak"
- },
- "5": {
- "then": "Hamburgerrestaurant"
- },
- "6": {
- "then": "Sushirestaurant"
- },
- "7": {
- "then": "Koffiezaak"
- },
- "8": {
- "then": "Italiaans restaurant (dat meer dan enkel pasta of pizza verkoopt)"
- },
- "9": {
- "then": "Frans restaurant"
- },
"10": {
"then": "Chinees restaurant"
},
@@ -5112,6 +5091,30 @@
},
"18": {
"then": "Dit is een vis- en zeerestaurant"
+ },
+ "2": {
+ "then": "Pastazaak"
+ },
+ "3": {
+ "then": "Kebabzaak"
+ },
+ "4": {
+ "then": "Broodjeszaak"
+ },
+ "5": {
+ "then": "Hamburgerrestaurant"
+ },
+ "6": {
+ "then": "Sushirestaurant"
+ },
+ "7": {
+ "then": "Koffiezaak"
+ },
+ "8": {
+ "then": "Italiaans restaurant (dat meer dan enkel pasta of pizza verkoopt)"
+ },
+ "9": {
+ "then": "Frans restaurant"
}
},
"question": "Welk soort gerechten worden hier geserveerd?",
@@ -6196,6 +6199,12 @@
"0": {
"then": "Dit is een standbeeld"
},
+ "10": {
+ "then": "Dit is een kruis"
+ },
+ "12": {
+ "then": "Dit is een historische tank, permanent in de publieke ruimte geplaatst als gedenkteken"
+ },
"2": {
"then": "Dit is een zitbank die ook als herdenking dienst doet"
},
@@ -6207,12 +6216,6 @@
},
"8": {
"then": "Dit is een sculptuur"
- },
- "10": {
- "then": "Dit is een kruis"
- },
- "12": {
- "then": "Dit is een historische tank, permanent in de publieke ruimte geplaatst als gedenkteken"
}
}
},
@@ -6340,6 +6343,11 @@
}
},
"title": {
+ "mappings": {
+ "0": {
+ "then": "{name}"
+ }
+ },
"render": "Natuurgebied"
}
},
@@ -6359,6 +6367,27 @@
}
}
},
+ "10": {
+ "options": {
+ "0": {
+ "question": "Laatst bewerkt door bijdrager {search}"
+ }
+ }
+ },
+ "12": {
+ "options": {
+ "0": {
+ "question": "Aangemaakt voor {search}"
+ }
+ }
+ },
+ "13": {
+ "options": {
+ "0": {
+ "question": "Aangemaakt na {search}"
+ }
+ }
+ },
"2": {
"options": {
"0": {
@@ -6399,27 +6428,6 @@
"question": "Niet geopend door bijdrager {search}"
}
}
- },
- "10": {
- "options": {
- "0": {
- "question": "Laatst bewerkt door bijdrager {search}"
- }
- }
- },
- "12": {
- "options": {
- "0": {
- "question": "Aangemaakt voor {search}"
- }
- }
- },
- "13": {
- "options": {
- "0": {
- "question": "Aangemaakt na {search}"
- }
- }
}
},
"name": "OpenStreetMap Notes",
@@ -6697,6 +6705,18 @@
"1": {
"then": "Dit is een normale parkeerplek."
},
+ "10": {
+ "then": "Deze parkeerplek is gereserveerd voor personeel."
+ },
+ "11": {
+ "then": "Deze parkeerplek is gereserveerd voor taxis."
+ },
+ "12": {
+ "then": "Deze parkeerplek is gereserveerd voor voertuigen met een aanhanger."
+ },
+ "13": {
+ "then": "Deze parkeerplek is gereserveerd voor autodelen."
+ },
"2": {
"then": "Dit is een gehandicaptenparkeerplaats."
},
@@ -6720,18 +6740,6 @@
},
"9": {
"then": "Deze parkeerplek is gereserveerd voor ouders met kinderen."
- },
- "10": {
- "then": "Deze parkeerplek is gereserveerd voor personeel."
- },
- "11": {
- "then": "Deze parkeerplek is gereserveerd voor taxis."
- },
- "12": {
- "then": "Deze parkeerplek is gereserveerd voor voertuigen met een aanhanger."
- },
- "13": {
- "then": "Deze parkeerplek is gereserveerd voor autodelen."
}
},
"question": "Wat voor parkeerplek is dit?"
@@ -6871,6 +6879,21 @@
"render": "Picknicktafel"
}
},
+ "play_forest": {
+ "description": "Een speelbos is een vrij toegankelijke zone in een bos",
+ "name": "Speelbossen",
+ "title": {
+ "mappings": {
+ "0": {
+ "then": "{name}"
+ },
+ "1": {
+ "then": "Speelbos {name}"
+ }
+ },
+ "render": "Speelbos"
+ }
+ },
"playground": {
"deletion": {
"nonDeleteMappings": {
@@ -6985,6 +7008,9 @@
"1": {
"then": "De ondergrond is zand"
},
+ "10": {
+ "then": "De ondergrond bestaat uit kleine grindsteentjes (steentjes kleiner dan 2 cm)"
+ },
"2": {
"then": "De ondergrond bestaat uit houtsnippers"
},
@@ -7008,9 +7034,6 @@
},
"9": {
"then": "De ondergrond bestaat uit rubber, zoals rubberen tegels, rubber snippers of een groot rubberen oppervlak"
- },
- "10": {
- "then": "De ondergrond bestaat uit kleine grindsteentjes (steentjes kleiner dan 2 cm)"
}
},
"question": "Wat is de ondergrond van deze speeltuin?",
@@ -7034,6 +7057,12 @@
"0": {
"then": "Dit is een schommel"
},
+ "11": {
+ "then": "Dit is een rekstok"
+ },
+ "14": {
+ "then": "Dit is een klimmuur"
+ },
"3": {
"then": "Dit is een zandbak"
},
@@ -7045,12 +7074,6 @@
},
"6": {
"then": "Dit is een wipwap"
- },
- "11": {
- "then": "Dit is een rekstok"
- },
- "14": {
- "then": "Dit is een klimmuur"
}
},
"question": "Wat voor speeltoestel is dit?"
@@ -7342,6 +7365,21 @@
"1": {
"then": "Munten van 2 cent worden geaccepteerd"
},
+ "10": {
+ "then": "Munten van 20 rappen worden geaccepteerd"
+ },
+ "11": {
+ "then": "Munten van ½ frank worden geaccepteerd"
+ },
+ "12": {
+ "then": "Munten van 1 frank worden geaccepteerd"
+ },
+ "13": {
+ "then": "Munten van 2 frank worden geaccepteerd"
+ },
+ "14": {
+ "then": "Munten van 5 frank worden geaccepteerd"
+ },
"2": {
"then": "Munten van 5 cent worden geaccepteerd"
},
@@ -7365,21 +7403,6 @@
},
"9": {
"then": "Munten van 10 rappen worden geaccepteerd"
- },
- "10": {
- "then": "Munten van 20 rappen worden geaccepteerd"
- },
- "11": {
- "then": "Munten van ½ frank worden geaccepteerd"
- },
- "12": {
- "then": "Munten van 1 frank worden geaccepteerd"
- },
- "13": {
- "then": "Munten van 2 frank worden geaccepteerd"
- },
- "14": {
- "then": "Munten van 5 frank worden geaccepteerd"
}
},
"question": "Met welke munten kan je hier betalen?"
@@ -7392,6 +7415,15 @@
"1": {
"then": "Biljetten van 10 euro worden geaccepteerd"
},
+ "10": {
+ "then": "Biljetten van 100 frank worden geaccepteerd"
+ },
+ "11": {
+ "then": "Biljetten van 200 frank worden geaccepteerd"
+ },
+ "12": {
+ "then": "Biljetten van 1000 frank worden geaccepteerd"
+ },
"2": {
"then": "Biljetten van 20 euro worden geaccepteerd"
},
@@ -7415,15 +7447,6 @@
},
"9": {
"then": "Biljetten van 50 frank worden geaccepteerd"
- },
- "10": {
- "then": "Biljetten van 100 frank worden geaccepteerd"
- },
- "11": {
- "then": "Biljetten van 200 frank worden geaccepteerd"
- },
- "12": {
- "then": "Biljetten van 1000 frank worden geaccepteerd"
}
},
"question": "Met welke bankbiljetten kan je hier betalen?"
@@ -7806,30 +7829,6 @@
"1": {
"question": "Recycling van batterijen"
},
- "2": {
- "question": "Recycling van drankpakken"
- },
- "3": {
- "question": "Recycling van blikken"
- },
- "4": {
- "question": "Recycling van kleding"
- },
- "5": {
- "question": "Recycling van frituurvet"
- },
- "6": {
- "question": "Recycling van motorolie"
- },
- "7": {
- "question": "Recycling van tl-buizen"
- },
- "8": {
- "question": "Recycling van groen afval"
- },
- "9": {
- "question": "Recycling van glazen flessen"
- },
"10": {
"question": "Recycling van glas"
},
@@ -7860,6 +7859,9 @@
"19": {
"question": "Recycling van restafval"
},
+ "2": {
+ "question": "Recycling van drankpakken"
+ },
"20": {
"question": "Recycling van inktpatronen"
},
@@ -7868,6 +7870,27 @@
},
"22": {
"question": "Recycling van plastic verkpakkingen, metalen verkpakkingen en drankpakken (PMD)"
+ },
+ "3": {
+ "question": "Recycling van blikken"
+ },
+ "4": {
+ "question": "Recycling van kleding"
+ },
+ "5": {
+ "question": "Recycling van frituurvet"
+ },
+ "6": {
+ "question": "Recycling van motorolie"
+ },
+ "7": {
+ "question": "Recycling van tl-buizen"
+ },
+ "8": {
+ "question": "Recycling van groen afval"
+ },
+ "9": {
+ "question": "Recycling van glazen flessen"
}
}
},
@@ -7935,30 +7958,6 @@
"1": {
"then": "Drankpakken kunnen hier gerecycled worden"
},
- "2": {
- "then": "Blikken kunnen hier gerecycled worden"
- },
- "3": {
- "then": "Kleren kunnen hier gerecycled worden"
- },
- "4": {
- "then": "Frituurvet kan hier gerecycled worden"
- },
- "5": {
- "then": "Motorolie kan hier gerecycled worden"
- },
- "6": {
- "then": "TL-buizen kunnen hier gerecycled worden"
- },
- "7": {
- "then": "Groen afval kan hier gerecycled worden"
- },
- "8": {
- "then": "Organisch afval kan hier gerecycled worden"
- },
- "9": {
- "then": "Glazen flessen kunnen hier gerecycled worden"
- },
"10": {
"then": "Glas kan hier gerecycled worden"
},
@@ -7989,6 +7988,9 @@
"19": {
"then": "Oud metaal kan hier gerecycled worden"
},
+ "2": {
+ "then": "Blikken kunnen hier gerecycled worden"
+ },
"20": {
"then": "Schoenen kunnen hier gerecycled worden"
},
@@ -8006,6 +8008,27 @@
},
"25": {
"then": "Fietsen (en fietswrakken) kunnen hier gerecycled worden"
+ },
+ "3": {
+ "then": "Kleren kunnen hier gerecycled worden"
+ },
+ "4": {
+ "then": "Frituurvet kan hier gerecycled worden"
+ },
+ "5": {
+ "then": "Motorolie kan hier gerecycled worden"
+ },
+ "6": {
+ "then": "TL-buizen kunnen hier gerecycled worden"
+ },
+ "7": {
+ "then": "Groen afval kan hier gerecycled worden"
+ },
+ "8": {
+ "then": "Organisch afval kan hier gerecycled worden"
+ },
+ "9": {
+ "then": "Glazen flessen kunnen hier gerecycled worden"
}
},
"question": "Wat kan hier gerecycled worden?"
@@ -8428,6 +8451,9 @@
},
"title": {
"mappings": {
+ "0": {
+ "then": "{name}"
+ },
"1": {
"then": "Voetpad"
},
@@ -8937,6 +8963,12 @@
"1": {
"then": "Deze lantaarn gebruikt LEDs"
},
+ "10": {
+ "then": "Deze lantaarn gebruikt hogedruknatriumlampen (oranje met wit)"
+ },
+ "11": {
+ "then": "Deze lantaarn wordt verlicht met gas"
+ },
"2": {
"then": "Deze lantaarn gebruikt gloeilampen"
},
@@ -8960,12 +8992,6 @@
},
"9": {
"then": "Deze lantaarn gebruikt lagedruknatriumlampen (monochroom oranje)"
- },
- "10": {
- "then": "Deze lantaarn gebruikt hogedruknatriumlampen (oranje met wit)"
- },
- "11": {
- "then": "Deze lantaarn wordt verlicht met gas"
}
},
"question": "Wat voor verlichting gebruikt deze lantaarn?"
@@ -10291,30 +10317,6 @@
"1": {
"question": "Verkoop van dranken"
},
- "2": {
- "question": "Verkoop van snoep"
- },
- "3": {
- "question": "Verkoop van eten"
- },
- "4": {
- "question": "Verkoop van sigaretten"
- },
- "5": {
- "question": "Verkoop van condooms"
- },
- "6": {
- "question": "Verkoop van koffie"
- },
- "7": {
- "question": "Verkoop van water"
- },
- "8": {
- "question": "Verkoop van kranten"
- },
- "9": {
- "question": "Verkoop van fietsbinnenbanden"
- },
"10": {
"question": "Verkoop van melk"
},
@@ -10345,6 +10347,9 @@
"19": {
"question": "Verkoop van aardbeien"
},
+ "2": {
+ "question": "Verkoop van snoep"
+ },
"20": {
"question": "Verkoop van bloemen"
},
@@ -10362,6 +10367,27 @@
},
"28": {
"question": "Verkoop van fietssloten"
+ },
+ "3": {
+ "question": "Verkoop van eten"
+ },
+ "4": {
+ "question": "Verkoop van sigaretten"
+ },
+ "5": {
+ "question": "Verkoop van condooms"
+ },
+ "6": {
+ "question": "Verkoop van koffie"
+ },
+ "7": {
+ "question": "Verkoop van water"
+ },
+ "8": {
+ "question": "Verkoop van kranten"
+ },
+ "9": {
+ "question": "Verkoop van fietsbinnenbanden"
}
}
}
@@ -10452,30 +10478,6 @@
"1": {
"then": "Snoep wordt verkocht"
},
- "2": {
- "then": "Eten wordt verkocht"
- },
- "3": {
- "then": "Sigaretten worden verkocht"
- },
- "4": {
- "then": "Condooms worden verkocht"
- },
- "5": {
- "then": "Koffie wordt verkocht"
- },
- "6": {
- "then": "Drinkwater wordt verkocht"
- },
- "7": {
- "then": "Kranten worden verkocht"
- },
- "8": {
- "then": "Binnenbanden voor fietsen worden verkocht"
- },
- "9": {
- "then": "Melk wordt verkocht"
- },
"10": {
"then": "Brood wordt verkocht"
},
@@ -10506,6 +10508,9 @@
"19": {
"then": "Bloemen worden verkocht"
},
+ "2": {
+ "then": "Eten wordt verkocht"
+ },
"20": {
"then": "Parkeerkaarten worden verkocht"
},
@@ -10526,6 +10531,27 @@
},
"27": {
"then": "Fietssloten worden verkocht"
+ },
+ "3": {
+ "then": "Sigaretten worden verkocht"
+ },
+ "4": {
+ "then": "Condooms worden verkocht"
+ },
+ "5": {
+ "then": "Koffie wordt verkocht"
+ },
+ "6": {
+ "then": "Drinkwater wordt verkocht"
+ },
+ "7": {
+ "then": "Kranten worden verkocht"
+ },
+ "8": {
+ "then": "Binnenbanden voor fietsen worden verkocht"
+ },
+ "9": {
+ "then": "Melk wordt verkocht"
}
},
"question": "Wat verkoopt deze verkoopautomaat?",
@@ -10580,13 +10606,25 @@
}
},
"village_green": {
- "description": "Een laag die dorpsgroen toont (gemeenschapsgroen, maar niet echt een park)"
+ "description": "Een laag die dorpsgroen toont (gemeenschapsgroen, maar niet echt een park)",
+ "name": "Speelweide",
+ "title": {
+ "mappings": {
+ "0": {
+ "then": "{name}"
+ }
+ },
+ "render": "Speelweide"
+ }
},
"visitor_information_centre": {
"description": "Een bezoekerscentrum biedt informatie over een specifieke attractie of bezienswaardigheid waar het is gevestigd.",
"name": "Bezoekerscentrum",
"title": {
"mappings": {
+ "0": {
+ "then": "{name:nl}"
+ },
"1": {
"then": "{name}"
}
@@ -10816,4 +10854,4 @@
"render": "windturbine"
}
}
-}
+}
\ No newline at end of file
diff --git a/langs/layers/pl.json b/langs/layers/pl.json
index 1cf5b10ad..9afbc0220 100644
--- a/langs/layers/pl.json
+++ b/langs/layers/pl.json
@@ -35,6 +35,23 @@
"1": {
"description": "Duży obiekt reklamowy na zewnątrz, zazwyczaj znajduje się w obszarach z dużym ruchem, np. obok ruchliwych dróg na ścianie"
},
+ "11": {
+ "description": "Kawałek wodoodpornej tkaniny z nadrukowanym przesłaniem, trwale przymocowany do ściany",
+ "title": "plandeka"
+ },
+ "12": {
+ "title": "totem"
+ },
+ "13": {
+ "description": "Używany do znaków reklamowych, neonów, logo i znaków wejściowych do instytucji",
+ "title": "znak"
+ },
+ "14": {
+ "title": "rzeźba"
+ },
+ "15": {
+ "title": "mural ścienny"
+ },
"2": {
"title": "wolnostojąca skrzynka plakatowa"
},
@@ -57,23 +74,6 @@
},
"9": {
"title": "ekran zamontowany na ścianie"
- },
- "11": {
- "description": "Kawałek wodoodpornej tkaniny z nadrukowanym przesłaniem, trwale przymocowany do ściany",
- "title": "plandeka"
- },
- "12": {
- "title": "totem"
- },
- "13": {
- "description": "Używany do znaków reklamowych, neonów, logo i znaków wejściowych do instytucji",
- "title": "znak"
- },
- "14": {
- "title": "rzeźba"
- },
- "15": {
- "title": "mural ścienny"
}
},
"tagRenderings": {
@@ -159,6 +159,9 @@
"1": {
"then": "To jest tablica"
},
+ "10": {
+ "then": "To jest mural ścienny"
+ },
"2": {
"then": "To jest kolumna"
},
@@ -182,9 +185,6 @@
},
"9": {
"then": "To jest totem"
- },
- "10": {
- "then": "To jest mural ścienny"
}
},
"question": "Jakiego rodzaju jest to obiekt reklamowy?",
@@ -199,6 +199,9 @@
"1": {
"then": "Tablica"
},
+ "10": {
+ "then": "Mural ścienny"
+ },
"2": {
"then": "Pudełko plakatowe"
},
@@ -222,9 +225,6 @@
},
"9": {
"then": "Totem"
- },
- "10": {
- "then": "Mural ścienny"
}
}
}
@@ -250,11 +250,11 @@
},
"type": {
"mappings": {
- "4": {
- "then": "Wyciąg orczykowy"
- },
"10": {
"then": "Tyrolka. (Atrakcja turystyczna, która pozwala żądnym przygód zjechać z dużą szybkością) "
+ },
+ "4": {
+ "then": "Wyciąg orczykowy"
}
}
}
@@ -384,6 +384,15 @@
"1": {
"then": "Mural"
},
+ "10": {
+ "then": "Azulejo (hiszpańskie płytka dekoracyjna)"
+ },
+ "11": {
+ "then": "Płyta ceramiczna (fliza)"
+ },
+ "12": {
+ "then": "Rzeźbienie w drewnie"
+ },
"2": {
"then": "Obraz"
},
@@ -407,15 +416,6 @@
},
"9": {
"then": "Płaskorzeźba"
- },
- "10": {
- "then": "Azulejo (hiszpańskie płytka dekoracyjna)"
- },
- "11": {
- "then": "Płyta ceramiczna (fliza)"
- },
- "12": {
- "then": "Rzeźbienie w drewnie"
}
},
"question": "Jakiego rodzaju jest to dzieło sztuki?",
@@ -2229,27 +2229,6 @@
},
"room-type": {
"mappings": {
- "2": {
- "then": "To jest sypialnia"
- },
- "3": {
- "then": "To jest kaplica"
- },
- "4": {
- "then": "To jest sala klasowa"
- },
- "5": {
- "then": "Jest to sala klasowa"
- },
- "6": {
- "then": "To jest sala komputerowa"
- },
- "7": {
- "then": "To jest sala konferencyjna"
- },
- "9": {
- "then": "To jest kuchnia"
- },
"10": {
"then": "To jest laboratorium"
},
@@ -2268,6 +2247,9 @@
"18": {
"then": "To jest pomieszczenie do wykonywania kontroli bezpieczeństwa"
},
+ "2": {
+ "then": "To jest sypialnia"
+ },
"20": {
"then": "To jest magazyn"
},
@@ -2279,6 +2261,24 @@
},
"23": {
"then": "To jest poczekalnia"
+ },
+ "3": {
+ "then": "To jest kaplica"
+ },
+ "4": {
+ "then": "To jest sala klasowa"
+ },
+ "5": {
+ "then": "Jest to sala klasowa"
+ },
+ "6": {
+ "then": "To jest sala komputerowa"
+ },
+ "7": {
+ "then": "To jest sala konferencyjna"
+ },
+ "9": {
+ "then": "To jest kuchnia"
}
},
"question": "Jakiego rodzaju jest to pomieszczenie?"
@@ -2930,6 +2930,12 @@
"1": {
"then": "To jest zwykłe miejsce parkingowe."
},
+ "10": {
+ "then": "To jest miejsce parkingowe przeznaczone dla pracowników."
+ },
+ "11": {
+ "then": "To miejsce parkingowe jest przeznaczone dla taksówek."
+ },
"2": {
"then": "To jest miejsce parkingowe dla niepełnosprawnych."
},
@@ -2947,12 +2953,6 @@
},
"9": {
"then": "To miejsce jest przeznaczone dla rodziców z dziećmi."
- },
- "10": {
- "then": "To jest miejsce parkingowe przeznaczone dla pracowników."
- },
- "11": {
- "then": "To miejsce parkingowe jest przeznaczone dla taksówek."
}
}
}
@@ -3057,6 +3057,12 @@
"1": {
"then": "To jest struktura składająca się z wielu połączonych urządzeń"
},
+ "10": {
+ "then": "To jest tyrolka"
+ },
+ "15": {
+ "then": "To jest mapa"
+ },
"2": {
"then": "To jest zjeżdżalnia"
},
@@ -3065,12 +3071,6 @@
},
"8": {
"then": "To jest rondo"
- },
- "10": {
- "then": "To jest tyrolka"
- },
- "15": {
- "then": "To jest mapa"
}
}
}
@@ -3700,4 +3700,4 @@
"render": "turbina wiatrowa"
}
}
-}
+}
\ No newline at end of file
diff --git a/langs/layers/pt.json b/langs/layers/pt.json
index e56e7c15f..258334e12 100644
--- a/langs/layers/pt.json
+++ b/langs/layers/pt.json
@@ -32,6 +32,23 @@
"description": "Uma grande estrutura de publicidade ao ar livre, normalmente encontrada em áreas de alto tráfego, como ao longo de estradas movimentadas",
"title": "um outdoor"
},
+ "11": {
+ "description": "Uma peça de tecido impermeável com uma mensagem impressa, permanentemente ancorada na parede",
+ "title": "uma lona"
+ },
+ "12": {
+ "title": "um totem"
+ },
+ "13": {
+ "description": "Usado para sinais publicitários, sinais de néon, logotipos e sinais de entrada institucionais",
+ "title": "um sinal"
+ },
+ "14": {
+ "title": "uma escultura"
+ },
+ "15": {
+ "title": "uma pintura de parede"
+ },
"2": {
"title": "uma caixa de pôster independente"
},
@@ -54,23 +71,6 @@
},
"9": {
"title": "uma tela montada em uma parede"
- },
- "11": {
- "description": "Uma peça de tecido impermeável com uma mensagem impressa, permanentemente ancorada na parede",
- "title": "uma lona"
- },
- "12": {
- "title": "um totem"
- },
- "13": {
- "description": "Usado para sinais publicitários, sinais de néon, logotipos e sinais de entrada institucionais",
- "title": "um sinal"
- },
- "14": {
- "title": "uma escultura"
- },
- "15": {
- "title": "uma pintura de parede"
}
},
"tagRenderings": {
@@ -165,6 +165,9 @@
"1": {
"then": "Isso é uma placa"
},
+ "10": {
+ "then": "Isto é uma pintura mural"
+ },
"2": {
"then": "Isto é uma coluna"
},
@@ -188,9 +191,6 @@
},
"9": {
"then": "Isto é um totem"
- },
- "10": {
- "then": "Isto é uma pintura mural"
}
},
"question": "Que tipo de recurso de publicitário é este?",
@@ -205,6 +205,9 @@
"1": {
"then": "Quadro"
},
+ "10": {
+ "then": "Pintura mural"
+ },
"2": {
"then": "Caixa de pôster"
},
@@ -228,9 +231,6 @@
},
"9": {
"then": "Totem"
- },
- "10": {
- "then": "Pintura mural"
}
}
}
@@ -323,6 +323,15 @@
"1": {
"then": "Mural"
},
+ "10": {
+ "then": "Azulejo (azulejo decorativo espanhol e português)"
+ },
+ "11": {
+ "then": "Ladrilhos"
+ },
+ "12": {
+ "then": "Entalhe em madeira"
+ },
"2": {
"then": "Pintura"
},
@@ -346,15 +355,6 @@
},
"9": {
"then": "Relevo"
- },
- "10": {
- "then": "Azulejo (azulejo decorativo espanhol e português)"
- },
- "11": {
- "then": "Ladrilhos"
- },
- "12": {
- "then": "Entalhe em madeira"
}
},
"question": "Qual é o tipo desta obra de arte?",
@@ -2005,9 +2005,6 @@
},
"vending": {
"mappings": {
- "8": {
- "then": "Câmaras de ar para bicicletas são vendidas aqui"
- },
"23": {
"then": "Luzes para bicicleta são vendidas aqui"
},
@@ -2022,6 +2019,9 @@
},
"27": {
"then": "Cadeados para bicicleta são vendidos aqui"
+ },
+ "8": {
+ "then": "Câmaras de ar para bicicletas são vendidas aqui"
}
}
}
diff --git a/langs/layers/pt_BR.json b/langs/layers/pt_BR.json
index a42f767a2..329bc33fd 100644
--- a/langs/layers/pt_BR.json
+++ b/langs/layers/pt_BR.json
@@ -32,6 +32,23 @@
"description": "Uma grande estrutura de publicidade outdoor, geralmente encontrada em áreas com alto tráfego, como ao longo de estradas movimentadas",
"title": "um outdoor"
},
+ "11": {
+ "description": "Um pedaço de tecido impermeável com uma mensagem impressa, permanentemente fixado a uma parede",
+ "title": "uma lona"
+ },
+ "12": {
+ "title": "um totem"
+ },
+ "13": {
+ "description": "Usado para placas de publicidade, letreiros de neon, logotipos e placas de entrada institucionais",
+ "title": "uma placa"
+ },
+ "14": {
+ "title": "uma escultura"
+ },
+ "15": {
+ "title": "uma pintura mural"
+ },
"2": {
"title": "uma caixa expositora independente"
},
@@ -54,23 +71,6 @@
},
"9": {
"title": "uma tela montada em uma parede"
- },
- "11": {
- "description": "Um pedaço de tecido impermeável com uma mensagem impressa, permanentemente fixado a uma parede",
- "title": "uma lona"
- },
- "12": {
- "title": "um totem"
- },
- "13": {
- "description": "Usado para placas de publicidade, letreiros de neon, logotipos e placas de entrada institucionais",
- "title": "uma placa"
- },
- "14": {
- "title": "uma escultura"
- },
- "15": {
- "title": "uma pintura mural"
}
},
"tagRenderings": {
@@ -165,6 +165,9 @@
"1": {
"then": "Isso é uma placa"
},
+ "10": {
+ "then": "Isso é uma pintura mural"
+ },
"2": {
"then": "Isto é uma coluna"
},
@@ -188,9 +191,6 @@
},
"9": {
"then": "Isso é um totem"
- },
- "10": {
- "then": "Isso é uma pintura mural"
}
},
"question": "Que tipo de recurso de publicitário é este?",
@@ -205,6 +205,9 @@
"1": {
"then": "Quadro"
},
+ "10": {
+ "then": "Pintura mural"
+ },
"2": {
"then": "Caixa de pôster"
},
@@ -228,9 +231,6 @@
},
"9": {
"then": "Totem"
- },
- "10": {
- "then": "Pintura mural"
}
}
}
@@ -312,6 +312,15 @@
"1": {
"then": "Mural"
},
+ "10": {
+ "then": "Azulejo (Revestimento de azulejos decorativos espanhóis)"
+ },
+ "11": {
+ "then": "Azulejaria"
+ },
+ "12": {
+ "then": "Entalhe"
+ },
"2": {
"then": "Pintura"
},
@@ -335,15 +344,6 @@
},
"9": {
"then": "Relevo"
- },
- "10": {
- "then": "Azulejo (Revestimento de azulejos decorativos espanhóis)"
- },
- "11": {
- "then": "Azulejaria"
- },
- "12": {
- "then": "Entalhe"
}
},
"question": "Qual é o tipo dessa obra de arte?",
@@ -1687,9 +1687,6 @@
},
"vending": {
"mappings": {
- "8": {
- "then": "Câmaras de ar para bicicletas são vendidas aqui"
- },
"23": {
"then": "Luzes para bicicleta são vendidas aqui"
},
@@ -1704,6 +1701,9 @@
},
"27": {
"then": "Cadeados para bicicleta são vendidos aqui"
+ },
+ "8": {
+ "then": "Câmaras de ar para bicicletas são vendidas aqui"
}
}
}
diff --git a/langs/layers/ru.json b/langs/layers/ru.json
index 943a94fc7..6fccd80e5 100644
--- a/langs/layers/ru.json
+++ b/langs/layers/ru.json
@@ -98,6 +98,12 @@
"1": {
"then": "Фреска"
},
+ "10": {
+ "then": "Азуле́жу (испанская роспись глазурованной керамической плитки)"
+ },
+ "11": {
+ "then": "Плитка (мозаика)"
+ },
"2": {
"then": "Живопись"
},
@@ -121,12 +127,6 @@
},
"9": {
"then": "Рельеф"
- },
- "10": {
- "then": "Азуле́жу (испанская роспись глазурованной керамической плитки)"
- },
- "11": {
- "then": "Плитка (мозаика)"
}
},
"question": "К какому типу относится эта работа?",
diff --git a/langs/layers/sl.json b/langs/layers/sl.json
index 56c132845..48f362370 100644
--- a/langs/layers/sl.json
+++ b/langs/layers/sl.json
@@ -152,18 +152,6 @@
"1": {
"then": "To je plošča"
},
- "6": {
- "then": "To je spominski kamen"
- },
- "7": {
- "then": "To je doprsni kip"
- },
- "8": {
- "then": "To je skulptura"
- },
- "9": {
- "then": "To je obelisk"
- },
"10": {
"then": "To je križ"
},
@@ -175,6 +163,18 @@
},
"14": {
"then": "To je nagrobni kamen; oseba je pokopana tu"
+ },
+ "6": {
+ "then": "To je spominski kamen"
+ },
+ "7": {
+ "then": "To je doprsni kip"
+ },
+ "8": {
+ "then": "To je skulptura"
+ },
+ "9": {
+ "then": "To je obelisk"
}
},
"question": "Kakšne vrste spomenik je to?",
diff --git a/langs/layers/uk.json b/langs/layers/uk.json
index 91f202be2..770c39894 100644
--- a/langs/layers/uk.json
+++ b/langs/layers/uk.json
@@ -36,6 +36,26 @@
"description": "Велика зовнішня рекламна конструкція, зазвичай розташована в місцях з високим трафіком, наприклад, уздовж жвавих доріг, встановлена на стіні",
"title": "білборд, прикріплений до стіни"
},
+ "10": {
+ "title": "екран, встановлений на тимчасовому укритті"
+ },
+ "11": {
+ "description": "Шматок водонепроникного текстилю з надрукованим повідомленням, постійно закріплений на стіні",
+ "title": "брезент"
+ },
+ "12": {
+ "title": "тотем"
+ },
+ "13": {
+ "description": "Використовується для рекламних вивісок, неонових вивісок, логотипів та вхідних табличок установ",
+ "title": "знак"
+ },
+ "14": {
+ "title": "скульптура"
+ },
+ "15": {
+ "title": "настінний розпис"
+ },
"2": {
"title": "окремо стояча коробка для плакатів"
},
@@ -61,26 +81,6 @@
},
"9": {
"title": "екран, встановлений на стіні"
- },
- "10": {
- "title": "екран, встановлений на тимчасовому укритті"
- },
- "11": {
- "description": "Шматок водонепроникного текстилю з надрукованим повідомленням, постійно закріплений на стіні",
- "title": "брезент"
- },
- "12": {
- "title": "тотем"
- },
- "13": {
- "description": "Використовується для рекламних вивісок, неонових вивісок, логотипів та вхідних табличок установ",
- "title": "знак"
- },
- "14": {
- "title": "скульптура"
- },
- "15": {
- "title": "настінний розпис"
}
},
"tagRenderings": {
@@ -186,6 +186,12 @@
"1": {
"then": "Це дошка"
},
+ "10": {
+ "then": "Це настінний розпис"
+ },
+ "11": {
+ "then": "Це кахельна плитка - реклама намальована на плитці"
+ },
"2": {
"then": "Це стовпчик"
},
@@ -209,12 +215,6 @@
},
"9": {
"then": "Це тотем"
- },
- "10": {
- "then": "Це настінний розпис"
- },
- "11": {
- "then": "Це кахельна плитка - реклама намальована на плитці"
}
},
"question": "Який це тип рекламного об'єкту?",
@@ -229,11 +229,11 @@
"1": {
"then": "Дошка оголошень"
},
- "2": {
- "then": "Поштова скринька"
- },
"10": {
"then": "Настінний розпис"
+ },
+ "2": {
+ "then": "Поштова скринька"
}
}
}
@@ -262,6 +262,15 @@
"1": {
"then": "Мурал"
},
+ "10": {
+ "then": "Азулехо (іспанська декоративна плитка)"
+ },
+ "11": {
+ "then": "Кахельна плитка"
+ },
+ "12": {
+ "then": "Різьба по дереву"
+ },
"2": {
"then": "Живопис"
},
@@ -285,15 +294,6 @@
},
"9": {
"then": "Рельєф"
- },
- "10": {
- "then": "Азулехо (іспанська декоративна плитка)"
- },
- "11": {
- "then": "Кахельна плитка"
- },
- "12": {
- "then": "Різьба по дереву"
}
}
},
@@ -508,6 +508,9 @@
"1": {
"then": "Стійка з бічними петлями"
},
+ "10": {
+ "then": "Кронштейн з можливістю використання замка через вушко. Підсідельна труба може утримуватися на стійці за допомогою анкера"
+ },
"3": {
"then": "Тримач керма"
},
@@ -528,9 +531,6 @@
},
"9": {
"then": "Шафка - велосипеди зачиняються повністю індивідуально або разом з кількома велосипедами. Шафка замала, щоб у ній могла поміститися людина стоячи."
- },
- "10": {
- "then": "Кронштейн з можливістю використання замка через вушко. Підсідельна труба може утримуватися на стійці за допомогою анкера"
}
},
"question": "Що це за тип велопарковки?",
@@ -1292,6 +1292,9 @@
"1": {
"then": "Поверхня - пісок"
},
+ "10": {
+ "then": "Поверхня - дрібний гравій (менше 2 см на камінь)"
+ },
"2": {
"then": "Поверхня складається з деревної стружки"
},
@@ -1315,9 +1318,6 @@
},
"9": {
"then": "Поверхня зроблена з гуми, наприклад, гумова плитка, гумова мульча або велика гумова площа"
- },
- "10": {
- "then": "Поверхня - дрібний гравій (менше 2 см на камінь)"
}
},
"question": "Яка поверхня цього дитячого майданчика?",
@@ -1588,27 +1588,6 @@
"1": {
"then": "Коробки з-під напоїв"
},
- "2": {
- "then": "Бляшанки"
- },
- "3": {
- "then": "Одяг"
- },
- "4": {
- "then": "Олія для приготування їжі"
- },
- "5": {
- "then": "Моторна олива"
- },
- "6": {
- "then": "Флуоресцентні лампи"
- },
- "7": {
- "then": "Зелені відходи"
- },
- "9": {
- "then": "Скляні пляшки"
- },
"10": {
"then": "Скло"
},
@@ -1639,6 +1618,9 @@
"19": {
"then": "Металобрухт"
},
+ "2": {
+ "then": "Бляшанки"
+ },
"20": {
"then": "Взуття"
},
@@ -1653,6 +1635,24 @@
},
"25": {
"then": "Велосипеди"
+ },
+ "3": {
+ "then": "Одяг"
+ },
+ "4": {
+ "then": "Олія для приготування їжі"
+ },
+ "5": {
+ "then": "Моторна олива"
+ },
+ "6": {
+ "then": "Флуоресцентні лампи"
+ },
+ "7": {
+ "then": "Зелені відходи"
+ },
+ "9": {
+ "then": "Скляні пляшки"
}
},
"question": "Що тут можна переробити?"
@@ -2337,30 +2337,6 @@
"1": {
"then": "Солодощі"
},
- "2": {
- "then": "Продукти харчування"
- },
- "3": {
- "then": "Сигарети"
- },
- "4": {
- "then": "Презервативи"
- },
- "5": {
- "then": "Кава"
- },
- "6": {
- "then": "Питна вода"
- },
- "7": {
- "then": "Газети"
- },
- "8": {
- "then": "Велосипедні внутрішні трубки"
- },
- "9": {
- "then": "Молоко"
- },
"10": {
"then": "Хліб"
},
@@ -2391,6 +2367,9 @@
"19": {
"then": "Квіти"
},
+ "2": {
+ "then": "Продукти харчування"
+ },
"20": {
"then": "Паркувальні талони"
},
@@ -2414,6 +2393,27 @@
},
"27": {
"then": "Велосипедні замки"
+ },
+ "3": {
+ "then": "Сигарети"
+ },
+ "4": {
+ "then": "Презервативи"
+ },
+ "5": {
+ "then": "Кава"
+ },
+ "6": {
+ "then": "Питна вода"
+ },
+ "7": {
+ "then": "Газети"
+ },
+ "8": {
+ "then": "Велосипедні внутрішні трубки"
+ },
+ "9": {
+ "then": "Молоко"
}
},
"question": "Що продає цей автомат?",
diff --git a/langs/layers/zh_Hans.json b/langs/layers/zh_Hans.json
index 26d68a673..bb86f5113 100644
--- a/langs/layers/zh_Hans.json
+++ b/langs/layers/zh_Hans.json
@@ -30,18 +30,6 @@
"0": {
"title": "一块广告牌"
},
- "3": {
- "title": "安装在墙上的海报盒子"
- },
- "7": {
- "title": "一个旗子"
- },
- "8": {
- "title": "一块屏幕"
- },
- "9": {
- "title": "一块挂在墙上的屏幕"
- },
"11": {
"title": "防水布"
},
@@ -56,6 +44,18 @@
},
"15": {
"title": "墙上的画"
+ },
+ "3": {
+ "title": "安装在墙上的海报盒子"
+ },
+ "7": {
+ "title": "一个旗子"
+ },
+ "8": {
+ "title": "一块屏幕"
+ },
+ "9": {
+ "title": "一块挂在墙上的屏幕"
}
},
"tagRenderings": {
@@ -150,6 +150,9 @@
"1": {
"then": "这是一块板"
},
+ "10": {
+ "then": "这是一幅壁画"
+ },
"2": {
"then": "这是一个专栏"
},
@@ -173,9 +176,6 @@
},
"9": {
"then": "这是一个图腾"
- },
- "10": {
- "then": "这是一幅壁画"
}
},
"question": "这是哪种类型的广告功能?",
@@ -190,6 +190,9 @@
"1": {
"then": "木板"
},
+ "10": {
+ "then": "墙上的画"
+ },
"2": {
"then": "海报盒"
},
@@ -210,9 +213,6 @@
},
"9": {
"then": "图腾"
- },
- "10": {
- "then": "墙上的画"
}
}
}
@@ -331,6 +331,9 @@
"1": {
"then": "壁画"
},
+ "10": {
+ "then": "Azulejo(西班牙装饰瓷砖)"
+ },
"2": {
"then": "喷绘"
},
@@ -351,9 +354,6 @@
},
"8": {
"then": "涂鸦/粗糙雕刻"
- },
- "10": {
- "then": "Azulejo(西班牙装饰瓷砖)"
}
}
}
diff --git a/langs/layers/zh_Hant.json b/langs/layers/zh_Hant.json
index e2e701047..513e0c6c0 100644
--- a/langs/layers/zh_Hant.json
+++ b/langs/layers/zh_Hant.json
@@ -56,6 +56,12 @@
"1": {
"then": "壁畫"
},
+ "10": {
+ "then": "Azulejo (西班牙雕塑作品名稱)"
+ },
+ "11": {
+ "then": "瓷磚"
+ },
"2": {
"then": "繪畫"
},
@@ -79,12 +85,6 @@
},
"9": {
"then": "寬慰"
- },
- "10": {
- "then": "Azulejo (西班牙雕塑作品名稱)"
- },
- "11": {
- "then": "瓷磚"
}
},
"question": "這是什麼類型的藝術品?",
diff --git a/langs/nb_NO.json b/langs/nb_NO.json
index c4f0d96e3..92c37ff8d 100644
--- a/langs/nb_NO.json
+++ b/langs/nb_NO.json
@@ -274,7 +274,8 @@
"importInspector": {
"title": "Inspiser og håndter importnotater"
},
- "importLayer": {},
+ "importLayer": {
+ },
"index": {
"intro": "MapComplete er en OpenStreetMap-viser og redigerer, som viser deg info om funksjoner for et gitt tema og tillater oppdatering av det.",
"logIn": "Logg inn for å vise tema du har besøkt tidligere",
@@ -369,7 +370,8 @@
"activateButton": "Bistå oversettelsen av MapComplete",
"missing": "{count} uoversatte strenger"
},
- "userinfo": {},
+ "userinfo": {
+ },
"validation": {
"color": {
"description": "En farge eller heksadesimal kode"
diff --git a/langs/nl.json b/langs/nl.json
index 70ae43235..3b709b671 100644
--- a/langs/nl.json
+++ b/langs/nl.json
@@ -849,4 +849,4 @@
"startsWithQ": "Een wikidata-identificator begint met Q gevolgd door een nummer"
}
}
-}
+}
\ No newline at end of file
diff --git a/langs/pa_PK.json b/langs/pa_PK.json
index 1cdd5d134..be3a26f2d 100644
--- a/langs/pa_PK.json
+++ b/langs/pa_PK.json
@@ -53,7 +53,8 @@
"search": "ستھتیاں وچ کھوجو",
"searching": "کھوجیا جا رہا اے۔ ۔ ۔"
},
- "sharescreen": {},
+ "sharescreen": {
+ },
"weekdays": {
"abbreviations": {
"friday": "جـ",
diff --git a/langs/ro.json b/langs/ro.json
index 9e26dfeeb..7a73a41bf 100644
--- a/langs/ro.json
+++ b/langs/ro.json
@@ -1 +1,2 @@
-{}
\ No newline at end of file
+{
+}
\ No newline at end of file
diff --git a/langs/themes/ca.json b/langs/themes/ca.json
index 4dfa2f314..5be8957e0 100644
--- a/langs/themes/ca.json
+++ b/langs/themes/ca.json
@@ -731,6 +731,33 @@
"onwheels": {
"description": "En aquest mapa, es mostren llocs públics accessibles per a cadira de rodes i es poden afegir fàcilment",
"layers": {
+ "19": {
+ "override": {
+ "=title": {
+ "render": "Estadístiques"
+ }
+ }
+ },
+ "20": {
+ "override": {
+ "+tagRenderings": {
+ "0": {
+ "render": {
+ "special": {
+ "text": "Importar"
+ }
+ }
+ },
+ "1": {
+ "render": {
+ "special": {
+ "message": "Afegiu totes les etiquetes suggerides"
+ }
+ }
+ }
+ }
+ }
+ },
"4": {
"override": {
"filter": {
@@ -773,33 +800,6 @@
"override": {
"name": "Places d'aparcament per a minusvàlids"
}
- },
- "19": {
- "override": {
- "=title": {
- "render": "Estadístiques"
- }
- }
- },
- "20": {
- "override": {
- "+tagRenderings": {
- "0": {
- "render": {
- "special": {
- "text": "Importar"
- }
- }
- },
- "1": {
- "render": {
- "special": {
- "message": "Afegiu totes les etiquetes suggerides"
- }
- }
- }
- }
- }
}
},
"title": "Sobre rodes"
@@ -919,10 +919,6 @@
"stations": {
"description": "Veure, editar i afegir detalls a una estació de tren",
"layers": {
- "3": {
- "description": "Capa que mostra les estacions de tren",
- "name": "Estació de tren"
- },
"16": {
"description": "Pantalles que mostren els trens que sortiran de l'estació",
"name": "Taulers de sortides",
@@ -954,6 +950,10 @@
"title": {
"render": "Tauler de sortides"
}
+ },
+ "3": {
+ "description": "Capa que mostra les estacions de tren",
+ "name": "Estació de tren"
}
},
"title": "Estacions de tren"
diff --git a/langs/themes/cs.json b/langs/themes/cs.json
index fd1ca8276..ed09ba84d 100644
--- a/langs/themes/cs.json
+++ b/langs/themes/cs.json
@@ -769,6 +769,13 @@
}
}
},
+ "10": {
+ "options": {
+ "0": {
+ "question": "Vyloučit etymologii tématu"
+ }
+ }
+ },
"2": {
"options": {
"0": {
@@ -824,13 +831,6 @@
"question": "Vyloučit motiv GRB"
}
}
- },
- "10": {
- "options": {
- "0": {
- "question": "Vyloučit etymologii tématu"
- }
- }
}
},
"name": "Changeset centra",
@@ -911,6 +911,33 @@
"onwheels": {
"description": "Na této mapě jsou zobrazena veřejně přístupná místa pro vozíčkáře, a lze je také snadno přidat",
"layers": {
+ "19": {
+ "override": {
+ "=title": {
+ "render": "Statistiky"
+ }
+ }
+ },
+ "20": {
+ "override": {
+ "+tagRenderings": {
+ "0": {
+ "render": {
+ "special": {
+ "text": "Dovoz"
+ }
+ }
+ },
+ "1": {
+ "render": {
+ "special": {
+ "message": "Přidat všechny navrhované značky"
+ }
+ }
+ }
+ }
+ }
+ },
"4": {
"override": {
"filter": {
@@ -953,33 +980,6 @@
"override": {
"name": "Parkovací místa pro osoby se zdravotním postižením"
}
- },
- "19": {
- "override": {
- "=title": {
- "render": "Statistiky"
- }
- }
- },
- "20": {
- "override": {
- "+tagRenderings": {
- "0": {
- "render": {
- "special": {
- "text": "Dovoz"
- }
- }
- },
- "1": {
- "render": {
- "special": {
- "message": "Přidat všechny navrhované značky"
- }
- }
- }
- }
- }
}
},
"title": "Na kolečkách"
@@ -1202,10 +1202,6 @@
"stations": {
"description": "Zobrazení, úprava a přidání podrobností o vlakovém nádraží",
"layers": {
- "3": {
- "description": "Vrstva zobrazující vlaková nádraží",
- "name": "Vlaková nádraží"
- },
"16": {
"description": "Zobrazuje vlaky odjíždějící z této stanice",
"name": "Odjezdové tabule",
@@ -1237,6 +1233,10 @@
"title": {
"render": "Odjezdová tabule"
}
+ },
+ "3": {
+ "description": "Vrstva zobrazující vlaková nádraží",
+ "name": "Vlaková nádraží"
}
},
"title": "Vlaková nádraží"
diff --git a/langs/themes/da.json b/langs/themes/da.json
index 8a93f66cc..f780a079f 100644
--- a/langs/themes/da.json
+++ b/langs/themes/da.json
@@ -554,6 +554,33 @@
"onwheels": {
"description": "På dette kort vises steder, der er offentligt tilgængelige for kørestolsbrugere, og de kan nemt tilføjes",
"layers": {
+ "19": {
+ "override": {
+ "=title": {
+ "render": "Statistikker"
+ }
+ }
+ },
+ "20": {
+ "override": {
+ "+tagRenderings": {
+ "0": {
+ "render": {
+ "special": {
+ "text": "Importere"
+ }
+ }
+ },
+ "1": {
+ "render": {
+ "special": {
+ "message": "Tilføj alle de foreslåede tags"
+ }
+ }
+ }
+ }
+ }
+ },
"4": {
"override": {
"filter": {
@@ -596,33 +623,6 @@
"override": {
"name": "Handikapparkeringspladser"
}
- },
- "19": {
- "override": {
- "=title": {
- "render": "Statistikker"
- }
- }
- },
- "20": {
- "override": {
- "+tagRenderings": {
- "0": {
- "render": {
- "special": {
- "text": "Importere"
- }
- }
- },
- "1": {
- "render": {
- "special": {
- "message": "Tilføj alle de foreslåede tags"
- }
- }
- }
- }
- }
}
}
},
@@ -734,9 +734,6 @@
},
"stations": {
"layers": {
- "3": {
- "name": "Togstationer"
- },
"16": {
"name": "Afgangstavler",
"presets": {
@@ -752,6 +749,9 @@
"title": {
"render": "Afgangstavle"
}
+ },
+ "3": {
+ "name": "Togstationer"
}
},
"title": "Togstationer"
diff --git a/langs/themes/de.json b/langs/themes/de.json
index dbdfcc150..9d8560b4f 100644
--- a/langs/themes/de.json
+++ b/langs/themes/de.json
@@ -769,6 +769,13 @@
}
}
},
+ "10": {
+ "options": {
+ "0": {
+ "question": "Etymologie-Thema ausschließen"
+ }
+ }
+ },
"2": {
"options": {
"0": {
@@ -824,13 +831,6 @@
"question": "GRB-Thema ausschließen"
}
}
- },
- "10": {
- "options": {
- "0": {
- "question": "Etymologie-Thema ausschließen"
- }
- }
}
},
"name": "Changeset-Zentren",
@@ -911,6 +911,33 @@
"onwheels": {
"description": "Auf dieser Karte können Sie öffentlich zugängliche Orte für Rollstuhlfahrer ansehen, bearbeiten oder hinzufügen",
"layers": {
+ "19": {
+ "override": {
+ "=title": {
+ "render": "Statistik"
+ }
+ }
+ },
+ "20": {
+ "override": {
+ "+tagRenderings": {
+ "0": {
+ "render": {
+ "special": {
+ "text": "Import"
+ }
+ }
+ },
+ "1": {
+ "render": {
+ "special": {
+ "message": "Alle vorgeschlagenen Tags hinzufügen"
+ }
+ }
+ }
+ }
+ }
+ },
"4": {
"override": {
"filter": {
@@ -953,33 +980,6 @@
"override": {
"name": "Barrierefreie Parkplätze"
}
- },
- "19": {
- "override": {
- "=title": {
- "render": "Statistik"
- }
- }
- },
- "20": {
- "override": {
- "+tagRenderings": {
- "0": {
- "render": {
- "special": {
- "text": "Import"
- }
- }
- },
- "1": {
- "render": {
- "special": {
- "message": "Alle vorgeschlagenen Tags hinzufügen"
- }
- }
- }
- }
- }
}
},
"title": "Auf Rädern"
@@ -1202,10 +1202,6 @@
"stations": {
"description": "Bahnhofsdetails ansehen, bearbeiten und hinzufügen",
"layers": {
- "3": {
- "description": "Ebene mit Bahnhöfen",
- "name": "Bahnhöfe"
- },
"16": {
"description": "Anzeigen der Züge, die von diesem Bahnhof abfahren",
"name": "Abfahrtstafeln",
@@ -1237,6 +1233,10 @@
"title": {
"render": "Abfahrtstafel"
}
+ },
+ "3": {
+ "description": "Ebene mit Bahnhöfen",
+ "name": "Bahnhöfe"
}
},
"title": "Bahnhöfe"
diff --git a/langs/themes/en.json b/langs/themes/en.json
index 4c695df9a..e5f5d1690 100644
--- a/langs/themes/en.json
+++ b/langs/themes/en.json
@@ -778,6 +778,13 @@
}
}
},
+ "10": {
+ "options": {
+ "0": {
+ "question": "Exclude etymology theme"
+ }
+ }
+ },
"2": {
"options": {
"0": {
@@ -833,13 +840,6 @@
"question": "Exclude GRB theme"
}
}
- },
- "10": {
- "options": {
- "0": {
- "question": "Exclude etymology theme"
- }
- }
}
},
"name": "Changeset centers",
@@ -920,6 +920,33 @@
"onwheels": {
"description": "On this map, publicly weelchair accessible places are shown and can be easily added",
"layers": {
+ "19": {
+ "override": {
+ "=title": {
+ "render": "Statistics"
+ }
+ }
+ },
+ "20": {
+ "override": {
+ "+tagRenderings": {
+ "0": {
+ "render": {
+ "special": {
+ "text": "Import"
+ }
+ }
+ },
+ "1": {
+ "render": {
+ "special": {
+ "message": "Add all the suggested tags"
+ }
+ }
+ }
+ }
+ }
+ },
"4": {
"override": {
"filter": {
@@ -962,33 +989,6 @@
"override": {
"name": "Disabled parking spaces"
}
- },
- "19": {
- "override": {
- "=title": {
- "render": "Statistics"
- }
- }
- },
- "20": {
- "override": {
- "+tagRenderings": {
- "0": {
- "render": {
- "special": {
- "text": "Import"
- }
- }
- },
- "1": {
- "render": {
- "special": {
- "message": "Add all the suggested tags"
- }
- }
- }
- }
- }
}
},
"title": "OnWheels"
@@ -1211,10 +1211,6 @@
"stations": {
"description": "View, edit and add details to a train station",
"layers": {
- "3": {
- "description": "Layer showing train stations",
- "name": "Train Stations"
- },
"16": {
"description": "Displays showing the trains that will leave from this station",
"name": "Departures boards",
@@ -1246,6 +1242,10 @@
"title": {
"render": "Departures board"
}
+ },
+ "3": {
+ "description": "Layer showing train stations",
+ "name": "Train Stations"
}
},
"title": "Train Stations"
diff --git a/langs/themes/es.json b/langs/themes/es.json
index 1d0c9f80e..5f6a7d6c7 100644
--- a/langs/themes/es.json
+++ b/langs/themes/es.json
@@ -769,6 +769,13 @@
}
}
},
+ "10": {
+ "options": {
+ "0": {
+ "question": "Excluir el tema de etimología"
+ }
+ }
+ },
"2": {
"options": {
"0": {
@@ -824,13 +831,6 @@
"question": "Excluir el tema GRB"
}
}
- },
- "10": {
- "options": {
- "0": {
- "question": "Excluir el tema de etimología"
- }
- }
}
},
"name": "Centros de conjuntos de cambios",
@@ -911,6 +911,33 @@
"onwheels": {
"description": "En este mapa, se muestran y se pueden agregar fácilmente lugares accesibles para sillas de ruedas",
"layers": {
+ "19": {
+ "override": {
+ "=title": {
+ "render": "Estadísticas"
+ }
+ }
+ },
+ "20": {
+ "override": {
+ "+tagRenderings": {
+ "0": {
+ "render": {
+ "special": {
+ "text": "Importar"
+ }
+ }
+ },
+ "1": {
+ "render": {
+ "special": {
+ "message": "Agregar todas las etiquetas sugeridas"
+ }
+ }
+ }
+ }
+ }
+ },
"4": {
"override": {
"filter": {
@@ -953,33 +980,6 @@
"override": {
"name": "Plazas de estacionamiento para discapacitados"
}
- },
- "19": {
- "override": {
- "=title": {
- "render": "Estadísticas"
- }
- }
- },
- "20": {
- "override": {
- "+tagRenderings": {
- "0": {
- "render": {
- "special": {
- "text": "Importar"
- }
- }
- },
- "1": {
- "render": {
- "special": {
- "message": "Agregar todas las etiquetas sugeridas"
- }
- }
- }
- }
- }
}
},
"title": "Sobre ruedas"
@@ -1202,10 +1202,6 @@
"stations": {
"description": "Ver, editar y agregar detalles a una estación de tren",
"layers": {
- "3": {
- "description": "Capa que muestra las estaciones de tren",
- "name": "Estaciones de tren"
- },
"16": {
"description": "Pantallas que muestran los trenes que saldrán de esta estación",
"name": "Tableros de salidas",
@@ -1237,6 +1233,10 @@
"title": {
"render": "Tablero de salidas"
}
+ },
+ "3": {
+ "description": "Capa que muestra las estaciones de tren",
+ "name": "Estaciones de tren"
}
},
"title": "Estaciones de tren"
diff --git a/langs/themes/fr.json b/langs/themes/fr.json
index 5aacec588..62482304c 100644
--- a/langs/themes/fr.json
+++ b/langs/themes/fr.json
@@ -790,6 +790,33 @@
"onwheels": {
"description": "Sur cette carte nous pouvons voir et ajouter les différents endroits publiques accessibles aux chaises roulantes",
"layers": {
+ "19": {
+ "override": {
+ "=title": {
+ "render": "Statistiques"
+ }
+ }
+ },
+ "20": {
+ "override": {
+ "+tagRenderings": {
+ "0": {
+ "render": {
+ "special": {
+ "text": "Importation"
+ }
+ }
+ },
+ "1": {
+ "render": {
+ "special": {
+ "message": "Ajouter tous les attributs suggérés"
+ }
+ }
+ }
+ }
+ }
+ },
"4": {
"override": {
"filter": {
@@ -832,33 +859,6 @@
"override": {
"name": "Places de stationnement pour personnes handicapées"
}
- },
- "19": {
- "override": {
- "=title": {
- "render": "Statistiques"
- }
- }
- },
- "20": {
- "override": {
- "+tagRenderings": {
- "0": {
- "render": {
- "special": {
- "text": "Importation"
- }
- }
- },
- "1": {
- "render": {
- "special": {
- "message": "Ajouter tous les attributs suggérés"
- }
- }
- }
- }
- }
}
},
"title": "OnWheels"
@@ -1025,10 +1025,6 @@
"stations": {
"description": "Voir, modifier et ajouter des détails à une gare ferroviaire",
"layers": {
- "3": {
- "description": "Couche montrant les gares",
- "name": "Gares ferroviaires"
- },
"16": {
"description": "Panneau affichant les trains au départ depuis cette gare",
"name": "Panneaux des départs",
@@ -1060,6 +1056,10 @@
"title": {
"render": "Tableau des départs"
}
+ },
+ "3": {
+ "description": "Couche montrant les gares",
+ "name": "Gares ferroviaires"
}
},
"title": "Gares ferroviaires"
diff --git a/langs/themes/it.json b/langs/themes/it.json
index 38148117d..016494c80 100644
--- a/langs/themes/it.json
+++ b/langs/themes/it.json
@@ -488,17 +488,17 @@
"onwheels": {
"description": "Su questa mappa sono indicati i luoghi pubblici accessibili con sedia a rotelle e possono essere facilmente aggiunti",
"layers": {
- "8": {
- "override": {
- "name": "Parcheggi per disabili"
- }
- },
"19": {
"override": {
"=title": {
"render": "Statistiche"
}
}
+ },
+ "8": {
+ "override": {
+ "name": "Parcheggi per disabili"
+ }
}
}
},
diff --git a/langs/themes/nb_NO.json b/langs/themes/nb_NO.json
index f11176641..70228236d 100644
--- a/langs/themes/nb_NO.json
+++ b/langs/themes/nb_NO.json
@@ -355,19 +355,6 @@
},
"onwheels": {
"layers": {
- "4": {
- "override": {
- "filter": {
- "0": {
- "options": {
- "1": {
- "question": "Uten breddeinfo"
- }
- }
- }
- }
- }
- },
"19": {
"override": {
"=title": {
@@ -394,6 +381,19 @@
}
}
}
+ },
+ "4": {
+ "override": {
+ "filter": {
+ "0": {
+ "options": {
+ "1": {
+ "question": "Uten breddeinfo"
+ }
+ }
+ }
+ }
+ }
}
},
"title": "På hjul"
@@ -473,10 +473,6 @@
},
"stations": {
"layers": {
- "3": {
- "description": "Lag som viser togstasjoner",
- "name": "Togstasjoner"
- },
"16": {
"tagRenderings": {
"type": {
@@ -487,6 +483,10 @@
}
}
}
+ },
+ "3": {
+ "description": "Lag som viser togstasjoner",
+ "name": "Togstasjoner"
}
},
"title": "Togstasjoner"
diff --git a/langs/themes/nl.json b/langs/themes/nl.json
index 1350e11ce..3f55d0345 100644
--- a/langs/themes/nl.json
+++ b/langs/themes/nl.json
@@ -653,8 +653,37 @@
"building type": {
"question": "Wat voor soort gebouw is dit?"
},
+ "grb-fixme": {
+ "mappings": {
+ "0": {
+ "then": "Geen fixme"
+ }
+ },
+ "question": "Wat zegt de fixme?",
+ "render": "De fixme is {fixme}"
+ },
+ "grb-housenumber": {
+ "mappings": {
+ "0": {
+ "then": "Geen huisnummer"
+ }
+ },
+ "question": "Wat is het huisnummer?",
+ "render": "Het huisnummer is {addr:housenumber}"
+ },
+ "grb-min-level": {
+ "question": "Hoeveel verdiepingen ontbreken?",
+ "render": "Dit gebouw begint maar op de {building:min_level} verdieping"
+ },
"grb-reference": {
"render": "Werd geïmporteerd vanuit GRB, het referentienummer is {source:geometry:ref}"
+ },
+ "grb-street": {
+ "question": "Wat is de straat?",
+ "render": "De straat is {addr:street}"
+ },
+ "grb-unit": {
+ "render": "De wooneenheid-aanduiding is {addr:unit} "
}
}
},
@@ -671,8 +700,35 @@
}
}
}
+ },
+ "5": {
+ "override": {
+ "tagRenderings+": {
+ "0": {
+ "mappings": {
+ "0": {
+ "then": "Geen omliggend OSM-gebouw gevonden"
+ }
+ }
+ },
+ "3": {
+ "mappings": {
+ "0": {
+ "then": "Geen omliggend OSM-gebouw gevonden. Een omliggend gebouw is nodig om dit punt als adres punt toe te voegen. Importeer eerst de gebouwen. Vernieuw dan de pagina om losse adressen toe te voegen
"
+ }
+ },
+ "render": {
+ "special": {
+ "text": "Voeg dit adres als een nieuw adrespunt toe"
+ }
+ }
+ }
+ }
+ }
}
- }
+ },
+ "shortDescription": "Grb import helper tool",
+ "title": "GRB import helper"
},
"guideposts": {
"description": "Wegwijzers (ook wel handwijzer genoemd) zijn vaak te vinden langs officiële wandel-, fiets-, ski- of paardrijroutes om de richtingen naar verschillende bestemmingen aan te geven. Vaak zijn ze vernoemd naar een regio of plaats en geven ze de hoogte aan.\n\nDe positie van een wegwijzer kan door een wandelaar/fietser/renner/skiër worden gebruikt als bevestiging van de huidige positie, vooral als ze een gedrukte kaart zonder GPS-ontvanger gebruiken. ",
@@ -773,6 +829,13 @@
}
}
},
+ "10": {
+ "options": {
+ "0": {
+ "question": "Thema etymologie uitsluiten"
+ }
+ }
+ },
"2": {
"options": {
"0": {
@@ -828,13 +891,6 @@
"question": "GRB-thema uitsluiten"
}
}
- },
- "10": {
- "options": {
- "0": {
- "question": "Thema etymologie uitsluiten"
- }
- }
}
},
"name": "Changeset centra",
@@ -915,6 +971,33 @@
"onwheels": {
"description": "Op deze kaart kan je rolstoeltoegankelijke plaatsen vinden en toevoegen",
"layers": {
+ "19": {
+ "override": {
+ "=title": {
+ "render": "Statistieken"
+ }
+ }
+ },
+ "20": {
+ "override": {
+ "+tagRenderings": {
+ "0": {
+ "render": {
+ "special": {
+ "text": "Importeren"
+ }
+ }
+ },
+ "1": {
+ "render": {
+ "special": {
+ "message": "Voeg alle gesuggereerde tags toe"
+ }
+ }
+ }
+ }
+ }
+ },
"4": {
"override": {
"filter": {
@@ -957,33 +1040,6 @@
"override": {
"name": "Parkeerplaatsen voor personen met een beperking"
}
- },
- "19": {
- "override": {
- "=title": {
- "render": "Statistieken"
- }
- }
- },
- "20": {
- "override": {
- "+tagRenderings": {
- "0": {
- "render": {
- "special": {
- "text": "Importeren"
- }
- }
- },
- "1": {
- "render": {
- "special": {
- "message": "Voeg alle gesuggereerde tags toe"
- }
- }
- }
- }
- }
}
},
"title": "OnWheels"
@@ -1108,6 +1164,11 @@
},
"title": "Dierenartsen, hondenloopzones en andere huisdiervriendelijke plaatsen"
},
+ "play_forests": {
+ "description": "Een speelbos is een zone in een bos die vrij toegankelijk is voor spelende kinderen. Deze wordt in bossen van het Agentschap Natuur en bos altijd aangeduid met het overeenkomstige bord.",
+ "shortDescription": "Deze kaart toont speelbossen",
+ "title": "Speelbossen"
+ },
"playgrounds": {
"description": "Op deze kaart vind je speeltuinen en kan je zelf meer informatie en foto's toevoegen",
"shortDescription": "Een kaart met speeltuinen",
@@ -1181,6 +1242,47 @@
"description": "Alles om te skiën",
"title": "Skipistes en kabelbanen"
},
+ "speelplekken": {
+ "description": "Welkom bij de Groendoener!
De Zuidrand dat is spelen, ravotten, chillen, wandelen,… in het groen. Meer dan 200 grote en kleine speelplekken liggen er in parken, in bossen en op pleintjes te wachten om ontdekt te worden. De verschillende speelplekken werden getest én goedgekeurd door kinder- en jongerenreporters uit de Zuidrand. Met leuke challenges dagen de reporters jou uit om ook op ontdekking te gaan. Klik op een speelplek op de kaart, bekijk het filmpje en ga op verkenning!
Het project groendoener kadert binnen het strategisch project Beleefbare Open Ruimte in de Antwerpse Zuidrand en is een samenwerking tussen het departement Leefmilieu van provincie Antwerpen, Sportpret vzw, een OpenStreetMap-België Consultent en Createlli vzw. Het project kwam tot stand met steun van Departement Omgeving van de Vlaamse Overheid.
",
+ "layers": {
+ "6": {
+ "name": "Wandelroutes van provincie Antwerpen",
+ "tagRenderings": {
+ "walk-description": {
+ "render": "Korte beschrijving:
{description}"
+ },
+ "walk-length": {
+ "render": "Deze wandeling is {_length:km}km lang"
+ },
+ "walk-operator": {
+ "question": "Wie beheert deze wandeling en plaatst dus de signalisatiebordjes?"
+ },
+ "walk-operator-email": {
+ "question": "Naar wie kan men emailen bij problemen rond signalisatie?",
+ "render": "Bij problemen met signalisatie kan men emailen naar {operator:email}"
+ },
+ "walk-type": {
+ "mappings": {
+ "0": {
+ "then": "Dit is een internationale wandelroute"
+ },
+ "1": {
+ "then": "Dit is een nationale wandelroute"
+ },
+ "2": {
+ "then": "Dit is een regionale wandelroute"
+ },
+ "3": {
+ "then": "Dit is een lokale wandelroute"
+ }
+ }
+ }
+ }
+ }
+ },
+ "shortDescription": "Speelplekken in de Antwerpse Zuidrand",
+ "title": "Welkom bij de groendoener!"
+ },
"sport_pitches": {
"description": "Een sportveld is een ingerichte plaats met infrastructuur om een sport te beoefenen",
"shortDescription": "Deze kaart toont sportvelden",
@@ -1206,10 +1308,6 @@
"stations": {
"description": "Bekijk, bewerk en voeg details to aan een treinstation",
"layers": {
- "3": {
- "description": "Laag met treinstations",
- "name": "Treinstations"
- },
"16": {
"description": "Schermen die treinen tonen die van dit station vertrekken",
"name": "Vertrektijdenborden",
@@ -1241,6 +1339,10 @@
"title": {
"render": "Vertrektijdenbord"
}
+ },
+ "3": {
+ "description": "Laag met treinstations",
+ "name": "Treinstations"
}
},
"title": "Treinstations"
@@ -1301,6 +1403,10 @@
},
"title": "Straatverlichting"
},
+ "street_lighting_assen": {
+ "description": "Op deze kaart vind je alles over straatlantaarns + een dataset van Assen",
+ "title": "Straatverlichting - Assen"
+ },
"surveillance": {
"description": "Op deze open kaart kan je bewakingscamera's vinden.",
"shortDescription": "Bewakingscameras en dergelijke",
@@ -1414,9 +1520,13 @@
"description": "Kaart met afvalbakken en recyclingfaciliteiten.",
"title": "Afval"
},
+ "waste_assen": {
+ "description": "Kaart met afvalbakken en recyclingfaciliteiten + een dataset voor Assen.",
+ "title": "Afval - Assen"
+ },
"waste_basket": {
"description": "Op deze kaart vind je afvalbakken bij jou in de buurt. Als er een afvalbak ontbreekt op deze kaart, kun je deze zelf toevoegen",
"shortDescription": "Een kaart met vuilnisbakken",
"title": "Vuilnisbakken"
}
-}
+}
\ No newline at end of file
diff --git a/langs/themes/pl.json b/langs/themes/pl.json
index 96682a297..e6c60a270 100644
--- a/langs/themes/pl.json
+++ b/langs/themes/pl.json
@@ -710,6 +710,33 @@
"onwheels": {
"description": "Na tej mapie pokazane są miejsca publicznie dostępne dla wózków inwalidzkich, które można łatwo dodać",
"layers": {
+ "19": {
+ "override": {
+ "=title": {
+ "render": "Statystyki"
+ }
+ }
+ },
+ "20": {
+ "override": {
+ "+tagRenderings": {
+ "0": {
+ "render": {
+ "special": {
+ "text": "Import"
+ }
+ }
+ },
+ "1": {
+ "render": {
+ "special": {
+ "message": "Dodaj wszystkie sugerowane znaczniki"
+ }
+ }
+ }
+ }
+ }
+ },
"4": {
"override": {
"filter": {
@@ -752,33 +779,6 @@
"override": {
"name": "Miejsca parkingowe dla niepełnosprawnych"
}
- },
- "19": {
- "override": {
- "=title": {
- "render": "Statystyki"
- }
- }
- },
- "20": {
- "override": {
- "+tagRenderings": {
- "0": {
- "render": {
- "special": {
- "text": "Import"
- }
- }
- },
- "1": {
- "render": {
- "special": {
- "message": "Dodaj wszystkie sugerowane znaczniki"
- }
- }
- }
- }
- }
}
},
"title": "Na kółkach"
@@ -898,10 +898,6 @@
"stations": {
"description": "Przeglądaj, edytuj i dodawaj szczegóły do stacji kolejowej",
"layers": {
- "3": {
- "description": "Warstwa pokazująca stacje kolejowe",
- "name": "Stacje Kolejowe"
- },
"16": {
"description": "Ekrany wyświetlające pokazujące pociągi, które odjadą z tej stacji",
"name": "Tablice odjazdów",
@@ -933,6 +929,10 @@
"title": {
"render": "Tablica odjazdów"
}
+ },
+ "3": {
+ "description": "Warstwa pokazująca stacje kolejowe",
+ "name": "Stacje Kolejowe"
}
},
"title": "Stacje Kolejowe"
diff --git a/langs/themes/zh_Hant.json b/langs/themes/zh_Hant.json
index 4a084cb10..a76a102df 100644
--- a/langs/themes/zh_Hant.json
+++ b/langs/themes/zh_Hant.json
@@ -366,10 +366,6 @@
},
"stations": {
"layers": {
- "3": {
- "description": "顯示火車站的圖層",
- "name": "火車站"
- },
"16": {
"name": "出發板",
"presets": {
@@ -390,6 +386,10 @@
"title": {
"render": "時刻表"
}
+ },
+ "3": {
+ "description": "顯示火車站的圖層",
+ "name": "火車站"
}
},
"title": "火車站"
diff --git a/langs/uk.json b/langs/uk.json
index d6f630728..f6132f5f4 100644
--- a/langs/uk.json
+++ b/langs/uk.json
@@ -532,7 +532,8 @@
}
}
},
- "importLayer": {},
+ "importLayer": {
+ },
"index": {
"about": "Про MapComplete",
"intro": "Тематичні мапи, до створення яких ви можете долучитися",
@@ -591,7 +592,8 @@
"removedKeys": "Наступні ключі будуть видалені:",
"title": "Позначити як невідомий?"
},
- "userinfo": {},
+ "userinfo": {
+ },
"validation": {
"opening_hours": {
"description": "Години роботи"
diff --git a/langs/zh_Hant.json b/langs/zh_Hant.json
index 85e209f3c..662a1b501 100644
--- a/langs/zh_Hant.json
+++ b/langs/zh_Hant.json
@@ -175,6 +175,7 @@
"donate": "財務上支援 MapComplete",
"editId": "開啟開放街圖線上編輯器",
"editJosm": "採用 JOSM 編輯",
+ "emailCreators": "寄 email 給創作者",
"followOnMastodon": "在 Mastodon 追蹤 MapComplete",
"gotoSourceCode": "檢視原始碼",
"iconAttribution": {
@@ -182,6 +183,7 @@
},
"josmNotOpened": "無法連到 JOSM,請確認 JOSM 已經開啟並且啟用遠端控制選項",
"josmOpened": "已經開啟 JOSM",
+ "madeBy": "由{author}製作",
"mapContributionsBy": "目前檢視的資料由 {contributors} 貢獻編輯",
"mapContributionsByAndHidden": "目前顯到的資料是由 {contributors} 和其他 {hiddenCount} 位貢獻者編輯貢獻",
"mapillaryHelp": "線上服務 Mapillary 能夠以開放授權提供收集到的街景照片。貢獻者能夠採用 Mapillary 照片來改進開放街圖",
@@ -189,14 +191,12 @@
"openMapillary": "開啟 Mapillary",
"openOsmcha": "請見 {theme} 的最新編輯",
"openOsmchaLastWeek": "檢視最近 7 天的編輯",
+ "openPanoramax": "在這邊開啟 Panoramax",
"openThemeDocumentation": "開啟專題地圖 {name} 的文件",
"seeOnMapillary": "在 Mapillary 觀看這張影像",
"themeBy": "由 {author} 維護主題",
"title": "版權與署名",
- "translatedBy": "MapComplete 由 {contributors} 翻譯,而且還有 {hiddenCount} 更多貢獻者",
- "emailCreators": "寄 email 給創作者",
- "madeBy": "由{author}製作",
- "openPanoramax": "在這邊開啟 Panoramax"
+ "translatedBy": "MapComplete 由 {contributors} 翻譯,而且還有 {hiddenCount} 更多貢獻者"
},
"back": "返回",
"backToIndex": "回到所有主題地圖的總覽頁面",
@@ -776,4 +776,4 @@
"startsWithQ": "維基數據編號以 Q 開頭後面接數字"
}
}
-}
+}
\ No newline at end of file
diff --git a/scripts/single_build.sh b/scripts/single_build.sh
index 49677134b..ab10c5618 100755
--- a/scripts/single_build.sh
+++ b/scripts/single_build.sh
@@ -1,16 +1,26 @@
+#! /bin/bash
+
+# Creates the build for just a single theme
+export NODE_OPTIONS="--max-old-space-size=12000"
THEME=$1
-npm run generate:layouts
if [ $# -eq 0 ]
then
echo "No arguments given. Expected a themename"
fi
-pwd
-if [ -f "$THEME.html" ]
+npm run prep:layeroverview
+npm run refresh:layeroverview
+npm run generate:layeroverview
+npm run test
+npm run generate:layouts
+
+if [[ -f "$THEME.html" ]]
then
echo "$THEME.html found."
else
- echo "Theme '$THEME' not found. Did you run 'npm run generate:layouts'?"
+ pwd
+ ls
+ echo "Theme '$THEME' not found. Did you run 'npm run generate:layouts'? Is the theme name correct?"
exit 1
fi
@@ -33,14 +43,10 @@ sed -i "s/input,/input: {index:\".\/index.html\", land: \".\/land.html\"}/" vite
sed -i "s/\/\/ LAYOUT.ADD_CONFIG/layout.enableMoreQuests = false/" index_"$THEME".ts
-
-
export NODE_OPTIONS=--max-old-space-size=20000
vite build --sourcemap --config vite_single.config.js || { echo 'Vite build failed' ; exit 1; }
-
-
cp -r assets/layers/ dist/assets/layers/
cp -r assets/themes/ dist/assets/themes/
cp -r assets/svg/ dist/assets/svg/
@@ -69,7 +75,6 @@ pwd
ls .
for f in *
do
- # echo ">>>" $f
case "$f" in
*$THEME* )
echo "Keeping $f"
@@ -92,37 +97,8 @@ fi
npm run clean
echo "BUILD COMPLETED"
-
-if [ $# -eq 2 ]
-then
- echo "DEPLOY TO $2"
-
- if [ -f "$2"/CNAME ]
- then
- CNAME=$(cat "$2"/CNAME)
- echo "Found a CNAME"
- fi
- echo "Assuming github pages, add \".nojekyll\""
- touch $2/.nojekyll
- echo $CNAME > $2/CNAME
- rm -r "$2/assets/*"
- echo " ! Don't forget to add `https://$CNAME/land.html` to the Redirect URIs on https://www.openstreetmap.org/oauth2/applications/"
- cp -r "dist_$THEME/"* "$2"/
-
- if [ -d "$2"/.git ]
- then
- cd $2
- git add *
- git commit -m "Add new version of MapComplete with single-page build of $THEME"
- git push
- cd -
- fi
- rm -r "dist_$THEME"
-else
- echo "BUILD COMPLETED"
- echo "On what domain will you deploy?"
- echo " ! Don't forget to add `https://yourdomain.tld/land.html` to the Redirect URIs on https://www.openstreetmap.org/oauth2/applications/"
- echo "Deploying on github pages?"
- echo " 1. Don't forget to add a CNAME file (containing your domain name verbatim, without protocol)"
- echo " 2 .nojekyll file (which is empty)"
-fi
+echo "On what domain will you deploy?"
+echo " ! Don't forget to add `https://yourdomain.tld/land.html` to the Redirect URIs on https://www.openstreetmap.org/oauth2/applications/"
+echo "Deploying on github pages?"
+echo " 1. Don't forget to add a CNAME file (containing your domain name verbatim, without protocol)"
+echo " 2 .nojekyll file (which is empty)"