Regenerate translations

This commit is contained in:
pietervdvn 2021-09-06 02:16:32 +02:00
parent 8c6db095c4
commit d72938ac35
14 changed files with 197 additions and 252 deletions

View file

@ -801,6 +801,118 @@
}
}
},
"charging_station": {
"name": "Charging stations",
"title": {
"render": "Charging station"
},
"description": "A charging station",
"tagRenderings": {
"1": {
"question": "Which vehicles are allowed to charge here?",
"mappings": {
"0": {
"then": "<b>bicycles</b> can be charged here"
},
"1": {
"then": "<b>Cars</b> can be charged here"
},
"2": {
"then": "<b>Scooters</b> can be charged here"
},
"3": {
"then": "<b>Heavy good vehicles</b> (such as trucks) can be charged here"
},
"4": {
"then": "<b>Buses</b> can be charged here"
}
}
},
"3": {
"render": "{capacity} vehicles can be charged here at the same time",
"question": "How much vehicles can be charged here at the same time?"
},
"4": {
"question": "Which charging stations are available here?"
},
"5": {
"question": "How much plugs of type <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/CEE7_4F.svg'/> are available here?"
},
"6": {
"question": "How much plugs of type <b>European wall plug</b> with ground pin (CEE7/4 type E) <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/TypeE.svg'/> are available here?"
},
"7": {
"question": "How much plugs of type <b>Chademo</b> (type 4) <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Chademo_type4.svg'/> are available here?"
},
"8": {
"question": "How much plugs of type <b>Type 1 with cable</b> (J1772) <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Type1_J1772.svg'/> are available here?"
},
"9": {
"question": "How much plugs of type <b>Type 1 <i>without</i> cable</b> (J1772) <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Type1_J1772.svg'/> are available here?"
},
"10": {
"question": "How much plugs of type <b>Type 1 CCS</b> (aka Type 1 Combo) <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Type1-ccs.svg'/> are available here?"
},
"11": {
"question": "How much plugs of type <b>Tesla Supercharger</b> <img style='width:1rem; margin-left: 1rem; margin-right: 1rem' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> are available here?"
},
"12": {
"question": "What kind of authentication is available at the charging station?",
"mappings": {
"0": {
"then": "Authentication by a membership card"
},
"1": {
"then": "Authentication by an app"
},
"2": {
"then": "Authentication via phone call is available"
},
"3": {
"then": "Authentication via phone call is available"
},
"4": {
"then": "Authentication via NFC is available"
},
"5": {
"then": "Authentication via Money Card is available"
},
"6": {
"then": "Authentication via debit card is available"
},
"7": {
"then": "No authentication is needed"
}
}
},
"13": {
"render": "Authenticate by calling or SMS'ing to <a href='tel:{authentication:phone_call:number}'>{authentication:phone_call:number}</a>",
"question": "What's the phone number for authentication call or SMS?"
},
"14": {
"question": "When is this charging station opened?",
"mappings": {
"0": {
"then": "24/7 opened (including holidays)"
}
}
},
"15": {
"render": "Part of the network <b>{network}</b>",
"question": "Is this charging station part of a network?",
"mappings": {
"0": {
"then": "Not part of a bigger network"
}
}
}
},
"presets": {
"0": {
"title": "Charging station"
}
}
},
"crossings": {
"name": "Crossings",
"description": "Crossings for pedestrians and cyclists",

View file

@ -690,6 +690,22 @@
}
}
},
"charging_station": {
"name": "Stazioni di ricarica",
"title": {
"render": "Stazione di ricarica"
},
"description": "Una stazione di ricarica",
"tagRenderings": {
"12": {
"question": "Quali sono gli orari di apertura di questa stazione di ricarica?"
},
"13": {
"render": "{network}",
"question": "A quale rete appartiene questa stazione di ricarica?"
}
}
},
"defibrillator": {
"name": "Defibrillatori",
"title": {

View file

@ -1,4 +1,20 @@
{
"charging_station": {
"name": "充電ステーション",
"title": {
"render": "充電ステーション"
},
"description": "充電ステーション",
"tagRenderings": {
"12": {
"question": "この充電ステーションはいつオープンしますか?"
},
"13": {
"render": "{network}",
"question": "この充電ステーションの運営チェーンはどこですか?"
}
}
},
"food": {
"tagRenderings": {
"15": {

View file

@ -103,5 +103,20 @@
}
}
}
},
"charging_station": {
"name": "Ladestasjoner",
"title": {
"render": "Ladestasjon"
},
"description": "En ladestasjon",
"tagRenderings": {
"12": {
"question": "Når åpnet denne ladestasjonen?"
},
"13": {
"render": "{network}"
}
}
}
}

View file

@ -517,6 +517,22 @@
}
}
},
"charging_station": {
"name": "Зарядные станции",
"title": {
"render": "Зарядная станция"
},
"description": "Зарядная станция",
"tagRenderings": {
"12": {
"question": "В какое время работает эта зарядная станция?"
},
"13": {
"render": "{network}",
"question": "К какой сети относится эта станция?"
}
}
},
"defibrillator": {
"name": "Дефибрилляторы",
"title": {

View file

@ -386,5 +386,21 @@
}
}
}
},
"charging_station": {
"name": "充電站",
"title": {
"render": "充電站"
},
"description": "充電站",
"tagRenderings": {
"12": {
"question": "何時是充電站開放使用的時間?"
},
"13": {
"render": "{network}",
"question": "充電站所屬的網路是?"
}
}
}
}

View file

@ -328,39 +328,7 @@
"charging_stations": {
"title": "Charging stations",
"shortDescription": "A worldwide map of charging stations",
"description": "On this open map, one can find and mark information about charging stations",
"layers": {
"0": {
"name": "Charging stations",
"title": {
"render": "Charging station"
},
"description": "A charging station",
"tagRenderings": {
"5": {
"question": "When is this charging station opened?"
},
"6": {
"render": "{network}",
"question": "What network of this charging station under?",
"mappings": {
"0": {
"then": "Not part of a bigger network"
},
"1": {
"then": "AeroVironment"
},
"2": {
"then": "Blink"
},
"3": {
"then": "eVgo"
}
}
}
}
}
}
"description": "On this open map, one can find and mark information about charging stations"
},
"climbing": {
"title": "Open Climbing Map",

View file

@ -325,43 +325,6 @@
}
}
},
"charging_stations": {
"title": "Station de recharge",
"shortDescription": "Carte mondiale de stations de recharge",
"description": "Cette carte indique et permet dindiquer des informations sur les stations de recharge",
"layers": {
"0": {
"name": "Station de recharge",
"title": {
"render": "Station de recharge"
},
"description": "Une station de recharge",
"tagRenderings": {
"5": {
"question": "Quand cette station a-telle été ouverte ?"
},
"6": {
"render": "{network}",
"question": "De quel réseau fait-elle partie ?",
"mappings": {
"0": {
"then": "Pas de réseau"
},
"1": {
"then": "AeroVironment"
},
"2": {
"then": "Blink"
},
"3": {
"then": "eVgo"
}
}
}
}
}
}
},
"climbing": {
"title": "Open Climbing Map",
"description": "Cette carte indique les sites descalades comme les salles descalade ou les sites naturels.",

View file

@ -328,39 +328,7 @@
"charging_stations": {
"title": "Stazioni di ricarica",
"shortDescription": "Una mappa mondiale delle stazioni di ricarica",
"description": "Su questa mappa aperta, puoi individuare le stazioni di ricarica o aggiungere informazioni",
"layers": {
"0": {
"name": "Stazioni di ricarica",
"title": {
"render": "Stazione di ricarica"
},
"description": "Una stazione di ricarica",
"tagRenderings": {
"5": {
"question": "Quali sono gli orari di apertura di questa stazione di ricarica?"
},
"6": {
"render": "{network}",
"question": "A quale rete appartiene questa stazione di ricarica?",
"mappings": {
"0": {
"then": "Non appartiene a una rete"
},
"1": {
"then": "AeroVironment"
},
"2": {
"then": "Blink"
},
"3": {
"then": "eVgo"
}
}
}
}
}
}
"description": "Su questa mappa aperta, puoi individuare le stazioni di ricarica o aggiungere informazioni"
},
"climbing": {
"title": "Mappa aperta per le arrampicate",

View file

@ -328,39 +328,7 @@
"charging_stations": {
"title": "充電ステーション",
"shortDescription": "充電ステーションの世界地図",
"description": "このオープンマップでは充電ステーションに関する情報を見つけてマークすることができます",
"layers": {
"0": {
"name": "充電ステーション",
"title": {
"render": "充電ステーション"
},
"description": "充電ステーション",
"tagRenderings": {
"5": {
"question": "この充電ステーションはいつオープンしますか?"
},
"6": {
"render": "{network}",
"question": "この充電ステーションの運営チェーンはどこですか?",
"mappings": {
"0": {
"then": "大規模な運営チェーンの一部ではない"
},
"1": {
"then": "AeroVironment"
},
"2": {
"then": "Blink"
},
"3": {
"then": "eVgo"
}
}
}
}
}
}
"description": "このオープンマップでは充電ステーションに関する情報を見つけてマークすることができます"
},
"climbing": {
"title": "登山地図を開く",

View file

@ -117,25 +117,6 @@
}
}
},
"charging_stations": {
"layers": {
"0": {
"name": "Ladestasjoner",
"title": {
"render": "Ladestasjon"
},
"description": "En ladestasjon",
"tagRenderings": {
"5": {
"question": "Når åpnet denne ladestasjonen?"
},
"6": {
"render": "{network}"
}
}
}
}
},
"climbing": {
"title": "Åpent klatrekart",
"layers": {

View file

@ -283,35 +283,7 @@
},
"charging_stations": {
"title": "Oplaadpunten",
"shortDescription": "Een wereldwijde kaart van oplaadpunten",
"layers": {
"0": {
"name": "Oplaadpunten",
"title": {
"render": "Oplaadpunt"
},
"description": "Een oplaadpunt",
"tagRenderings": {
"6": {
"render": "{network}",
"mappings": {
"0": {
"then": "Maakt geen deel uit van een netwerk"
},
"1": {
"then": "AeroVironment"
},
"2": {
"then": "Blink"
},
"3": {
"then": "eVgo"
}
}
}
}
}
}
"shortDescription": "Een wereldwijde kaart van oplaadpunten"
},
"climbing": {
"title": "Open Klimkaart",

View file

@ -297,41 +297,7 @@
}
},
"charging_stations": {
"title": "Зарядные станции",
"shortDescription": "Карта зарядных станций по всему миру",
"description": "На этой карте вы можно найти и отметить информацию о зарядных станциях",
"layers": {
"0": {
"name": "Зарядные станции",
"title": {
"render": "Зарядная станция"
},
"description": "Зарядная станция",
"tagRenderings": {
"5": {
"question": "В какое время работает эта зарядная станция?"
},
"6": {
"render": "{network}",
"question": "К какой сети относится эта зарядная станция?",
"mappings": {
"0": {
"then": "Не является частью более крупной сети"
},
"1": {
"then": "AeroVironment"
},
"2": {
"then": "Blink"
},
"3": {
"then": "eVgo"
}
}
}
}
}
}
"description": "На этой карте вы можно найти и отметить информацию о зарядных станциях"
},
"climbing": {
"title": "Открытая карта скалолазания",

View file

@ -236,39 +236,7 @@
"charging_stations": {
"title": "充電站",
"shortDescription": "全世界的充電站地圖",
"description": "在這份開放地圖上,你可以尋找與標示充電站的資訊",
"layers": {
"0": {
"name": "充電站",
"title": {
"render": "充電站"
},
"description": "充電站",
"tagRenderings": {
"5": {
"question": "何時是充電站開放使用的時間?"
},
"6": {
"render": "{network}",
"question": "充電站所屬的網路是?",
"mappings": {
"0": {
"then": "不屬於大型網路"
},
"1": {
"then": "AeroVironment"
},
"2": {
"then": "Blink"
},
"3": {
"then": "eVgo"
}
}
}
}
}
}
"description": "在這份開放地圖上,你可以尋找與標示充電站的資訊"
},
"climbing": {
"title": "開放攀爬地圖",