Merge branch 'develop' of source.mapcomplete.org:MapComplete/MapComplete into develop

This commit is contained in:
Pieter Vander Vennet 2024-12-16 13:56:04 +01:00
commit 7a06bb9930
55 changed files with 3975 additions and 3781 deletions

View file

@ -1,7 +1,9 @@
name: Deploy develop on dev.mapcomplete.org name: Deploy develop on dev.mapcomplete.org
on: on:
- push push:
- pull_request branches-ignore:
- build/*
pull_request:
jobs: jobs:
deploy_on_hosted: deploy_on_hosted:
@ -15,7 +17,7 @@ jobs:
node-version: "20" node-version: "20"
cache: "npm" cache: "npm"
cache-dependency-path: package-lock.json cache-dependency-path: package-lock.json
- name: install deps - name: install deps
run: npm ci run: npm ci
shell: bash shell: bash

View file

@ -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"

View file

@ -394,9 +394,9 @@
"es": "¿Cuántos parabolts tienen como máximo las vías en {title()}?" "es": "¿Cuántos parabolts tienen como máximo las vías en {title()}?"
}, },
"render": { "render": {
"en": "The sport climbing routes here have at most {climbing:bolts:max} bolts.<div class='subtle'>This is without relays and indicates how much quickdraws a climber needs</div>", "en": "The sport climbing routes here have at most {climbing:bolts:max} bolts. <div class='subtle'>This is without belay stations and indicates how much quickdraws a climber needs.</div>",
"de": "Die Sportkletterrouten hier haben maximal {climbing:bolts:max} Haken.<div class='subtle'>Dies ist ohne Relais und gibt an, wie viel Schnellspanner ein Kletterer braucht</div>", "de": "Die Sportkletterrouten hier haben maximal {climbing:bolts:max} Haken.<div class='subtle'>Dies ist ohne Relais und gibt an, wie viel Schnellspanner ein Kletterer braucht</div>",
"nl": "De sportklimroutes hebben maximaal {climbing:bolts:max} bouten. <div class='subtle'>Hierbij worden relays niet meegteld. Dit geeft aan hoeveel klimsetjes een klimmer nodig heeft</div>", "nl": "De sportklimroutes hebben maximum {climbing:bolts:max} haken. <div class='subtle'>Hierbij worden standplaatsen niet meegeteld. Dit geeft aan hoeveel setjes een klimmer nodig heeft.</div>",
"es": "Las vías de escalada deportiva aquí tienen como máximo {climbing:bolts:max} parabolts.<div class='subtle'>Esto es sin reuniones e indica cuántos cintas exprés necesita un escalador</div>" "es": "Las vías de escalada deportiva aquí tienen como máximo {climbing:bolts:max} parabolts.<div class='subtle'>Esto es sin reuniones e indica cuántos cintas exprés necesita un escalador</div>"
}, },
"freeform": { "freeform": {

View file

@ -249,11 +249,11 @@
"es": "¿Cuántos parabolts tiene esta vía antes de llegar al anclaje?" "es": "¿Cuántos parabolts tiene esta vía antes de llegar al anclaje?"
}, },
"render": { "render": {
"en": "This route has {climbing:bolts} bolts <div class='subtle'>This is without relays and indicates how much quickdraws a climber needs</div>", "en": "This route has {climbing:bolts} bolts. <div class='subtle'>This is without belay stations and indicates how much quickdraws a climber needs.</div>",
"fr": "Cette voie a {climbing:bolts} prises <div class='subtle'>C'est sans relai et indique de combien de dégaine un grimpeur a besoin</div>", "fr": "Cette voie a {climbing:bolts} prises <div class='subtle'>C'est sans relai et indique de combien de dégaine un grimpeur a besoin</div>",
"de": "Diese Route hat {climbing:bolts} Haken <div class='subtle'>Dies ist ohne Relais und gibt an, wie viel Schnellspanner ein Kletterer braucht</div>", "de": "Diese Route hat {climbing:bolts} Haken <div class='subtle'>Dies ist ohne Relais und gibt an, wie viel Schnellspanner ein Kletterer braucht</div>",
"it": "Questo percorso ha {climbing:bolts} bulloni <div class='subtle'>Questa è senza collettori e indica di quanti bloccaggi rapidi ha bisogno un arrampicatore</div>", "it": "Questo percorso ha {climbing:bolts} bulloni <div class='subtle'>Questa è senza collettori e indica di quanti bloccaggi rapidi ha bisogno un arrampicatore</div>",
"nl": "Deze route heeft {climbing:bolts} klimbouten. <div class='subtle'>Dit is zonder het relay mee te tellen. Een klimmer heeft dus minstens {climbing:bolts} klimsetjes nodig om boven te raken</div>", "nl": "Deze route heeft {climbing:bolts} haken. <div class='subtle'>Hierbij wordt de standplaats niet meegeteld. Een klimmer heeft normaal gezien dus minstens {climbing:bolts} setjes nodig.</div>",
"es": "Esta vía tiene {climbing:bolts} parabolts <div class='subtle'>Esto es sin reuniones e indica cuántos cintas exprés necesita un escalador</div>" "es": "Esta vía tiene {climbing:bolts} parabolts <div class='subtle'>Esto es sin reuniones e indica cuántos cintas exprés necesita un escalador</div>"
}, },
"freeform": { "freeform": {

View file

@ -842,4 +842,4 @@
"startsWithQ": "Identifikátor wikidat začíná písmenem Q a následuje za ním číslo" "startsWithQ": "Identifikátor wikidat začíná písmenem Q a následuje za ním číslo"
} }
} }
} }

View file

@ -460,7 +460,8 @@
"activateButton": "Hjælp med at oversætte MapComplete", "activateButton": "Hjælp med at oversætte MapComplete",
"missing": "{count} uoversatte strenge" "missing": "{count} uoversatte strenge"
}, },
"userinfo": {}, "userinfo": {
},
"validation": { "validation": {
"color": { "color": {
"description": "En farve eller hex-kode" "description": "En farve eller hex-kode"

View file

@ -844,4 +844,4 @@
"startsWithQ": "Ein Wikidata-Identifikator beginnt mit Q und wird von einer Zahl gefolgt" "startsWithQ": "Ein Wikidata-Identifikator beginnt mit Q und wird von einer Zahl gefolgt"
} }
} }
} }

View file

@ -1 +1,2 @@
{} {
}

View file

@ -852,4 +852,4 @@
"startsWithQ": "A wikidata identifier starts with Q and is followed by a number" "startsWithQ": "A wikidata identifier starts with Q and is followed by a number"
} }
} }
} }

View file

@ -94,7 +94,8 @@
"question_opinion": "Kamusta ang iyong karanasan?", "question_opinion": "Kamusta ang iyong karanasan?",
"reviewPlaceholder": "Ilarawan ang iyong karanasan…" "reviewPlaceholder": "Ilarawan ang iyong karanasan…"
}, },
"translations": {}, "translations": {
},
"unknown": { "unknown": {
"clear": "Tanggalin ang sagot" "clear": "Tanggalin ang sagot"
}, },

View file

@ -1 +1,2 @@
{} {
}

View file

@ -615,6 +615,9 @@
"logIn": "A korábban megnézett tematikus térképek megtekintéséhez be kell jelentkezned", "logIn": "A korábban megnézett tematikus térképek megtekintéséhez be kell jelentkezned",
"title": "MapComplete" "title": "MapComplete"
}, },
"inspector": {
"menu": "Közreműködő megvizsgálása"
},
"move": { "move": {
"cancel": "Válassz másik okot", "cancel": "Válassz másik okot",
"cannotBeMoved": "Ez az objektum nem mozdítható el.", "cannotBeMoved": "Ez az objektum nem mozdítható el.",
@ -848,8 +851,5 @@
"empty": "Adj meg néhány Wikidata-bejegyzést", "empty": "Adj meg néhány Wikidata-bejegyzést",
"startsWithQ": "A Wikidata-azonosító Q-val kezdődik, amelyet egy szám követ" "startsWithQ": "A Wikidata-azonosító Q-val kezdődik, amelyet egy szám követ"
} }
},
"inspector": {
"menu": "Közreműködő megvizsgálása"
} }
} }

View file

@ -150,7 +150,8 @@
"split": { "split": {
"cancel": "Batal" "cancel": "Batal"
}, },
"translations": {}, "translations": {
},
"validation": { "validation": {
"date": { "date": {
"description": "Tanggal, dimulai dari tahun" "description": "Tanggal, dimulai dari tahun"

View file

@ -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", "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" "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": { "2": {
"title": "un mupi" "title": "un mupi"
}, },
@ -61,26 +81,6 @@
}, },
"9": { "9": {
"title": "una patalla sobre una paret" "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": { "tagRenderings": {
@ -175,6 +175,9 @@
"1": { "1": {
"then": "Açò és un tauló d'anuncis" "then": "Açò és un tauló d'anuncis"
}, },
"10": {
"then": "Açò és una paret pintada"
},
"2": { "2": {
"then": "Açò és una columna" "then": "Açò és una columna"
}, },
@ -198,9 +201,6 @@
}, },
"9": { "9": {
"then": "Açò és un tòtem" "then": "Açò és un tòtem"
},
"10": {
"then": "Açò és una paret pintada"
} }
}, },
"question": "Quin tipus d'element publicitari és aquest?", "question": "Quin tipus d'element publicitari és aquest?",
@ -215,6 +215,9 @@
"1": { "1": {
"then": "Tauló d'anuncis" "then": "Tauló d'anuncis"
}, },
"10": {
"then": "Paret Pintada"
},
"2": { "2": {
"then": "Mupi" "then": "Mupi"
}, },
@ -238,9 +241,6 @@
}, },
"9": { "9": {
"then": "Tòtem" "then": "Tòtem"
},
"10": {
"then": "Paret Pintada"
} }
} }
} }
@ -381,6 +381,15 @@
"1": { "1": {
"then": "Mural" "then": "Mural"
}, },
"10": {
"then": "Azulejo (Rajoles decoratives espanyoles i portugueses)"
},
"11": {
"then": "Enrajolat"
},
"12": {
"then": "Tallat a la fusta"
},
"2": { "2": {
"then": "Pintura" "then": "Pintura"
}, },
@ -404,15 +413,6 @@
}, },
"9": { "9": {
"then": "Relleu" "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?", "question": "Quin tipus d'obra és aquesta peça?",
@ -1911,14 +1911,14 @@
"1": { "1": {
"question": "Té un connector <div style='display: inline-block'><b><b>Schuko</b> sense pin de terra (CEE7/4 tipus F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div>" "question": "Té un connector <div style='display: inline-block'><b><b>Schuko</b> sense pin de terra (CEE7/4 tipus F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div>"
}, },
"10": {
"question": "Té un connector <div style='display: inline-block'><b><b>Tipus 2 amb cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>"
},
"2": { "2": {
"question": "Té un connector <div style='display: inline-block'><b><b>endoll de paret Europeu</b> amb un pin de terra (CEE7/4 tipus F)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div>" "question": "Té un connector <div style='display: inline-block'><b><b>endoll de paret Europeu</b> amb un pin de terra (CEE7/4 tipus F)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div>"
}, },
"3": { "3": {
"question": "Té un connector <div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div>" "question": "Té un connector <div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div>"
},
"10": {
"question": "Té un connector <div style='display: inline-block'><b><b>Tipus 2 amb cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>"
} }
} }
} }
@ -1965,30 +1965,6 @@
"1": { "1": {
"then": "<b>Endoll de paret Schuko</b> sense pin a terra (CEE7/4 tipus F)" "then": "<b>Endoll de paret Schuko</b> sense pin a terra (CEE7/4 tipus F)"
}, },
"2": {
"then": "<b>Endoll de paret Europeu</b> amb pin a terra (CEE7/4 tipus E)"
},
"3": {
"then": "<b>Endoll de paret Europeu</b> amb pin a terra (CEE7/4 tipus E)"
},
"4": {
"then": "<b>CHAdeMo</b>"
},
"5": {
"then": "<b>CHAdeMo</b>"
},
"6": {
"then": "<b>Tipus 1 amb cable</b>"
},
"7": {
"then": "<b>Tipus 1 amb cable</b>"
},
"8": {
"then": "<b>Tipus 1 <i>sense</i> cable</b>"
},
"9": {
"then": "<b>Tipus 1 <i>sense</i> cable</b>(J1772)"
},
"10": { "10": {
"then": "<b>CSS Tipus 1</b> (també conegut com a Tipus 1 Combo)" "then": "<b>CSS Tipus 1</b> (també conegut com a Tipus 1 Combo)"
}, },
@ -2012,6 +1988,30 @@
}, },
"17": { "17": {
"then": "<b>CSS Tipus 2</b> (mennekes)" "then": "<b>CSS Tipus 2</b> (mennekes)"
},
"2": {
"then": "<b>Endoll de paret Europeu</b> amb pin a terra (CEE7/4 tipus E)"
},
"3": {
"then": "<b>Endoll de paret Europeu</b> amb pin a terra (CEE7/4 tipus E)"
},
"4": {
"then": "<b>CHAdeMo</b>"
},
"5": {
"then": "<b>CHAdeMo</b>"
},
"6": {
"then": "<b>Tipus 1 amb cable</b>"
},
"7": {
"then": "<b>Tipus 1 amb cable</b>"
},
"8": {
"then": "<b>Tipus 1 <i>sense</i> cable</b>"
},
"9": {
"then": "<b>Tipus 1 <i>sense</i> cable</b>(J1772)"
} }
} }
}, },
@ -2667,6 +2667,9 @@
"1": { "1": {
"then": "Aquesta via ciclista està pavimentada" "then": "Aquesta via ciclista està pavimentada"
}, },
"10": {
"then": "Aquesta via ciclista està feta de grava fina"
},
"2": { "2": {
"then": "Aquesta via ciclista està feta d'asfalt" "then": "Aquesta via ciclista està feta d'asfalt"
}, },
@ -2690,9 +2693,6 @@
}, },
"9": { "9": {
"then": "Aquesta via ciclista està feta de grava" "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?", "question": "De quina superfície està fet aquesta via ciclista?",
@ -2738,6 +2738,9 @@
"1": { "1": {
"then": "Aquest carril bici està pavimentat" "then": "Aquest carril bici està pavimentat"
}, },
"10": {
"then": "Aquesta via ciclista està feta de gravilla"
},
"2": { "2": {
"then": "Aquest carril bici està fet d'asfalt" "then": "Aquest carril bici està fet d'asfalt"
}, },
@ -2749,9 +2752,6 @@
}, },
"9": { "9": {
"then": "Aquesta via ciclista està feta de grava" "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?", "question": "De què està feta la superfície d'aquest carrer?",
@ -3768,6 +3768,13 @@
} }
} }
}, },
"10": {
"options": {
"2": {
"question": "No s'admeten gossos"
}
}
},
"2": { "2": {
"options": { "options": {
"0": { "0": {
@ -3838,13 +3845,6 @@
"question": "Ús gratuït" "question": "Ús gratuït"
} }
} }
},
"10": {
"options": {
"2": {
"question": "No s'admeten gossos"
}
}
} }
} }
}, },
@ -3961,6 +3961,21 @@
"1": { "1": {
"then": "Aquesta estació de fitness té un cartell amb instruccions per a un exercici concret." "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": { "2": {
"then": "Aquesta estació de fitness té una instal·lació per fer abdominals." "then": "Aquesta estació de fitness té una instal·lació per fer abdominals."
}, },
@ -3984,21 +3999,6 @@
}, },
"9": { "9": {
"then": "Aquesta estació de fitness té llocs per fer exercicis d'eslàlom." "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": { "1": {
"then": "Fregiduria" "then": "Fregiduria"
}, },
"10": {
"then": "Xinés"
},
"11": {
"then": "Grec"
},
"12": {
"then": "Indi"
},
"13": {
"then": "Turc"
},
"14": {
"then": "Tailandés"
},
"2": { "2": {
"then": "Principalment serveix pasta" "then": "Principalment serveix pasta"
}, },
@ -4140,21 +4155,6 @@
}, },
"9": { "9": {
"then": "Restaurant francés" "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í?", "question": "Quin tipus de menjar es serveix aquí?",
@ -4708,9 +4708,24 @@
"1": { "1": {
"then": "Açò és un auditori" "then": "Açò és un auditori"
}, },
"10": {
"then": "Açò és un laboratori"
},
"14": {
"then": "Açò és una oficina"
},
"17": {
"then": "Açò és un restaurant"
},
"2": { "2": {
"then": "Açò és un dormitori" "then": "Açò és un dormitori"
}, },
"20": {
"then": "Açò és un magatzem"
},
"23": {
"then": "Açò és una sala d'espera"
},
"3": { "3": {
"then": "Açò és una capella" "then": "Açò és una capella"
}, },
@ -4728,21 +4743,6 @@
}, },
"9": { "9": {
"then": "Açò és una cuina" "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?" "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": { "2": {
"options": { "options": {
"0": { "0": {
@ -5395,27 +5416,6 @@
"question": "<b>No</b> obert pel contribuïdor {search}" "question": "<b>No</b> 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", "name": "Notes d'OpenStreetMap",
@ -5704,6 +5704,12 @@
"1": { "1": {
"then": "Aquesta és una plaça d'aparcament normal." "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": { "2": {
"then": "Aquesta és una plaça d'aparcament per a minusvàlids." "then": "Aquesta és una plaça d'aparcament per a minusvàlids."
}, },
@ -5721,12 +5727,6 @@
}, },
"9": { "9": {
"then": "Es tracta d'una plaça d'aparcament reservada per a pares amb fills." "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?" "question": "Quin tipus d'espai d'aparcament és aquest?"
@ -6292,6 +6292,21 @@
"1": { "1": {
"then": "S'accepten monedes de 2 cèntims" "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": { "2": {
"then": "S'accepten monedes de 5 cèntims" "then": "S'accepten monedes de 5 cèntims"
}, },
@ -6315,21 +6330,6 @@
}, },
"9": { "9": {
"then": "S'accepten monedes de 10 cèntims" "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í?" "question": "Quines monedes es poden utilitzar per a pagar aquí?"
@ -6342,6 +6342,15 @@
"1": { "1": {
"then": "S'accepten bitllets de 10 euros" "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": { "2": {
"then": "S'accepten bitllets de 20 euros" "then": "S'accepten bitllets de 20 euros"
}, },
@ -6365,15 +6374,6 @@
}, },
"9": { "9": {
"then": "S'accepten bitllets de 50 francs" "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í?" "question": "Amb quins bitllets pot pagar aquí?"
@ -6735,30 +6735,6 @@
"1": { "1": {
"question": "Reciclatge de piles" "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": { "10": {
"question": "Reciclatge de vidre" "question": "Reciclatge de vidre"
}, },
@ -6789,11 +6765,35 @@
"19": { "19": {
"question": "Reciclatge del rebuig" "question": "Reciclatge del rebuig"
}, },
"2": {
"question": "Reciclatge de cartrons de begudes"
},
"20": { "20": {
"question": "Reciclatge de cartutxos d'impressora" "question": "Reciclatge de cartutxos d'impressora"
}, },
"21": { "21": {
"question": "Reciclatge de bicicletes" "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": { "1": {
"then": "Aquí es poden reciclar els cartons de begudes" "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": { "10": {
"then": "Aquí es pot reciclar vidre" "then": "Aquí es pot reciclar vidre"
}, },
@ -6912,6 +6888,9 @@
"19": { "19": {
"then": "Aquí es pot reciclar ferralla" "then": "Aquí es pot reciclar ferralla"
}, },
"2": {
"then": "Aquí es poden reciclar llaunes"
},
"20": { "20": {
"then": "Aquí es poden reciclar sabates" "then": "Aquí es poden reciclar sabates"
}, },
@ -6929,6 +6908,27 @@
}, },
"25": { "25": {
"then": "Aquí es poden reciclar bicicletes" "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í?" "question": "Què es pot reciclar aquí?"
@ -7751,6 +7751,12 @@
"1": { "1": {
"then": "Aquest fanal utilitza LED" "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": { "2": {
"then": "Aquest fanal utilitza il·luminació incandescent" "then": "Aquest fanal utilitza il·luminació incandescent"
}, },
@ -7774,12 +7780,6 @@
}, },
"9": { "9": {
"then": "Aquest fanal utilitza làmpades de sodi de baixa pressió (taronja monocroma)" "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?" "question": "Quin tipus d'il·luminació utilitza aquest fanal?"
@ -9034,30 +9034,6 @@
"1": { "1": {
"question": "Venda de begudes" "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": { "10": {
"question": "Venda de llet" "question": "Venda de llet"
}, },
@ -9085,6 +9061,9 @@
"19": { "19": {
"question": "Venda de maduixes" "question": "Venda de maduixes"
}, },
"2": {
"question": "Venda de llaminadures"
},
"20": { "20": {
"question": "Venda de flors" "question": "Venda de flors"
}, },
@ -9111,6 +9090,27 @@
}, },
"28": { "28": {
"question": "Venda de cadenat per a bicicletes" "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": { "1": {
"then": "Es venen llaminadures" "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": { "10": {
"then": "Es ven pa" "then": "Es ven pa"
}, },
@ -9255,6 +9231,9 @@
"19": { "19": {
"then": "Es venen flors" "then": "Es venen flors"
}, },
"2": {
"then": "Es ven menjar"
},
"20": { "20": {
"then": "Es venen tiquets d'aparcament" "then": "Es venen tiquets d'aparcament"
}, },
@ -9278,6 +9257,27 @@
}, },
"27": { "27": {
"then": "Es venen cadenats per a bicicletes" "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?", "question": "Que ven aquesta màquina expenedora?",

View file

@ -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", "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" "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": { "2": {
"title": "volně stojící plakátovací skříň" "title": "volně stojící plakátovací skříň"
}, },
@ -61,26 +81,6 @@
}, },
"9": { "9": {
"title": "obrazovka připevněná na stěnu" "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": { "tagRenderings": {
@ -186,6 +186,15 @@
"1": { "1": {
"then": "Toto je deska" "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": { "2": {
"then": "Toto je sloup" "then": "Toto je sloup"
}, },
@ -209,15 +218,6 @@
}, },
"9": { "9": {
"then": "Toto je totem" "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á?", "question": "O jaký typ reklamního prvku se jedná?",
@ -232,6 +232,9 @@
"1": { "1": {
"then": "Deska" "then": "Deska"
}, },
"10": {
"then": "Nástěnná malba"
},
"2": { "2": {
"then": "Skříň na plakáty" "then": "Skříň na plakáty"
}, },
@ -255,9 +258,6 @@
}, },
"9": { "9": {
"then": "Totem" "then": "Totem"
},
"10": {
"then": "Nástěnná malba"
} }
} }
} }
@ -304,6 +304,9 @@
"1": { "1": {
"then": "Jedná se o gondolu, kde vozy jezdí v nepřetržitých kruzích" "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": { "2": {
"then": "Otevřená lanovka se sedačkami k sezení na čerstvém vzduchu." "then": "Otevřená lanovka se sedačkami k sezení na čerstvém vzduchu."
}, },
@ -327,9 +330,6 @@
}, },
"9": { "9": {
"then": "Kouzelný koberec (pásový dopravník na zemi)" "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á?" "question": "O jaký typ dráhy se jedná?"
@ -474,6 +474,15 @@
"1": { "1": {
"then": "Nástěnná malba" "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": { "2": {
"then": "Malba" "then": "Malba"
}, },
@ -497,15 +506,6 @@
}, },
"9": { "9": {
"then": "Reliéf" "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?", "question": "Jaký je typ tohoto uměleckého díla?",
@ -1583,6 +1583,9 @@
"1": { "1": {
"then": "Stojan s bočními smyčkami" "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": { "2": {
"then": "Stojan na kola / smyčky" "then": "Stojan na kola / smyčky"
}, },
@ -1606,9 +1609,6 @@
}, },
"9": { "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.." "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?", "question": "Jaký je typ tohoto parkoviště pro jízdní kola?",
@ -2383,27 +2383,6 @@
"1": { "1": {
"then": "<b>Schuko zásuvka</b> bez zemnícího kolíku (CEE7/4 typ F)" "then": "<b>Schuko zásuvka</b> bez zemnícího kolíku (CEE7/4 typ F)"
}, },
"2": {
"then": "<b>Evropská zásuvka</b> se zemnícím kolíkem (CEE7/4 typ E)"
},
"4": {
"then": "<b>Chademo</b>"
},
"5": {
"then": "<b>Chademo</b>"
},
"6": {
"then": "<b>Typ 1 s kabelem</b> (J1772)"
},
"7": {
"then": "<b>Typ 1 s kabelem</b> (J1772)"
},
"8": {
"then": "<b>Typ 1 <i>bez</i> kabelu</b> (J1772)"
},
"9": {
"then": "<b>Typ 1 <i>bez</i> kabelu</b> (J1772)"
},
"10": { "10": {
"then": "<b>CCS typu 1</b> (neboli kombinace typu 1)" "then": "<b>CCS typu 1</b> (neboli kombinace typu 1)"
}, },
@ -2434,6 +2413,9 @@
"19": { "19": {
"then": "<b>Typ 2 s kabelem</b> (mennekes)" "then": "<b>Typ 2 s kabelem</b> (mennekes)"
}, },
"2": {
"then": "<b>Evropská zásuvka</b> se zemnícím kolíkem (CEE7/4 typ E)"
},
"20": { "20": {
"then": "<b>Tesla Supercharger CCS</b> (značkový typ2_css)" "then": "<b>Tesla Supercharger CCS</b> (značkový typ2_css)"
}, },
@ -2467,11 +2449,29 @@
"39": { "39": {
"then": "<b>AS3112</b> (Typ I)" "then": "<b>AS3112</b> (Typ I)"
}, },
"4": {
"then": "<b>Chademo</b>"
},
"40": { "40": {
"then": "<b>NEMA 5-20</b> (Typ B)" "then": "<b>NEMA 5-20</b> (Typ B)"
}, },
"41": { "41": {
"then": "<b>NEMA 5-20</b> (Typ B)" "then": "<b>NEMA 5-20</b> (Typ B)"
},
"5": {
"then": "<b>Chademo</b>"
},
"6": {
"then": "<b>Typ 1 s kabelem</b> (J1772)"
},
"7": {
"then": "<b>Typ 1 s kabelem</b> (J1772)"
},
"8": {
"then": "<b>Typ 1 <i>bez</i> kabelu</b> (J1772)"
},
"9": {
"then": "<b>Typ 1 <i>bez</i> kabelu</b> (J1772)"
} }
}, },
"question": "Jaké nabíjecí přípojky jsou zde k dispozici?" "question": "Jaké nabíjecí přípojky jsou zde k dispozici?"
@ -3302,21 +3302,6 @@
"1": { "1": {
"then": "Tento přechod má označení zebra" "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": { "10": {
"then": "Tento přechod má označení zebry ve střídavých barvách" "then": "Tento přechod má označení zebry ve střídavých barvách"
}, },
@ -3331,6 +3316,21 @@
}, },
"14": { "14": {
"then": "Tento přechod má dvojité čáry na obou stranách přechodu" "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": { "1": {
"then": "Tato cyklostezka je zpevněná" "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": { "2": {
"then": "Tato cyklostezka je z asfaltu" "then": "Tato cyklostezka je z asfaltu"
}, },
@ -3441,15 +3450,6 @@
}, },
"9": { "9": {
"then": "Tato cyklostezka je štěrková" "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?", "question": "Jaký je povrch cyklostezky?",
@ -3498,6 +3498,15 @@
"1": { "1": {
"then": "Tato cyklostezka je zpevněná" "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": { "2": {
"then": "Tato cyklostezka je z asfaltu" "then": "Tato cyklostezka je z asfaltu"
}, },
@ -3521,15 +3530,6 @@
}, },
"9": { "9": {
"then": "Tato cyklostezka je ze štěrku" "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?", "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": { "2": {
"options": { "options": {
"0": { "0": {
@ -4557,54 +4605,6 @@
"question": "Použití zdarma" "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": { "1": {
"then": "Tato fitness stanice má ceduli s pokyny pro konkrétní cvičení." "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": { "10": {
"then": "Tato fitness stanice má odrazové můstky." "then": "Tato fitness stanice má odrazové můstky."
}, },
@ -4778,6 +4754,9 @@
"19": { "19": {
"then": "Tato fitness stanice má bojová lana." "then": "Tato fitness stanice má bojová lana."
}, },
"2": {
"then": "Tato posilovna má zařízení pro sedy-lehy."
},
"20": { "20": {
"then": "Tato posilovna má stacionární kolo." "then": "Tato posilovna má stacionární kolo."
}, },
@ -4792,6 +4771,27 @@
}, },
"24": { "24": {
"then": "Tato fitness stanice má slackline." "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?" "question": "Jaké vybavení má tato fitness stanice?"
@ -4911,6 +4911,21 @@
"1": { "1": {
"then": "Hranolkárna" "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": { "2": {
"then": "Podávají hlavně těstoviny" "then": "Podávají hlavně těstoviny"
}, },
@ -4934,21 +4949,6 @@
}, },
"9": { "9": {
"then": "Podávají se zde francouzská jídla" "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á?", "question": "Jaké jídlo se zde podává?",
@ -5562,30 +5562,6 @@
"1": { "1": {
"then": "Jedná se o posluchárnu" "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": { "10": {
"then": "Jedná se o laboratoř" "then": "Jedná se o laboratoř"
}, },
@ -5613,6 +5589,9 @@
"19": { "19": {
"then": "Jedná se o sportovní místnost" "then": "Jedná se o sportovní místnost"
}, },
"2": {
"then": "Jedná se o ložnici"
},
"20": { "20": {
"then": "Jedná se o skladovací místnost" "then": "Jedná se o skladovací místnost"
}, },
@ -5624,6 +5603,27 @@
}, },
"23": { "23": {
"then": "Jedná se o čekárnu" "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á?" "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": { "2": {
"options": { "options": {
"0": { "0": {
@ -6298,27 +6319,6 @@
"question": "<b>Není</b> otevřeno přispěvatelem {search}" "question": "<b>Není</b> 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", "name": "Poznámky OpenStreetMap",
@ -6629,6 +6629,18 @@
"1": { "1": {
"then": "To je normální parkovací místo." "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": { "2": {
"then": "Jedná se o parkovací místo pro osoby se zdravotním postižením." "then": "Jedná se o parkovací místo pro osoby se zdravotním postižením."
}, },
@ -6652,18 +6664,6 @@
}, },
"9": { "9": {
"then": "Jedná se o parkovací místo vyhrazené pro rodiče s dětmi." "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?" "question": "Co je to za parkovací místo?"
@ -7709,30 +7709,6 @@
"1": { "1": {
"question": "Recyklace baterií" "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": { "10": {
"question": "Recyklace skla" "question": "Recyklace skla"
}, },
@ -7763,11 +7739,35 @@
"19": { "19": {
"question": "Recyklace zbytkového odpadu" "question": "Recyklace zbytkového odpadu"
}, },
"2": {
"question": "Recyklace nápojových kartonů"
},
"20": { "20": {
"question": "Recyklace náplní do tiskáren" "question": "Recyklace náplní do tiskáren"
}, },
"21": { "21": {
"question": "Recyklace jízdních kol" "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": { "1": {
"then": "Nápojové kartony se zde dají recyklovat" "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": { "10": {
"then": "Sklo se zde dá recyklovat" "then": "Sklo se zde dá recyklovat"
}, },
@ -7886,6 +7862,9 @@
"19": { "19": {
"then": "Kovový šrot lze zde recyklovat" "then": "Kovový šrot lze zde recyklovat"
}, },
"2": {
"then": "Plechovky se zde dají recyklovat"
},
"20": { "20": {
"then": "Boty se zde dají recyklovat" "then": "Boty se zde dají recyklovat"
}, },
@ -7903,6 +7882,27 @@
}, },
"25": { "25": {
"then": "Kola se zde dají recyklovat" "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?" "question": "Co se zde dá recyklovat?"
@ -8897,6 +8897,12 @@
"1": { "1": {
"then": "Tato lampa používá LED diody" "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": { "2": {
"then": "Tato lampa využívá žárovkové osvětlení" "then": "Tato lampa využívá žárovkové osvětlení"
}, },
@ -8920,12 +8926,6 @@
}, },
"9": { "9": {
"then": "Tato lampa používá nízkotlaké sodíkové výbojky (monochromatické oranžové)" "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?" "question": "Jaké osvětlení používá tato lampa?"
@ -10179,30 +10179,6 @@
"1": { "1": {
"question": "Prodej nápojů" "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": { "10": {
"question": "Prodej mléka" "question": "Prodej mléka"
}, },
@ -10230,6 +10206,9 @@
"19": { "19": {
"question": "Prodej jahod" "question": "Prodej jahod"
}, },
"2": {
"question": "Prodej sladkostí"
},
"20": { "20": {
"question": "Prodej květin" "question": "Prodej květin"
}, },
@ -10256,6 +10235,27 @@
}, },
"28": { "28": {
"question": "Prodej zámků na kola" "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": { "1": {
"then": "Prodává sladkosti" "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": { "10": {
"then": "Prodává chléb" "then": "Prodává chléb"
}, },
@ -10400,6 +10376,9 @@
"19": { "19": {
"then": "Prodává květiny" "then": "Prodává květiny"
}, },
"2": {
"then": "Prodává jídlo"
},
"20": { "20": {
"then": "Prodává parkovací lístky" "then": "Prodává parkovací lístky"
}, },
@ -10423,6 +10402,27 @@
}, },
"27": { "27": {
"then": "Prodává zámky na kolo" "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á?", "question": "Co tento automat prodává?",
@ -10715,4 +10715,4 @@
"render": "větrná turbína" "render": "větrná turbína"
} }
} }
} }

View file

@ -94,6 +94,12 @@
"1": { "1": {
"then": "Vægmaleri" "then": "Vægmaleri"
}, },
"10": {
"then": "Azulejo (spansk dekorativt flisebeklædning)"
},
"11": {
"then": "flisebeklædning"
},
"2": { "2": {
"then": "Maleri" "then": "Maleri"
}, },
@ -117,12 +123,6 @@
}, },
"9": { "9": {
"then": "Relief" "then": "Relief"
},
"10": {
"then": "Azulejo (spansk dekorativt flisebeklædning)"
},
"11": {
"then": "flisebeklædning"
} }
}, },
"question": "Hvilken slags kunstværk er det?", "question": "Hvilken slags kunstværk er det?",

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -101,6 +101,12 @@
"1": { "1": {
"then": "Murala" "then": "Murala"
}, },
"11": {
"then": "Keramika"
},
"12": {
"then": "Egur taila"
},
"2": { "2": {
"then": "Margolana" "then": "Margolana"
}, },
@ -124,12 +130,6 @@
}, },
"9": { "9": {
"then": "Erliebea" "then": "Erliebea"
},
"11": {
"then": "Keramika"
},
"12": {
"then": "Egur taila"
} }
} }
} }

View file

@ -32,6 +32,26 @@
"description": "Un grand équipement extérieur, principalement disposé dans les zones à fort trafic comme une route", "description": "Un grand équipement extérieur, principalement disposé dans les zones à fort trafic comme une route",
"title": "un grand panneau" "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": { "2": {
"title": "un panneau à affiches scellé au sol" "title": "un panneau à affiches scellé au sol"
}, },
@ -57,26 +77,6 @@
}, },
"9": { "9": {
"title": "un écran fixé au mur" "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": { "tagRenderings": {
@ -179,6 +179,9 @@
"1": { "1": {
"then": "C'est un petit panneau" "then": "C'est un petit panneau"
}, },
"10": {
"then": "C'est une peinture murale"
},
"2": { "2": {
"then": "C'est une colonne" "then": "C'est une colonne"
}, },
@ -202,9 +205,6 @@
}, },
"9": { "9": {
"then": "C'est un totem" "then": "C'est un totem"
},
"10": {
"then": "C'est une peinture murale"
} }
}, },
"question": "De quel type de dispositif publicitaire s'agit-il ?", "question": "De quel type de dispositif publicitaire s'agit-il ?",
@ -216,6 +216,9 @@
"1": { "1": {
"then": "Petit panneau" "then": "Petit panneau"
}, },
"10": {
"then": "Peinture murale"
},
"3": { "3": {
"then": "Colonne" "then": "Colonne"
}, },
@ -236,9 +239,6 @@
}, },
"9": { "9": {
"then": "Totem" "then": "Totem"
},
"10": {
"then": "Peinture murale"
} }
} }
} }
@ -369,6 +369,15 @@
"1": { "1": {
"then": "Peinture murale" "then": "Peinture murale"
}, },
"10": {
"then": "Azulejo (faïence latine)"
},
"11": {
"then": "Carrelage"
},
"12": {
"then": "Sculpture sur bois"
},
"2": { "2": {
"then": "Peinture" "then": "Peinture"
}, },
@ -392,15 +401,6 @@
}, },
"9": { "9": {
"then": "Relief" "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?", "question": "Quel est le type de cette œuvre d'art?",
@ -2520,6 +2520,15 @@
"1": { "1": {
"then": "Cette piste cyclable est goudronée" "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": { "2": {
"then": "Cette piste cyclable est asphaltée" "then": "Cette piste cyclable est asphaltée"
}, },
@ -2543,15 +2552,6 @@
}, },
"9": { "9": {
"then": "Cette piste cyclable est faite en graviers" "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 ?", "question": "De quoi est faite la surface de la piste cyclable ?",
@ -2600,6 +2600,15 @@
"1": { "1": {
"then": "Cette piste cyclable est pavée" "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": { "2": {
"then": "Cette piste cyclable est asphaltée" "then": "Cette piste cyclable est asphaltée"
}, },
@ -2623,15 +2632,6 @@
}, },
"9": { "9": {
"then": "Cette piste cyclable est faite en graviers" "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 ?", "question": "De quel materiel est faite cette rue ?",
@ -3570,6 +3570,21 @@
"1": { "1": {
"then": "Friterie" "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": { "2": {
"then": "Restaurant Italien" "then": "Restaurant Italien"
}, },
@ -3593,21 +3608,6 @@
}, },
"9": { "9": {
"then": "Des plats français sont servis ici" "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 ?", "question": "Quelle type de nourriture est servie ici ?",
@ -3973,11 +3973,11 @@
}, },
"room-type": { "room-type": {
"mappings": { "mappings": {
"4": {
"then": "C'est une salle de classe"
},
"14": { "14": {
"then": "C'est un bureau" "then": "C'est un bureau"
},
"4": {
"then": "C'est une salle de classe"
} }
} }
} }
@ -4259,6 +4259,21 @@
"1": { "1": {
"then": "C'est une plaque" "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": { "2": {
"then": "C'est un banc commémoratif" "then": "C'est un banc commémoratif"
}, },
@ -4282,21 +4297,6 @@
}, },
"9": { "9": {
"then": "C'est un obélisque" "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", "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": "<b>Exclure</b>les notes ouvertes par {search}"
}
}
},
"10": { "10": {
"options": { "options": {
"0": { "0": {
@ -4489,6 +4468,27 @@
"question": "Créée après le {search}" "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": "<b>Exclure</b>les notes ouvertes par {search}"
}
}
} }
}, },
"name": "Notes OpenStreetMap", "name": "Notes OpenStreetMap",
@ -5457,30 +5457,6 @@
"1": { "1": {
"question": "Recyclage de piles et batteries domestiques" "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": { "10": {
"question": "Recyclage de tout type de verre" "question": "Recyclage de tout type de verre"
}, },
@ -5511,11 +5487,35 @@
"19": { "19": {
"question": "Recyclage des autres déchets" "question": "Recyclage des autres déchets"
}, },
"2": {
"question": "Recyclage d'emballage de boissons"
},
"20": { "20": {
"question": "Recyclage des cartouches d'imprimante" "question": "Recyclage des cartouches d'imprimante"
}, },
"21": { "21": {
"question": "Recyclage des vélos" "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": { "1": {
"then": "Les briques alimentaires en carton peuvent être recyclées ici" "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": { "10": {
"then": "Tout type de verre peut être recyclé ici" "then": "Tout type de verre peut être recyclé ici"
}, },
@ -5629,6 +5605,9 @@
"19": { "19": {
"then": "La ferraille peut être recyclée ici" "then": "La ferraille peut être recyclée ici"
}, },
"2": {
"then": "Les boites de conserve et canettes peuvent être recyclées ici"
},
"20": { "20": {
"then": "Les chaussures peuvent être recyclées ici" "then": "Les chaussures peuvent être recyclées ici"
}, },
@ -5646,6 +5625,27 @@
}, },
"25": { "25": {
"then": "Les vélos peuvent être recyclés ici" "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 ?" "question": "Que peut-on recycler ici ?"
@ -7197,9 +7197,30 @@
"1": { "1": {
"question": "Vente de boissons" "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": { "2": {
"question": "Ventre de confiseries" "question": "Ventre de confiseries"
}, },
"20": {
"question": "Vente de fleurs"
},
"3": { "3": {
"question": "Ventre de nourriture" "question": "Ventre de nourriture"
}, },
@ -7220,27 +7241,6 @@
}, },
"9": { "9": {
"question": "Vente de chambres à air pour vélo" "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": { "1": {
"then": "Vent des confiseries" "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": { "2": {
"then": "Vent de la nourriture" "then": "Vent de la nourriture"
}, },
@ -7321,24 +7339,6 @@
}, },
"9": { "9": {
"then": "Vent du lait" "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 ?", "question": "Que vent ce distributeur ?",
@ -7541,4 +7541,4 @@
"render": "éolienne" "render": "éolienne"
} }
} }
} }

View file

@ -153,6 +153,12 @@
"1": { "1": {
"then": "ציור קיר" "then": "ציור קיר"
}, },
"11": {
"then": "יצירת פסיפס"
},
"12": {
"then": "גילוף בעץ"
},
"2": { "2": {
"then": "ציור" "then": "ציור"
}, },
@ -164,12 +170,6 @@
}, },
"6": { "6": {
"then": "אבן" "then": "אבן"
},
"11": {
"then": "יצירת פסיפס"
},
"12": {
"then": "גילוף בעץ"
} }
}, },
"question": "מהו סוג היצירה הזו?", "question": "מהו סוג היצירה הזו?",

View file

@ -94,6 +94,12 @@
"1": { "1": {
"then": "Falfestmény" "then": "Falfestmény"
}, },
"10": {
"then": "Azulejo (portugál vagy spanyol dekoratív csempe)"
},
"11": {
"then": "Csempe"
},
"2": { "2": {
"then": "Festmény" "then": "Festmény"
}, },
@ -117,12 +123,6 @@
}, },
"9": { "9": {
"then": "Dombormű" "then": "Dombormű"
},
"10": {
"then": "Azulejo (portugál vagy spanyol dekoratív csempe)"
},
"11": {
"then": "Csempe"
} }
}, },
"question": "Milyen fajta műalkotás ez?", "question": "Milyen fajta műalkotás ez?",

View file

@ -54,6 +54,9 @@
"1": { "1": {
"then": "Mural" "then": "Mural"
}, },
"10": {
"then": "Azulejo (ubin dekoratif Spanyol)"
},
"2": { "2": {
"then": "Lukisan" "then": "Lukisan"
}, },
@ -71,9 +74,6 @@
}, },
"9": { "9": {
"then": "Relief" "then": "Relief"
},
"10": {
"then": "Azulejo (ubin dekoratif Spanyol)"
} }
}, },
"question": "Apa jenis karya seni ini?", "question": "Apa jenis karya seni ini?",
@ -253,6 +253,15 @@
"1": { "1": {
"then": "Jalur sepeda ini diaspal" "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": { "2": {
"then": "Jalur sepeda ini terbuat dari aspal" "then": "Jalur sepeda ini terbuat dari aspal"
}, },
@ -273,15 +282,6 @@
}, },
"9": { "9": {
"then": "Jalur sepeda ini terbuat dari kerikil" "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?", "question": "Permukaan jalannya terbuat dari apa?",

View file

@ -32,6 +32,26 @@
"description": "Grande struttura pubblicitaria all'aperto, trovata normalmente in aree ad alto traffico come accanto a strade molto trafficate", "description": "Grande struttura pubblicitaria all'aperto, trovata normalmente in aree ad alto traffico come accanto a strade molto trafficate",
"title": "un cartellone" "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": { "2": {
"title": "un cartellone pubblicitario fissato a terra" "title": "un cartellone pubblicitario fissato a terra"
}, },
@ -57,26 +77,6 @@
}, },
"9": { "9": {
"title": "uno schermo fissato al muro" "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": { "tagRenderings": {
@ -159,6 +159,15 @@
"1": { "1": {
"then": "Murale" "then": "Murale"
}, },
"10": {
"then": "Azulejo (ornamento decorativo piastrellato spagnolo)"
},
"11": {
"then": "Mosaico di piastrelle"
},
"12": {
"then": "Scultura in legno"
},
"2": { "2": {
"then": "Dipinto" "then": "Dipinto"
}, },
@ -182,15 +191,6 @@
}, },
"9": { "9": {
"then": "Rilievo" "then": "Rilievo"
},
"10": {
"then": "Azulejo (ornamento decorativo piastrellato spagnolo)"
},
"11": {
"then": "Mosaico di piastrelle"
},
"12": {
"then": "Scultura in legno"
} }
}, },
"question": "Che tipo di opera darte è questo?", "question": "Che tipo di opera darte è questo?",
@ -2271,27 +2271,6 @@
"1": { "1": {
"question": "Riciclo di batterie" "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": { "10": {
"question": "Riciclo di vetro" "question": "Riciclo di vetro"
}, },
@ -2319,8 +2298,29 @@
"19": { "19": {
"question": "Riciclo di secco" "question": "Riciclo di secco"
}, },
"2": {
"question": "Riciclo di confezioni per bevande"
},
"20": { "20": {
"question": "Riciclo di secco" "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": { "1": {
"then": "Cartoni per bevande" "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": { "10": {
"then": "Vetro" "then": "Vetro"
}, },
@ -2415,6 +2394,9 @@
"19": { "19": {
"then": "Rottami metallici" "then": "Rottami metallici"
}, },
"2": {
"then": "Lattine"
},
"20": { "20": {
"then": "Scarpe" "then": "Scarpe"
}, },
@ -2429,6 +2411,24 @@
}, },
"24": { "24": {
"then": "Secco" "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?" "question": "Cosa si può riciclare qui?"
@ -3348,4 +3348,4 @@
"render": "pala eolica" "render": "pala eolica"
} }
} }
} }

View file

@ -69,6 +69,12 @@
"1": { "1": {
"then": "壁画" "then": "壁画"
}, },
"10": {
"then": "Azulejo (スペインの装飾タイル)"
},
"11": {
"then": "タイルワーク"
},
"2": { "2": {
"then": "絵画" "then": "絵画"
}, },
@ -92,12 +98,6 @@
}, },
"9": { "9": {
"then": "レリーフ" "then": "レリーフ"
},
"10": {
"then": "Azulejo (スペインの装飾タイル)"
},
"11": {
"then": "タイルワーク"
} }
}, },
"question": "この作品の種類は何ですか?", "question": "この作品の種類は何ですか?",

View file

@ -62,6 +62,15 @@
"1": { "1": {
"then": "Veggmaleri" "then": "Veggmaleri"
}, },
"10": {
"then": "Azulejo (Spansk dekorativt flisverk)"
},
"11": {
"then": "Flisarbeid"
},
"12": {
"then": "Treskjæring"
},
"2": { "2": {
"then": "Maleri" "then": "Maleri"
}, },
@ -85,15 +94,6 @@
}, },
"9": { "9": {
"then": "Relieff" "then": "Relieff"
},
"10": {
"then": "Azulejo (Spansk dekorativt flisverk)"
},
"11": {
"then": "Flisarbeid"
},
"12": {
"then": "Treskjæring"
} }
}, },
"question": "Hvilken type kunstverk er dette?", "question": "Hvilken type kunstverk er dette?",

File diff suppressed because it is too large Load diff

View file

@ -35,6 +35,23 @@
"1": { "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" "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": { "2": {
"title": "wolnostojąca skrzynka plakatowa" "title": "wolnostojąca skrzynka plakatowa"
}, },
@ -57,23 +74,6 @@
}, },
"9": { "9": {
"title": "ekran zamontowany na ścianie" "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": { "tagRenderings": {
@ -159,6 +159,9 @@
"1": { "1": {
"then": "To jest tablica" "then": "To jest tablica"
}, },
"10": {
"then": "To jest mural ścienny"
},
"2": { "2": {
"then": "To jest kolumna" "then": "To jest kolumna"
}, },
@ -182,9 +185,6 @@
}, },
"9": { "9": {
"then": "To jest totem" "then": "To jest totem"
},
"10": {
"then": "To jest mural ścienny"
} }
}, },
"question": "Jakiego rodzaju jest to obiekt reklamowy?", "question": "Jakiego rodzaju jest to obiekt reklamowy?",
@ -199,6 +199,9 @@
"1": { "1": {
"then": "Tablica" "then": "Tablica"
}, },
"10": {
"then": "Mural ścienny"
},
"2": { "2": {
"then": "Pudełko plakatowe" "then": "Pudełko plakatowe"
}, },
@ -222,9 +225,6 @@
}, },
"9": { "9": {
"then": "Totem" "then": "Totem"
},
"10": {
"then": "Mural ścienny"
} }
} }
} }
@ -250,11 +250,11 @@
}, },
"type": { "type": {
"mappings": { "mappings": {
"4": {
"then": "Wyciąg orczykowy"
},
"10": { "10": {
"then": "Tyrolka. (Atrakcja turystyczna, która pozwala żądnym przygód zjechać z dużą szybkością) " "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": { "1": {
"then": "Mural" "then": "Mural"
}, },
"10": {
"then": "Azulejo (hiszpańskie płytka dekoracyjna)"
},
"11": {
"then": "Płyta ceramiczna (fliza)"
},
"12": {
"then": "Rzeźbienie w drewnie"
},
"2": { "2": {
"then": "Obraz" "then": "Obraz"
}, },
@ -407,15 +416,6 @@
}, },
"9": { "9": {
"then": "Płaskorzeźba" "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?", "question": "Jakiego rodzaju jest to dzieło sztuki?",
@ -2229,27 +2229,6 @@
}, },
"room-type": { "room-type": {
"mappings": { "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": { "10": {
"then": "To jest laboratorium" "then": "To jest laboratorium"
}, },
@ -2268,6 +2247,9 @@
"18": { "18": {
"then": "To jest pomieszczenie do wykonywania kontroli bezpieczeństwa" "then": "To jest pomieszczenie do wykonywania kontroli bezpieczeństwa"
}, },
"2": {
"then": "To jest sypialnia"
},
"20": { "20": {
"then": "To jest magazyn" "then": "To jest magazyn"
}, },
@ -2279,6 +2261,24 @@
}, },
"23": { "23": {
"then": "To jest poczekalnia" "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?" "question": "Jakiego rodzaju jest to pomieszczenie?"
@ -2930,6 +2930,12 @@
"1": { "1": {
"then": "To jest zwykłe miejsce parkingowe." "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": { "2": {
"then": "To jest miejsce parkingowe dla niepełnosprawnych." "then": "To jest miejsce parkingowe dla niepełnosprawnych."
}, },
@ -2947,12 +2953,6 @@
}, },
"9": { "9": {
"then": "To miejsce jest przeznaczone dla rodziców z dziećmi." "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": { "1": {
"then": "To jest struktura składająca się z wielu połączonych urządzeń" "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": { "2": {
"then": "To jest zjeżdżalnia" "then": "To jest zjeżdżalnia"
}, },
@ -3065,12 +3071,6 @@
}, },
"8": { "8": {
"then": "To jest rondo" "then": "To jest rondo"
},
"10": {
"then": "To jest tyrolka"
},
"15": {
"then": "To jest mapa"
} }
} }
} }
@ -3700,4 +3700,4 @@
"render": "turbina wiatrowa" "render": "turbina wiatrowa"
} }
} }
} }

View file

@ -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", "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" "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": { "2": {
"title": "uma caixa de pôster independente" "title": "uma caixa de pôster independente"
}, },
@ -54,23 +71,6 @@
}, },
"9": { "9": {
"title": "uma tela montada em uma parede" "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": { "tagRenderings": {
@ -165,6 +165,9 @@
"1": { "1": {
"then": "Isso é uma placa" "then": "Isso é uma placa"
}, },
"10": {
"then": "Isto é uma pintura mural"
},
"2": { "2": {
"then": "Isto é uma coluna" "then": "Isto é uma coluna"
}, },
@ -188,9 +191,6 @@
}, },
"9": { "9": {
"then": "Isto é um totem" "then": "Isto é um totem"
},
"10": {
"then": "Isto é uma pintura mural"
} }
}, },
"question": "Que tipo de recurso de publicitário é este?", "question": "Que tipo de recurso de publicitário é este?",
@ -205,6 +205,9 @@
"1": { "1": {
"then": "Quadro" "then": "Quadro"
}, },
"10": {
"then": "Pintura mural"
},
"2": { "2": {
"then": "Caixa de pôster" "then": "Caixa de pôster"
}, },
@ -228,9 +231,6 @@
}, },
"9": { "9": {
"then": "Totem" "then": "Totem"
},
"10": {
"then": "Pintura mural"
} }
} }
} }
@ -323,6 +323,15 @@
"1": { "1": {
"then": "Mural" "then": "Mural"
}, },
"10": {
"then": "Azulejo (azulejo decorativo espanhol e português)"
},
"11": {
"then": "Ladrilhos"
},
"12": {
"then": "Entalhe em madeira"
},
"2": { "2": {
"then": "Pintura" "then": "Pintura"
}, },
@ -346,15 +355,6 @@
}, },
"9": { "9": {
"then": "Relevo" "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?", "question": "Qual é o tipo desta obra de arte?",
@ -2005,9 +2005,6 @@
}, },
"vending": { "vending": {
"mappings": { "mappings": {
"8": {
"then": "Câmaras de ar para bicicletas são vendidas aqui"
},
"23": { "23": {
"then": "Luzes para bicicleta são vendidas aqui" "then": "Luzes para bicicleta são vendidas aqui"
}, },
@ -2022,6 +2019,9 @@
}, },
"27": { "27": {
"then": "Cadeados para bicicleta são vendidos aqui" "then": "Cadeados para bicicleta são vendidos aqui"
},
"8": {
"then": "Câmaras de ar para bicicletas são vendidas aqui"
} }
} }
} }

View file

@ -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", "description": "Uma grande estrutura de publicidade outdoor, geralmente encontrada em áreas com alto tráfego, como ao longo de estradas movimentadas",
"title": "um outdoor" "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": { "2": {
"title": "uma caixa expositora independente" "title": "uma caixa expositora independente"
}, },
@ -54,23 +71,6 @@
}, },
"9": { "9": {
"title": "uma tela montada em uma parede" "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": { "tagRenderings": {
@ -165,6 +165,9 @@
"1": { "1": {
"then": "Isso é uma placa" "then": "Isso é uma placa"
}, },
"10": {
"then": "Isso é uma pintura mural"
},
"2": { "2": {
"then": "Isto é uma coluna" "then": "Isto é uma coluna"
}, },
@ -188,9 +191,6 @@
}, },
"9": { "9": {
"then": "Isso é um totem" "then": "Isso é um totem"
},
"10": {
"then": "Isso é uma pintura mural"
} }
}, },
"question": "Que tipo de recurso de publicitário é este?", "question": "Que tipo de recurso de publicitário é este?",
@ -205,6 +205,9 @@
"1": { "1": {
"then": "Quadro" "then": "Quadro"
}, },
"10": {
"then": "Pintura mural"
},
"2": { "2": {
"then": "Caixa de pôster" "then": "Caixa de pôster"
}, },
@ -228,9 +231,6 @@
}, },
"9": { "9": {
"then": "Totem" "then": "Totem"
},
"10": {
"then": "Pintura mural"
} }
} }
} }
@ -312,6 +312,15 @@
"1": { "1": {
"then": "Mural" "then": "Mural"
}, },
"10": {
"then": "Azulejo (Revestimento de azulejos decorativos espanhóis)"
},
"11": {
"then": "Azulejaria"
},
"12": {
"then": "Entalhe"
},
"2": { "2": {
"then": "Pintura" "then": "Pintura"
}, },
@ -335,15 +344,6 @@
}, },
"9": { "9": {
"then": "Relevo" "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?", "question": "Qual é o tipo dessa obra de arte?",
@ -1687,9 +1687,6 @@
}, },
"vending": { "vending": {
"mappings": { "mappings": {
"8": {
"then": "Câmaras de ar para bicicletas são vendidas aqui"
},
"23": { "23": {
"then": "Luzes para bicicleta são vendidas aqui" "then": "Luzes para bicicleta são vendidas aqui"
}, },
@ -1704,6 +1701,9 @@
}, },
"27": { "27": {
"then": "Cadeados para bicicleta são vendidos aqui" "then": "Cadeados para bicicleta são vendidos aqui"
},
"8": {
"then": "Câmaras de ar para bicicletas são vendidas aqui"
} }
} }
} }

View file

@ -98,6 +98,12 @@
"1": { "1": {
"then": "Фреска" "then": "Фреска"
}, },
"10": {
"then": "Азуле́жу (испанская роспись глазурованной керамической плитки)"
},
"11": {
"then": "Плитка (мозаика)"
},
"2": { "2": {
"then": "Живопись" "then": "Живопись"
}, },
@ -121,12 +127,6 @@
}, },
"9": { "9": {
"then": "Рельеф" "then": "Рельеф"
},
"10": {
"then": "Азуле́жу (испанская роспись глазурованной керамической плитки)"
},
"11": {
"then": "Плитка (мозаика)"
} }
}, },
"question": "К какому типу относится эта работа?", "question": "К какому типу относится эта работа?",

View file

@ -152,18 +152,6 @@
"1": { "1": {
"then": "To je plošča" "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": { "10": {
"then": "To je križ" "then": "To je križ"
}, },
@ -175,6 +163,18 @@
}, },
"14": { "14": {
"then": "To je nagrobni kamen; oseba je pokopana tu" "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?", "question": "Kakšne vrste spomenik je to?",

View file

@ -36,6 +36,26 @@
"description": "Велика зовнішня рекламна конструкція, зазвичай розташована в місцях з високим трафіком, наприклад, уздовж жвавих доріг, встановлена на стіні", "description": "Велика зовнішня рекламна конструкція, зазвичай розташована в місцях з високим трафіком, наприклад, уздовж жвавих доріг, встановлена на стіні",
"title": "білборд, прикріплений до стіни" "title": "білборд, прикріплений до стіни"
}, },
"10": {
"title": "екран, встановлений на тимчасовому укритті"
},
"11": {
"description": "Шматок водонепроникного текстилю з надрукованим повідомленням, постійно закріплений на стіні",
"title": "брезент"
},
"12": {
"title": "тотем"
},
"13": {
"description": "Використовується для рекламних вивісок, неонових вивісок, логотипів та вхідних табличок установ",
"title": "знак"
},
"14": {
"title": "скульптура"
},
"15": {
"title": "настінний розпис"
},
"2": { "2": {
"title": "окремо стояча коробка для плакатів" "title": "окремо стояча коробка для плакатів"
}, },
@ -61,26 +81,6 @@
}, },
"9": { "9": {
"title": "екран, встановлений на стіні" "title": "екран, встановлений на стіні"
},
"10": {
"title": "екран, встановлений на тимчасовому укритті"
},
"11": {
"description": "Шматок водонепроникного текстилю з надрукованим повідомленням, постійно закріплений на стіні",
"title": "брезент"
},
"12": {
"title": "тотем"
},
"13": {
"description": "Використовується для рекламних вивісок, неонових вивісок, логотипів та вхідних табличок установ",
"title": "знак"
},
"14": {
"title": "скульптура"
},
"15": {
"title": "настінний розпис"
} }
}, },
"tagRenderings": { "tagRenderings": {
@ -186,6 +186,12 @@
"1": { "1": {
"then": "Це дошка" "then": "Це дошка"
}, },
"10": {
"then": "Це настінний розпис"
},
"11": {
"then": "Це кахельна плитка - реклама намальована на плитці"
},
"2": { "2": {
"then": "Це стовпчик" "then": "Це стовпчик"
}, },
@ -209,12 +215,6 @@
}, },
"9": { "9": {
"then": "Це тотем" "then": "Це тотем"
},
"10": {
"then": "Це настінний розпис"
},
"11": {
"then": "Це кахельна плитка - реклама намальована на плитці"
} }
}, },
"question": "Який це тип рекламного об'єкту?", "question": "Який це тип рекламного об'єкту?",
@ -229,11 +229,11 @@
"1": { "1": {
"then": "Дошка оголошень" "then": "Дошка оголошень"
}, },
"2": {
"then": "Поштова скринька"
},
"10": { "10": {
"then": "Настінний розпис" "then": "Настінний розпис"
},
"2": {
"then": "Поштова скринька"
} }
} }
} }
@ -262,6 +262,15 @@
"1": { "1": {
"then": "Мурал" "then": "Мурал"
}, },
"10": {
"then": "Азулехо (іспанська декоративна плитка)"
},
"11": {
"then": "Кахельна плитка"
},
"12": {
"then": "Різьба по дереву"
},
"2": { "2": {
"then": "Живопис" "then": "Живопис"
}, },
@ -285,15 +294,6 @@
}, },
"9": { "9": {
"then": "Рельєф" "then": "Рельєф"
},
"10": {
"then": "Азулехо (іспанська декоративна плитка)"
},
"11": {
"then": "Кахельна плитка"
},
"12": {
"then": "Різьба по дереву"
} }
} }
}, },
@ -508,6 +508,9 @@
"1": { "1": {
"then": "Стійка з бічними петлями" "then": "Стійка з бічними петлями"
}, },
"10": {
"then": "Кронштейн з можливістю використання замка через вушко. Підсідельна труба може утримуватися на стійці за допомогою анкера"
},
"3": { "3": {
"then": "Тримач керма" "then": "Тримач керма"
}, },
@ -528,9 +531,6 @@
}, },
"9": { "9": {
"then": "Шафка - велосипеди зачиняються повністю індивідуально або разом з кількома велосипедами. Шафка замала, щоб у ній могла поміститися людина стоячи." "then": "Шафка - велосипеди зачиняються повністю індивідуально або разом з кількома велосипедами. Шафка замала, щоб у ній могла поміститися людина стоячи."
},
"10": {
"then": "Кронштейн з можливістю використання замка через вушко. Підсідельна труба може утримуватися на стійці за допомогою анкера"
} }
}, },
"question": "Що це за тип велопарковки?", "question": "Що це за тип велопарковки?",
@ -1292,6 +1292,9 @@
"1": { "1": {
"then": "Поверхня - <b>пісок</b>" "then": "Поверхня - <b>пісок</b>"
}, },
"10": {
"then": "Поверхня - <b>дрібний гравій</b> (менше 2 см на камінь)"
},
"2": { "2": {
"then": "Поверхня складається з <b>деревної стружки</b>" "then": "Поверхня складається з <b>деревної стружки</b>"
}, },
@ -1315,9 +1318,6 @@
}, },
"9": { "9": {
"then": "Поверхня зроблена з гуми, наприклад, гумова плитка, гумова мульча або велика гумова площа" "then": "Поверхня зроблена з гуми, наприклад, гумова плитка, гумова мульча або велика гумова площа"
},
"10": {
"then": "Поверхня - <b>дрібний гравій</b> (менше 2 см на камінь)"
} }
}, },
"question": "Яка поверхня цього дитячого майданчика?", "question": "Яка поверхня цього дитячого майданчика?",
@ -1588,27 +1588,6 @@
"1": { "1": {
"then": "Коробки з-під напоїв" "then": "Коробки з-під напоїв"
}, },
"2": {
"then": "Бляшанки"
},
"3": {
"then": "Одяг"
},
"4": {
"then": "Олія для приготування їжі"
},
"5": {
"then": "Моторна олива"
},
"6": {
"then": "Флуоресцентні лампи"
},
"7": {
"then": "Зелені відходи"
},
"9": {
"then": "Скляні пляшки"
},
"10": { "10": {
"then": "Скло" "then": "Скло"
}, },
@ -1639,6 +1618,9 @@
"19": { "19": {
"then": "Металобрухт" "then": "Металобрухт"
}, },
"2": {
"then": "Бляшанки"
},
"20": { "20": {
"then": "Взуття" "then": "Взуття"
}, },
@ -1653,6 +1635,24 @@
}, },
"25": { "25": {
"then": "Велосипеди" "then": "Велосипеди"
},
"3": {
"then": "Одяг"
},
"4": {
"then": "Олія для приготування їжі"
},
"5": {
"then": "Моторна олива"
},
"6": {
"then": "Флуоресцентні лампи"
},
"7": {
"then": "Зелені відходи"
},
"9": {
"then": "Скляні пляшки"
} }
}, },
"question": "Що тут можна переробити?" "question": "Що тут можна переробити?"
@ -2337,30 +2337,6 @@
"1": { "1": {
"then": "Солодощі" "then": "Солодощі"
}, },
"2": {
"then": "Продукти харчування"
},
"3": {
"then": "Сигарети"
},
"4": {
"then": "Презервативи"
},
"5": {
"then": "Кава"
},
"6": {
"then": "Питна вода"
},
"7": {
"then": "Газети"
},
"8": {
"then": "Велосипедні внутрішні трубки"
},
"9": {
"then": "Молоко"
},
"10": { "10": {
"then": "Хліб" "then": "Хліб"
}, },
@ -2391,6 +2367,9 @@
"19": { "19": {
"then": "Квіти" "then": "Квіти"
}, },
"2": {
"then": "Продукти харчування"
},
"20": { "20": {
"then": "Паркувальні талони" "then": "Паркувальні талони"
}, },
@ -2414,6 +2393,27 @@
}, },
"27": { "27": {
"then": "Велосипедні замки" "then": "Велосипедні замки"
},
"3": {
"then": "Сигарети"
},
"4": {
"then": "Презервативи"
},
"5": {
"then": "Кава"
},
"6": {
"then": "Питна вода"
},
"7": {
"then": "Газети"
},
"8": {
"then": "Велосипедні внутрішні трубки"
},
"9": {
"then": "Молоко"
} }
}, },
"question": "Що продає цей автомат?", "question": "Що продає цей автомат?",

View file

@ -30,18 +30,6 @@
"0": { "0": {
"title": "一块广告牌" "title": "一块广告牌"
}, },
"3": {
"title": "安装在墙上的海报盒子"
},
"7": {
"title": "一个旗子"
},
"8": {
"title": "一块屏幕"
},
"9": {
"title": "一块挂在墙上的屏幕"
},
"11": { "11": {
"title": "防水布" "title": "防水布"
}, },
@ -56,6 +44,18 @@
}, },
"15": { "15": {
"title": "墙上的画" "title": "墙上的画"
},
"3": {
"title": "安装在墙上的海报盒子"
},
"7": {
"title": "一个旗子"
},
"8": {
"title": "一块屏幕"
},
"9": {
"title": "一块挂在墙上的屏幕"
} }
}, },
"tagRenderings": { "tagRenderings": {
@ -150,6 +150,9 @@
"1": { "1": {
"then": "这是一块板" "then": "这是一块板"
}, },
"10": {
"then": "这是一幅壁画"
},
"2": { "2": {
"then": "这是一个专栏" "then": "这是一个专栏"
}, },
@ -173,9 +176,6 @@
}, },
"9": { "9": {
"then": "这是一个图腾" "then": "这是一个图腾"
},
"10": {
"then": "这是一幅壁画"
} }
}, },
"question": "这是哪种类型的广告功能?", "question": "这是哪种类型的广告功能?",
@ -190,6 +190,9 @@
"1": { "1": {
"then": "木板" "then": "木板"
}, },
"10": {
"then": "墙上的画"
},
"2": { "2": {
"then": "海报盒" "then": "海报盒"
}, },
@ -210,9 +213,6 @@
}, },
"9": { "9": {
"then": "图腾" "then": "图腾"
},
"10": {
"then": "墙上的画"
} }
} }
} }
@ -331,6 +331,9 @@
"1": { "1": {
"then": "壁画" "then": "壁画"
}, },
"10": {
"then": "Azulejo西班牙装饰瓷砖"
},
"2": { "2": {
"then": "喷绘" "then": "喷绘"
}, },
@ -351,9 +354,6 @@
}, },
"8": { "8": {
"then": "涂鸦/粗糙雕刻" "then": "涂鸦/粗糙雕刻"
},
"10": {
"then": "Azulejo西班牙装饰瓷砖"
} }
} }
} }

View file

@ -56,6 +56,12 @@
"1": { "1": {
"then": "壁畫" "then": "壁畫"
}, },
"10": {
"then": "Azulejo (西班牙雕塑作品名稱)"
},
"11": {
"then": "瓷磚"
},
"2": { "2": {
"then": "繪畫" "then": "繪畫"
}, },
@ -79,12 +85,6 @@
}, },
"9": { "9": {
"then": "寬慰" "then": "寬慰"
},
"10": {
"then": "Azulejo (西班牙雕塑作品名稱)"
},
"11": {
"then": "瓷磚"
} }
}, },
"question": "這是什麼類型的藝術品?", "question": "這是什麼類型的藝術品?",

View file

@ -274,7 +274,8 @@
"importInspector": { "importInspector": {
"title": "Inspiser og håndter importnotater" "title": "Inspiser og håndter importnotater"
}, },
"importLayer": {}, "importLayer": {
},
"index": { "index": {
"intro": "MapComplete er en OpenStreetMap-viser og redigerer, som viser deg info om funksjoner for et gitt tema og tillater oppdatering av det.", "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", "logIn": "Logg inn for å vise tema du har besøkt tidligere",
@ -369,7 +370,8 @@
"activateButton": "Bistå oversettelsen av MapComplete", "activateButton": "Bistå oversettelsen av MapComplete",
"missing": "{count} uoversatte strenger" "missing": "{count} uoversatte strenger"
}, },
"userinfo": {}, "userinfo": {
},
"validation": { "validation": {
"color": { "color": {
"description": "En farge eller heksadesimal kode" "description": "En farge eller heksadesimal kode"

View file

@ -849,4 +849,4 @@
"startsWithQ": "Een wikidata-identificator begint met Q gevolgd door een nummer" "startsWithQ": "Een wikidata-identificator begint met Q gevolgd door een nummer"
} }
} }
} }

View file

@ -53,7 +53,8 @@
"search": "ستھتیاں وچ کھوجو", "search": "ستھتیاں وچ کھوجو",
"searching": "کھوجیا جا رہا اے۔ ۔ ۔" "searching": "کھوجیا جا رہا اے۔ ۔ ۔"
}, },
"sharescreen": {}, "sharescreen": {
},
"weekdays": { "weekdays": {
"abbreviations": { "abbreviations": {
"friday": "جـ", "friday": "جـ",

View file

@ -1 +1,2 @@
{} {
}

View file

@ -731,6 +731,33 @@
"onwheels": { "onwheels": {
"description": "En aquest mapa, es mostren llocs públics accessibles per a cadira de rodes i es poden afegir fàcilment", "description": "En aquest mapa, es mostren llocs públics accessibles per a cadira de rodes i es poden afegir fàcilment",
"layers": { "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": { "4": {
"override": { "override": {
"filter": { "filter": {
@ -773,33 +800,6 @@
"override": { "override": {
"name": "Places d'aparcament per a minusvàlids" "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" "title": "Sobre rodes"
@ -919,10 +919,6 @@
"stations": { "stations": {
"description": "Veure, editar i afegir detalls a una estació de tren", "description": "Veure, editar i afegir detalls a una estació de tren",
"layers": { "layers": {
"3": {
"description": "Capa que mostra les estacions de tren",
"name": "Estació de tren"
},
"16": { "16": {
"description": "Pantalles que mostren els trens que sortiran de l'estació", "description": "Pantalles que mostren els trens que sortiran de l'estació",
"name": "Taulers de sortides", "name": "Taulers de sortides",
@ -954,6 +950,10 @@
"title": { "title": {
"render": "Tauler de sortides" "render": "Tauler de sortides"
} }
},
"3": {
"description": "Capa que mostra les estacions de tren",
"name": "Estació de tren"
} }
}, },
"title": "Estacions de tren" "title": "Estacions de tren"

View file

@ -769,6 +769,13 @@
} }
} }
}, },
"10": {
"options": {
"0": {
"question": "Vyloučit etymologii tématu"
}
}
},
"2": { "2": {
"options": { "options": {
"0": { "0": {
@ -824,13 +831,6 @@
"question": "Vyloučit motiv GRB" "question": "Vyloučit motiv GRB"
} }
} }
},
"10": {
"options": {
"0": {
"question": "Vyloučit etymologii tématu"
}
}
} }
}, },
"name": "Changeset centra", "name": "Changeset centra",
@ -911,6 +911,33 @@
"onwheels": { "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", "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": { "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": { "4": {
"override": { "override": {
"filter": { "filter": {
@ -953,33 +980,6 @@
"override": { "override": {
"name": "Parkovací místa pro osoby se zdravotním postižením" "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" "title": "Na kolečkách"
@ -1202,10 +1202,6 @@
"stations": { "stations": {
"description": "Zobrazení, úprava a přidání podrobností o vlakovém nádraží", "description": "Zobrazení, úprava a přidání podrobností o vlakovém nádraží",
"layers": { "layers": {
"3": {
"description": "Vrstva zobrazující vlaková nádraží",
"name": "Vlaková nádraží"
},
"16": { "16": {
"description": "Zobrazuje vlaky odjíždějící z této stanice", "description": "Zobrazuje vlaky odjíždějící z této stanice",
"name": "Odjezdové tabule", "name": "Odjezdové tabule",
@ -1237,6 +1233,10 @@
"title": { "title": {
"render": "Odjezdová tabule" "render": "Odjezdová tabule"
} }
},
"3": {
"description": "Vrstva zobrazující vlaková nádraží",
"name": "Vlaková nádraží"
} }
}, },
"title": "Vlaková nádraží" "title": "Vlaková nádraží"

View file

@ -554,6 +554,33 @@
"onwheels": { "onwheels": {
"description": "På dette kort vises steder, der er offentligt tilgængelige for kørestolsbrugere, og de kan nemt tilføjes", "description": "På dette kort vises steder, der er offentligt tilgængelige for kørestolsbrugere, og de kan nemt tilføjes",
"layers": { "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": { "4": {
"override": { "override": {
"filter": { "filter": {
@ -596,33 +623,6 @@
"override": { "override": {
"name": "Handikapparkeringspladser" "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": { "stations": {
"layers": { "layers": {
"3": {
"name": "Togstationer"
},
"16": { "16": {
"name": "Afgangstavler", "name": "Afgangstavler",
"presets": { "presets": {
@ -752,6 +749,9 @@
"title": { "title": {
"render": "Afgangstavle" "render": "Afgangstavle"
} }
},
"3": {
"name": "Togstationer"
} }
}, },
"title": "Togstationer" "title": "Togstationer"

View file

@ -769,6 +769,13 @@
} }
} }
}, },
"10": {
"options": {
"0": {
"question": "Etymologie-Thema ausschließen"
}
}
},
"2": { "2": {
"options": { "options": {
"0": { "0": {
@ -824,13 +831,6 @@
"question": "GRB-Thema ausschließen" "question": "GRB-Thema ausschließen"
} }
} }
},
"10": {
"options": {
"0": {
"question": "Etymologie-Thema ausschließen"
}
}
} }
}, },
"name": "Changeset-Zentren", "name": "Changeset-Zentren",
@ -911,6 +911,33 @@
"onwheels": { "onwheels": {
"description": "Auf dieser Karte können Sie öffentlich zugängliche Orte für Rollstuhlfahrer ansehen, bearbeiten oder hinzufügen", "description": "Auf dieser Karte können Sie öffentlich zugängliche Orte für Rollstuhlfahrer ansehen, bearbeiten oder hinzufügen",
"layers": { "layers": {
"19": {
"override": {
"=title": {
"render": "Statistik"
}
}
},
"20": {
"override": {
"+tagRenderings": {
"0": {
"render": {
"special": {
"text": "Import"
}
}
},
"1": {
"render": {
"special": {
"message": "Alle vorgeschlagenen Tags hinzufügen"
}
}
}
}
}
},
"4": { "4": {
"override": { "override": {
"filter": { "filter": {
@ -953,33 +980,6 @@
"override": { "override": {
"name": "Barrierefreie Parkplätze" "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" "title": "Auf Rädern"
@ -1202,10 +1202,6 @@
"stations": { "stations": {
"description": "Bahnhofsdetails ansehen, bearbeiten und hinzufügen", "description": "Bahnhofsdetails ansehen, bearbeiten und hinzufügen",
"layers": { "layers": {
"3": {
"description": "Ebene mit Bahnhöfen",
"name": "Bahnhöfe"
},
"16": { "16": {
"description": "Anzeigen der Züge, die von diesem Bahnhof abfahren", "description": "Anzeigen der Züge, die von diesem Bahnhof abfahren",
"name": "Abfahrtstafeln", "name": "Abfahrtstafeln",
@ -1237,6 +1233,10 @@
"title": { "title": {
"render": "Abfahrtstafel" "render": "Abfahrtstafel"
} }
},
"3": {
"description": "Ebene mit Bahnhöfen",
"name": "Bahnhöfe"
} }
}, },
"title": "Bahnhöfe" "title": "Bahnhöfe"

View file

@ -778,6 +778,13 @@
} }
} }
}, },
"10": {
"options": {
"0": {
"question": "Exclude etymology theme"
}
}
},
"2": { "2": {
"options": { "options": {
"0": { "0": {
@ -833,13 +840,6 @@
"question": "Exclude GRB theme" "question": "Exclude GRB theme"
} }
} }
},
"10": {
"options": {
"0": {
"question": "Exclude etymology theme"
}
}
} }
}, },
"name": "Changeset centers", "name": "Changeset centers",
@ -920,6 +920,33 @@
"onwheels": { "onwheels": {
"description": "On this map, publicly weelchair accessible places are shown and can be easily added", "description": "On this map, publicly weelchair accessible places are shown and can be easily added",
"layers": { "layers": {
"19": {
"override": {
"=title": {
"render": "Statistics"
}
}
},
"20": {
"override": {
"+tagRenderings": {
"0": {
"render": {
"special": {
"text": "Import"
}
}
},
"1": {
"render": {
"special": {
"message": "Add all the suggested tags"
}
}
}
}
}
},
"4": { "4": {
"override": { "override": {
"filter": { "filter": {
@ -962,33 +989,6 @@
"override": { "override": {
"name": "Disabled parking spaces" "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" "title": "OnWheels"
@ -1211,10 +1211,6 @@
"stations": { "stations": {
"description": "View, edit and add details to a train station", "description": "View, edit and add details to a train station",
"layers": { "layers": {
"3": {
"description": "Layer showing train stations",
"name": "Train Stations"
},
"16": { "16": {
"description": "Displays showing the trains that will leave from this station", "description": "Displays showing the trains that will leave from this station",
"name": "Departures boards", "name": "Departures boards",
@ -1246,6 +1242,10 @@
"title": { "title": {
"render": "Departures board" "render": "Departures board"
} }
},
"3": {
"description": "Layer showing train stations",
"name": "Train Stations"
} }
}, },
"title": "Train Stations" "title": "Train Stations"

View file

@ -769,6 +769,13 @@
} }
} }
}, },
"10": {
"options": {
"0": {
"question": "Excluir el tema de etimología"
}
}
},
"2": { "2": {
"options": { "options": {
"0": { "0": {
@ -824,13 +831,6 @@
"question": "Excluir el tema GRB" "question": "Excluir el tema GRB"
} }
} }
},
"10": {
"options": {
"0": {
"question": "Excluir el tema de etimología"
}
}
} }
}, },
"name": "Centros de conjuntos de cambios", "name": "Centros de conjuntos de cambios",
@ -911,6 +911,33 @@
"onwheels": { "onwheels": {
"description": "En este mapa, se muestran y se pueden agregar fácilmente lugares accesibles para sillas de ruedas", "description": "En este mapa, se muestran y se pueden agregar fácilmente lugares accesibles para sillas de ruedas",
"layers": { "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": { "4": {
"override": { "override": {
"filter": { "filter": {
@ -953,33 +980,6 @@
"override": { "override": {
"name": "Plazas de estacionamiento para discapacitados" "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" "title": "Sobre ruedas"
@ -1202,10 +1202,6 @@
"stations": { "stations": {
"description": "Ver, editar y agregar detalles a una estación de tren", "description": "Ver, editar y agregar detalles a una estación de tren",
"layers": { "layers": {
"3": {
"description": "Capa que muestra las estaciones de tren",
"name": "Estaciones de tren"
},
"16": { "16": {
"description": "Pantallas que muestran los trenes que saldrán de esta estación", "description": "Pantallas que muestran los trenes que saldrán de esta estación",
"name": "Tableros de salidas", "name": "Tableros de salidas",
@ -1237,6 +1233,10 @@
"title": { "title": {
"render": "Tablero de salidas" "render": "Tablero de salidas"
} }
},
"3": {
"description": "Capa que muestra las estaciones de tren",
"name": "Estaciones de tren"
} }
}, },
"title": "Estaciones de tren" "title": "Estaciones de tren"

View file

@ -790,6 +790,33 @@
"onwheels": { "onwheels": {
"description": "Sur cette carte nous pouvons voir et ajouter les différents endroits publiques accessibles aux chaises roulantes", "description": "Sur cette carte nous pouvons voir et ajouter les différents endroits publiques accessibles aux chaises roulantes",
"layers": { "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": { "4": {
"override": { "override": {
"filter": { "filter": {
@ -832,33 +859,6 @@
"override": { "override": {
"name": "Places de stationnement pour personnes handicapées" "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" "title": "OnWheels"
@ -1025,10 +1025,6 @@
"stations": { "stations": {
"description": "Voir, modifier et ajouter des détails à une gare ferroviaire", "description": "Voir, modifier et ajouter des détails à une gare ferroviaire",
"layers": { "layers": {
"3": {
"description": "Couche montrant les gares",
"name": "Gares ferroviaires"
},
"16": { "16": {
"description": "Panneau affichant les trains au départ depuis cette gare", "description": "Panneau affichant les trains au départ depuis cette gare",
"name": "Panneaux des départs", "name": "Panneaux des départs",
@ -1060,6 +1056,10 @@
"title": { "title": {
"render": "Tableau des départs" "render": "Tableau des départs"
} }
},
"3": {
"description": "Couche montrant les gares",
"name": "Gares ferroviaires"
} }
}, },
"title": "Gares ferroviaires" "title": "Gares ferroviaires"

View file

@ -488,17 +488,17 @@
"onwheels": { "onwheels": {
"description": "Su questa mappa sono indicati i luoghi pubblici accessibili con sedia a rotelle e possono essere facilmente aggiunti", "description": "Su questa mappa sono indicati i luoghi pubblici accessibili con sedia a rotelle e possono essere facilmente aggiunti",
"layers": { "layers": {
"8": {
"override": {
"name": "Parcheggi per disabili"
}
},
"19": { "19": {
"override": { "override": {
"=title": { "=title": {
"render": "Statistiche" "render": "Statistiche"
} }
} }
},
"8": {
"override": {
"name": "Parcheggi per disabili"
}
} }
} }
}, },

View file

@ -355,19 +355,6 @@
}, },
"onwheels": { "onwheels": {
"layers": { "layers": {
"4": {
"override": {
"filter": {
"0": {
"options": {
"1": {
"question": "Uten breddeinfo"
}
}
}
}
}
},
"19": { "19": {
"override": { "override": {
"=title": { "=title": {
@ -394,6 +381,19 @@
} }
} }
} }
},
"4": {
"override": {
"filter": {
"0": {
"options": {
"1": {
"question": "Uten breddeinfo"
}
}
}
}
}
} }
}, },
"title": "På hjul" "title": "På hjul"
@ -473,10 +473,6 @@
}, },
"stations": { "stations": {
"layers": { "layers": {
"3": {
"description": "Lag som viser togstasjoner",
"name": "Togstasjoner"
},
"16": { "16": {
"tagRenderings": { "tagRenderings": {
"type": { "type": {
@ -487,6 +483,10 @@
} }
} }
} }
},
"3": {
"description": "Lag som viser togstasjoner",
"name": "Togstasjoner"
} }
}, },
"title": "Togstasjoner" "title": "Togstasjoner"

View file

@ -653,8 +653,37 @@
"building type": { "building type": {
"question": "Wat voor soort gebouw is dit?" "question": "Wat voor soort gebouw is dit?"
}, },
"grb-fixme": {
"mappings": {
"0": {
"then": "Geen fixme"
}
},
"question": "Wat zegt de fixme?",
"render": "De fixme is <b>{fixme}</b>"
},
"grb-housenumber": {
"mappings": {
"0": {
"then": "Geen huisnummer"
}
},
"question": "Wat is het huisnummer?",
"render": "Het huisnummer is <b>{addr:housenumber}</b>"
},
"grb-min-level": {
"question": "Hoeveel verdiepingen ontbreken?",
"render": "Dit gebouw begint maar op de {building:min_level} verdieping"
},
"grb-reference": { "grb-reference": {
"render": "Werd geïmporteerd vanuit GRB, het referentienummer is {source:geometry:ref}" "render": "Werd geïmporteerd vanuit GRB, het referentienummer is {source:geometry:ref}"
},
"grb-street": {
"question": "Wat is de straat?",
"render": "De straat is <b>{addr:street}</b>"
},
"grb-unit": {
"render": "De wooneenheid-aanduiding is <b>{addr:unit}</b> "
} }
} }
}, },
@ -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. <div class=subtle>Importeer eerst de gebouwen. Vernieuw dan de pagina om losse adressen toe te voegen</div>"
}
},
"render": {
"special": {
"text": "Voeg dit adres als een nieuw adrespunt toe"
}
}
}
}
}
} }
} },
"shortDescription": "Grb import helper tool",
"title": "GRB import helper"
}, },
"guideposts": { "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. ", "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": { "2": {
"options": { "options": {
"0": { "0": {
@ -828,13 +891,6 @@
"question": "GRB-thema uitsluiten" "question": "GRB-thema uitsluiten"
} }
} }
},
"10": {
"options": {
"0": {
"question": "Thema etymologie uitsluiten"
}
}
} }
}, },
"name": "Changeset centra", "name": "Changeset centra",
@ -915,6 +971,33 @@
"onwheels": { "onwheels": {
"description": "Op deze kaart kan je rolstoeltoegankelijke plaatsen vinden en toevoegen", "description": "Op deze kaart kan je rolstoeltoegankelijke plaatsen vinden en toevoegen",
"layers": { "layers": {
"19": {
"override": {
"=title": {
"render": "Statistieken"
}
}
},
"20": {
"override": {
"+tagRenderings": {
"0": {
"render": {
"special": {
"text": "Importeren"
}
}
},
"1": {
"render": {
"special": {
"message": "Voeg alle gesuggereerde tags toe"
}
}
}
}
}
},
"4": { "4": {
"override": { "override": {
"filter": { "filter": {
@ -957,33 +1040,6 @@
"override": { "override": {
"name": "Parkeerplaatsen voor personen met een beperking" "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" "title": "OnWheels"
@ -1108,6 +1164,11 @@
}, },
"title": "Dierenartsen, hondenloopzones en andere huisdiervriendelijke plaatsen" "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": { "playgrounds": {
"description": "Op deze kaart vind je speeltuinen en kan je zelf meer informatie en foto's toevoegen", "description": "Op deze kaart vind je speeltuinen en kan je zelf meer informatie en foto's toevoegen",
"shortDescription": "Een kaart met speeltuinen", "shortDescription": "Een kaart met speeltuinen",
@ -1181,6 +1242,47 @@
"description": "Alles om te skiën", "description": "Alles om te skiën",
"title": "Skipistes en kabelbanen" "title": "Skipistes en kabelbanen"
}, },
"speelplekken": {
"description": "<h3>Welkom bij de Groendoener!</h3>De Zuidrand dat is spelen, ravotten, chillen, wandelen,… in het groen. Meer dan <b>200 grote en kleine speelplekken</b> 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!<br/><br/>Het project groendoener kadert binnen het strategisch project <a href='https://www.provincieantwerpen.be/aanbod/dlm/samenwerkingsverbanden/zuidrand/projecten/strategisch-project-beleefbare-open-ruimte.html' target='_blank'>Beleefbare Open Ruimte in de Antwerpse Zuidrand</a> 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.<br/><img class='w-full md:w-1/2' src='./assets/themes/speelplekken/provincie_antwerpen.jpg'/><img class='w-full md:w-1/2' src='./assets/themes/speelplekken/Departement_Omgeving_Vlaanderen.png'/>",
"layers": {
"6": {
"name": "Wandelroutes van provincie Antwerpen",
"tagRenderings": {
"walk-description": {
"render": "<h3>Korte beschrijving:</h3>{description}"
},
"walk-length": {
"render": "Deze wandeling is <b>{_length:km}km</b> 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 <a href='mailto:{operator:email}'>{operator:email}</a>"
},
"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": { "sport_pitches": {
"description": "Een sportveld is een ingerichte plaats met infrastructuur om een sport te beoefenen", "description": "Een sportveld is een ingerichte plaats met infrastructuur om een sport te beoefenen",
"shortDescription": "Deze kaart toont sportvelden", "shortDescription": "Deze kaart toont sportvelden",
@ -1206,10 +1308,6 @@
"stations": { "stations": {
"description": "Bekijk, bewerk en voeg details to aan een treinstation", "description": "Bekijk, bewerk en voeg details to aan een treinstation",
"layers": { "layers": {
"3": {
"description": "Laag met treinstations",
"name": "Treinstations"
},
"16": { "16": {
"description": "Schermen die treinen tonen die van dit station vertrekken", "description": "Schermen die treinen tonen die van dit station vertrekken",
"name": "Vertrektijdenborden", "name": "Vertrektijdenborden",
@ -1241,6 +1339,10 @@
"title": { "title": {
"render": "Vertrektijdenbord" "render": "Vertrektijdenbord"
} }
},
"3": {
"description": "Laag met treinstations",
"name": "Treinstations"
} }
}, },
"title": "Treinstations" "title": "Treinstations"
@ -1301,6 +1403,10 @@
}, },
"title": "Straatverlichting" "title": "Straatverlichting"
}, },
"street_lighting_assen": {
"description": "Op deze kaart vind je alles over straatlantaarns + een dataset van Assen",
"title": "Straatverlichting - Assen"
},
"surveillance": { "surveillance": {
"description": "Op deze open kaart kan je bewakingscamera's vinden.", "description": "Op deze open kaart kan je bewakingscamera's vinden.",
"shortDescription": "Bewakingscameras en dergelijke", "shortDescription": "Bewakingscameras en dergelijke",
@ -1414,9 +1520,13 @@
"description": "Kaart met afvalbakken en recyclingfaciliteiten.", "description": "Kaart met afvalbakken en recyclingfaciliteiten.",
"title": "Afval" "title": "Afval"
}, },
"waste_assen": {
"description": "Kaart met afvalbakken en recyclingfaciliteiten + een dataset voor Assen.",
"title": "Afval - Assen"
},
"waste_basket": { "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", "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", "shortDescription": "Een kaart met vuilnisbakken",
"title": "Vuilnisbakken" "title": "Vuilnisbakken"
} }
} }

View file

@ -710,6 +710,33 @@
"onwheels": { "onwheels": {
"description": "Na tej mapie pokazane są miejsca publicznie dostępne dla wózków inwalidzkich, które można łatwo dodać", "description": "Na tej mapie pokazane są miejsca publicznie dostępne dla wózków inwalidzkich, które można łatwo dodać",
"layers": { "layers": {
"19": {
"override": {
"=title": {
"render": "Statystyki"
}
}
},
"20": {
"override": {
"+tagRenderings": {
"0": {
"render": {
"special": {
"text": "Import"
}
}
},
"1": {
"render": {
"special": {
"message": "Dodaj wszystkie sugerowane znaczniki"
}
}
}
}
}
},
"4": { "4": {
"override": { "override": {
"filter": { "filter": {
@ -752,33 +779,6 @@
"override": { "override": {
"name": "Miejsca parkingowe dla niepełnosprawnych" "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" "title": "Na kółkach"
@ -898,10 +898,6 @@
"stations": { "stations": {
"description": "Przeglądaj, edytuj i dodawaj szczegóły do stacji kolejowej", "description": "Przeglądaj, edytuj i dodawaj szczegóły do stacji kolejowej",
"layers": { "layers": {
"3": {
"description": "Warstwa pokazująca stacje kolejowe",
"name": "Stacje Kolejowe"
},
"16": { "16": {
"description": "Ekrany wyświetlające pokazujące pociągi, które odjadą z tej stacji", "description": "Ekrany wyświetlające pokazujące pociągi, które odjadą z tej stacji",
"name": "Tablice odjazdów", "name": "Tablice odjazdów",
@ -933,6 +929,10 @@
"title": { "title": {
"render": "Tablica odjazdów" "render": "Tablica odjazdów"
} }
},
"3": {
"description": "Warstwa pokazująca stacje kolejowe",
"name": "Stacje Kolejowe"
} }
}, },
"title": "Stacje Kolejowe" "title": "Stacje Kolejowe"

View file

@ -366,10 +366,6 @@
}, },
"stations": { "stations": {
"layers": { "layers": {
"3": {
"description": "顯示火車站的圖層",
"name": "火車站"
},
"16": { "16": {
"name": "出發板", "name": "出發板",
"presets": { "presets": {
@ -390,6 +386,10 @@
"title": { "title": {
"render": "時刻表" "render": "時刻表"
} }
},
"3": {
"description": "顯示火車站的圖層",
"name": "火車站"
} }
}, },
"title": "火車站" "title": "火車站"

View file

@ -532,7 +532,8 @@
} }
} }
}, },
"importLayer": {}, "importLayer": {
},
"index": { "index": {
"about": "Про MapComplete", "about": "Про MapComplete",
"intro": "Тематичні мапи, до створення яких ви можете долучитися", "intro": "Тематичні мапи, до створення яких ви можете долучитися",
@ -591,7 +592,8 @@
"removedKeys": "Наступні ключі будуть видалені:", "removedKeys": "Наступні ключі будуть видалені:",
"title": "Позначити як невідомий?" "title": "Позначити як невідомий?"
}, },
"userinfo": {}, "userinfo": {
},
"validation": { "validation": {
"opening_hours": { "opening_hours": {
"description": "Години роботи" "description": "Години роботи"

View file

@ -175,6 +175,7 @@
"donate": "財務上支援 MapComplete", "donate": "財務上支援 MapComplete",
"editId": "開啟開放街圖線上編輯器", "editId": "開啟開放街圖線上編輯器",
"editJosm": "採用 JOSM 編輯", "editJosm": "採用 JOSM 編輯",
"emailCreators": "寄 email 給創作者",
"followOnMastodon": "在 Mastodon 追蹤 MapComplete", "followOnMastodon": "在 Mastodon 追蹤 MapComplete",
"gotoSourceCode": "檢視原始碼", "gotoSourceCode": "檢視原始碼",
"iconAttribution": { "iconAttribution": {
@ -182,6 +183,7 @@
}, },
"josmNotOpened": "無法連到 JOSM請確認 JOSM 已經開啟並且啟用遠端控制選項", "josmNotOpened": "無法連到 JOSM請確認 JOSM 已經開啟並且啟用遠端控制選項",
"josmOpened": "已經開啟 JOSM", "josmOpened": "已經開啟 JOSM",
"madeBy": "由<b>{author}</b>製作",
"mapContributionsBy": "目前檢視的資料由 {contributors} 貢獻編輯", "mapContributionsBy": "目前檢視的資料由 {contributors} 貢獻編輯",
"mapContributionsByAndHidden": "目前顯到的資料是由 {contributors} 和其他 {hiddenCount} 位貢獻者編輯貢獻", "mapContributionsByAndHidden": "目前顯到的資料是由 {contributors} 和其他 {hiddenCount} 位貢獻者編輯貢獻",
"mapillaryHelp": "線上服務 <b>Mapillary</b> 能夠以開放授權提供收集到的街景照片。貢獻者能夠採用 Mapillary 照片來改進開放街圖", "mapillaryHelp": "線上服務 <b>Mapillary</b> 能夠以開放授權提供收集到的街景照片。貢獻者能夠採用 Mapillary 照片來改進開放街圖",
@ -189,14 +191,12 @@
"openMapillary": "開啟 Mapillary", "openMapillary": "開啟 Mapillary",
"openOsmcha": "請見 {theme} 的最新編輯", "openOsmcha": "請見 {theme} 的最新編輯",
"openOsmchaLastWeek": "檢視最近 7 天的編輯", "openOsmchaLastWeek": "檢視最近 7 天的編輯",
"openPanoramax": "在這邊開啟 Panoramax",
"openThemeDocumentation": "開啟專題地圖 {name} 的文件", "openThemeDocumentation": "開啟專題地圖 {name} 的文件",
"seeOnMapillary": "在 Mapillary 觀看這張影像", "seeOnMapillary": "在 Mapillary 觀看這張影像",
"themeBy": "由 {author} 維護主題", "themeBy": "由 {author} 維護主題",
"title": "版權與署名", "title": "版權與署名",
"translatedBy": "MapComplete 由 {contributors} 翻譯,而且還有 <a href=\"https://github.com/pietervdvn/MapComplete/graphs/contributors\" target=\"_blank\">{hiddenCount} 更多貢獻者</a>", "translatedBy": "MapComplete 由 {contributors} 翻譯,而且還有 <a href=\"https://github.com/pietervdvn/MapComplete/graphs/contributors\" target=\"_blank\">{hiddenCount} 更多貢獻者</a>"
"emailCreators": "寄 email 給創作者",
"madeBy": "由<b>{author}</b>製作",
"openPanoramax": "在這邊開啟 Panoramax"
}, },
"back": "返回", "back": "返回",
"backToIndex": "回到所有主題地圖的總覽頁面", "backToIndex": "回到所有主題地圖的總覽頁面",
@ -776,4 +776,4 @@
"startsWithQ": "維基數據編號以 Q 開頭後面接數字" "startsWithQ": "維基數據編號以 Q 開頭後面接數字"
} }
} }
} }

View file

@ -1,16 +1,26 @@
#! /bin/bash
# Creates the build for just a single theme
export NODE_OPTIONS="--max-old-space-size=12000"
THEME=$1 THEME=$1
npm run generate:layouts
if [ $# -eq 0 ] if [ $# -eq 0 ]
then then
echo "No arguments given. Expected a themename" echo "No arguments given. Expected a themename"
fi fi
pwd npm run prep:layeroverview
if [ -f "$THEME.html" ] npm run refresh:layeroverview
npm run generate:layeroverview
npm run test
npm run generate:layouts
if [[ -f "$THEME.html" ]]
then then
echo "$THEME.html found." echo "$THEME.html found."
else 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 exit 1
fi 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 sed -i "s/\/\/ LAYOUT.ADD_CONFIG/layout.enableMoreQuests = false/" index_"$THEME".ts
export NODE_OPTIONS=--max-old-space-size=20000 export NODE_OPTIONS=--max-old-space-size=20000
vite build --sourcemap --config vite_single.config.js || { echo 'Vite build failed' ; exit 1; } vite build --sourcemap --config vite_single.config.js || { echo 'Vite build failed' ; exit 1; }
cp -r assets/layers/ dist/assets/layers/ cp -r assets/layers/ dist/assets/layers/
cp -r assets/themes/ dist/assets/themes/ cp -r assets/themes/ dist/assets/themes/
cp -r assets/svg/ dist/assets/svg/ cp -r assets/svg/ dist/assets/svg/
@ -69,7 +75,6 @@ pwd
ls . ls .
for f in * for f in *
do do
# echo ">>>" $f
case "$f" in case "$f" in
*$THEME* ) *$THEME* )
echo "Keeping $f" echo "Keeping $f"
@ -92,37 +97,8 @@ fi
npm run clean npm run clean
echo "BUILD COMPLETED" echo "BUILD COMPLETED"
echo "On what domain will you deploy?"
if [ $# -eq 2 ] echo " ! Don't forget to add `https://yourdomain.tld/land.html` to the Redirect URIs on https://www.openstreetmap.org/oauth2/applications/"
then echo "Deploying on github pages?"
echo "DEPLOY TO $2" echo " 1. Don't forget to add a CNAME file (containing your domain name verbatim, without protocol)"
echo " 2 .nojekyll file (which is empty)"
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