forked from MapComplete/MapComplete
Chore: translation sync
This commit is contained in:
parent
212f3fd68c
commit
68c29fef89
12 changed files with 733 additions and 679 deletions
|
@ -213,22 +213,26 @@
|
|||
{
|
||||
"id": "speech_output_available",
|
||||
"question": {
|
||||
"en": "Has this elevator speech output?"
|
||||
"en": "Has this elevator speech output?",
|
||||
"de": "Verfügt der Aufzug über eine Sprachausgabe?"
|
||||
},
|
||||
"questionHint": {
|
||||
"en": "E.g. it announces the current floor"
|
||||
"en": "E.g. it announces the current floor",
|
||||
"de": "Z.B. werden Stockwerke angesagt"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "speech_output=yes",
|
||||
"then": {
|
||||
"en": "This elevator has speech output"
|
||||
"en": "This elevator has speech output",
|
||||
"de": "Der Aufzug verfügt über eine Sprachausgabe"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "speech_output=no",
|
||||
"then": {
|
||||
"en": "This elevator does not have speech output"
|
||||
"en": "This elevator does not have speech output",
|
||||
"de": "Der Aufzug verfügt über keine Sprachausgabe"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -59,7 +59,8 @@
|
|||
"if": "map_type=topo",
|
||||
"then": {
|
||||
"en": "Topographical map <p class='subtle'>The map contains contour lines. </p>",
|
||||
"de": "Topographische Katte <p class='subtle'> Die Karte enthält Höhenlinien. </p>"
|
||||
"de": "Topographische Katte <p class='subtle'> Die Karte enthält Höhenlinien. </p>",
|
||||
"ca": "Mapa topogràfic <p class='subtle'>El mapa conté línies de contorn. </p>"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -75,7 +76,8 @@
|
|||
"then": {
|
||||
"en": "This is a schematic map. <p class='subtle'>A sketched map with only important ways and POIs. The angles, distances etc. are merely illustrative, not accurate.</p> ",
|
||||
"de": "Dies ist eine schematische Karte. <p class='subtle'>Eine skizzierte Karte mit nur wichtigen Wegen und POIs. Die Winkel, Entfernungen usw. sind lediglich illustrativ, nicht genau.</p> ",
|
||||
"pl": "To jest mapa schematyczna. <p class='subtle'>Mapa-szkic z tylko ważnymi drogami i POI. Kąty, odległości itp. są tylko ilustratywne, niedokładne.</p> "
|
||||
"pl": "To jest mapa schematyczna. <p class='subtle'>Mapa-szkic z tylko ważnymi drogami i POI. Kąty, odległości itp. są tylko ilustratywne, niedokładne.</p> ",
|
||||
"ca": "Això és un mapa esquemàtic. <p class='subtle'>Un mapa esbossat amb només camins importants i PDI. Els angles, els trajectes etc. són merament il·lustratius, no acurat.</p> "
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -92,7 +94,8 @@
|
|||
"question": {
|
||||
"en": "What is the size of the shown area on the map?",
|
||||
"de": "Was wird von der Fläche abgedeckt?",
|
||||
"pl": "Jaki jest rozmiar obszaru pokazanego na tej mapie?"
|
||||
"pl": "Jaki jest rozmiar obszaru pokazanego na tej mapie?",
|
||||
"ca": "Quina és la mida de l'àrea mostrada en el mapa?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -100,14 +103,16 @@
|
|||
"then": {
|
||||
"en": "A map of the rooms within a building",
|
||||
"de": "Eine Karte der Räume innerhalb eines Gebäudes",
|
||||
"pl": "Plan pomieszczeń w budynku"
|
||||
"pl": "Plan pomieszczeń w budynku",
|
||||
"ca": "Un mapa de les habitacions dins d'un edifici"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "map_size=site",
|
||||
"then": {
|
||||
"en": "A map of special site, like of a historical castle, a park, a campus, a forest, ....",
|
||||
"de": "Örtlichkeit (z.B. Burg)"
|
||||
"de": "Örtlichkeit (z.B. Burg)",
|
||||
"ca": "Un mapa d'un lloc especial, com un castell històric, un parc, un campus, un bosc, …"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -115,7 +120,8 @@
|
|||
"then": {
|
||||
"en": "A map showing the village or town",
|
||||
"de": "Eine Karte, die das Dorf oder die Stadt anzeigt",
|
||||
"pl": "Mapa pokazująca wieś lub niewielkie miasto"
|
||||
"pl": "Mapa pokazująca wieś lub niewielkie miasto",
|
||||
"ca": "Un mapa que mostra el poble o la ciutat"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -123,7 +129,8 @@
|
|||
"then": {
|
||||
"en": " A map of a city",
|
||||
"de": "Stadt",
|
||||
"pl": " Mapa miasta"
|
||||
"pl": " Mapa miasta",
|
||||
"ca": " Un mapa d'una ciutat"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -131,7 +138,8 @@
|
|||
"then": {
|
||||
"en": "The map of an entire region, showing multiple cities and villages",
|
||||
"de": "Region",
|
||||
"pl": "Mapa całego regionu, pokazująca wiele miast i wsi"
|
||||
"pl": "Mapa całego regionu, pokazująca wiele miast i wsi",
|
||||
"ca": "El mapa d'una regió sencera, mostrant múltiples ciutats i pobles"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"en": "OpenStreetMap notes",
|
||||
"nl": "OpenStreetMap Notes",
|
||||
"de": "OpenStreetMap-Hinweise",
|
||||
"es": "Notas de OpenStreetMap"
|
||||
"es": "Notas de OpenStreetMap",
|
||||
"ca": "Notes d'OpenStreetMap"
|
||||
},
|
||||
"description": "This layer shows notes on OpenStreetMap. Having this layer in your theme will trigger the 'add new note' functionality in the 'addNewPoint'-popup (or if your theme has no presets, it'll enable adding notes)",
|
||||
"source": {
|
||||
|
@ -33,7 +34,8 @@
|
|||
"nl": "Gesloten Note",
|
||||
"de": "Geschlossene Notiz",
|
||||
"es": "Nota cerrada",
|
||||
"pl": "Zamknięta notatka"
|
||||
"pl": "Zamknięta notatka",
|
||||
"ca": "Nota tancada"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -72,7 +74,8 @@
|
|||
"en": "<h3>Nearby images</h3>The pictures below are nearby geotagged images and might be helpful to handle this note.",
|
||||
"de": "<h3>Bilder aus der Nähe</h3>Die folgenden Bilder sind mit Geotags versehene Bilder aus der Nähe und könnten für die Bearbeitung dieser Notiz hilfreich sein.",
|
||||
"es": "<h3>Imágenes cercanas</h3>Las imágenes de debajo son imágenes geoetiquetadas cercanas y pueden ser útiles para encargarse de esta nota.",
|
||||
"nl": "<h3>Afbeeldingen in de buurt</h3>Onderstaande afbeeldingen zijn afbeeldingen met geo-referentie en die in de buurt genomen zijn. Mogelijks zijn ze nuttig om deze kaartnota af te handelen."
|
||||
"nl": "<h3>Afbeeldingen in de buurt</h3>Onderstaande afbeeldingen zijn afbeeldingen met geo-referentie en die in de buurt genomen zijn. Mogelijks zijn ze nuttig om deze kaartnota af te handelen.",
|
||||
"ca": "<h3>Imatges properes</h3>Les imatges de sota són imatges geoetiquetades properes i poden ser útils per a encarregar-se d'aquesta nota."
|
||||
},
|
||||
"special": {
|
||||
"type": "nearby_images",
|
||||
|
@ -86,7 +89,8 @@
|
|||
"en": "<a href='https://www.openstreetmap.org/reports/new?reportable_id={_first_user_id}&reportable_type=User' target='_blank' class='subtle'>Report {_first_user} for spam or inappropriate messages</a>",
|
||||
"nl": "<a href='https://www.openstreetmap.org/reports/new?reportable_id={_first_user_id}&reportable_type=User' target='_blank' class='subtle'>{_first_user} melden voor spam of ongepaste opmerkingen</a>",
|
||||
"de": "<a href='https://www.openstreetmap.org/reports/new?reportable_id={_first_user_id}&reportable_type=User' target='_blank' class='subtle' {_first_user} für Spam oder unangemessene Nachrichten melden</a>",
|
||||
"es": "<a href='https://www.openstreetmap.org/reports/new?reportable_id={_first_user_id}&reportable_type=User' target='_blank' class='subtle'>Reportar {_first_user}"
|
||||
"es": "<a href='https://www.openstreetmap.org/reports/new?reportable_id={_first_user_id}&reportable_type=User' target='_blank' class='subtle'>Reportar {_first_user}",
|
||||
"ca": "<a href='https://www.openstreetmap.org/reports/new?reportable_id={_first_user_id}&reportable_type=User' target='_blank' class='subtle'>Reporta {_first_user} per spam o missatges inapropiats</a>"
|
||||
},
|
||||
"condition": "_opened_by_anonymous_user=false"
|
||||
},
|
||||
|
@ -96,7 +100,8 @@
|
|||
"en": "<a href='https://www.openstreetmap.org/reports/new?reportable_id={id}&reportable_type=Note' target='_blank'>Report this note as spam or inappropriate</a>",
|
||||
"nl": "<a href='https://www.openstreetmap.org/reports/new?reportable_id={id}&reportable_type=Note' target='_blank'>Deze note melden als spam of ongepast</a>",
|
||||
"de": "<a href='https://www.openstreetmap.org/reports/new?reportable_id={id}&reportable_type=Note' target='_blank'>Notiz als Spam oder unangemessen melden</a>",
|
||||
"es": "<a href='https://www.openstreetmap.org/reports/new?reportable_id={id}&reportable_type=Note' target='_blank'>Reporta esta nota como spam o inapropiada</a>"
|
||||
"es": "<a href='https://www.openstreetmap.org/reports/new?reportable_id={id}&reportable_type=Note' target='_blank'>Reporta esta nota como spam o inapropiada</a>",
|
||||
"ca": "<a href='https://www.openstreetmap.org/reports/new?reportable_id={id}&reportable_type=Note' target='_blank'>Reporta aquesta nota com spam o inapropiada</a>"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -330,7 +335,8 @@
|
|||
"en": "Hide import notes",
|
||||
"nl": "Verberg import Notes",
|
||||
"de": "Importnotizen ausblenden",
|
||||
"es": "Ocultar las nostras de importación"
|
||||
"es": "Ocultar las notas de importación",
|
||||
"ca": "Oculta les notes d'importació"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -339,7 +345,8 @@
|
|||
"en": "Show only import Notes",
|
||||
"nl": "Toon enkel import Notes",
|
||||
"de": "Nur Importnotizen anzeigen",
|
||||
"es": "Solo mostrar las notas de importación"
|
||||
"es": "Solo mostrar las notas de importación",
|
||||
"ca": "Mostrar només les notes d'importació"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -40,7 +40,8 @@
|
|||
"nl": "Torens om van het uitzicht te genieten",
|
||||
"de": "Türme zur Aussicht auf die umgebende Landschaft",
|
||||
"es": "Torres con vista panorámica",
|
||||
"pl": "Wieże z panoramicznym widokiem"
|
||||
"pl": "Wieże z panoramicznym widokiem",
|
||||
"ca": "Torres amb vista panoràmica"
|
||||
},
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
|
@ -93,7 +94,8 @@
|
|||
"nl": "Deze toren is {height} hoog",
|
||||
"de": "Dieser Turm ist {height} hoch",
|
||||
"es": "Esta torre mide {height}",
|
||||
"pl": "Ta wieża ma wysokość {height}"
|
||||
"pl": "Ta wieża ma wysokość {height}",
|
||||
"ca": "Aquesta torre fa {height}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "height",
|
||||
|
@ -141,14 +143,16 @@
|
|||
"nl": "Hoeveel moet men betalen om deze toren te bezoeken?",
|
||||
"de": "Was kostet der Zugang zu diesem Turm?",
|
||||
"es": "¿Cuánto hay que pagar para entrar en esta torre?",
|
||||
"pl": "Ile kosztuje wstęp na tę wieżę?"
|
||||
"pl": "Ile kosztuje wstęp na tę wieżę?",
|
||||
"ca": "Quant hi ha que pagar per entrar a aquesta torre?"
|
||||
},
|
||||
"render": {
|
||||
"en": "Visiting this tower costs <b>{charge}</b>",
|
||||
"nl": "Deze toren bezoeken kost <b>{charge}</b>",
|
||||
"de": "Der Besuch des Turms kostet <b>{charge}</b>",
|
||||
"es": "Visitar esta torre cuesta <b>{charge}</b>",
|
||||
"pl": "Wizyta na tej wieży kosztuje <b>{charge}</b>"
|
||||
"pl": "Wizyta na tej wieży kosztuje <b>{charge}</b>",
|
||||
"ca": "Visitar aquesta torre costa <b>{charge}</b>"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "charge",
|
||||
|
@ -228,8 +232,9 @@
|
|||
"en": "Does this tower have an elevator?",
|
||||
"nl": "Heeft deze toren een lift?",
|
||||
"de": "Hat dieser Turm einen Aufzug?",
|
||||
"es": "¿Tiene ascensor esta torre?",
|
||||
"pl": "Czy ta wieża ma windę?"
|
||||
"es": "¿Esta torre tiene ascensor?",
|
||||
"pl": "Czy ta wieża ma windę?",
|
||||
"ca": "Aquesta torre té ascensor?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -239,7 +244,8 @@
|
|||
"nl": "Deze toren heeft een lift die bezoekers naar de top van de toren brengt",
|
||||
"de": "Dieser Turm verfügt über einen Aufzug, der die Besucher nach oben bringt",
|
||||
"es": "Esta torre tiene un ascensor que lleva a los visitantes a la cima",
|
||||
"pl": "Ta wieża ma windę, która zabiera zwiedzających na górę"
|
||||
"pl": "Ta wieża ma windę, która zabiera zwiedzających na górę",
|
||||
"ca": "Aquesta torre té un ascensor que porta els visitants al cim"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -249,7 +255,8 @@
|
|||
"nl": "Deze toren heeft geen lift",
|
||||
"de": "Dieser Turm hat keinen Aufzug",
|
||||
"es": "Esta torre no tiene ascensor",
|
||||
"pl": "Ta wieża nie ma windy"
|
||||
"pl": "Ta wieża nie ma windy",
|
||||
"ca": "Aquesta torre no té ascensor"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -274,7 +281,8 @@
|
|||
"en": "Maintained by <b>{operator}</b>",
|
||||
"de": "Betrieben von <b>{operator}</b>",
|
||||
"es": "Mantenida por <b>{operator}</b>",
|
||||
"pl": "Obsługiwana przez <b>{operator}</b>"
|
||||
"pl": "Obsługiwana przez <b>{operator}</b>",
|
||||
"ca": "Mantés per {operator}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "operator"
|
||||
|
|
|
@ -21,7 +21,8 @@
|
|||
"de": "Parkplatz",
|
||||
"es": "aparcamiento de coches",
|
||||
"fr": "Lieu de stationnement",
|
||||
"pl": "Parking samochodowy"
|
||||
"pl": "Parking samochodowy",
|
||||
"ca": "Aparcament de cotxes"
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
|
@ -55,7 +56,8 @@
|
|||
"en": "This is a parking bay next to a street",
|
||||
"nl": "Dit is een parkeerplek langs een weg",
|
||||
"de": "Dies ist eine Parkbucht neben einer Straße",
|
||||
"fr": "C'est un lieu de stationnement à côté d'une route"
|
||||
"fr": "C'est un lieu de stationnement à côté d'une route",
|
||||
"ca": "Es tracta d'un aparcament al costat d'un carrer"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -76,7 +78,8 @@
|
|||
"nl": "Dit is een bovengrondse parkeergarage met meerdere verdiepingen",
|
||||
"de": "Dies ist ein mehrstöckiges oberirdisches Parkhaus",
|
||||
"fr": "C'est un parking à plusieurs étages",
|
||||
"pl": "To jest wielopiętrowy parking"
|
||||
"pl": "To jest wielopiętrowy parking",
|
||||
"ca": "Es tracta d'un garatge de diverses plantes"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -95,7 +98,8 @@
|
|||
"nl": "Dit is een strook voor parkeren op de weg",
|
||||
"de": "Dies ist eine Fahrspur zum Parken auf der Straße",
|
||||
"fr": "C'est une voie de stationnement sur la route",
|
||||
"pl": "To jest pas do parkowania na jezdni"
|
||||
"pl": "To jest pas do parkowania na jezdni",
|
||||
"ca": "Aquest és un carril per aparcar al carrer"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -122,7 +126,8 @@
|
|||
"en": "This is a parking on a layby",
|
||||
"nl": "Dit is een parkeerplek op een layby",
|
||||
"de": "Hier gibt es Parkmöglichkeiten auf einem kleinen Rastplatz",
|
||||
"fr": "C'est un parking sur une aire de stationnement"
|
||||
"fr": "C'est un parking sur une aire de stationnement",
|
||||
"ca": "Aquest és un aparcament en una zona de descans"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -178,7 +183,8 @@
|
|||
"nl": "Er zijn geen parkeerplaatsen voor gehandicapten",
|
||||
"de": "Es gibt keine barrierefreien Stellplätze",
|
||||
"fr": "Il n'y a pas de places de stationnement pour personnes à mobilité réduite",
|
||||
"pl": "Nie ma tutaj żadnych miejsc parkingowych dla niepełnosprawnych"
|
||||
"pl": "Nie ma tutaj żadnych miejsc parkingowych dla niepełnosprawnych",
|
||||
"ca": "No hi ha places d'aparcament per a minusvàlids"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
|
|
|
@ -4,13 +4,15 @@
|
|||
"en": "Parking Spaces",
|
||||
"de": "Stellplätze",
|
||||
"nl": "Parkeerplekken",
|
||||
"pl": "Miejsca parkingowe"
|
||||
"pl": "Miejsca parkingowe",
|
||||
"ca": "Places d'aparcament"
|
||||
},
|
||||
"description": {
|
||||
"en": "Layer showing individual parking spaces.",
|
||||
"de": "Ebene mit den einzelnen PKW Stellplätzen.",
|
||||
"nl": "Laag met individuele parkeerplekken.",
|
||||
"pl": "Warstwa pokazująca pojedyncze miejsca parkingowe."
|
||||
"pl": "Warstwa pokazująca pojedyncze miejsca parkingowe.",
|
||||
"ca": "Capa que mostra aparcaments de cotxes individuals."
|
||||
},
|
||||
"minzoom": 19,
|
||||
"source": {
|
||||
|
@ -43,7 +45,8 @@
|
|||
"en": "This is a normal parking space.",
|
||||
"de": "Dies ist ein normaler Stellplatz.",
|
||||
"nl": "Dit is een normale parkeerplek.",
|
||||
"pl": "To jest zwykłe miejsce parkingowe."
|
||||
"pl": "To jest zwykłe miejsce parkingowe.",
|
||||
"ca": "Aquesta és una plaça d'aparcament normal."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -52,7 +55,8 @@
|
|||
"en": "This is a disabled parking space.",
|
||||
"de": "Dies ist ein Behindertenstellplatz.",
|
||||
"nl": "Dit is een gehandicaptenparkeerplaats.",
|
||||
"pl": "To jest miejsce parkingowe dla niepełnosprawnych."
|
||||
"pl": "To jest miejsce parkingowe dla niepełnosprawnych.",
|
||||
"ca": "Aquesta és una plaça d'aparcament per a minusvàlids."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -61,7 +65,8 @@
|
|||
"en": "This is a private parking space.",
|
||||
"de": "Dies ist ein privater Stellplatz.",
|
||||
"nl": "Dit is een privéparkeerplek.",
|
||||
"pl": "To jest prywatne miejsce parkingowe."
|
||||
"pl": "To jest prywatne miejsce parkingowe.",
|
||||
"ca": "Es tracta d'una plaça d'aparcament privada."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -70,7 +75,8 @@
|
|||
"en": "This is parking space reserved for charging vehicles.",
|
||||
"de": "Dies ist ein Stellplatz, der für das Laden von Fahrzeugen reserviert ist.",
|
||||
"nl": "Deze parkeerplek is gereserveerd voor het opladen van voertuigen.",
|
||||
"pl": "To miejsce parkingowe jest zarezerwowane dla ładowania pojazdów."
|
||||
"pl": "To miejsce parkingowe jest zarezerwowane dla ładowania pojazdów.",
|
||||
"ca": "Es tracta d'una plaça d'aparcament reservada per a la recàrrega de vehicles."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -79,7 +85,8 @@
|
|||
"en": "This is parking space reserved for deliveries.",
|
||||
"de": "Dies ist ein Stellplatz, der für Lieferfahrzeuge reserviert ist.",
|
||||
"nl": "Deze parkeerplek is gereserveerd voor leveringen.",
|
||||
"pl": "To miejsce parkingowe jest przeznaczone dla dostaw."
|
||||
"pl": "To miejsce parkingowe jest przeznaczone dla dostaw.",
|
||||
"ca": "Es tracta d'una plaça d'aparcament reservada per a repartidors."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -104,7 +111,8 @@
|
|||
"en": "This is parking space reserved for buses.",
|
||||
"de": "Dies ist ein Stellplatz, der für Busse reserviert ist.",
|
||||
"nl": "Deze parkeerplek is gereserveerd voor bussen.",
|
||||
"pl": "To miejsce parkingowe jest przeznaczone dla busów."
|
||||
"pl": "To miejsce parkingowe jest przeznaczone dla busów.",
|
||||
"ca": "Es tracta d'una plaça d'aparcament reservada per a autobusos."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -113,7 +121,8 @@
|
|||
"en": "This is parking space reserved for motorcycles.",
|
||||
"de": "Dies ist ein Stellplatz, der für Motorräder reserviert ist.",
|
||||
"nl": "Deze parkeerplek is gereserveerd voor motoren.",
|
||||
"pl": "To miejsce parkingowe jest przeznaczone dla motocykli."
|
||||
"pl": "To miejsce parkingowe jest przeznaczone dla motocykli.",
|
||||
"ca": "Es tracta d'una plaça d'aparcament reservada per a motos."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -122,7 +131,8 @@
|
|||
"en": "This is a parking space reserved for parents with children.",
|
||||
"de": "Dies ist ein Stellplatz, der für Eltern mit Kindern reserviert ist.",
|
||||
"nl": "Deze parkeerplek is gereserveerd voor ouders met kinderen.",
|
||||
"pl": "To miejsce jest przeznaczone dla rodziców z dziećmi."
|
||||
"pl": "To miejsce jest przeznaczone dla rodziców z dziećmi.",
|
||||
"ca": "Es tracta d'una plaça d'aparcament reservada per a pares amb fills."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -131,7 +141,8 @@
|
|||
"en": "This is a parking space reserved for staff.",
|
||||
"de": "Dies ist ein Stellplatz, der für das Personal reserviert ist.",
|
||||
"nl": "Deze parkeerplek is gereserveerd voor personeel.",
|
||||
"pl": "To jest miejsce parkingowe przeznaczone dla pracowników."
|
||||
"pl": "To jest miejsce parkingowe przeznaczone dla pracowników.",
|
||||
"ca": "Es tracta d'una plaça d'aparcament reservada al personal."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -59,7 +59,8 @@
|
|||
},
|
||||
"then": {
|
||||
"en": "Post partner at {name}",
|
||||
"de": "Postfiliale im {name}"
|
||||
"de": "Postfiliale im {name}",
|
||||
"ca": "Col·laborador postal a {name}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -415,7 +416,8 @@
|
|||
"question": {
|
||||
"en": "Does this post office have an ATM?",
|
||||
"nl": "Heeft dit postkantoor een bankautomaat?",
|
||||
"de": "Verfügt die Postfiliale über einen Geldautomat?"
|
||||
"de": "Verfügt die Postfiliale über einen Geldautomat?",
|
||||
"ca": "Aquesta oficina postal té un caixer automàtic?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -423,7 +425,8 @@
|
|||
"then": {
|
||||
"en": "This post office has an ATM",
|
||||
"nl": "Dit postkantoor heeft een bankautomaat",
|
||||
"de": "Die Postfiliale verfügt über einen Geldautomat"
|
||||
"de": "Die Postfiliale verfügt über einen Geldautomat",
|
||||
"ca": "Aquesta oficina postal té un caixer automàtic"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -431,7 +434,8 @@
|
|||
"then": {
|
||||
"en": "This post office does <b>not</b> have an ATM",
|
||||
"nl": "Dit postkantoor heeft <b>geen</b> bankautomaaat",
|
||||
"de": "Die Postfiliale verfügt <b>nicht</b> über einen Geldautomat"
|
||||
"de": "Die Postfiliale verfügt <b>nicht</b> über einen Geldautomat",
|
||||
"ca": "Aquesta oficina postal <b>no</b> té un caixer automàtic"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -439,7 +443,8 @@
|
|||
"then": {
|
||||
"en": "This post office does have an ATM, but it is mapped as a different icon",
|
||||
"nl": "Dit postkantoor heeft een bankautomaat, maar deze staat apart op de kaart aangeduid",
|
||||
"de": "Die Postfiliale verfügt über einen Geldautomat, der aber bereits separat kartiert ist"
|
||||
"de": "Die Postfiliale verfügt über einen Geldautomat, der aber bereits separat kartiert ist",
|
||||
"ca": "Aquesta oficina postal té un caixer automàtic, però està mapejat com a un element diferent"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -131,7 +131,7 @@
|
|||
"render": {
|
||||
"en": "Change made with <a href='{host}'>{host}</a>",
|
||||
"ca": "Canviat fet amb <a href='{host}'>{host}</a>",
|
||||
"de": "Änderung über <a href='{host}'>{host}</a>",
|
||||
"de": "Geändert über <a href='{host}'>{host}</a>",
|
||||
"fr": "Modification faite avec <a href='{host}'>{host}</a>",
|
||||
"nl": "Wijziging gemaakt met <a href='{host}'>{host}</a>"
|
||||
},
|
||||
|
|
|
@ -35,16 +35,6 @@
|
|||
"1": {
|
||||
"title": "un mupi"
|
||||
},
|
||||
"10": {
|
||||
"description": "S'utilitza per a cartells publicitaris, rètols de neó, logotips i cartells en entrades institucionals",
|
||||
"title": "un lletrer"
|
||||
},
|
||||
"11": {
|
||||
"title": "una escupltura"
|
||||
},
|
||||
"12": {
|
||||
"title": "una paret pintada"
|
||||
},
|
||||
"2": {
|
||||
"title": "un mupi sobre la paret"
|
||||
},
|
||||
|
@ -71,6 +61,16 @@
|
|||
},
|
||||
"9": {
|
||||
"title": "un tòtem"
|
||||
},
|
||||
"10": {
|
||||
"description": "S'utilitza per a cartells publicitaris, rètols de neó, logotips i cartells en entrades institucionals",
|
||||
"title": "un lletrer"
|
||||
},
|
||||
"11": {
|
||||
"title": "una escupltura"
|
||||
},
|
||||
"12": {
|
||||
"title": "una paret pintada"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
@ -165,9 +165,6 @@
|
|||
"1": {
|
||||
"then": "Açò és un tauló d'anunis"
|
||||
},
|
||||
"10": {
|
||||
"then": "Açò és una paret pintada"
|
||||
},
|
||||
"2": {
|
||||
"then": "Açò és una columna"
|
||||
},
|
||||
|
@ -191,6 +188,9 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Açò és un tòtem"
|
||||
},
|
||||
"10": {
|
||||
"then": "Açò és una paret pintada"
|
||||
}
|
||||
},
|
||||
"question": "Quin tipus d'element publicitari és aquest?",
|
||||
|
@ -205,9 +205,6 @@
|
|||
"1": {
|
||||
"then": "Tauló d'anuncis"
|
||||
},
|
||||
"10": {
|
||||
"then": "Paret Pintada"
|
||||
},
|
||||
"2": {
|
||||
"then": "Mupi"
|
||||
},
|
||||
|
@ -231,6 +228,9 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Tòtem"
|
||||
},
|
||||
"10": {
|
||||
"then": "Paret Pintada"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -312,15 +312,6 @@
|
|||
"1": {
|
||||
"then": "Mural"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (Rajoles decoratives espanyoles i portugueses)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Enrajolat"
|
||||
},
|
||||
"12": {
|
||||
"then": "Tallat a la fusta"
|
||||
},
|
||||
"2": {
|
||||
"then": "Pintura"
|
||||
},
|
||||
|
@ -344,6 +335,15 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Relleu"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (Rajoles decoratives espanyoles i portugueses)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Enrajolat"
|
||||
},
|
||||
"12": {
|
||||
"then": "Tallat a la fusta"
|
||||
}
|
||||
},
|
||||
"question": "Quin tipus d'obra és aquesta peça?",
|
||||
|
@ -1820,27 +1820,6 @@
|
|||
"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> connector"
|
||||
},
|
||||
"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>"
|
||||
},
|
||||
"11": {
|
||||
"question": "Té un connector <div style='display: inline-block'><b><b>CCS Tesla Supercharger </b> (un tipus2_css de marca)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div>"
|
||||
},
|
||||
"12": {
|
||||
"question": "Té un connector <div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div>"
|
||||
},
|
||||
"13": {
|
||||
"question": "Té un connector <div style='display: inline-block'><b><b>Tesla Supercharger (Destination)</b> (Tipus 2 amb un cable de marca tesla)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>"
|
||||
},
|
||||
"14": {
|
||||
"question": "Té un connector <div style='display: inline-block'><b><b>USB</b> per a carregar telèfons i dispositius electrònics petits</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div>"
|
||||
},
|
||||
"15": {
|
||||
"question": "Té un connector <div style='display: inline-block'><b><b>Bosch Active Connect amb 3 pins</b> i cable</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div>"
|
||||
},
|
||||
"16": {
|
||||
"question": "Té un connector <div style='display: inline-block'><b><b>Bosch Active Connect amb 5 pins</b> i cable</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div>"
|
||||
},
|
||||
"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>"
|
||||
},
|
||||
|
@ -1864,6 +1843,27 @@
|
|||
},
|
||||
"9": {
|
||||
"question": "Té un connector <div style='display: inline-block'><b><b> CCS Tipus 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.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>"
|
||||
},
|
||||
"11": {
|
||||
"question": "Té un connector <div style='display: inline-block'><b><b>CCS Tesla Supercharger </b> (un tipus2_css de marca)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div>"
|
||||
},
|
||||
"12": {
|
||||
"question": "Té un connector <div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div>"
|
||||
},
|
||||
"13": {
|
||||
"question": "Té un connector <div style='display: inline-block'><b><b>Tesla Supercharger (Destination)</b> (Tipus 2 amb un cable de marca tesla)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>"
|
||||
},
|
||||
"14": {
|
||||
"question": "Té un connector <div style='display: inline-block'><b><b>USB</b> per a carregar telèfons i dispositius electrònics petits</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div>"
|
||||
},
|
||||
"15": {
|
||||
"question": "Té un connector <div style='display: inline-block'><b><b>Bosch Active Connect amb 3 pins</b> i cable</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div>"
|
||||
},
|
||||
"16": {
|
||||
"question": "Té un connector <div style='display: inline-block'><b><b>Bosch Active Connect amb 5 pins</b> i cable</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div>"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1919,6 +1919,30 @@
|
|||
"1": {
|
||||
"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 de 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> (J1772)"
|
||||
},
|
||||
"7": {
|
||||
"then": "<b>Tipus 1 amb cable</b> (J1772)"
|
||||
},
|
||||
"8": {
|
||||
"then": "<b>Tipus 1 <i>sense</i> cable</b> (J1772)"
|
||||
},
|
||||
"9": {
|
||||
"then": "<b>Tipus 1 <i>sense</i> cable</b> (J1772)"
|
||||
},
|
||||
"10": {
|
||||
"then": "<b>CSS 1Tipus 1</b> (també conegut com Tipus 1 combo)"
|
||||
},
|
||||
|
@ -1949,9 +1973,6 @@
|
|||
"19": {
|
||||
"then": "<b>Tipus 2 amb cable</b> (mennekes)"
|
||||
},
|
||||
"2": {
|
||||
"then": "<b>Endoll de paret Europeu</b> amb pin de terra (CEE7/4 tipus E)"
|
||||
},
|
||||
"20": {
|
||||
"then": "<b>CSS Supercarregador Tesla</b> (un tipus2_css de la marca)"
|
||||
},
|
||||
|
@ -1982,32 +2003,11 @@
|
|||
"29": {
|
||||
"then": "<b>Bosch Active Connect amb 3 pins</b> i cable"
|
||||
},
|
||||
"3": {
|
||||
"then": "<b>Endoll de paret Europeu</b> amb pin a terra (CEE7/4 tipus E)"
|
||||
},
|
||||
"30": {
|
||||
"then": "<b>Bosch Active Connect amb 5 pins</b> i cable"
|
||||
},
|
||||
"31": {
|
||||
"then": "<b>Bosch Active Connect amb 5 pins</b> i cable"
|
||||
},
|
||||
"4": {
|
||||
"then": "<b>Chademo</b>"
|
||||
},
|
||||
"5": {
|
||||
"then": "<b>Chademo</b>"
|
||||
},
|
||||
"6": {
|
||||
"then": "<b>Tipus 1 amb cable</b> (J1772)"
|
||||
},
|
||||
"7": {
|
||||
"then": "<b>Tipus 1 amb cable</b> (J1772)"
|
||||
},
|
||||
"8": {
|
||||
"then": "<b>Tipus 1 <i>sense</i> cable</b> (J1772)"
|
||||
},
|
||||
"9": {
|
||||
"then": "<b>Tipus 1 <i>sense</i> cable</b> (J1772)"
|
||||
}
|
||||
},
|
||||
"question": "Quins tipus de connexions de càrrega estan disponibles aquí?"
|
||||
|
@ -2865,9 +2865,6 @@
|
|||
"1": {
|
||||
"then": "Aquest carril bici està pavimentat"
|
||||
},
|
||||
"10": {
|
||||
"then": "Aquesta via ciclista està feta de gravilla"
|
||||
},
|
||||
"2": {
|
||||
"then": "Aquest carril bici està fet d'asfalt"
|
||||
},
|
||||
|
@ -2879,6 +2876,9 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Aquesta via ciclista està feta de grava"
|
||||
},
|
||||
"10": {
|
||||
"then": "Aquesta via ciclista està feta de gravilla"
|
||||
}
|
||||
},
|
||||
"question": "De què està feta la superfície d'aquest carrer?",
|
||||
|
@ -3997,21 +3997,6 @@
|
|||
"1": {
|
||||
"then": "Això és una fregiduria"
|
||||
},
|
||||
"10": {
|
||||
"then": "Aquí es serveixen plats xinesos"
|
||||
},
|
||||
"11": {
|
||||
"then": "Aquí es serveixen plats grecs"
|
||||
},
|
||||
"12": {
|
||||
"then": "Aquí es serveixen plats indis"
|
||||
},
|
||||
"13": {
|
||||
"then": "Aquí es serveixen plats turcs"
|
||||
},
|
||||
"14": {
|
||||
"then": "Aquí es serveixen plats tailandesos"
|
||||
},
|
||||
"2": {
|
||||
"then": "Principalment serveix pasta"
|
||||
},
|
||||
|
@ -4035,6 +4020,21 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Aquí es serveixen plats francesos"
|
||||
},
|
||||
"10": {
|
||||
"then": "Aquí es serveixen plats xinesos"
|
||||
},
|
||||
"11": {
|
||||
"then": "Aquí es serveixen plats grecs"
|
||||
},
|
||||
"12": {
|
||||
"then": "Aquí es serveixen plats indis"
|
||||
},
|
||||
"13": {
|
||||
"then": "Aquí es serveixen plats turcs"
|
||||
},
|
||||
"14": {
|
||||
"then": "Aquí es serveixen plats tailandesos"
|
||||
}
|
||||
},
|
||||
"question": "Quin menjar es serveix aquí?",
|
||||
|
@ -5409,12 +5409,6 @@
|
|||
"1": {
|
||||
"then": "Aquesta és una plaça d'aparcament normal."
|
||||
},
|
||||
"10": {
|
||||
"then": "Es tracta d'una plaça d'aparcament reservada per a pares amb fills."
|
||||
},
|
||||
"11": {
|
||||
"then": "Es tracta d'una plaça d'aparcament reservada al personal."
|
||||
},
|
||||
"2": {
|
||||
"then": "Aquesta és una plaça d'aparcament per a minusvàlids."
|
||||
},
|
||||
|
@ -5432,6 +5426,12 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Es tracta d'una plaça d'aparcament reservada per a motos."
|
||||
},
|
||||
"10": {
|
||||
"then": "Es tracta d'una plaça d'aparcament reservada per a pares amb fills."
|
||||
},
|
||||
"11": {
|
||||
"then": "Es tracta d'una plaça d'aparcament reservada al personal."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -5905,9 +5905,6 @@
|
|||
"1": {
|
||||
"then": "S'accepten monedes de 2 cèntims"
|
||||
},
|
||||
"10": {
|
||||
"then": "S'accepten monedes de 20 cèntims"
|
||||
},
|
||||
"2": {
|
||||
"then": "S'accepten monedes de 5 cèntims"
|
||||
},
|
||||
|
@ -5931,6 +5928,9 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "S'accepten monedes de 10 cèntims"
|
||||
},
|
||||
"10": {
|
||||
"then": "S'accepten monedes de 20 cèntims"
|
||||
}
|
||||
},
|
||||
"question": "Quines monedes es poden utilitzar per a pagar aquí?"
|
||||
|
@ -6316,6 +6316,30 @@
|
|||
"1": {
|
||||
"question": "Reciclatge de piles"
|
||||
},
|
||||
"2": {
|
||||
"question": "Reciclatge de cartrons de begudes"
|
||||
},
|
||||
"3": {
|
||||
"question": "Reciclatge de llaunes"
|
||||
},
|
||||
"4": {
|
||||
"question": "Reciclatge de roba"
|
||||
},
|
||||
"5": {
|
||||
"question": "Reciclatge d'oli de cuina"
|
||||
},
|
||||
"6": {
|
||||
"question": "Reciclatge d'oli de motor"
|
||||
},
|
||||
"7": {
|
||||
"question": "Reciclatge de tubs fluorescents"
|
||||
},
|
||||
"8": {
|
||||
"question": "Reciclatge de residus verds"
|
||||
},
|
||||
"9": {
|
||||
"question": "Reciclatge d'ampolles de vidre"
|
||||
},
|
||||
"10": {
|
||||
"question": "Reciclatge de vidre"
|
||||
},
|
||||
|
@ -6346,35 +6370,11 @@
|
|||
"19": {
|
||||
"question": "Reciclatge del rebuig"
|
||||
},
|
||||
"2": {
|
||||
"question": "Reciclatge de cartrons de begudes"
|
||||
},
|
||||
"20": {
|
||||
"question": "Reciclatge de cartutxos d'impressora"
|
||||
},
|
||||
"21": {
|
||||
"question": "Reciclatge de bicicletes"
|
||||
},
|
||||
"3": {
|
||||
"question": "Reciclatge de llaunes"
|
||||
},
|
||||
"4": {
|
||||
"question": "Reciclatge de roba"
|
||||
},
|
||||
"5": {
|
||||
"question": "Reciclatge d'oli de cuina"
|
||||
},
|
||||
"6": {
|
||||
"question": "Reciclatge d'oli de motor"
|
||||
},
|
||||
"7": {
|
||||
"question": "Reciclatge de tubs fluorescents"
|
||||
},
|
||||
"8": {
|
||||
"question": "Reciclatge de residus verds"
|
||||
},
|
||||
"9": {
|
||||
"question": "Reciclatge d'ampolles de vidre"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -6442,6 +6442,30 @@
|
|||
"1": {
|
||||
"then": "Aquí es poden reciclar els cartons de begudes"
|
||||
},
|
||||
"2": {
|
||||
"then": "Aquí es poden reciclar llaunes"
|
||||
},
|
||||
"3": {
|
||||
"then": "Aquí es pot reciclar roba"
|
||||
},
|
||||
"4": {
|
||||
"then": "Aquí es pot reciclar oli de cuina"
|
||||
},
|
||||
"5": {
|
||||
"then": "Aquí es pot reciclar oli de motor"
|
||||
},
|
||||
"6": {
|
||||
"then": "Aquí es poden reciclar tub fluroescents"
|
||||
},
|
||||
"7": {
|
||||
"then": "Aquí es poden reciclar residus verds"
|
||||
},
|
||||
"8": {
|
||||
"then": "Ací es poden reciclar residus orgànics"
|
||||
},
|
||||
"9": {
|
||||
"then": "Aquí es poden reciclar ampolles de vidre"
|
||||
},
|
||||
"10": {
|
||||
"then": "Aquí es pot reciclar vidre"
|
||||
},
|
||||
|
@ -6472,9 +6496,6 @@
|
|||
"19": {
|
||||
"then": "Aquí es poden reciclar sabates"
|
||||
},
|
||||
"2": {
|
||||
"then": "Aquí es poden reciclar llaunes"
|
||||
},
|
||||
"20": {
|
||||
"then": "Aquí es poden reciclar petits electrodomèstics"
|
||||
},
|
||||
|
@ -6489,27 +6510,6 @@
|
|||
},
|
||||
"24": {
|
||||
"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í?"
|
||||
|
@ -7168,12 +7168,6 @@
|
|||
"1": {
|
||||
"then": "Aquest fanal utilitza LED"
|
||||
},
|
||||
"10": {
|
||||
"then": "Aquest fanal utilitza làmpades de sodi d'alta pressió (taronja amb blanc)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Aquest fanal s'il·lumina amb gas"
|
||||
},
|
||||
"2": {
|
||||
"then": "Aquest fanal utilitza il·luminació incandescent"
|
||||
},
|
||||
|
@ -7197,6 +7191,12 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Aquest fanal utilitza làmpades de sodi de baixa pressió (taronja monocroma)"
|
||||
},
|
||||
"10": {
|
||||
"then": "Aquest fanal utilitza làmpades de sodi d'alta pressió (taronja amb blanc)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Aquest fanal s'il·lumina amb gas"
|
||||
}
|
||||
},
|
||||
"question": "Quin tipus d'il·luminació utilitza aquest fanal?"
|
||||
|
@ -8041,27 +8041,6 @@
|
|||
"1": {
|
||||
"question": "Venda de begudes"
|
||||
},
|
||||
"10": {
|
||||
"question": "Venda de llet"
|
||||
},
|
||||
"11": {
|
||||
"question": "Venda de pa"
|
||||
},
|
||||
"12": {
|
||||
"question": "Venda d'ous"
|
||||
},
|
||||
"13": {
|
||||
"question": "Venda de formatge"
|
||||
},
|
||||
"14": {
|
||||
"question": "Venda de mel"
|
||||
},
|
||||
"15": {
|
||||
"question": "Venda de patates"
|
||||
},
|
||||
"16": {
|
||||
"question": "Venda de flors"
|
||||
},
|
||||
"2": {
|
||||
"question": "Venda de llaminadures"
|
||||
},
|
||||
|
@ -8085,6 +8064,27 @@
|
|||
},
|
||||
"9": {
|
||||
"question": "Venda de càmeres interiors de bicicletes"
|
||||
},
|
||||
"10": {
|
||||
"question": "Venda de llet"
|
||||
},
|
||||
"11": {
|
||||
"question": "Venda de pa"
|
||||
},
|
||||
"12": {
|
||||
"question": "Venda d'ous"
|
||||
},
|
||||
"13": {
|
||||
"question": "Venda de formatge"
|
||||
},
|
||||
"14": {
|
||||
"question": "Venda de mel"
|
||||
},
|
||||
"15": {
|
||||
"question": "Venda de patates"
|
||||
},
|
||||
"16": {
|
||||
"question": "Venda de flors"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -8125,6 +8125,30 @@
|
|||
"1": {
|
||||
"then": "Es venen llaminadures"
|
||||
},
|
||||
"2": {
|
||||
"then": "Es ven menjar"
|
||||
},
|
||||
"3": {
|
||||
"then": "Es ven tabaco"
|
||||
},
|
||||
"4": {
|
||||
"then": "Es venen preservatius"
|
||||
},
|
||||
"5": {
|
||||
"then": "Es ven cafè"
|
||||
},
|
||||
"6": {
|
||||
"then": "Es ven aigua"
|
||||
},
|
||||
"7": {
|
||||
"then": "Es venen diaris"
|
||||
},
|
||||
"8": {
|
||||
"then": "Es venen càmeres interiors de bicicletes"
|
||||
},
|
||||
"9": {
|
||||
"then": "Es ven llet"
|
||||
},
|
||||
"10": {
|
||||
"then": "Es ven pa"
|
||||
},
|
||||
|
@ -8151,30 +8175,6 @@
|
|||
},
|
||||
"18": {
|
||||
"then": "Es venen bitllets de transport públic"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"question": "Que ven aquesta màquina expenedora?",
|
||||
|
@ -8511,4 +8511,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -35,16 +35,6 @@
|
|||
"1": {
|
||||
"title": "eine freistehende Posterbox"
|
||||
},
|
||||
"10": {
|
||||
"description": "Verwendet für Werbeschilder, Leuchtreklamen, Logos und institutionelle Eingangsschilder",
|
||||
"title": "ein Schild"
|
||||
},
|
||||
"11": {
|
||||
"title": "eine Skulptur"
|
||||
},
|
||||
"12": {
|
||||
"title": "eine Wandmalerei"
|
||||
},
|
||||
"2": {
|
||||
"title": "eine wandmontierte Posterbox"
|
||||
},
|
||||
|
@ -71,6 +61,16 @@
|
|||
},
|
||||
"9": {
|
||||
"title": "ein Totem"
|
||||
},
|
||||
"10": {
|
||||
"description": "Verwendet für Werbeschilder, Leuchtreklamen, Logos und institutionelle Eingangsschilder",
|
||||
"title": "ein Schild"
|
||||
},
|
||||
"11": {
|
||||
"title": "eine Skulptur"
|
||||
},
|
||||
"12": {
|
||||
"title": "eine Wandmalerei"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
@ -165,9 +165,6 @@
|
|||
"1": {
|
||||
"then": "Dies ist ein Brett"
|
||||
},
|
||||
"10": {
|
||||
"then": "Dies ist eine Wandmalerei"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dies ist eine Litfaßsäule"
|
||||
},
|
||||
|
@ -191,6 +188,9 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Dies ist ein Totem"
|
||||
},
|
||||
"10": {
|
||||
"then": "Dies ist eine Wandmalerei"
|
||||
}
|
||||
},
|
||||
"question": "Welche Art von Werbung ist das?",
|
||||
|
@ -205,9 +205,6 @@
|
|||
"1": {
|
||||
"then": "Brett"
|
||||
},
|
||||
"10": {
|
||||
"then": "Wandmalerei"
|
||||
},
|
||||
"2": {
|
||||
"then": "Posterbox"
|
||||
},
|
||||
|
@ -231,6 +228,9 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Totem"
|
||||
},
|
||||
"10": {
|
||||
"then": "Wandmalerei"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -312,15 +312,6 @@
|
|||
"1": {
|
||||
"then": "Wandbild"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (spanische dekorative Fliesenarbeit)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Fliesenarbeit"
|
||||
},
|
||||
"12": {
|
||||
"then": "Holzschnitzerei"
|
||||
},
|
||||
"2": {
|
||||
"then": "Malerei"
|
||||
},
|
||||
|
@ -344,6 +335,15 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Relief"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (spanische dekorative Fliesenarbeit)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Fliesenarbeit"
|
||||
},
|
||||
"12": {
|
||||
"then": "Holzschnitzerei"
|
||||
}
|
||||
},
|
||||
"question": "Um welche Art Kunstwerk handelt es sich?",
|
||||
|
@ -1834,27 +1834,6 @@
|
|||
"1": {
|
||||
"question": "Verfügt über einen <div style='display: inline-block'><b><b>Schuko-Stecker</b> ohne Erdungsstift (CEE7/4 Typ F)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div>"
|
||||
},
|
||||
"10": {
|
||||
"question": "Hat einen <div style='display: inline-block'><b><b>Typ 2</b> (Mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> Anschluss mit Kabel"
|
||||
},
|
||||
"11": {
|
||||
"question": "Hat einen <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (Typ 2 CSS vonTesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> Anschluss"
|
||||
},
|
||||
"12": {
|
||||
"question": "Hat einen <div style='display: inline-block'><b><b>Tesla Supercharger (Destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> Anschluss"
|
||||
},
|
||||
"13": {
|
||||
"question": "Hat einen <div style='display: inline-block'><b><b>Tesla Supercharger (Destination)</b> (Typ 2 von Tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> Anschluss mit Kabel"
|
||||
},
|
||||
"14": {
|
||||
"question": "Hat einen <div style='display: inline-block'><b><b>USB</b>-Anschluss zum Aufladen von Telefonen und kleinen Elektrogeräten</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div>"
|
||||
},
|
||||
"15": {
|
||||
"question": "Hat einen <div style='display: inline-block'><b><b>Bosch Active Connect Anschluss mit 3 Pins</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> und Kabel"
|
||||
},
|
||||
"16": {
|
||||
"question": "Hat einen <div style='display: inline-block'><b><b>Bosch Active Connect Anschluss mit 5 Pins</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> und Kabel"
|
||||
},
|
||||
"2": {
|
||||
"question": "Verfügt über einen <div style='display: inline-block'><b><b>europäischen Netzstecker</b> mit Erdungsstift (CEE7/4 Typ E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> Anschluss"
|
||||
},
|
||||
|
@ -1878,6 +1857,27 @@
|
|||
},
|
||||
"9": {
|
||||
"question": "Hat einen <div style='display: inline-block'><b><b>Typ 2 CCS</b> (Mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> Anschluss"
|
||||
},
|
||||
"10": {
|
||||
"question": "Hat einen <div style='display: inline-block'><b><b>Typ 2</b> (Mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> Anschluss mit Kabel"
|
||||
},
|
||||
"11": {
|
||||
"question": "Hat einen <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (Typ 2 CSS vonTesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> Anschluss"
|
||||
},
|
||||
"12": {
|
||||
"question": "Hat einen <div style='display: inline-block'><b><b>Tesla Supercharger (Destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> Anschluss"
|
||||
},
|
||||
"13": {
|
||||
"question": "Hat einen <div style='display: inline-block'><b><b>Tesla Supercharger (Destination)</b> (Typ 2 von Tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> Anschluss mit Kabel"
|
||||
},
|
||||
"14": {
|
||||
"question": "Hat einen <div style='display: inline-block'><b><b>USB</b>-Anschluss zum Aufladen von Telefonen und kleinen Elektrogeräten</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div>"
|
||||
},
|
||||
"15": {
|
||||
"question": "Hat einen <div style='display: inline-block'><b><b>Bosch Active Connect Anschluss mit 3 Pins</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> und Kabel"
|
||||
},
|
||||
"16": {
|
||||
"question": "Hat einen <div style='display: inline-block'><b><b>Bosch Active Connect Anschluss mit 5 Pins</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> und Kabel"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1933,6 +1933,30 @@
|
|||
"1": {
|
||||
"then": "<b>Schuko-Stecker</b> ohne Erdungsstift (CEE7/4 Typ F)"
|
||||
},
|
||||
"2": {
|
||||
"then": "<b>Europäischer Netzstecker</b> mit Erdungsstift (CEE7/4 Typ E)"
|
||||
},
|
||||
"3": {
|
||||
"then": "<b>Europäischer Netzstecker</b> mit Erdungsstift (CEE7/4 Typ E)"
|
||||
},
|
||||
"4": {
|
||||
"then": "<b>Chademo-Anschluss</b>"
|
||||
},
|
||||
"5": {
|
||||
"then": "<b>Chademo-Anschluss</b>"
|
||||
},
|
||||
"6": {
|
||||
"then": "<b>Typ 1 mit Kabel</b> (J1772)"
|
||||
},
|
||||
"7": {
|
||||
"then": "<b>Typ 1 mit Kabel</b> (J1772)"
|
||||
},
|
||||
"8": {
|
||||
"then": "<b>Typ 1 <i>ohne</i> Kabel</b> (J1772)"
|
||||
},
|
||||
"9": {
|
||||
"then": "<b> Typ 1 <i>ohne </i> Kabel</b> (J1772)"
|
||||
},
|
||||
"10": {
|
||||
"then": "<b>Typ 1 CCS</b> (Typ 1 Combo)"
|
||||
},
|
||||
|
@ -1963,9 +1987,6 @@
|
|||
"19": {
|
||||
"then": "<b>Typ 2 mit Kabel</b> (mennekes)"
|
||||
},
|
||||
"2": {
|
||||
"then": "<b>Europäischer Netzstecker</b> mit Erdungsstift (CEE7/4 Typ E)"
|
||||
},
|
||||
"20": {
|
||||
"then": "<b>Tesla Supercharger CCS</b> (Typ 2 CSS von Tesla)"
|
||||
},
|
||||
|
@ -1996,32 +2017,11 @@
|
|||
"29": {
|
||||
"then": "<b> Bosch Active Connect mit 3 Pins </b> und Kabel"
|
||||
},
|
||||
"3": {
|
||||
"then": "<b>Europäischer Netzstecker</b> mit Erdungsstift (CEE7/4 Typ E)"
|
||||
},
|
||||
"30": {
|
||||
"then": "<b>Bosch Active Connect mit 5 Pins</b> und Kabel"
|
||||
},
|
||||
"31": {
|
||||
"then": "<b> Bosch Active Connect mit 5 Pins </b> und Kabel"
|
||||
},
|
||||
"4": {
|
||||
"then": "<b>Chademo-Anschluss</b>"
|
||||
},
|
||||
"5": {
|
||||
"then": "<b>Chademo-Anschluss</b>"
|
||||
},
|
||||
"6": {
|
||||
"then": "<b>Typ 1 mit Kabel</b> (J1772)"
|
||||
},
|
||||
"7": {
|
||||
"then": "<b>Typ 1 mit Kabel</b> (J1772)"
|
||||
},
|
||||
"8": {
|
||||
"then": "<b>Typ 1 <i>ohne</i> Kabel</b> (J1772)"
|
||||
},
|
||||
"9": {
|
||||
"then": "<b> Typ 1 <i>ohne </i> Kabel</b> (J1772)"
|
||||
}
|
||||
},
|
||||
"question": "Welche Ladeanschlüsse gibt es hier?"
|
||||
|
@ -3559,15 +3559,6 @@
|
|||
"1": {
|
||||
"then": "Dieser Radweg hat einen festen Belag"
|
||||
},
|
||||
"10": {
|
||||
"then": "Dieser Radweg besteht aus feinem Schotter"
|
||||
},
|
||||
"11": {
|
||||
"then": "Der Radweg ist aus Kies"
|
||||
},
|
||||
"12": {
|
||||
"then": "Dieser Radweg besteht aus Rohboden"
|
||||
},
|
||||
"2": {
|
||||
"then": "Der Radweg ist aus Asphalt"
|
||||
},
|
||||
|
@ -3591,6 +3582,15 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Der Radweg ist aus Schotter"
|
||||
},
|
||||
"10": {
|
||||
"then": "Dieser Radweg besteht aus feinem Schotter"
|
||||
},
|
||||
"11": {
|
||||
"then": "Der Radweg ist aus Kies"
|
||||
},
|
||||
"12": {
|
||||
"then": "Dieser Radweg besteht aus Rohboden"
|
||||
}
|
||||
},
|
||||
"question": "Was ist der Belag dieses Radwegs?",
|
||||
|
@ -3639,15 +3639,6 @@
|
|||
"1": {
|
||||
"then": "Dieser Radweg hat einen festen Belag"
|
||||
},
|
||||
"10": {
|
||||
"then": "Dieser Radweg besteht aus feinem Schotter"
|
||||
},
|
||||
"11": {
|
||||
"then": "Der Radweg ist aus Kies"
|
||||
},
|
||||
"12": {
|
||||
"then": "Dieser Radweg besteht aus Rohboden"
|
||||
},
|
||||
"2": {
|
||||
"then": "Der Radweg ist aus Asphalt"
|
||||
},
|
||||
|
@ -3671,6 +3662,15 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Der Radweg ist aus Schotter"
|
||||
},
|
||||
"10": {
|
||||
"then": "Dieser Radweg besteht aus feinem Schotter"
|
||||
},
|
||||
"11": {
|
||||
"then": "Der Radweg ist aus Kies"
|
||||
},
|
||||
"12": {
|
||||
"then": "Dieser Radweg besteht aus Rohboden"
|
||||
}
|
||||
},
|
||||
"question": "Was ist der Belag dieser Straße?",
|
||||
|
@ -4721,6 +4721,30 @@
|
|||
"1": {
|
||||
"then": "Die Fitness-Station hat ein Schild mit Anweisungen für eine bestimmte Übung."
|
||||
},
|
||||
"2": {
|
||||
"then": "Die Fitness-Station hat eine Einrichtung für Sit-ups."
|
||||
},
|
||||
"3": {
|
||||
"then": "Die Fitness-Station hat eine Vorrichtung für Liegestütze. In der Regel eine oder mehrere niedrige Reckstangen."
|
||||
},
|
||||
"4": {
|
||||
"then": "Die Fitness-Station hat Stangen zum Dehnen."
|
||||
},
|
||||
"5": {
|
||||
"then": "Die Fitness-Station hat eine Vorrichtung für Rückenstrecker (Hyperextensions)."
|
||||
},
|
||||
"6": {
|
||||
"then": "Die Fitness-Station hat Ringe für Gymnastikübungen."
|
||||
},
|
||||
"7": {
|
||||
"then": "Die Fitness-Station hat eine horizontale Leiter (Monkey Bars)."
|
||||
},
|
||||
"8": {
|
||||
"then": "Die Fitness-Station hat eine Sprossenwand zum Klettern."
|
||||
},
|
||||
"9": {
|
||||
"then": "Die Fitness-Station hat Pfosten für Slalomübungen."
|
||||
},
|
||||
"10": {
|
||||
"then": "Die Fitness-Station hat Trittsteine."
|
||||
},
|
||||
|
@ -4751,9 +4775,6 @@
|
|||
"19": {
|
||||
"then": "Die Fitness-Station hat Kampfseile (battle ropes)."
|
||||
},
|
||||
"2": {
|
||||
"then": "Die Fitness-Station hat eine Einrichtung für Sit-ups."
|
||||
},
|
||||
"20": {
|
||||
"then": "Die Fitness-Station hat ein Fahrradergometer."
|
||||
},
|
||||
|
@ -4768,27 +4789,6 @@
|
|||
},
|
||||
"24": {
|
||||
"then": "Die Fitness-Station hat eine Slackline."
|
||||
},
|
||||
"3": {
|
||||
"then": "Die Fitness-Station hat eine Vorrichtung für Liegestütze. In der Regel eine oder mehrere niedrige Reckstangen."
|
||||
},
|
||||
"4": {
|
||||
"then": "Die Fitness-Station hat Stangen zum Dehnen."
|
||||
},
|
||||
"5": {
|
||||
"then": "Die Fitness-Station hat eine Vorrichtung für Rückenstrecker (Hyperextensions)."
|
||||
},
|
||||
"6": {
|
||||
"then": "Die Fitness-Station hat Ringe für Gymnastikübungen."
|
||||
},
|
||||
"7": {
|
||||
"then": "Die Fitness-Station hat eine horizontale Leiter (Monkey Bars)."
|
||||
},
|
||||
"8": {
|
||||
"then": "Die Fitness-Station hat eine Sprossenwand zum Klettern."
|
||||
},
|
||||
"9": {
|
||||
"then": "Die Fitness-Station hat Pfosten für Slalomübungen."
|
||||
}
|
||||
},
|
||||
"question": "Welche Übungsgeräte gibt es an dieser Fitness-Station?"
|
||||
|
@ -4908,21 +4908,6 @@
|
|||
"1": {
|
||||
"then": "Dies ist eine Pommesbude"
|
||||
},
|
||||
"10": {
|
||||
"then": "Hier werden chinesische Gerichte serviert"
|
||||
},
|
||||
"11": {
|
||||
"then": "Hier werden griechische Gerichte serviert"
|
||||
},
|
||||
"12": {
|
||||
"then": "Hier werden indische Gerichte serviert"
|
||||
},
|
||||
"13": {
|
||||
"then": "Hier werden türkische Gerichte serviert"
|
||||
},
|
||||
"14": {
|
||||
"then": "Hier werden thailändische Gerichte serviert"
|
||||
},
|
||||
"2": {
|
||||
"then": "Bietet vorwiegend Pastagerichte an"
|
||||
},
|
||||
|
@ -4946,6 +4931,21 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Hier werden französische Gerichte serviert"
|
||||
},
|
||||
"10": {
|
||||
"then": "Hier werden chinesische Gerichte serviert"
|
||||
},
|
||||
"11": {
|
||||
"then": "Hier werden griechische Gerichte serviert"
|
||||
},
|
||||
"12": {
|
||||
"then": "Hier werden indische Gerichte serviert"
|
||||
},
|
||||
"13": {
|
||||
"then": "Hier werden türkische Gerichte serviert"
|
||||
},
|
||||
"14": {
|
||||
"then": "Hier werden thailändische Gerichte serviert"
|
||||
}
|
||||
},
|
||||
"question": "Was für Essen gibt es hier?",
|
||||
|
@ -6164,19 +6164,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"10": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Alle Notizen"
|
||||
},
|
||||
"1": {
|
||||
"question": "Importnotizen ausblenden"
|
||||
},
|
||||
"2": {
|
||||
"question": "Nur Importnotizen anzeigen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
|
@ -6232,6 +6219,19 @@
|
|||
"question": "Nur offene Notizen anzeigen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"10": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Alle Notizen"
|
||||
},
|
||||
"1": {
|
||||
"question": "Importnotizen ausblenden"
|
||||
},
|
||||
"2": {
|
||||
"question": "Nur Importnotizen anzeigen"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "OpenStreetMap-Hinweise",
|
||||
|
@ -6560,21 +6560,6 @@
|
|||
"1": {
|
||||
"then": "Dies ist ein normaler Stellplatz."
|
||||
},
|
||||
"10": {
|
||||
"then": "Dies ist ein Stellplatz, der für Eltern mit Kindern reserviert ist."
|
||||
},
|
||||
"11": {
|
||||
"then": "Dies ist ein Stellplatz, der für das Personal reserviert ist."
|
||||
},
|
||||
"12": {
|
||||
"then": "Dies ist ein Stellplatz, der für Taxis reserviert ist."
|
||||
},
|
||||
"13": {
|
||||
"then": "Dies ist ein Stellplatz, der für Fahrzeuge mit Anhänger reserviert ist."
|
||||
},
|
||||
"14": {
|
||||
"then": "Dies ist ein Stellplatz, der für Carsharing reserviert ist."
|
||||
},
|
||||
"2": {
|
||||
"then": "Dies ist ein Behindertenstellplatz."
|
||||
},
|
||||
|
@ -6598,6 +6583,21 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Dies ist ein Stellplatz, der für Motorräder reserviert ist."
|
||||
},
|
||||
"10": {
|
||||
"then": "Dies ist ein Stellplatz, der für Eltern mit Kindern reserviert ist."
|
||||
},
|
||||
"11": {
|
||||
"then": "Dies ist ein Stellplatz, der für das Personal reserviert ist."
|
||||
},
|
||||
"12": {
|
||||
"then": "Dies ist ein Stellplatz, der für Taxis reserviert ist."
|
||||
},
|
||||
"13": {
|
||||
"then": "Dies ist ein Stellplatz, der für Fahrzeuge mit Anhänger reserviert ist."
|
||||
},
|
||||
"14": {
|
||||
"then": "Dies ist ein Stellplatz, der für Carsharing reserviert ist."
|
||||
}
|
||||
},
|
||||
"question": "Welche Art von Stellplatz ist dies?"
|
||||
|
@ -7610,6 +7610,30 @@
|
|||
"1": {
|
||||
"question": "Recycling von Batterien"
|
||||
},
|
||||
"2": {
|
||||
"question": "Recycling von Getränkekartons"
|
||||
},
|
||||
"3": {
|
||||
"question": "Recycling von Dosen"
|
||||
},
|
||||
"4": {
|
||||
"question": "Recycling von Kleidung"
|
||||
},
|
||||
"5": {
|
||||
"question": "Recycling von Speiseöl"
|
||||
},
|
||||
"6": {
|
||||
"question": "Recycling von Motoröl"
|
||||
},
|
||||
"7": {
|
||||
"question": "Recycling von Leuchtstoffröhren"
|
||||
},
|
||||
"8": {
|
||||
"question": "Recycling von Grünabfällen"
|
||||
},
|
||||
"9": {
|
||||
"question": "Recycling von Glasflaschen"
|
||||
},
|
||||
"10": {
|
||||
"question": "Recycling von Glas"
|
||||
},
|
||||
|
@ -7640,35 +7664,11 @@
|
|||
"19": {
|
||||
"question": "Recycling von Restabfällen"
|
||||
},
|
||||
"2": {
|
||||
"question": "Recycling von Getränkekartons"
|
||||
},
|
||||
"20": {
|
||||
"question": "Recycling von Druckerpatronen"
|
||||
},
|
||||
"21": {
|
||||
"question": "Recycling von Fahrrädern"
|
||||
},
|
||||
"3": {
|
||||
"question": "Recycling von Dosen"
|
||||
},
|
||||
"4": {
|
||||
"question": "Recycling von Kleidung"
|
||||
},
|
||||
"5": {
|
||||
"question": "Recycling von Speiseöl"
|
||||
},
|
||||
"6": {
|
||||
"question": "Recycling von Motoröl"
|
||||
},
|
||||
"7": {
|
||||
"question": "Recycling von Leuchtstoffröhren"
|
||||
},
|
||||
"8": {
|
||||
"question": "Recycling von Grünabfällen"
|
||||
},
|
||||
"9": {
|
||||
"question": "Recycling von Glasflaschen"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -7736,6 +7736,30 @@
|
|||
"1": {
|
||||
"then": "Getränkekartons können hier recycelt werden"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dosen können hier recycelt werden"
|
||||
},
|
||||
"3": {
|
||||
"then": "Kleidung kann hier recycelt werden"
|
||||
},
|
||||
"4": {
|
||||
"then": "Speiseöl kann hier recycelt werden"
|
||||
},
|
||||
"5": {
|
||||
"then": "Motoröl kann hier recycelt werden"
|
||||
},
|
||||
"6": {
|
||||
"then": "Hier können Leuchtstoffröhren recycelt werden"
|
||||
},
|
||||
"7": {
|
||||
"then": "Grünabfälle können hier recycelt werden"
|
||||
},
|
||||
"8": {
|
||||
"then": "Bio-Abfall kann hier recycelt werden"
|
||||
},
|
||||
"9": {
|
||||
"then": "Glasflaschen können hier recycelt werden"
|
||||
},
|
||||
"10": {
|
||||
"then": "Glas kann hier recycelt werden"
|
||||
},
|
||||
|
@ -7766,9 +7790,6 @@
|
|||
"19": {
|
||||
"then": "Schuhe können hier recycelt werden"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dosen können hier recycelt werden"
|
||||
},
|
||||
"20": {
|
||||
"then": "Elektrokleingeräte können hier recycelt werden"
|
||||
},
|
||||
|
@ -7783,27 +7804,6 @@
|
|||
},
|
||||
"24": {
|
||||
"then": "Fahrräder können hier recycelt werden"
|
||||
},
|
||||
"3": {
|
||||
"then": "Kleidung kann hier recycelt werden"
|
||||
},
|
||||
"4": {
|
||||
"then": "Speiseöl kann hier recycelt werden"
|
||||
},
|
||||
"5": {
|
||||
"then": "Motoröl kann hier recycelt werden"
|
||||
},
|
||||
"6": {
|
||||
"then": "Hier können Leuchtstoffröhren recycelt werden"
|
||||
},
|
||||
"7": {
|
||||
"then": "Grünabfälle können hier recycelt werden"
|
||||
},
|
||||
"8": {
|
||||
"then": "Bio-Abfall kann hier recycelt werden"
|
||||
},
|
||||
"9": {
|
||||
"then": "Glasflaschen können hier recycelt werden"
|
||||
}
|
||||
},
|
||||
"question": "Was kann hier recycelt werden?"
|
||||
|
@ -8607,12 +8607,6 @@
|
|||
"1": {
|
||||
"then": "Diese Straßenlaterne verwendet LEDs"
|
||||
},
|
||||
"10": {
|
||||
"then": "Diese Straßenlaterne verwendet Hochdruck-Natriumdampflampen (orange mit weiß)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Diese Straßenlaterne wird mit Gas beleuchtet"
|
||||
},
|
||||
"2": {
|
||||
"then": "Diese Straßenlaterne verwendet Glühlampenlicht"
|
||||
},
|
||||
|
@ -8636,6 +8630,12 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Diese Straßenlaterne verwendet Niederdruck-Natriumdampflampen (einfarbig orange)"
|
||||
},
|
||||
"10": {
|
||||
"then": "Diese Straßenlaterne verwendet Hochdruck-Natriumdampflampen (orange mit weiß)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Diese Straßenlaterne wird mit Gas beleuchtet"
|
||||
}
|
||||
},
|
||||
"question": "Mit welcher Art von Beleuchtung arbeitet diese Straßenlaterne?"
|
||||
|
@ -9729,27 +9729,6 @@
|
|||
"1": {
|
||||
"question": "Verkauf von Getränken"
|
||||
},
|
||||
"10": {
|
||||
"question": "Verkauf von Milch"
|
||||
},
|
||||
"11": {
|
||||
"question": "Verkauf von Brot"
|
||||
},
|
||||
"12": {
|
||||
"question": "Verkauf von Eiern"
|
||||
},
|
||||
"13": {
|
||||
"question": "Verkauf von Käse"
|
||||
},
|
||||
"14": {
|
||||
"question": "Verkauf von Honig"
|
||||
},
|
||||
"15": {
|
||||
"question": "Verkauf von Kartoffeln"
|
||||
},
|
||||
"16": {
|
||||
"question": "Verkauf von Blumen"
|
||||
},
|
||||
"2": {
|
||||
"question": "Verkauf von Süßigkeiten"
|
||||
},
|
||||
|
@ -9773,6 +9752,27 @@
|
|||
},
|
||||
"9": {
|
||||
"question": "Verkauf von Fahrradschläuchen"
|
||||
},
|
||||
"10": {
|
||||
"question": "Verkauf von Milch"
|
||||
},
|
||||
"11": {
|
||||
"question": "Verkauf von Brot"
|
||||
},
|
||||
"12": {
|
||||
"question": "Verkauf von Eiern"
|
||||
},
|
||||
"13": {
|
||||
"question": "Verkauf von Käse"
|
||||
},
|
||||
"14": {
|
||||
"question": "Verkauf von Honig"
|
||||
},
|
||||
"15": {
|
||||
"question": "Verkauf von Kartoffeln"
|
||||
},
|
||||
"16": {
|
||||
"question": "Verkauf von Blumen"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -9813,30 +9813,6 @@
|
|||
"1": {
|
||||
"then": "Süßigkeiten werden verkauft"
|
||||
},
|
||||
"10": {
|
||||
"then": "Brot wird verkauft"
|
||||
},
|
||||
"11": {
|
||||
"then": "Eier werden verkauft"
|
||||
},
|
||||
"12": {
|
||||
"then": "Käse wird verkauft"
|
||||
},
|
||||
"13": {
|
||||
"then": "Honig wird verkauft"
|
||||
},
|
||||
"14": {
|
||||
"then": "Kartoffeln werden verkauft"
|
||||
},
|
||||
"15": {
|
||||
"then": "Blumen werden verkauft"
|
||||
},
|
||||
"16": {
|
||||
"then": "Parkscheine werden verkauft"
|
||||
},
|
||||
"18": {
|
||||
"then": "Fahrscheine werden verkauft"
|
||||
},
|
||||
"2": {
|
||||
"then": "Lebensmittel werden verkauft"
|
||||
},
|
||||
|
@ -9860,6 +9836,30 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Milch wird verkauft"
|
||||
},
|
||||
"10": {
|
||||
"then": "Brot wird verkauft"
|
||||
},
|
||||
"11": {
|
||||
"then": "Eier werden verkauft"
|
||||
},
|
||||
"12": {
|
||||
"then": "Käse wird verkauft"
|
||||
},
|
||||
"13": {
|
||||
"then": "Honig wird verkauft"
|
||||
},
|
||||
"14": {
|
||||
"then": "Kartoffeln werden verkauft"
|
||||
},
|
||||
"15": {
|
||||
"then": "Blumen werden verkauft"
|
||||
},
|
||||
"16": {
|
||||
"then": "Parkscheine werden verkauft"
|
||||
},
|
||||
"18": {
|
||||
"then": "Fahrscheine werden verkauft"
|
||||
}
|
||||
},
|
||||
"question": "Was wird in diesem Automaten verkauft?",
|
||||
|
@ -10196,4 +10196,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -35,16 +35,6 @@
|
|||
"1": {
|
||||
"title": "un mupi"
|
||||
},
|
||||
"10": {
|
||||
"description": "Se utiliza para carteles publicitarios, letreros de neón, logotipos y carteles en entradas institucionales",
|
||||
"title": "un lletrer"
|
||||
},
|
||||
"11": {
|
||||
"title": "una escultura"
|
||||
},
|
||||
"12": {
|
||||
"title": "una pared pintada"
|
||||
},
|
||||
"2": {
|
||||
"title": "un mupi sobre la pared"
|
||||
},
|
||||
|
@ -71,6 +61,16 @@
|
|||
},
|
||||
"9": {
|
||||
"title": "un tótem"
|
||||
},
|
||||
"10": {
|
||||
"description": "Se utiliza para carteles publicitarios, letreros de neón, logotipos y carteles en entradas institucionales",
|
||||
"title": "un lletrer"
|
||||
},
|
||||
"11": {
|
||||
"title": "una escultura"
|
||||
},
|
||||
"12": {
|
||||
"title": "una pared pintada"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
@ -165,9 +165,6 @@
|
|||
"1": {
|
||||
"then": "Esto es un tablón de anuncios"
|
||||
},
|
||||
"10": {
|
||||
"then": "Esto es una pared pintada"
|
||||
},
|
||||
"2": {
|
||||
"then": "Esto es una columna"
|
||||
},
|
||||
|
@ -191,6 +188,9 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Esto es un tótem"
|
||||
},
|
||||
"10": {
|
||||
"then": "Esto es una pared pintada"
|
||||
}
|
||||
},
|
||||
"question": "¿Qué tipo de elemento publicitario es?",
|
||||
|
@ -205,9 +205,6 @@
|
|||
"1": {
|
||||
"then": "Tablon de anuncios"
|
||||
},
|
||||
"10": {
|
||||
"then": "Pared Pintada"
|
||||
},
|
||||
"2": {
|
||||
"then": "Mupi"
|
||||
},
|
||||
|
@ -231,6 +228,9 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Tótem"
|
||||
},
|
||||
"10": {
|
||||
"then": "Pared Pintada"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -312,15 +312,6 @@
|
|||
"1": {
|
||||
"then": "Mural"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (Baldosas decorativas Españolas y Portuguesas)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Cerámica"
|
||||
},
|
||||
"12": {
|
||||
"then": "Tallado en madera"
|
||||
},
|
||||
"2": {
|
||||
"then": "Pintura"
|
||||
},
|
||||
|
@ -344,6 +335,15 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Relieve"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (Baldosas decorativas Españolas y Portuguesas)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Cerámica"
|
||||
},
|
||||
"12": {
|
||||
"then": "Tallado en madera"
|
||||
}
|
||||
},
|
||||
"question": "¿Qué tipo de obra es esta pieza?",
|
||||
|
@ -1440,27 +1440,6 @@
|
|||
"0": {
|
||||
"question": "Todos los conectores"
|
||||
},
|
||||
"10": {
|
||||
"question": "Tiene un conector <div style='display: inline-block'><b><b>Tipo 2 con cable</b> (mennekes)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>"
|
||||
},
|
||||
"11": {
|
||||
"question": "Tiene un conector <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (un tipo2_css de marca)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div>"
|
||||
},
|
||||
"12": {
|
||||
"question": "Tiene un conector <div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div>"
|
||||
},
|
||||
"13": {
|
||||
"question": "Tiene un conector <div style='display: inline-block'><b><b>Tesla Supercharger (Destination)</b> (Tipo2 A con un cable de marca tesla)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>"
|
||||
},
|
||||
"14": {
|
||||
"question": "Tiene un conector <div style='display: inline-block'><b><b>USB</b> para cargar teléfonos y dispositivos electrónicos pequeños</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div>"
|
||||
},
|
||||
"15": {
|
||||
"question": "Tiene un conector <div style='display: inline-block'><b><b>Bosch Active Connect con 3 pines</b> y cable</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div>"
|
||||
},
|
||||
"16": {
|
||||
"question": "Tiene un conector <div style='display: inline-block'><b><b>Bosch Active Connect con 5 pines</b> y cable</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div>"
|
||||
},
|
||||
"2": {
|
||||
"question": "Tiene un conector <div style='display: inline-block'><b><b>enchufe de pared Europeo</b> con un pin de tierra (CEE7/4 tipo E)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div>"
|
||||
},
|
||||
|
@ -1484,6 +1463,27 @@
|
|||
},
|
||||
"9": {
|
||||
"question": "Tiene un conector <div style='display: inline-block'><b>Tipo 2 CCS</b> (mennekes)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div>"
|
||||
},
|
||||
"10": {
|
||||
"question": "Tiene un conector <div style='display: inline-block'><b><b>Tipo 2 con cable</b> (mennekes)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>"
|
||||
},
|
||||
"11": {
|
||||
"question": "Tiene un conector <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (un tipo2_css de marca)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div>"
|
||||
},
|
||||
"12": {
|
||||
"question": "Tiene un conector <div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div>"
|
||||
},
|
||||
"13": {
|
||||
"question": "Tiene un conector <div style='display: inline-block'><b><b>Tesla Supercharger (Destination)</b> (Tipo2 A con un cable de marca tesla)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>"
|
||||
},
|
||||
"14": {
|
||||
"question": "Tiene un conector <div style='display: inline-block'><b><b>USB</b> para cargar teléfonos y dispositivos electrónicos pequeños</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div>"
|
||||
},
|
||||
"15": {
|
||||
"question": "Tiene un conector <div style='display: inline-block'><b><b>Bosch Active Connect con 3 pines</b> y cable</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div>"
|
||||
},
|
||||
"16": {
|
||||
"question": "Tiene un conector <div style='display: inline-block'><b><b>Bosch Active Connect con 5 pines</b> y cable</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div>"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1538,6 +1538,30 @@
|
|||
"1": {
|
||||
"then": "<b>Enchufe de pared Schuko</b> sin pin de tierra (CEE7/4 tipo F)"
|
||||
},
|
||||
"2": {
|
||||
"then": "<b>Enchufe de pared Europeo</b> con pin de tierra (CEE7/4 tipo E)"
|
||||
},
|
||||
"3": {
|
||||
"then": "<b>Enchufe de pared Europeo</b> con pin de tierra (CEE7/4 tipo E)"
|
||||
},
|
||||
"4": {
|
||||
"then": "<b>Chademo</b>"
|
||||
},
|
||||
"5": {
|
||||
"then": "<b>Chademo</b>"
|
||||
},
|
||||
"6": {
|
||||
"then": "<b>Tipo 1 con cable</b> (J1772)"
|
||||
},
|
||||
"7": {
|
||||
"then": "<b>Tipo 1 con cable</b> (J1772)"
|
||||
},
|
||||
"8": {
|
||||
"then": "<b>Tipo 1 <i>sin</i> cable</b> (J1772)"
|
||||
},
|
||||
"9": {
|
||||
"then": "<b>Tipo 1 <i>sin</i> cable</b> (J1772)"
|
||||
},
|
||||
"10": {
|
||||
"then": "<b>CSS Tipo 1</b> (también conocido como Tipo 1 Combo)"
|
||||
},
|
||||
|
@ -1568,9 +1592,6 @@
|
|||
"19": {
|
||||
"then": "<b>Tipo 2 con cable</b> (mennekes)"
|
||||
},
|
||||
"2": {
|
||||
"then": "<b>Enchufe de pared Europeo</b> con pin de tierra (CEE7/4 tipo E)"
|
||||
},
|
||||
"20": {
|
||||
"then": "<b>CCS Supercargador Tesla</b> (un tipo2_css con marca)"
|
||||
},
|
||||
|
@ -1601,32 +1622,11 @@
|
|||
"29": {
|
||||
"then": "<b>Bosch Active Connect con 3 pines</b> y cable"
|
||||
},
|
||||
"3": {
|
||||
"then": "<b>Enchufe de pared Europeo</b> con pin de tierra (CEE7/4 tipo E)"
|
||||
},
|
||||
"30": {
|
||||
"then": "<b>Bosch Active Connect con 5 pines</b> y cable"
|
||||
},
|
||||
"31": {
|
||||
"then": "<b>Bosch Active Connect con 5 pines</b> y cable"
|
||||
},
|
||||
"4": {
|
||||
"then": "<b>Chademo</b>"
|
||||
},
|
||||
"5": {
|
||||
"then": "<b>Chademo</b>"
|
||||
},
|
||||
"6": {
|
||||
"then": "<b>Tipo 1 con cable</b> (J1772)"
|
||||
},
|
||||
"7": {
|
||||
"then": "<b>Tipo 1 con cable</b> (J1772)"
|
||||
},
|
||||
"8": {
|
||||
"then": "<b>Tipo 1 <i>sin</i> cable</b> (J1772)"
|
||||
},
|
||||
"9": {
|
||||
"then": "<b>Tipo 1 <i>sin</i> cable</b> (J1772)"
|
||||
}
|
||||
},
|
||||
"question": "¿Qué tipo de conexiones de carga están disponibles aquí?"
|
||||
|
@ -2021,12 +2021,6 @@
|
|||
"1": {
|
||||
"then": "Este carril bici está pavimentado"
|
||||
},
|
||||
"10": {
|
||||
"then": "Este carril bici está hecho de gravilla"
|
||||
},
|
||||
"12": {
|
||||
"then": "Este carril bici está hecho de tierra natural"
|
||||
},
|
||||
"2": {
|
||||
"then": "Este carril bici está hecho de asfalto"
|
||||
},
|
||||
|
@ -2041,6 +2035,12 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Este carril bici está hecho de grava"
|
||||
},
|
||||
"10": {
|
||||
"then": "Este carril bici está hecho de gravilla"
|
||||
},
|
||||
"12": {
|
||||
"then": "Este carril bici está hecho de tierra natural"
|
||||
}
|
||||
},
|
||||
"question": "¿De qué superficie está hecho este carril bici?",
|
||||
|
@ -2086,9 +2086,6 @@
|
|||
"1": {
|
||||
"then": "Este carril bici está pavimentado"
|
||||
},
|
||||
"10": {
|
||||
"then": "Este carril bici está hecho de gravilla"
|
||||
},
|
||||
"2": {
|
||||
"then": "Este carril bici está hecho de asfalto"
|
||||
},
|
||||
|
@ -2100,6 +2097,9 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Este carril bici está hecho de grava"
|
||||
},
|
||||
"10": {
|
||||
"then": "Este carril bici está hecho de gravilla"
|
||||
}
|
||||
},
|
||||
"question": "¿De qué esta hecha la superficie de esta calle?",
|
||||
|
@ -2724,18 +2724,6 @@
|
|||
"0": {
|
||||
"then": "Esto es una pizzería"
|
||||
},
|
||||
"10": {
|
||||
"then": "Aquí se sirven platos Chinos"
|
||||
},
|
||||
"11": {
|
||||
"then": "Aquí se sirven platos Griegos"
|
||||
},
|
||||
"12": {
|
||||
"then": "Aquí se sirven platos Indios"
|
||||
},
|
||||
"13": {
|
||||
"then": "Aquí se sirven platos Turcos"
|
||||
},
|
||||
"2": {
|
||||
"then": "Principalmente sirve pasta"
|
||||
},
|
||||
|
@ -2756,6 +2744,18 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Aquí se sirven platos Franceses"
|
||||
},
|
||||
"10": {
|
||||
"then": "Aquí se sirven platos Chinos"
|
||||
},
|
||||
"11": {
|
||||
"then": "Aquí se sirven platos Griegos"
|
||||
},
|
||||
"12": {
|
||||
"then": "Aquí se sirven platos Indios"
|
||||
},
|
||||
"13": {
|
||||
"then": "Aquí se sirven platos Turcos"
|
||||
}
|
||||
},
|
||||
"question": "¿Qué comida se sirve aquí?",
|
||||
|
@ -3153,19 +3153,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"10": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Todas las notas"
|
||||
},
|
||||
"1": {
|
||||
"question": "Ocultar las notas de importación"
|
||||
},
|
||||
"2": {
|
||||
"question": "Solo mostrar las notas de importación"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
|
@ -3221,6 +3208,19 @@
|
|||
"question": "Solo mostrar las notas abiertas"
|
||||
}
|
||||
}
|
||||
},
|
||||
"10": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Todas las notas"
|
||||
},
|
||||
"1": {
|
||||
"question": "Ocultar las notas de importación"
|
||||
},
|
||||
"2": {
|
||||
"question": "Solo mostrar las notas de importación"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Notas de OpenStreetMap",
|
||||
|
@ -3836,6 +3836,21 @@
|
|||
"1": {
|
||||
"question": "Reciclaje de baterías"
|
||||
},
|
||||
"3": {
|
||||
"question": "Reciclaje de latas"
|
||||
},
|
||||
"4": {
|
||||
"question": "Reciclaje de ropa"
|
||||
},
|
||||
"5": {
|
||||
"question": "Reciclaje de aceite de cocina"
|
||||
},
|
||||
"6": {
|
||||
"question": "Reciclaje de aceite de motor"
|
||||
},
|
||||
"9": {
|
||||
"question": "Reciclaje de botellas de cristal"
|
||||
},
|
||||
"10": {
|
||||
"question": "Reciclaje de cristal"
|
||||
},
|
||||
|
@ -3859,21 +3874,6 @@
|
|||
},
|
||||
"18": {
|
||||
"question": "Reciclaje de pequeños electrodomésticos"
|
||||
},
|
||||
"3": {
|
||||
"question": "Reciclaje de latas"
|
||||
},
|
||||
"4": {
|
||||
"question": "Reciclaje de ropa"
|
||||
},
|
||||
"5": {
|
||||
"question": "Reciclaje de aceite de cocina"
|
||||
},
|
||||
"6": {
|
||||
"question": "Reciclaje de aceite de motor"
|
||||
},
|
||||
"9": {
|
||||
"question": "Reciclaje de botellas de cristal"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -3916,6 +3916,24 @@
|
|||
"0": {
|
||||
"then": "Aquí se pueden reciclar baterías"
|
||||
},
|
||||
"2": {
|
||||
"then": "Aquí se pueden reciclar latas"
|
||||
},
|
||||
"3": {
|
||||
"then": "Aquí se puede reciclar ropa"
|
||||
},
|
||||
"4": {
|
||||
"then": "Aquí se puede reciclar aceite de cocina"
|
||||
},
|
||||
"5": {
|
||||
"then": "Aquí se puede reciclar aceite de motor"
|
||||
},
|
||||
"8": {
|
||||
"then": "Aquí se pueden reciclar residuos orgánicos"
|
||||
},
|
||||
"9": {
|
||||
"then": "Aquí se pueden reciclar botellas de cristal"
|
||||
},
|
||||
"10": {
|
||||
"then": "Aquí se puede reciclar cristal"
|
||||
},
|
||||
|
@ -3939,24 +3957,6 @@
|
|||
},
|
||||
"19": {
|
||||
"then": "Aquí se pueden reciclar zapatos"
|
||||
},
|
||||
"2": {
|
||||
"then": "Aquí se pueden reciclar latas"
|
||||
},
|
||||
"3": {
|
||||
"then": "Aquí se puede reciclar ropa"
|
||||
},
|
||||
"4": {
|
||||
"then": "Aquí se puede reciclar aceite de cocina"
|
||||
},
|
||||
"5": {
|
||||
"then": "Aquí se puede reciclar aceite de motor"
|
||||
},
|
||||
"8": {
|
||||
"then": "Aquí se pueden reciclar residuos orgánicos"
|
||||
},
|
||||
"9": {
|
||||
"then": "Aquí se pueden reciclar botellas de cristal"
|
||||
}
|
||||
},
|
||||
"question": "¿Qué se puede reciclar aquí?"
|
||||
|
@ -4260,6 +4260,11 @@
|
|||
"question": "¿De qué color es la luz que emite esta lámpara?",
|
||||
"render": "Esta lámpara emite luz {light:colour}"
|
||||
},
|
||||
"count": {
|
||||
"mappings": {
|
||||
"0": {}
|
||||
}
|
||||
},
|
||||
"direction": {
|
||||
"question": "¿Hacia donde apunta esta lámpara?",
|
||||
"render": "Esta lámpara apunta hacia {light:direction}"
|
||||
|
@ -4300,12 +4305,6 @@
|
|||
"1": {
|
||||
"then": "Esta lámpara utiliza LEDs"
|
||||
},
|
||||
"10": {
|
||||
"then": "Esta lámpara utiliza lámparas de sodio de alta presión (naranja con blanco)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Esta lampara se ilumina con gas"
|
||||
},
|
||||
"2": {
|
||||
"then": "Esta lámpara utiliza iluminación incandescente"
|
||||
},
|
||||
|
@ -4326,6 +4325,12 @@
|
|||
},
|
||||
"9": {
|
||||
"then": "Esta lámpara utiliza lámparas de sodio de baja presión (naranja monocromo)"
|
||||
},
|
||||
"10": {
|
||||
"then": "Esta lámpara utiliza lámparas de sodio de alta presión (naranja con blanco)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Esta lampara se ilumina con gas"
|
||||
}
|
||||
},
|
||||
"question": "¿Qué tipo de iluminación utiliza esta lámpara?"
|
||||
|
@ -4900,4 +4905,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -991,33 +991,6 @@
|
|||
"onwheels": {
|
||||
"description": "Auf dieser Karte können Sie öffentlich zugängliche Orte für Rollstuhlfahrer ansehen, bearbeiten oder hinzufügen",
|
||||
"layers": {
|
||||
"19": {
|
||||
"override": {
|
||||
"=title": {
|
||||
"render": "Statistik"
|
||||
}
|
||||
}
|
||||
},
|
||||
"20": {
|
||||
"override": {
|
||||
"+tagRenderings": {
|
||||
"0": {
|
||||
"render": {
|
||||
"special": {
|
||||
"text": "Import"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"render": {
|
||||
"special": {
|
||||
"message": "Alle vorgeschlagenen Tags hinzufügen"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"override": {
|
||||
"filter": {
|
||||
|
@ -1060,6 +1033,33 @@
|
|||
"override": {
|
||||
"name": "Barrierefreie Parkplätze"
|
||||
}
|
||||
},
|
||||
"19": {
|
||||
"override": {
|
||||
"=title": {
|
||||
"render": "Statistik"
|
||||
}
|
||||
}
|
||||
},
|
||||
"20": {
|
||||
"override": {
|
||||
"+tagRenderings": {
|
||||
"0": {
|
||||
"render": {
|
||||
"special": {
|
||||
"text": "Import"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"render": {
|
||||
"special": {
|
||||
"message": "Alle vorgeschlagenen Tags hinzufügen"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Auf Rädern"
|
||||
|
@ -1220,6 +1220,10 @@
|
|||
"stations": {
|
||||
"description": "Bahnhofsdetails ansehen, bearbeiten und hinzufügen",
|
||||
"layers": {
|
||||
"3": {
|
||||
"description": "Ebene mit Bahnhöfen",
|
||||
"name": "Bahnhöfe"
|
||||
},
|
||||
"16": {
|
||||
"description": "Anzeigen der Züge, die von diesem Bahnhof abfahren",
|
||||
"name": "Abfahrtstafeln",
|
||||
|
@ -1251,10 +1255,6 @@
|
|||
"title": {
|
||||
"render": "Abfahrtstafel"
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"description": "Ebene mit Bahnhöfen",
|
||||
"name": "Bahnhöfe"
|
||||
}
|
||||
},
|
||||
"title": "Bahnhöfe"
|
||||
|
@ -1350,4 +1350,4 @@
|
|||
"shortDescription": "Eine Karte mit Abfalleimern",
|
||||
"title": "Abfalleimer"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue