forked from MapComplete/MapComplete
Translation sync
This commit is contained in:
parent
f971099c81
commit
16dd7399b3
52 changed files with 1105 additions and 935 deletions
|
@ -67,7 +67,7 @@
|
|||
{
|
||||
"id": "housenumber",
|
||||
"render": {
|
||||
"en": "The housenumber is <b>{addr:housenumber}</b>",
|
||||
"en": "The house number is <b>{addr:housenumber}</b>",
|
||||
"nl": "Het huisnummer is <b>{addr:housenumber}</b>",
|
||||
"de": "Die Hausnummer ist <b>{addr:housenumber}</b>",
|
||||
"hu": "A házszám: <b>{addr:housenumber}</b>",
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
"ru": " По какому адресу расположена эта станция?",
|
||||
"fr": " Quel est le nom de la rue où la station se situe ?",
|
||||
"it": " Come si chiama la strada in cui si trova questa stazione?",
|
||||
"de": " Wie lautet der Name der Straße, in der sich die Rettungswache befindet?",
|
||||
"de": "Wie lautet der Name der Straße, in der sich die Rettungswache befindet?",
|
||||
"hu": " Mi a neve annak az utcának, amelyben az állomás található?",
|
||||
"nl": " In welke straat ligt dit station?",
|
||||
"es": " ¿Cual es el nombre de la calle en la que se encuentra la estación?",
|
||||
|
|
|
@ -558,4 +558,4 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -231,9 +231,9 @@
|
|||
{
|
||||
"if": "rental=kid_bike",
|
||||
"then": {
|
||||
"en": "Bikes for childs can be rented here",
|
||||
"en": "Bikes for children can be rented here",
|
||||
"nl": "Kinderfietsen kunnen hier gehuurd worden",
|
||||
"de": "Kinderfahrräder können hier gemietet werden",
|
||||
"de": "Fahrräder für Kinder können hier gemietet werden",
|
||||
"es": "Aquí se pueden alquilar bicis infantiles",
|
||||
"da": "Børnecykler kan lejes her"
|
||||
}
|
||||
|
|
|
@ -229,7 +229,7 @@
|
|||
"if": "shop=rental",
|
||||
"then": {
|
||||
"nl": "Deze zaak focust op verhuur",
|
||||
"en": "Deze business focuses on rental",
|
||||
"en": "This business focuses on rental",
|
||||
"de": "Dieses Geschäft konzentriert sich auf die Vermietung",
|
||||
"da": "Denne virksomhed fokuserer på udlejning"
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"description": {
|
||||
"en": "Binoculars",
|
||||
"nl": "Verrekijkers",
|
||||
"de": "Fernglas",
|
||||
"de": "Ferngläser",
|
||||
"ru": "Бинокли",
|
||||
"ca": "Prismàtics",
|
||||
"da": "Kikkerter"
|
||||
|
|
|
@ -32,7 +32,8 @@
|
|||
"ru": "паб",
|
||||
"hu": "kocsma",
|
||||
"ca": "un bar",
|
||||
"da": "en pub"
|
||||
"da": "en pub",
|
||||
"es": "un pub"
|
||||
},
|
||||
"description": {
|
||||
"en": "A pub, mostly for drinking beers in a warm, relaxed interior",
|
||||
|
@ -63,7 +64,8 @@
|
|||
"en": "A more modern and commercial <b>bar</b>, possibly with a music and light installation",
|
||||
"nl": "Dit is een <b>bar</b> waar men ter plaatse alcoholische drank nuttigt. De inrichting is typisch modern en commercieel, soms met lichtinstallatie en feestmuziek",
|
||||
"de": "Eine modernere und kommerzielle <b>Bar</b>, möglicherweise mit einer Musik- und Lichtinstallation",
|
||||
"da": "En mere moderne og kommerciel <b>bar</b>, eventuelt med en musik- og lysinstallation"
|
||||
"da": "En mere moderne og kommerciel <b>bar</b>, eventuelt med en musik- og lysinstallation",
|
||||
"es": "Un <b>bar</b> más moderno y comercial, posiblemente con una instalación de música y luz"
|
||||
},
|
||||
"preciseInput": {
|
||||
"preferredBackground": "map"
|
||||
|
@ -80,7 +82,8 @@
|
|||
"ru": "кафе",
|
||||
"hu": "kávézó",
|
||||
"ca": "un cafè",
|
||||
"da": "en cafe"
|
||||
"da": "en cafe",
|
||||
"es": "una cafetería"
|
||||
},
|
||||
"description": {
|
||||
"en": "A <b>cafe</b> to drink tea, coffee or an alcoholical bevarage in a quiet environment",
|
||||
|
@ -99,7 +102,8 @@
|
|||
"nl": "Café",
|
||||
"ca": "Bar",
|
||||
"de": "Kneipe",
|
||||
"da": "Pub"
|
||||
"da": "Pub",
|
||||
"es": "Pub"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -114,7 +118,8 @@
|
|||
"de": "<i>{name}</i>",
|
||||
"ru": "<i>{name}</i>",
|
||||
"ca": "<i>{name}</i>",
|
||||
"da": "<i>{name}</i>"
|
||||
"da": "<i>{name}</i>",
|
||||
"es": "<i>{name}</i>"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -128,7 +133,8 @@
|
|||
"de": "Wie heißt diese Kneipe?",
|
||||
"fr": "Quel est le nom de ce pub ?",
|
||||
"hu": "Mi a neve ennek a kocsmának?",
|
||||
"da": "Hvad hedder denne pub?"
|
||||
"da": "Hvad hedder denne pub?",
|
||||
"es": "¿Cual es el nombre de este pub?"
|
||||
},
|
||||
"render": {
|
||||
"nl": "De naam van dit café is {name}",
|
||||
|
@ -136,7 +142,8 @@
|
|||
"de": "Diese Kneipe heißt {name}",
|
||||
"fr": "Ce pub se nomme {name}",
|
||||
"hu": "A kocsma neve: {name}",
|
||||
"da": "Denne pub hedder {name}"
|
||||
"da": "Denne pub hedder {name}",
|
||||
"es": "Este pub se llama {name}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "name"
|
||||
|
@ -149,7 +156,8 @@
|
|||
"nl": "Welk soort café is dit?",
|
||||
"de": "Was ist das für ein Café",
|
||||
"hu": "Milyen fajta kávézó ez?",
|
||||
"da": "Hvilken slags cafe er dette"
|
||||
"da": "Hvilken slags cafe er dette",
|
||||
"es": "Qué tipo de café es este"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -184,7 +192,8 @@
|
|||
"en": "A <b>restuarant</b> where one can get a proper meal",
|
||||
"nl": "Dit is een <b>restaurant</b> waar men een maaltijd geserveerd krijgt",
|
||||
"de": "Ein <b>Restaurant</b>, in dem man ordentlich essen kann",
|
||||
"da": "En <b>restaurant</b>, hvor man kan få et ordentligt måltid"
|
||||
"da": "En <b>restaurant</b>, hvor man kan få et ordentligt måltid",
|
||||
"es": "Un <b>restaurante</b> donde puedes comer una comida de verdad"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -193,7 +202,8 @@
|
|||
"en": "An open space where beer is served, typically seen in Germany",
|
||||
"nl": "Een open ruimte waar bier geserveerd wordt. Typisch in Duitsland",
|
||||
"de": "Ein Außenbereich mit Bierausschank, typischerweise in Deutschland",
|
||||
"da": "Et åbent rum, hvor der serveres øl, typisk set i Tyskland"
|
||||
"da": "Et åbent rum, hvor der serveres øl, typisk set i Tyskland",
|
||||
"es": "Un espacio abierto donde se sirve cerveza, típico de Alemania"
|
||||
},
|
||||
"hideInAnswer": "_country!=de"
|
||||
}
|
||||
|
|
|
@ -68,7 +68,8 @@
|
|||
"en": "A charging station",
|
||||
"nl": "Oplaadpunten",
|
||||
"de": "Eine Ladestation",
|
||||
"da": "En ladestation"
|
||||
"da": "En ladestation",
|
||||
"es": "Una estación de carga"
|
||||
},
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
|
@ -89,7 +90,8 @@
|
|||
"then": {
|
||||
"en": "<b>Bicycles</b> can be charged here",
|
||||
"nl": "<b>Elektrische fietsen</b> kunnen hier opgeladen worden",
|
||||
"de": "<b>Fahrräder</b> können hier geladen werden"
|
||||
"de": "<b>Fahrräder</b> können hier geladen werden",
|
||||
"es": "Aquí se pueden cargar <b>bicicletas</b>"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -98,7 +100,8 @@
|
|||
"then": {
|
||||
"en": "<b>Cars</b> can be charged here",
|
||||
"nl": "<b>Elektrische auto's</b> kunnen hier opgeladen worden",
|
||||
"de": "<b>Autos</b> können hier geladen werden"
|
||||
"de": "<b>Autos</b> können hier geladen werden",
|
||||
"es": "Aquí se pueden cargar <b>coches</b>"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -107,7 +110,8 @@
|
|||
"then": {
|
||||
"en": "<b>Scooters</b> can be charged here",
|
||||
"nl": "<b>Elektrische scooters</b> (snorfiets of bromfiets) kunnen hier opgeladen worden",
|
||||
"de": "<b>Roller</b> können hier geladen werden"
|
||||
"de": "<b>Roller</b> können hier geladen werden",
|
||||
"es": "Aquí se pueden cargar <b>scooters</b>"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -219,7 +223,8 @@
|
|||
"question": {
|
||||
"en": "Which charging connections are available here?",
|
||||
"nl": "Welke laadaansluitingen zijn hier beschikbaar?",
|
||||
"de": "Welche Ladeanschlüsse gibt es hier?"
|
||||
"de": "Welche Ladeanschlüsse gibt es hier?",
|
||||
"es": "¿Qué tipo de conexiones de carga están disponibles aquí?"
|
||||
},
|
||||
"multiAnswer": true,
|
||||
"mappings": [
|
||||
|
@ -362,7 +367,8 @@
|
|||
"then": {
|
||||
"en": "<b>Type 1 with cable</b> (J1772)",
|
||||
"nl": "<b>Type 1 met kabel</b> (J1772)",
|
||||
"de": "<b>Typ 1 mit Kabel</b> (J1772)"
|
||||
"de": "<b>Typ 1 mit Kabel</b> (J1772)",
|
||||
"es": "<b>Tipo 1 con cable</b> (J1772)"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/Type1_J1772.svg",
|
||||
|
@ -405,7 +411,8 @@
|
|||
"then": {
|
||||
"en": "<b>Type 1 with cable</b> (J1772)",
|
||||
"nl": "<b>Type 1 met kabel</b> (J1772)",
|
||||
"de": "<b>Typ 1 mit Kabel</b> (J1772)"
|
||||
"de": "<b>Typ 1 mit Kabel</b> (J1772)",
|
||||
"es": "<b>Tipo 1 con cable</b> (J1772)"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -419,7 +426,8 @@
|
|||
"then": {
|
||||
"en": "<b>Type 1 <i>without</i> cable</b> (J1772)",
|
||||
"nl": "<b>Type 1 <i>zonder</i> kabel</b> (J1772)",
|
||||
"de": "<b>Typ 1 <i>ohne</i> Kabel</b> (J1772)"
|
||||
"de": "<b>Typ 1 <i>ohne</i> Kabel</b> (J1772)",
|
||||
"es": "<b>Tipo 1 <i>sin</i> cable</b> (J1772)"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/Type1_J1772.svg",
|
||||
|
@ -462,7 +470,8 @@
|
|||
"then": {
|
||||
"en": "<b>Type 1 <i>without</i> cable</b> (J1772)",
|
||||
"nl": "<b>Type 1 <i>zonder</i> kabel</b> (J1772)",
|
||||
"de": "<b> Typ 1 <i>ohne </i> Kabel</b> (J1772)"
|
||||
"de": "<b> Typ 1 <i>ohne </i> Kabel</b> (J1772)",
|
||||
"es": "<b>Tipo 1<i>sin</i> cable</b> (J1772)"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -476,7 +485,8 @@
|
|||
"then": {
|
||||
"en": "<b>Type 1 CCS</b> (aka Type 1 Combo)",
|
||||
"nl": "<b>Type 1 CCS</b> (ook gekend als Type 1 Combo)",
|
||||
"de": "<b>Typ 1 CCS</b> (auch bekannt als Typ 1 Combo)"
|
||||
"de": "<b>Typ 1 CCS</b> (auch bekannt als Typ 1 Combo)",
|
||||
"es": "<b>CSS Tipo 1</b> (también conocido como Tipo 1 Combo)"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/Type1-ccs.svg",
|
||||
|
@ -519,7 +529,8 @@
|
|||
"then": {
|
||||
"en": "<b>Type 1 CCS</b> (aka Type 1 Combo)",
|
||||
"nl": "<b>Type 1 CCS</b> (ook gekend als Type 1 Combo)",
|
||||
"de": "<b> Typ 1 CCS </b> (auch bekannt als Typ 1 Combo)"
|
||||
"de": "<b> Typ 1 CCS </b> (auch bekannt als Typ 1 Combo)",
|
||||
"es": "<b>CSS Tipo 1</b> (también conocido como Tipo 1 Combo)"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -533,7 +544,8 @@
|
|||
"then": {
|
||||
"en": "<b>Tesla Supercharger</b>",
|
||||
"nl": "<b>Tesla Supercharger</b>",
|
||||
"de": "<b>Tesla Supercharger</b>"
|
||||
"de": "<b>Tesla Supercharger</b>",
|
||||
"es": "<b>Supercargador de Tesla</b>"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg",
|
||||
|
@ -576,7 +588,8 @@
|
|||
"then": {
|
||||
"en": "<b>Tesla Supercharger</b>",
|
||||
"nl": "<b>Tesla Supercharger</b>",
|
||||
"de": "<b>Tesla Supercharger</b>"
|
||||
"de": "<b>Tesla Supercharger</b>",
|
||||
"es": "<b>Supercargador de Tesla</b>"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -590,7 +603,8 @@
|
|||
"then": {
|
||||
"en": "<b>Type 2</b> (mennekes)",
|
||||
"nl": "<b>Type 2</b> (mennekes)",
|
||||
"de": "<b>Typ 2</b> (mennekes)"
|
||||
"de": "<b>Typ 2</b> (mennekes)",
|
||||
"es": "<b>Tipo 2</b> (mennekes)"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/Type2_socket.svg",
|
||||
|
@ -633,7 +647,8 @@
|
|||
"then": {
|
||||
"en": "<b>Type 2</b> (mennekes)",
|
||||
"nl": "<b>Type 2</b> (mennekes)",
|
||||
"de": "<b>Typ 2</b> (mennekes)"
|
||||
"de": "<b>Typ 2</b> (mennekes)",
|
||||
"es": "<b>Tipo 2</b> (mennekes)"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -647,7 +662,8 @@
|
|||
"then": {
|
||||
"en": "<b>Type 2 CCS</b> (mennekes)",
|
||||
"nl": "<b>Type 2 CCS</b> (mennekes)",
|
||||
"de": "<b>Typ 2 CCS</b> (mennekes)"
|
||||
"de": "<b>Typ 2 CCS</b> (mennekes)",
|
||||
"es": "<b>CSS Tipo 2</b> (mennekes)"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/Type2_CCS.svg",
|
||||
|
@ -690,7 +706,8 @@
|
|||
"then": {
|
||||
"en": "<b>Type 2 CCS</b> (mennekes)",
|
||||
"nl": "<b>Type 2 CCS</b> (mennekes)",
|
||||
"de": "<b>Typ 2 CCS</b> (mennekes)"
|
||||
"de": "<b>Typ 2 CCS</b> (mennekes)",
|
||||
"es": "<b>CSS Tipo 2</b> (mennekes)"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -704,7 +721,8 @@
|
|||
"then": {
|
||||
"en": "<b>Type 2 with cable</b> (mennekes)",
|
||||
"nl": "<b>Type 2 met kabel</b> (J1772)",
|
||||
"de": "<b>Typ 2 mit Kabel</b> (mennekes)"
|
||||
"de": "<b>Typ 2 mit Kabel</b> (mennekes)",
|
||||
"es": "<b>Tipo 2 con cable</b> (mennekes)"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/Type2_tethered.svg",
|
||||
|
@ -747,7 +765,8 @@
|
|||
"then": {
|
||||
"en": "<b>Type 2 with cable</b> (mennekes)",
|
||||
"nl": "<b>Type 2 met kabel</b> (J1772)",
|
||||
"de": "<b>Typ 2 mit Kabel</b> (mennekes)"
|
||||
"de": "<b>Typ 2 mit Kabel</b> (mennekes)",
|
||||
"es": "<b>Tipo 2 con cable</b> (mennekes)"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -761,7 +780,8 @@
|
|||
"then": {
|
||||
"en": "<b>Tesla Supercharger CCS</b> (a branded type2_css)",
|
||||
"nl": "<b>Tesla Supercharger CCS</b> (een type2 CCS met Tesla-logo)",
|
||||
"de": "<b>Tesla Supercharger CCS</b> (ein Markenzeichen von type2_css)"
|
||||
"de": "<b>Tesla Supercharger CCS</b> (ein Markenzeichen von type2_css)",
|
||||
"es": "<b>CCS Supercargador Tesla</b> (un tipo2_css con marca)"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/Type2_CCS.svg",
|
||||
|
@ -804,7 +824,8 @@
|
|||
"then": {
|
||||
"en": "<b>Tesla Supercharger CCS</b> (a branded type2_css)",
|
||||
"nl": "<b>Tesla Supercharger CCS</b> (een type2 CCS met Tesla-logo)",
|
||||
"de": "<b>Tesla Supercharger CCS</b> (ein Markenzeichen von type2_css)"
|
||||
"de": "<b>Tesla Supercharger CCS</b> (ein Markenzeichen von type2_css)",
|
||||
"es": "<b>CCS Supercargador Tesla</b> (un tipo2_css con marca)"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -818,7 +839,8 @@
|
|||
"then": {
|
||||
"en": "<b>Tesla Supercharger (destination)</b>",
|
||||
"nl": "<b>Tesla Supercharger (destination)</b>",
|
||||
"de": "<b>Tesla Supercharger (Destination)</b>"
|
||||
"de": "<b>Tesla Supercharger (Destination)</b>",
|
||||
"es": "<b>Supercargador Tesla (destino</b>"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg",
|
||||
|
@ -867,7 +889,8 @@
|
|||
"then": {
|
||||
"en": "<b>Tesla Supercharger (destination)</b>",
|
||||
"nl": "<b>Tesla Supercharger (destination)</b>",
|
||||
"de": "<b>Tesla Supercharger (Destination)</b>"
|
||||
"de": "<b>Tesla Supercharger (Destination)</b>",
|
||||
"es": "<b>Supercargador Tesla (destino)</b>"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -881,7 +904,8 @@
|
|||
"then": {
|
||||
"en": "<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)",
|
||||
"nl": "<b>Tesla supercharger (destination</b> (Een Type 2 met kabel en Tesla-logo)",
|
||||
"de": "<b>Tesla supercharger (Destination)</b> (Typ 2 mit Kabel von Tesla)"
|
||||
"de": "<b>Tesla supercharger (Destination)</b> (Typ 2 mit Kabel von Tesla)",
|
||||
"es": "<b>Supercargador Tesla (destino)</b> (Un Tipo 2 con un cable de marca tesla)"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/Type2_tethered.svg",
|
||||
|
@ -930,7 +954,8 @@
|
|||
"then": {
|
||||
"en": "<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)",
|
||||
"nl": "<b>Tesla supercharger (destination</b> (Een Type 2 met kabel en Tesla-logo)",
|
||||
"de": "<b>Tesla supercharger (Destination)</b> (Typ 2 mit Kabel von Tesla)"
|
||||
"de": "<b>Tesla supercharger (Destination)</b> (Typ 2 mit Kabel von Tesla)",
|
||||
"es": "<b>Supercargador Tesla (destino)</b> (Un Tipo 2 con un cable de marca tesla)"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -944,7 +969,8 @@
|
|||
"then": {
|
||||
"en": "<b>USB</b> to charge phones and small electronics",
|
||||
"nl": "<b>USB</b> om GSMs en kleine electronica op te laden",
|
||||
"de": "<b>USB</b> zum Aufladen von Handys und kleinen Elektrogeräten"
|
||||
"de": "<b>USB</b> zum Aufladen von Handys und kleinen Elektrogeräten",
|
||||
"es": "<b>USB</b> para cargar teléfonos y dispositivos pequeños"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/usb_port.svg",
|
||||
|
@ -961,7 +987,8 @@
|
|||
"then": {
|
||||
"en": "<b>USB</b> to charge phones and small electronics",
|
||||
"nl": "<b>USB</b> om GSMs en kleine electronica op te laden",
|
||||
"de": "<b>USB</b> zum Aufladen von Handys und kleinen Elektrogeräten"
|
||||
"de": "<b>USB</b> zum Aufladen von Handys und kleinen Elektrogeräten",
|
||||
"es": "<b>USB</b> para cargar teléfonos y dispositivos pequeños"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -3711,7 +3738,8 @@
|
|||
"then": {
|
||||
"en": "Not part of a bigger network, e.g. because the charging station is maintained by a local business",
|
||||
"nl": "Maakt geen deel uit van een groter netwerk, een lokale zaak of organisatie beheert dit oplaadpunt",
|
||||
"de": "Nicht Teil eines größeren Netzwerks, z. B. weil die Ladestation von einem lokalen Unternehmen betrieben wird"
|
||||
"de": "Nicht Teil eines größeren Netzwerks, z. B. weil die Ladestation von einem lokalen Unternehmen betrieben wird",
|
||||
"es": "No forma parte de una red más grande, ej. porque la estación de carga la mantiene un negocio local"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -3767,12 +3795,14 @@
|
|||
"question": {
|
||||
"en": "Who is the operator of this charging station?",
|
||||
"nl": "Wie beheert dit oplaadpunt?",
|
||||
"de": "Wer ist der Betreiber dieser Ladestation?"
|
||||
"de": "Wer ist der Betreiber dieser Ladestation?",
|
||||
"es": "¿Quien es la operadora de esta estación de carga?"
|
||||
},
|
||||
"render": {
|
||||
"en": "This charging station is operated by {operator}",
|
||||
"nl": "Wordt beheerd door {operator}",
|
||||
"de": "Diese Ladestation wird betrieben von {operator}"
|
||||
"de": "Diese Ladestation wird betrieben von {operator}",
|
||||
"es": "Esta estación de carga la opera {operator}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "operator"
|
||||
|
@ -3787,7 +3817,8 @@
|
|||
"then": {
|
||||
"en": "Actually, {operator} is the network",
|
||||
"nl": "Eigenlijk is {operator} het netwerk waarvan het deel uitmaakt",
|
||||
"de": "Eigentlich ist {operator} das Netzwerk"
|
||||
"de": "Eigentlich ist {operator} das Netzwerk",
|
||||
"es": "De hecho, {operator} es la red"
|
||||
},
|
||||
"addExtraTags": [
|
||||
"operator="
|
||||
|
@ -3868,7 +3899,8 @@
|
|||
"question": {
|
||||
"en": "Is this charging point in use?",
|
||||
"nl": "Is dit oplaadpunt operationeel?",
|
||||
"de": "Ist dieser Ladepunkt in Betrieb?"
|
||||
"de": "Ist dieser Ladepunkt in Betrieb?",
|
||||
"es": "¿Está en uso este punto de carga?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -3884,7 +3916,8 @@
|
|||
"then": {
|
||||
"en": "This charging station works",
|
||||
"nl": "Dit oplaadpunt werkt",
|
||||
"de": "Diese Ladestation ist in Betrieb"
|
||||
"de": "Diese Ladestation ist in Betrieb",
|
||||
"es": "Esta estación de carga funciona"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -3900,7 +3933,8 @@
|
|||
"then": {
|
||||
"en": "This charging station is broken",
|
||||
"nl": "Dit oplaadpunt is kapot",
|
||||
"de": "Diese Ladestation ist defekt"
|
||||
"de": "Diese Ladestation ist defekt",
|
||||
"es": "Esta estación de carga está rota"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -3916,7 +3950,8 @@
|
|||
"then": {
|
||||
"en": "A charging station is planned here",
|
||||
"nl": "Hier zal binnenkort een oplaadpunt gebouwd worden",
|
||||
"de": "Hier ist eine Ladestation geplant"
|
||||
"de": "Hier ist eine Ladestation geplant",
|
||||
"es": "Una estación de carga está planeada aquí"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -3932,7 +3967,8 @@
|
|||
"then": {
|
||||
"en": "A charging station is constructed here",
|
||||
"nl": "Hier wordt op dit moment een oplaadpunt gebouwd",
|
||||
"de": "Hier wird eine Ladestation errichtet"
|
||||
"de": "Hier wird eine Ladestation errichtet",
|
||||
"es": "Una estación de carga está construida aquí"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -3948,7 +3984,8 @@
|
|||
"then": {
|
||||
"en": "This charging station has beed permanently disabled and is not in use anymore but is still visible",
|
||||
"nl": "Dit oplaadpunt is niet meer in gebruik maar is wel nog aanwezig",
|
||||
"de": "Diese Ladestation wurde dauerhaft geschlossen und wird nicht mehr benutzt, ist aber noch sichtbar"
|
||||
"de": "Diese Ladestation wurde dauerhaft geschlossen und wird nicht mehr benutzt, ist aber noch sichtbar",
|
||||
"es": "Esta estación de carga se ha deshabilitado de forma permanente y ya no está en uso pero todavía es visible"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -3958,7 +3995,8 @@
|
|||
"question": {
|
||||
"en": "Does one have to pay a parking fee while charging?",
|
||||
"nl": "Moet men parkeergeld betalen tijdens het opladen?",
|
||||
"de": "Muss man während des Ladens eine Parkgebühr bezahlen?"
|
||||
"de": "Muss man während des Ladens eine Parkgebühr bezahlen?",
|
||||
"es": "¿Hay que pagar una tasa de aparcamiento mientras se carga?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -3966,7 +4004,8 @@
|
|||
"then": {
|
||||
"en": "No additional parking cost while charging",
|
||||
"nl": "Geen extra parkeerkost tijdens het opladen",
|
||||
"de": "Keine zusätzlichen Parkkosten während des Ladens"
|
||||
"de": "Keine zusätzlichen Parkkosten während des Ladens",
|
||||
"es": "No hay costes de aparcamiento adicionales mientras se carga"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -3974,7 +4013,8 @@
|
|||
"then": {
|
||||
"en": "An additional parking fee should be paid while charging",
|
||||
"nl": "Tijdens het opladen moet er parkeergeld betaald worden",
|
||||
"de": "Während des Ladens ist eine zusätzliche Parkgebühr zu entrichten"
|
||||
"de": "Während des Ladens ist eine zusätzliche Parkgebühr zu entrichten",
|
||||
"es": "Se deberá de pagar una tasa adicional de aparcamiento mientras se carga"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -4106,7 +4146,8 @@
|
|||
"nl": "Alle voertuigen",
|
||||
"de": "Ladestationen für alle Fahrzeugtypen",
|
||||
"fr": "Tout type de véhicule",
|
||||
"da": "Alle køretøjstyper"
|
||||
"da": "Alle køretøjstyper",
|
||||
"es": "Todo tipo de vehículos"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -4115,7 +4156,8 @@
|
|||
"nl": "Oplaadpunten voor fietsen",
|
||||
"de": "Ladestationen für Fahrräder",
|
||||
"fr": "Station de charge pour vélos",
|
||||
"da": "Ladestation til cykler"
|
||||
"da": "Ladestation til cykler",
|
||||
"es": "Estación de carga para bicicletas"
|
||||
},
|
||||
"osmTags": "bicycle=yes"
|
||||
},
|
||||
|
@ -4125,7 +4167,8 @@
|
|||
"nl": "Oplaadpunten voor auto's",
|
||||
"de": "Ladestationen für Autos",
|
||||
"fr": "Station de charge pour automobiles",
|
||||
"da": "Ladestation til biler"
|
||||
"da": "Ladestation til biler",
|
||||
"es": "Estación de carga para coches"
|
||||
},
|
||||
"osmTags": {
|
||||
"or": [
|
||||
|
@ -4144,7 +4187,8 @@
|
|||
"en": "Only working charging stations",
|
||||
"nl": "Enkel werkende oplaadpunten",
|
||||
"de": "Nur Ladestationen in Betrieb",
|
||||
"da": "Kun fungerende ladestationer"
|
||||
"da": "Kun fungerende ladestationer",
|
||||
"es": "Solo estaciones de carga funcionales"
|
||||
},
|
||||
"osmTags": {
|
||||
"and": [
|
||||
|
@ -4163,7 +4207,8 @@
|
|||
"en": "All connectors",
|
||||
"nl": "Alle types",
|
||||
"de": "Alle Anschlüsse",
|
||||
"ca": "Tots els connectors"
|
||||
"ca": "Tots els connectors",
|
||||
"es": "Todos los conectores"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -4199,17 +4244,17 @@
|
|||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Has a <div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> connector",
|
||||
"en": "Has a <div style='display: inline-block'><b>Type 1 <i>without</i> cable (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> connector",
|
||||
"nl": "Heeft een <div style='display: inline-block'><b><b>Type 1 <i>zonder</i> kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div>",
|
||||
"de": "Verfügt über einen <div style='display: inline-block'><b><b>Typ 1 (J1772) <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> Stecker <i>ohne</i> Kabel</b>"
|
||||
"de": "Verfügt über einen <div style='display: inline-block'><b>Typ 1 (J1772)<img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/> Stecker <i>ohne</i> Kabel</b></div>"
|
||||
},
|
||||
"osmTags": "socket:type1~*"
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Has a <div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> connector",
|
||||
"en": "Has a <div style='display: inline-block'><b>Type 1 CCS (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> connector",
|
||||
"nl": "Heeft een <div style='display: inline-block'><b><b>Type 1 CCS</b> (ook gekend als Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div>",
|
||||
"de": "Verfügt über einen <div style='display: inline-block'><b><b>Typ 1 CCS <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> Stecker, auch bekannt als Typ 1 Combo</b>"
|
||||
"de": "Verfügt über einen <div style='display: inline-block'><b>Typ 1 CCS (Typ 1 Combo)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> Stecker"
|
||||
},
|
||||
"osmTags": "socket:type1_combo~*"
|
||||
},
|
||||
|
|
|
@ -156,7 +156,7 @@
|
|||
{
|
||||
"id": "render-closest-drinking-water",
|
||||
"render": {
|
||||
"en": "<a href='#{_closest_other_drinking_water_id}'>There is another drinking water fountain at {_closest_other_drinking_water_distance} meter</a>",
|
||||
"en": "<a href='#{_closest_other_drinking_water_id}'>There is another drinking water fountain at {_closest_other_drinking_water_distance} meters</a>",
|
||||
"nl": "<a href='#{_closest_other_drinking_water_id}'>Er bevindt zich een ander drinkwaterpunt op {_closest_other_drinking_water_distance} meter</a>",
|
||||
"it": "<a href='#{_closest_other_drinking_water_id}'>C’è un’altra fontanella a {_closest_other_drinking_water_distance} metri</a>",
|
||||
"de": "<a href='#{_closest_other_drinking_water_id}'>Eine weitere Trinkwasserstelle befindet sich in {_closest_other_drinking_water_distance} Meter</a>",
|
||||
|
|
|
@ -273,4 +273,4 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -135,14 +135,14 @@
|
|||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "On what webpage can one find more information about the Ghost bike or the accident?",
|
||||
"en": "On what webpage can one find more info about the ghost bike or the accident?",
|
||||
"nl": "Op welke website kan men meer informatie vinden over de Witte fiets of over het ongeval?",
|
||||
"de": "Auf welcher Webseite kann man mehr Informationen über das Geisterrad oder den Unfall finden?",
|
||||
"it": "In quale pagina web si possono trovare informazioni sulla bici fantasma o l’incidente?",
|
||||
"fr": "Sur quelle page web peut-on trouver plus d'informations sur le Vélo fantôme ou l'accident ?"
|
||||
},
|
||||
"render": {
|
||||
"en": "<a href='{source}' target='_blank'>More information is available</a>",
|
||||
"en": "<a href='{source}' target='_blank'>More info available</a>",
|
||||
"nl": "<a href='{source}' target='_blank'>Meer informatie</a>",
|
||||
"de": "<a href='{source}' target='_blank'>Mehr Informationen</a>",
|
||||
"it": "<a href='{source}' target='_blank'>Sono disponibili ulteriori informazioni</a>",
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
"id": "report-note",
|
||||
"render": {
|
||||
"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 not melden als spam of ongepast</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'>Diese Notiz als Spam oder unangemessen melden</a>"
|
||||
}
|
||||
}
|
||||
|
@ -281,7 +281,7 @@
|
|||
{
|
||||
"id": "no_imports",
|
||||
"options": [
|
||||
{
|
||||
{
|
||||
"question": {
|
||||
"en": "All Notes",
|
||||
"nl": "Alle Notes"
|
||||
|
@ -305,4 +305,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -440,7 +440,7 @@
|
|||
"nl": "Deze camera staat op een paal",
|
||||
"fr": "Cette caméra est placée sur un poteau",
|
||||
"it": "Questa telecamera è posizionata su un palo",
|
||||
"de": "Diese Kamera ist an einer Stange montiert"
|
||||
"de": "Diese Kamera ist an einer Stange befestigt"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -570,4 +570,4 @@
|
|||
"nl": "Deze laag toont bewakingscamera's en laat toe om de informatie te verrijken en om nieuwe camera\"s toe te voegen",
|
||||
"de": "Diese Ebene zeigt die Überwachungskameras an und ermöglicht es, Informationen zu aktualisieren und neue Kameras hinzuzufügen"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue