diff --git a/assets/layers/charging_station/charging_station.json b/assets/layers/charging_station/charging_station.json
index efd8c1a24b..fb14977e25 100644
--- a/assets/layers/charging_station/charging_station.json
+++ b/assets/layers/charging_station/charging_station.json
@@ -2,12 +2,13 @@
"id": "charging_station",
"name": {
"en": "Charging stations",
+ "nl": "Oplaadpunten",
+ "de": "Ladestationen",
"it": "Stazioni di ricarica",
"ja": "充電ステーション",
"nb_NO": "Ladestasjoner",
"ru": "Зарядные станции",
- "zh_Hant": "充電站",
- "de": "Ladestationen"
+ "zh_Hant": "充電站"
},
"minzoom": 10,
"source": {
@@ -23,29 +24,33 @@
"title": {
"render": {
"en": "Charging station",
+ "nl": "Oplaadpunten",
+ "de": "Ladestation",
"it": "Stazione di ricarica",
"ja": "充電ステーション",
"nb_NO": "Ladestasjon",
"ru": "Зарядная станция",
- "zh_Hant": "充電站",
- "de": "Ladestation"
+ "zh_Hant": "充電站"
}
},
"description": {
"en": "A charging station",
+ "nl": "Oplaadpunten",
+ "de": "Eine Ladestation",
"it": "Una stazione di ricarica",
"ja": "充電ステーション",
"nb_NO": "En ladestasjon",
"ru": "Зарядная станция",
- "zh_Hant": "充電站",
- "de": "Eine Ladestation"
+ "zh_Hant": "充電站"
},
"tagRenderings": [
"images",
{
"id": "Type",
+ "#": "Allowed vehicle types",
"question": {
"en": "Which vehicles are allowed to charge here?",
+ "nl": "Welke voertuigen kunnen hier opgeladen worden?",
"de": "Welche Fahrzeuge dürfen hier geladen werden?"
},
"multiAnswer": true,
@@ -55,6 +60,7 @@
"ifnot": "bicycle=no",
"then": {
"en": "bicycles can be charged here",
+ "nl": "Fietsen kunnen hier opgeladen worden",
"de": "Fahrräder können hier geladen werden"
}
},
@@ -63,6 +69,7 @@
"ifnot": "motorcar=no",
"then": {
"en": "Cars can be charged here",
+ "nl": "Elektrische auto's kunnen hier opgeladen worden",
"de": "Autos können hier geladen werden"
}
},
@@ -71,6 +78,7 @@
"ifnot": "scooter=no",
"then": {
"en": "Scooters can be charged here",
+ "nl": "Electrische scooters (snorfiets of bromfiets) kunnen hier opgeladen worden",
"de": " Roller können hier geladen werden"
}
},
@@ -79,6 +87,7 @@
"ifnot": "hgv=no",
"then": {
"en": "Heavy good vehicles (such as trucks) can be charged here",
+ "nl": "Vrachtwagens kunnen hier opgeladen worden",
"de": "Lastkraftwagen (LKW) können hier geladen werden"
}
},
@@ -87,6 +96,7 @@
"ifnot": "bus=no",
"then": {
"en": "Buses can be charged here",
+ "nl": "Bussen kunnen hier opgeladen worden",
"de": "Busse können hier geladen werden"
}
}
@@ -96,10 +106,12 @@
"id": "access",
"question": {
"en": "Who is allowed to use this charging station?",
+ "nl": "Wie mag er dit oplaadpunt gebruiken?",
"de": "Wer darf diese Ladestation benutzen?"
},
"render": {
"en": "Access is {access}",
+ "nl": "Toegang voor {access}",
"de": "Zugang ist {access}"
},
"freeform": {
@@ -111,7 +123,10 @@
"mappings": [
{
"if": "access=yes",
- "then": "Anyone can use this charging station (payment might be needed)"
+ "then": {
+ "en": "Anyone can use this charging station (payment might be needed)",
+ "nl": "Toegankelijk voor iedereen (mogelijks met aanmelden en/of te betalen)"
+ }
},
{
"if": {
@@ -120,16 +135,25 @@
"access=public"
]
},
- "then": "Anyone can use this charging station (payment might be needed)",
+ "then": {
+ "en": "Anyone can use this charging station (payment might be needed)",
+ "nl": "Toegankelijk voor iedereen (mogelijks met aanmelden en/of te betalen)"
+ },
"hideInAnswer": true
},
{
"if": "access=customers",
- "then": "Only customers of the place this station belongs to can use this charging station
E.g. a charging station operated by hotel which is only usable by their guests "
+ "then": {
+ "en": "Only customers of the place this station belongs to can use this charging station
E.g. a charging station operated by hotel which is only usable by their guests",
+ "nl": "Enkel klanten van de bijhorende plaats mogen dit oplaadpunt gebruiken
Bijvoorbeeld een oplaadpunt op de parking van een restaurant dat enkel door klanten van het restaurant gebruikt mag worden"
+ }
},
{
"if": "access=private",
- "then": "Not accessible to the general public (e.g. only accessible to the owners, employees, ...)"
+ "then": {
+ "en": "Not accessible to the general public (e.g. only accessible to the owners, employees, ...)",
+ "nl": "Niet toegankelijk voor het publiek Enkel toegankelijk voor de eigenaar, medewerkers ,... "
+ }
}
]
},
@@ -154,6 +178,7 @@
"id": "Available_charging_stations (generated)",
"question": {
"en": "Which charging stations are available here?",
+ "nl": "Welke aansluitingen zijn hier beschikbaar?",
"de": "Welche Ladestationen gibt es hier?"
},
"multiAnswer": true,
@@ -890,96 +915,6 @@
]
}
},
- {
- "id": "voltage-0",
- "question": {
- "en": "What voltage do the plugs with
Schuko wall plug without ground pin (CEE7/4 type F) 
offer?",
- "nl": "Welke spanning levert de stekker van type Schuko stekker zonder aardingspin (CEE7/4 type F) 
"
- },
- "render": {
- "en": "Schuko wall plug without ground pin (CEE7/4 type F) 
outputs {socket:schuko:voltage} volt",
- "nl": "Schuko stekker zonder aardingspin (CEE7/4 type F) 
heeft een spanning van {socket:schuko:voltage} volt"
- },
- "freeform": {
- "key": "socket:schuko:voltage",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:schuko:voltage=230 V",
- "then": {
- "en": "Schuko wall plug without ground pin (CEE7/4 type F) 
outputs 230 volt",
- "nl": "Schuko stekker zonder aardingspin (CEE7/4 type F) 
heeft een spanning van 230 volt"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:schuko~*",
- "socket:schuko!=0"
- ]
- }
- },
- {
- "id": "current-0",
- "question": {
- "en": "What current do the plugs with Schuko wall plug without ground pin (CEE7/4 type F) 
offer?",
- "nl": "Welke stroom levert de stekker van type Schuko stekker zonder aardingspin (CEE7/4 type F) 
?"
- },
- "render": {
- "en": "Schuko wall plug without ground pin (CEE7/4 type F) 
outputs at most {socket:schuko:current}A",
- "nl": "Schuko stekker zonder aardingspin (CEE7/4 type F) 
levert een stroom van maximaal {socket:schuko:current}A"
- },
- "freeform": {
- "key": "socket:schuko:current",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:schuko:current=16 A",
- "then": {
- "en": "Schuko wall plug without ground pin (CEE7/4 type F) 
outputs at most 16 A",
- "nl": "Schuko stekker zonder aardingspin (CEE7/4 type F) 
levert een stroom van maximaal 16 A"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:schuko~*",
- "socket:schuko!=0"
- ]
- }
- },
- {
- "id": "power-output-0",
- "question": {
- "en": "What power output does a single plug of type Schuko wall plug without ground pin (CEE7/4 type F) 
offer?",
- "nl": "Welk vermogen levert een enkele stekker van type Schuko stekker zonder aardingspin (CEE7/4 type F) 
?"
- },
- "render": {
- "en": "Schuko wall plug without ground pin (CEE7/4 type F) 
outputs at most {socket:schuko:output}",
- "nl": "Schuko stekker zonder aardingspin (CEE7/4 type F) 
levert een vermogen van maximaal {socket:schuko:output}"
- },
- "freeform": {
- "key": "socket:schuko:output",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:schuko:output=3.6 kw",
- "then": {
- "en": "Schuko wall plug without ground pin (CEE7/4 type F) 
outputs at most 3.6 kw",
- "nl": "Schuko stekker zonder aardingspin (CEE7/4 type F) 
levert een vermogen van maximaal 3.6 kw"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:schuko~*",
- "socket:schuko!=0"
- ]
- }
- },
{
"id": "plugs-1",
"question": {
@@ -1001,103 +936,6 @@
]
}
},
- {
- "id": "voltage-1",
- "question": {
- "en": "What voltage do the plugs with European wall plug with ground pin (CEE7/4 type E) 
offer?",
- "nl": "Welke spanning levert de stekker van type Europese stekker met aardingspin (CEE7/4 type E) 
"
- },
- "render": {
- "en": "European wall plug with ground pin (CEE7/4 type E) 
outputs {socket:typee:voltage} volt",
- "nl": "Europese stekker met aardingspin (CEE7/4 type E) 
heeft een spanning van {socket:typee:voltage} volt"
- },
- "freeform": {
- "key": "socket:typee:voltage",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:typee:voltage=230 V",
- "then": {
- "en": "European wall plug with ground pin (CEE7/4 type E) 
outputs 230 volt",
- "nl": "Europese stekker met aardingspin (CEE7/4 type E) 
heeft een spanning van 230 volt"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:typee~*",
- "socket:typee!=0"
- ]
- }
- },
- {
- "id": "current-1",
- "question": {
- "en": "What current do the plugs with European wall plug with ground pin (CEE7/4 type E) 
offer?",
- "nl": "Welke stroom levert de stekker van type Europese stekker met aardingspin (CEE7/4 type E) 
?"
- },
- "render": {
- "en": "European wall plug with ground pin (CEE7/4 type E) 
outputs at most {socket:typee:current}A",
- "nl": "Europese stekker met aardingspin (CEE7/4 type E) 
levert een stroom van maximaal {socket:typee:current}A"
- },
- "freeform": {
- "key": "socket:typee:current",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:typee:current=16 A",
- "then": {
- "en": "European wall plug with ground pin (CEE7/4 type E) 
outputs at most 16 A",
- "nl": "Europese stekker met aardingspin (CEE7/4 type E) 
levert een stroom van maximaal 16 A"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:typee~*",
- "socket:typee!=0"
- ]
- }
- },
- {
- "id": "power-output-1",
- "question": {
- "en": "What power output does a single plug of type European wall plug with ground pin (CEE7/4 type E) 
offer?",
- "nl": "Welk vermogen levert een enkele stekker van type Europese stekker met aardingspin (CEE7/4 type E) 
?"
- },
- "render": {
- "en": "European wall plug with ground pin (CEE7/4 type E) 
outputs at most {socket:typee:output}",
- "nl": "Europese stekker met aardingspin (CEE7/4 type E) 
levert een vermogen van maximaal {socket:typee:output}"
- },
- "freeform": {
- "key": "socket:typee:output",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:typee:output=3 kw",
- "then": {
- "en": "European wall plug with ground pin (CEE7/4 type E) 
outputs at most 3 kw",
- "nl": "Europese stekker met aardingspin (CEE7/4 type E) 
levert een vermogen van maximaal 3 kw"
- }
- },
- {
- "if": "socket:socket:typee:output=22 kw",
- "then": {
- "en": "European wall plug with ground pin (CEE7/4 type E) 
outputs at most 22 kw",
- "nl": "Europese stekker met aardingspin (CEE7/4 type E) 
levert een vermogen van maximaal 22 kw"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:typee~*",
- "socket:typee!=0"
- ]
- }
- },
{
"id": "plugs-2",
"question": {
@@ -1119,96 +957,6 @@
]
}
},
- {
- "id": "voltage-2",
- "question": {
- "en": "What voltage do the plugs with Chademo 
offer?",
- "nl": "Welke spanning levert de stekker van type Chademo 
"
- },
- "render": {
- "en": "Chademo 
outputs {socket:chademo:voltage} volt",
- "nl": "Chademo 
heeft een spanning van {socket:chademo:voltage} volt"
- },
- "freeform": {
- "key": "socket:chademo:voltage",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:chademo:voltage=500 V",
- "then": {
- "en": "Chademo 
outputs 500 volt",
- "nl": "Chademo 
heeft een spanning van 500 volt"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:chademo~*",
- "socket:chademo!=0"
- ]
- }
- },
- {
- "id": "current-2",
- "question": {
- "en": "What current do the plugs with Chademo 
offer?",
- "nl": "Welke stroom levert de stekker van type Chademo 
?"
- },
- "render": {
- "en": "Chademo 
outputs at most {socket:chademo:current}A",
- "nl": "Chademo 
levert een stroom van maximaal {socket:chademo:current}A"
- },
- "freeform": {
- "key": "socket:chademo:current",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:chademo:current=120 A",
- "then": {
- "en": "Chademo 
outputs at most 120 A",
- "nl": "Chademo 
levert een stroom van maximaal 120 A"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:chademo~*",
- "socket:chademo!=0"
- ]
- }
- },
- {
- "id": "power-output-2",
- "question": {
- "en": "What power output does a single plug of type Chademo 
offer?",
- "nl": "Welk vermogen levert een enkele stekker van type Chademo 
?"
- },
- "render": {
- "en": "Chademo 
outputs at most {socket:chademo:output}",
- "nl": "Chademo 
levert een vermogen van maximaal {socket:chademo:output}"
- },
- "freeform": {
- "key": "socket:chademo:output",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:chademo:output=50 kw",
- "then": {
- "en": "Chademo 
outputs at most 50 kw",
- "nl": "Chademo 
levert een vermogen van maximaal 50 kw"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:chademo~*",
- "socket:chademo!=0"
- ]
- }
- },
{
"id": "plugs-3",
"question": {
@@ -1230,110 +978,6 @@
]
}
},
- {
- "id": "voltage-3",
- "question": {
- "en": "What voltage do the plugs with Type 1 with cable (J1772) 
offer?",
- "nl": "Welke spanning levert de stekker van type Type 1 met kabel (J1772) 
"
- },
- "render": {
- "en": "Type 1 with cable (J1772) 
outputs {socket:type1_cable:voltage} volt",
- "nl": "Type 1 met kabel (J1772) 
heeft een spanning van {socket:type1_cable:voltage} volt"
- },
- "freeform": {
- "key": "socket:type1_cable:voltage",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:type1_cable:voltage=200 V",
- "then": {
- "en": "Type 1 with cable (J1772) 
outputs 200 volt",
- "nl": "Type 1 met kabel (J1772) 
heeft een spanning van 200 volt"
- }
- },
- {
- "if": "socket:socket:type1_cable:voltage=240 V",
- "then": {
- "en": "Type 1 with cable (J1772) 
outputs 240 volt",
- "nl": "Type 1 met kabel (J1772) 
heeft een spanning van 240 volt"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:type1_cable~*",
- "socket:type1_cable!=0"
- ]
- }
- },
- {
- "id": "current-3",
- "question": {
- "en": "What current do the plugs with Type 1 with cable (J1772) 
offer?",
- "nl": "Welke stroom levert de stekker van type Type 1 met kabel (J1772) 
?"
- },
- "render": {
- "en": "Type 1 with cable (J1772) 
outputs at most {socket:type1_cable:current}A",
- "nl": "Type 1 met kabel (J1772) 
levert een stroom van maximaal {socket:type1_cable:current}A"
- },
- "freeform": {
- "key": "socket:type1_cable:current",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:type1_cable:current=32 A",
- "then": {
- "en": "Type 1 with cable (J1772) 
outputs at most 32 A",
- "nl": "Type 1 met kabel (J1772) 
levert een stroom van maximaal 32 A"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:type1_cable~*",
- "socket:type1_cable!=0"
- ]
- }
- },
- {
- "id": "power-output-3",
- "question": {
- "en": "What power output does a single plug of type Type 1 with cable (J1772) 
offer?",
- "nl": "Welk vermogen levert een enkele stekker van type Type 1 met kabel (J1772) 
?"
- },
- "render": {
- "en": "Type 1 with cable (J1772) 
outputs at most {socket:type1_cable:output}",
- "nl": "Type 1 met kabel (J1772) 
levert een vermogen van maximaal {socket:type1_cable:output}"
- },
- "freeform": {
- "key": "socket:type1_cable:output",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:type1_cable:output=3.7 kw",
- "then": {
- "en": "Type 1 with cable (J1772) 
outputs at most 3.7 kw",
- "nl": "Type 1 met kabel (J1772) 
levert een vermogen van maximaal 3.7 kw"
- }
- },
- {
- "if": "socket:socket:type1_cable:output=7 kw",
- "then": {
- "en": "Type 1 with cable (J1772) 
outputs at most 7 kw",
- "nl": "Type 1 met kabel (J1772) 
levert een vermogen van maximaal 7 kw"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:type1_cable~*",
- "socket:type1_cable!=0"
- ]
- }
- },
{
"id": "plugs-4",
"question": {
@@ -1355,124 +999,6 @@
]
}
},
- {
- "id": "voltage-4",
- "question": {
- "en": "What voltage do the plugs with Type 1 without cable (J1772) 
offer?",
- "nl": "Welke spanning levert de stekker van type Type 1 zonder kabel (J1772) 
"
- },
- "render": {
- "en": "Type 1 without cable (J1772) 
outputs {socket:type1:voltage} volt",
- "nl": "Type 1 zonder kabel (J1772) 
heeft een spanning van {socket:type1:voltage} volt"
- },
- "freeform": {
- "key": "socket:type1:voltage",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:type1:voltage=200 V",
- "then": {
- "en": "Type 1 without cable (J1772) 
outputs 200 volt",
- "nl": "Type 1 zonder kabel (J1772) 
heeft een spanning van 200 volt"
- }
- },
- {
- "if": "socket:socket:type1:voltage=240 V",
- "then": {
- "en": "Type 1 without cable (J1772) 
outputs 240 volt",
- "nl": "Type 1 zonder kabel (J1772) 
heeft een spanning van 240 volt"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:type1~*",
- "socket:type1!=0"
- ]
- }
- },
- {
- "id": "current-4",
- "question": {
- "en": "What current do the plugs with Type 1 without cable (J1772) 
offer?",
- "nl": "Welke stroom levert de stekker van type Type 1 zonder kabel (J1772) 
?"
- },
- "render": {
- "en": "Type 1 without cable (J1772) 
outputs at most {socket:type1:current}A",
- "nl": "Type 1 zonder kabel (J1772) 
levert een stroom van maximaal {socket:type1:current}A"
- },
- "freeform": {
- "key": "socket:type1:current",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:type1:current=32 A",
- "then": {
- "en": "Type 1 without cable (J1772) 
outputs at most 32 A",
- "nl": "Type 1 zonder kabel (J1772) 
levert een stroom van maximaal 32 A"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:type1~*",
- "socket:type1!=0"
- ]
- }
- },
- {
- "id": "power-output-4",
- "question": {
- "en": "What power output does a single plug of type Type 1 without cable (J1772) 
offer?",
- "nl": "Welk vermogen levert een enkele stekker van type Type 1 zonder kabel (J1772) 
?"
- },
- "render": {
- "en": "Type 1 without cable (J1772) 
outputs at most {socket:type1:output}",
- "nl": "Type 1 zonder kabel (J1772) 
levert een vermogen van maximaal {socket:type1:output}"
- },
- "freeform": {
- "key": "socket:type1:output",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:type1:output=3.7 kw",
- "then": {
- "en": "Type 1 without cable (J1772) 
outputs at most 3.7 kw",
- "nl": "Type 1 zonder kabel (J1772) 
levert een vermogen van maximaal 3.7 kw"
- }
- },
- {
- "if": "socket:socket:type1:output=6.6 kw",
- "then": {
- "en": "Type 1 without cable (J1772) 
outputs at most 6.6 kw",
- "nl": "Type 1 zonder kabel (J1772) 
levert een vermogen van maximaal 6.6 kw"
- }
- },
- {
- "if": "socket:socket:type1:output=7 kw",
- "then": {
- "en": "Type 1 without cable (J1772) 
outputs at most 7 kw",
- "nl": "Type 1 zonder kabel (J1772) 
levert een vermogen van maximaal 7 kw"
- }
- },
- {
- "if": "socket:socket:type1:output=7.2 kw",
- "then": {
- "en": "Type 1 without cable (J1772) 
outputs at most 7.2 kw",
- "nl": "Type 1 zonder kabel (J1772) 
levert een vermogen van maximaal 7.2 kw"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:type1~*",
- "socket:type1!=0"
- ]
- }
- },
{
"id": "plugs-5",
"question": {
@@ -1494,131 +1020,6 @@
]
}
},
- {
- "id": "voltage-5",
- "question": {
- "en": "What voltage do the plugs with Type 1 CCS (aka Type 1 Combo) 
offer?",
- "nl": "Welke spanning levert de stekker van type Type 1 CCS (ook gekend als Type 1 Combo) 
"
- },
- "render": {
- "en": "Type 1 CCS (aka Type 1 Combo) 
outputs {socket:type1_combo:voltage} volt",
- "nl": "Type 1 CCS (ook gekend als Type 1 Combo) 
heeft een spanning van {socket:type1_combo:voltage} volt"
- },
- "freeform": {
- "key": "socket:type1_combo:voltage",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:type1_combo:voltage=400 V",
- "then": {
- "en": "Type 1 CCS (aka Type 1 Combo) 
outputs 400 volt",
- "nl": "Type 1 CCS (ook gekend als Type 1 Combo) 
heeft een spanning van 400 volt"
- }
- },
- {
- "if": "socket:socket:type1_combo:voltage=1000 V",
- "then": {
- "en": "Type 1 CCS (aka Type 1 Combo) 
outputs 1000 volt",
- "nl": "Type 1 CCS (ook gekend als Type 1 Combo) 
heeft een spanning van 1000 volt"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:type1_combo~*",
- "socket:type1_combo!=0"
- ]
- }
- },
- {
- "id": "current-5",
- "question": {
- "en": "What current do the plugs with Type 1 CCS (aka Type 1 Combo) 
offer?",
- "nl": "Welke stroom levert de stekker van type Type 1 CCS (ook gekend als Type 1 Combo) 
?"
- },
- "render": {
- "en": "Type 1 CCS (aka Type 1 Combo) 
outputs at most {socket:type1_combo:current}A",
- "nl": "Type 1 CCS (ook gekend als Type 1 Combo) 
levert een stroom van maximaal {socket:type1_combo:current}A"
- },
- "freeform": {
- "key": "socket:type1_combo:current",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:type1_combo:current=50 A",
- "then": {
- "en": "Type 1 CCS (aka Type 1 Combo) 
outputs at most 50 A",
- "nl": "Type 1 CCS (ook gekend als Type 1 Combo) 
levert een stroom van maximaal 50 A"
- }
- },
- {
- "if": "socket:socket:type1_combo:current=125 A",
- "then": {
- "en": "Type 1 CCS (aka Type 1 Combo) 
outputs at most 125 A",
- "nl": "Type 1 CCS (ook gekend als Type 1 Combo) 
levert een stroom van maximaal 125 A"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:type1_combo~*",
- "socket:type1_combo!=0"
- ]
- }
- },
- {
- "id": "power-output-5",
- "question": {
- "en": "What power output does a single plug of type Type 1 CCS (aka Type 1 Combo) 
offer?",
- "nl": "Welk vermogen levert een enkele stekker van type Type 1 CCS (ook gekend als Type 1 Combo) 
?"
- },
- "render": {
- "en": "Type 1 CCS (aka Type 1 Combo) 
outputs at most {socket:type1_combo:output}",
- "nl": "Type 1 CCS (ook gekend als Type 1 Combo) 
levert een vermogen van maximaal {socket:type1_combo:output}"
- },
- "freeform": {
- "key": "socket:type1_combo:output",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:type1_combo:output=50 kw",
- "then": {
- "en": "Type 1 CCS (aka Type 1 Combo) 
outputs at most 50 kw",
- "nl": "Type 1 CCS (ook gekend als Type 1 Combo) 
levert een vermogen van maximaal 50 kw"
- }
- },
- {
- "if": "socket:socket:type1_combo:output=62.5 kw",
- "then": {
- "en": "Type 1 CCS (aka Type 1 Combo) 
outputs at most 62.5 kw",
- "nl": "Type 1 CCS (ook gekend als Type 1 Combo) 
levert een vermogen van maximaal 62.5 kw"
- }
- },
- {
- "if": "socket:socket:type1_combo:output=150 kw",
- "then": {
- "en": "Type 1 CCS (aka Type 1 Combo) 
outputs at most 150 kw",
- "nl": "Type 1 CCS (ook gekend als Type 1 Combo) 
levert een vermogen van maximaal 150 kw"
- }
- },
- {
- "if": "socket:socket:type1_combo:output=350 kw",
- "then": {
- "en": "Type 1 CCS (aka Type 1 Combo) 
outputs at most 350 kw",
- "nl": "Type 1 CCS (ook gekend als Type 1 Combo) 
levert een vermogen van maximaal 350 kw"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:type1_combo~*",
- "socket:type1_combo!=0"
- ]
- }
- },
{
"id": "plugs-6",
"question": {
@@ -1640,117 +1041,6 @@
]
}
},
- {
- "id": "voltage-6",
- "question": {
- "en": "What voltage do the plugs with Tesla Supercharger 
offer?",
- "nl": "Welke spanning levert de stekker van type Tesla Supercharger 
"
- },
- "render": {
- "en": "Tesla Supercharger 
outputs {socket:tesla_supercharger:voltage} volt",
- "nl": "Tesla Supercharger 
heeft een spanning van {socket:tesla_supercharger:voltage} volt"
- },
- "freeform": {
- "key": "socket:tesla_supercharger:voltage",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:tesla_supercharger:voltage=480 V",
- "then": {
- "en": "Tesla Supercharger 
outputs 480 volt",
- "nl": "Tesla Supercharger 
heeft een spanning van 480 volt"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:tesla_supercharger~*",
- "socket:tesla_supercharger!=0"
- ]
- }
- },
- {
- "id": "current-6",
- "question": {
- "en": "What current do the plugs with Tesla Supercharger 
offer?",
- "nl": "Welke stroom levert de stekker van type Tesla Supercharger 
?"
- },
- "render": {
- "en": "Tesla Supercharger 
outputs at most {socket:tesla_supercharger:current}A",
- "nl": "Tesla Supercharger 
levert een stroom van maximaal {socket:tesla_supercharger:current}A"
- },
- "freeform": {
- "key": "socket:tesla_supercharger:current",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:tesla_supercharger:current=125 A",
- "then": {
- "en": "Tesla Supercharger 
outputs at most 125 A",
- "nl": "Tesla Supercharger 
levert een stroom van maximaal 125 A"
- }
- },
- {
- "if": "socket:socket:tesla_supercharger:current=350 A",
- "then": {
- "en": "Tesla Supercharger 
outputs at most 350 A",
- "nl": "Tesla Supercharger 
levert een stroom van maximaal 350 A"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:tesla_supercharger~*",
- "socket:tesla_supercharger!=0"
- ]
- }
- },
- {
- "id": "power-output-6",
- "question": {
- "en": "What power output does a single plug of type Tesla Supercharger 
offer?",
- "nl": "Welk vermogen levert een enkele stekker van type Tesla Supercharger 
?"
- },
- "render": {
- "en": "Tesla Supercharger 
outputs at most {socket:tesla_supercharger:output}",
- "nl": "Tesla Supercharger 
levert een vermogen van maximaal {socket:tesla_supercharger:output}"
- },
- "freeform": {
- "key": "socket:tesla_supercharger:output",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:tesla_supercharger:output=120 kw",
- "then": {
- "en": "Tesla Supercharger 
outputs at most 120 kw",
- "nl": "Tesla Supercharger 
levert een vermogen van maximaal 120 kw"
- }
- },
- {
- "if": "socket:socket:tesla_supercharger:output=150 kw",
- "then": {
- "en": "Tesla Supercharger 
outputs at most 150 kw",
- "nl": "Tesla Supercharger 
levert een vermogen van maximaal 150 kw"
- }
- },
- {
- "if": "socket:socket:tesla_supercharger:output=250 kw",
- "then": {
- "en": "Tesla Supercharger 
outputs at most 250 kw",
- "nl": "Tesla Supercharger 
levert een vermogen van maximaal 250 kw"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:tesla_supercharger~*",
- "socket:tesla_supercharger!=0"
- ]
- }
- },
{
"id": "plugs-7",
"question": {
@@ -1772,117 +1062,6 @@
]
}
},
- {
- "id": "voltage-7",
- "question": {
- "en": "What voltage do the plugs with Type 2 (mennekes) 
offer?",
- "nl": "Welke spanning levert de stekker van type Type 2 (mennekes) 
"
- },
- "render": {
- "en": "Type 2 (mennekes) 
outputs {socket:type2:voltage} volt",
- "nl": "Type 2 (mennekes) 
heeft een spanning van {socket:type2:voltage} volt"
- },
- "freeform": {
- "key": "socket:type2:voltage",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:type2:voltage=230 V",
- "then": {
- "en": "Type 2 (mennekes) 
outputs 230 volt",
- "nl": "Type 2 (mennekes) 
heeft een spanning van 230 volt"
- }
- },
- {
- "if": "socket:socket:type2:voltage=400 V",
- "then": {
- "en": "Type 2 (mennekes) 
outputs 400 volt",
- "nl": "Type 2 (mennekes) 
heeft een spanning van 400 volt"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:type2~*",
- "socket:type2!=0"
- ]
- }
- },
- {
- "id": "current-7",
- "question": {
- "en": "What current do the plugs with Type 2 (mennekes) 
offer?",
- "nl": "Welke stroom levert de stekker van type Type 2 (mennekes) 
?"
- },
- "render": {
- "en": "Type 2 (mennekes) 
outputs at most {socket:type2:current}A",
- "nl": "Type 2 (mennekes) 
levert een stroom van maximaal {socket:type2:current}A"
- },
- "freeform": {
- "key": "socket:type2:current",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:type2:current=16 A",
- "then": {
- "en": "Type 2 (mennekes) 
outputs at most 16 A",
- "nl": "Type 2 (mennekes) 
levert een stroom van maximaal 16 A"
- }
- },
- {
- "if": "socket:socket:type2:current=32 A",
- "then": {
- "en": "Type 2 (mennekes) 
outputs at most 32 A",
- "nl": "Type 2 (mennekes) 
levert een stroom van maximaal 32 A"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:type2~*",
- "socket:type2!=0"
- ]
- }
- },
- {
- "id": "power-output-7",
- "question": {
- "en": "What power output does a single plug of type Type 2 (mennekes) 
offer?",
- "nl": "Welk vermogen levert een enkele stekker van type Type 2 (mennekes) 
?"
- },
- "render": {
- "en": "Type 2 (mennekes) 
outputs at most {socket:type2:output}",
- "nl": "Type 2 (mennekes) 
levert een vermogen van maximaal {socket:type2:output}"
- },
- "freeform": {
- "key": "socket:type2:output",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:type2:output=11 kw",
- "then": {
- "en": "Type 2 (mennekes) 
outputs at most 11 kw",
- "nl": "Type 2 (mennekes) 
levert een vermogen van maximaal 11 kw"
- }
- },
- {
- "if": "socket:socket:type2:output=22 kw",
- "then": {
- "en": "Type 2 (mennekes) 
outputs at most 22 kw",
- "nl": "Type 2 (mennekes) 
levert een vermogen van maximaal 22 kw"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:type2~*",
- "socket:type2!=0"
- ]
- }
- },
{
"id": "plugs-8",
"question": {
@@ -1904,110 +1083,6 @@
]
}
},
- {
- "id": "voltage-8",
- "question": {
- "en": "What voltage do the plugs with Type 2 CCS (mennekes) 
offer?",
- "nl": "Welke spanning levert de stekker van type Type 2 CCS (mennekes) 
"
- },
- "render": {
- "en": "Type 2 CCS (mennekes) 
outputs {socket:type2_combo:voltage} volt",
- "nl": "Type 2 CCS (mennekes) 
heeft een spanning van {socket:type2_combo:voltage} volt"
- },
- "freeform": {
- "key": "socket:type2_combo:voltage",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:type2_combo:voltage=500 V",
- "then": {
- "en": "Type 2 CCS (mennekes) 
outputs 500 volt",
- "nl": "Type 2 CCS (mennekes) 
heeft een spanning van 500 volt"
- }
- },
- {
- "if": "socket:socket:type2_combo:voltage=920 V",
- "then": {
- "en": "Type 2 CCS (mennekes) 
outputs 920 volt",
- "nl": "Type 2 CCS (mennekes) 
heeft een spanning van 920 volt"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:type2_combo~*",
- "socket:type2_combo!=0"
- ]
- }
- },
- {
- "id": "current-8",
- "question": {
- "en": "What current do the plugs with Type 2 CCS (mennekes) 
offer?",
- "nl": "Welke stroom levert de stekker van type Type 2 CCS (mennekes) 
?"
- },
- "render": {
- "en": "Type 2 CCS (mennekes) 
outputs at most {socket:type2_combo:current}A",
- "nl": "Type 2 CCS (mennekes) 
levert een stroom van maximaal {socket:type2_combo:current}A"
- },
- "freeform": {
- "key": "socket:type2_combo:current",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:type2_combo:current=125 A",
- "then": {
- "en": "Type 2 CCS (mennekes) 
outputs at most 125 A",
- "nl": "Type 2 CCS (mennekes) 
levert een stroom van maximaal 125 A"
- }
- },
- {
- "if": "socket:socket:type2_combo:current=350 A",
- "then": {
- "en": "Type 2 CCS (mennekes) 
outputs at most 350 A",
- "nl": "Type 2 CCS (mennekes) 
levert een stroom van maximaal 350 A"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:type2_combo~*",
- "socket:type2_combo!=0"
- ]
- }
- },
- {
- "id": "power-output-8",
- "question": {
- "en": "What power output does a single plug of type Type 2 CCS (mennekes) 
offer?",
- "nl": "Welk vermogen levert een enkele stekker van type Type 2 CCS (mennekes) 
?"
- },
- "render": {
- "en": "Type 2 CCS (mennekes) 
outputs at most {socket:type2_combo:output}",
- "nl": "Type 2 CCS (mennekes) 
levert een vermogen van maximaal {socket:type2_combo:output}"
- },
- "freeform": {
- "key": "socket:type2_combo:output",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:type2_combo:output=50 kw",
- "then": {
- "en": "Type 2 CCS (mennekes) 
outputs at most 50 kw",
- "nl": "Type 2 CCS (mennekes) 
levert een vermogen van maximaal 50 kw"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:type2_combo~*",
- "socket:type2_combo!=0"
- ]
- }
- },
{
"id": "plugs-9",
"question": {
@@ -2029,117 +1104,6 @@
]
}
},
- {
- "id": "voltage-9",
- "question": {
- "en": "What voltage do the plugs with Type 2 with cable (mennekes) 
offer?",
- "nl": "Welke spanning levert de stekker van type Type 2 met kabel (J1772) 
"
- },
- "render": {
- "en": "Type 2 with cable (mennekes) 
outputs {socket:type2_cable:voltage} volt",
- "nl": "Type 2 met kabel (J1772) 
heeft een spanning van {socket:type2_cable:voltage} volt"
- },
- "freeform": {
- "key": "socket:type2_cable:voltage",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:type2_cable:voltage=230 V",
- "then": {
- "en": "Type 2 with cable (mennekes) 
outputs 230 volt",
- "nl": "Type 2 met kabel (J1772) 
heeft een spanning van 230 volt"
- }
- },
- {
- "if": "socket:socket:type2_cable:voltage=400 V",
- "then": {
- "en": "Type 2 with cable (mennekes) 
outputs 400 volt",
- "nl": "Type 2 met kabel (J1772) 
heeft een spanning van 400 volt"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:type2_cable~*",
- "socket:type2_cable!=0"
- ]
- }
- },
- {
- "id": "current-9",
- "question": {
- "en": "What current do the plugs with Type 2 with cable (mennekes) 
offer?",
- "nl": "Welke stroom levert de stekker van type Type 2 met kabel (J1772) 
?"
- },
- "render": {
- "en": "Type 2 with cable (mennekes) 
outputs at most {socket:type2_cable:current}A",
- "nl": "Type 2 met kabel (J1772) 
levert een stroom van maximaal {socket:type2_cable:current}A"
- },
- "freeform": {
- "key": "socket:type2_cable:current",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:type2_cable:current=16 A",
- "then": {
- "en": "Type 2 with cable (mennekes) 
outputs at most 16 A",
- "nl": "Type 2 met kabel (J1772) 
levert een stroom van maximaal 16 A"
- }
- },
- {
- "if": "socket:socket:type2_cable:current=32 A",
- "then": {
- "en": "Type 2 with cable (mennekes) 
outputs at most 32 A",
- "nl": "Type 2 met kabel (J1772) 
levert een stroom van maximaal 32 A"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:type2_cable~*",
- "socket:type2_cable!=0"
- ]
- }
- },
- {
- "id": "power-output-9",
- "question": {
- "en": "What power output does a single plug of type Type 2 with cable (mennekes) 
offer?",
- "nl": "Welk vermogen levert een enkele stekker van type Type 2 met kabel (J1772) 
?"
- },
- "render": {
- "en": "Type 2 with cable (mennekes) 
outputs at most {socket:type2_cable:output}",
- "nl": "Type 2 met kabel (J1772) 
levert een vermogen van maximaal {socket:type2_cable:output}"
- },
- "freeform": {
- "key": "socket:type2_cable:output",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:type2_cable:output=11 kw",
- "then": {
- "en": "Type 2 with cable (mennekes) 
outputs at most 11 kw",
- "nl": "Type 2 met kabel (J1772) 
levert een vermogen van maximaal 11 kw"
- }
- },
- {
- "if": "socket:socket:type2_cable:output=22 kw",
- "then": {
- "en": "Type 2 with cable (mennekes) 
outputs at most 22 kw",
- "nl": "Type 2 met kabel (J1772) 
levert een vermogen van maximaal 22 kw"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:type2_cable~*",
- "socket:type2_cable!=0"
- ]
- }
- },
{
"id": "plugs-10",
"question": {
@@ -2161,110 +1125,6 @@
]
}
},
- {
- "id": "voltage-10",
- "question": {
- "en": "What voltage do the plugs with Tesla Supercharger CCS (a branded type2_css) 
offer?",
- "nl": "Welke spanning levert de stekker van type Tesla Supercharger CCS (een type2 CCS met Tesla-logo) 
"
- },
- "render": {
- "en": "Tesla Supercharger CCS (a branded type2_css) 
outputs {socket:tesla_supercharger_ccs:voltage} volt",
- "nl": "Tesla Supercharger CCS (een type2 CCS met Tesla-logo) 
heeft een spanning van {socket:tesla_supercharger_ccs:voltage} volt"
- },
- "freeform": {
- "key": "socket:tesla_supercharger_ccs:voltage",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:tesla_supercharger_ccs:voltage=500 V",
- "then": {
- "en": "Tesla Supercharger CCS (a branded type2_css) 
outputs 500 volt",
- "nl": "Tesla Supercharger CCS (een type2 CCS met Tesla-logo) 
heeft een spanning van 500 volt"
- }
- },
- {
- "if": "socket:socket:tesla_supercharger_ccs:voltage=920 V",
- "then": {
- "en": "Tesla Supercharger CCS (a branded type2_css) 
outputs 920 volt",
- "nl": "Tesla Supercharger CCS (een type2 CCS met Tesla-logo) 
heeft een spanning van 920 volt"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:tesla_supercharger_ccs~*",
- "socket:tesla_supercharger_ccs!=0"
- ]
- }
- },
- {
- "id": "current-10",
- "question": {
- "en": "What current do the plugs with Tesla Supercharger CCS (a branded type2_css) 
offer?",
- "nl": "Welke stroom levert de stekker van type Tesla Supercharger CCS (een type2 CCS met Tesla-logo) 
?"
- },
- "render": {
- "en": "Tesla Supercharger CCS (a branded type2_css) 
outputs at most {socket:tesla_supercharger_ccs:current}A",
- "nl": "Tesla Supercharger CCS (een type2 CCS met Tesla-logo) 
levert een stroom van maximaal {socket:tesla_supercharger_ccs:current}A"
- },
- "freeform": {
- "key": "socket:tesla_supercharger_ccs:current",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:tesla_supercharger_ccs:current=125 A",
- "then": {
- "en": "Tesla Supercharger CCS (a branded type2_css) 
outputs at most 125 A",
- "nl": "Tesla Supercharger CCS (een type2 CCS met Tesla-logo) 
levert een stroom van maximaal 125 A"
- }
- },
- {
- "if": "socket:socket:tesla_supercharger_ccs:current=350 A",
- "then": {
- "en": "Tesla Supercharger CCS (a branded type2_css) 
outputs at most 350 A",
- "nl": "Tesla Supercharger CCS (een type2 CCS met Tesla-logo) 
levert een stroom van maximaal 350 A"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:tesla_supercharger_ccs~*",
- "socket:tesla_supercharger_ccs!=0"
- ]
- }
- },
- {
- "id": "power-output-10",
- "question": {
- "en": "What power output does a single plug of type Tesla Supercharger CCS (a branded type2_css) 
offer?",
- "nl": "Welk vermogen levert een enkele stekker van type Tesla Supercharger CCS (een type2 CCS met Tesla-logo) 
?"
- },
- "render": {
- "en": "Tesla Supercharger CCS (a branded type2_css) 
outputs at most {socket:tesla_supercharger_ccs:output}",
- "nl": "Tesla Supercharger CCS (een type2 CCS met Tesla-logo) 
levert een vermogen van maximaal {socket:tesla_supercharger_ccs:output}"
- },
- "freeform": {
- "key": "socket:tesla_supercharger_ccs:output",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:tesla_supercharger_ccs:output=50 kw",
- "then": {
- "en": "Tesla Supercharger CCS (a branded type2_css) 
outputs at most 50 kw",
- "nl": "Tesla Supercharger CCS (een type2 CCS met Tesla-logo) 
levert een vermogen van maximaal 50 kw"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:tesla_supercharger_ccs~*",
- "socket:tesla_supercharger_ccs!=0"
- ]
- }
- },
{
"id": "plugs-11",
"question": {
@@ -2286,117 +1146,6 @@
]
}
},
- {
- "id": "voltage-11",
- "question": {
- "en": "What voltage do the plugs with Tesla Supercharger (destination) 
offer?",
- "nl": "Welke spanning levert de stekker van type Tesla Supercharger (destination) 
"
- },
- "render": {
- "en": "Tesla Supercharger (destination) 
outputs {socket:tesla_destination:voltage} volt",
- "nl": "Tesla Supercharger (destination) 
heeft een spanning van {socket:tesla_destination:voltage} volt"
- },
- "freeform": {
- "key": "socket:tesla_destination:voltage",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:tesla_destination:voltage=480 V",
- "then": {
- "en": "Tesla Supercharger (destination) 
outputs 480 volt",
- "nl": "Tesla Supercharger (destination) 
heeft een spanning van 480 volt"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:tesla_destination~*",
- "socket:tesla_destination!=0"
- ]
- }
- },
- {
- "id": "current-11",
- "question": {
- "en": "What current do the plugs with Tesla Supercharger (destination) 
offer?",
- "nl": "Welke stroom levert de stekker van type Tesla Supercharger (destination) 
?"
- },
- "render": {
- "en": "Tesla Supercharger (destination) 
outputs at most {socket:tesla_destination:current}A",
- "nl": "Tesla Supercharger (destination) 
levert een stroom van maximaal {socket:tesla_destination:current}A"
- },
- "freeform": {
- "key": "socket:tesla_destination:current",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:tesla_destination:current=125 A",
- "then": {
- "en": "Tesla Supercharger (destination) 
outputs at most 125 A",
- "nl": "Tesla Supercharger (destination) 
levert een stroom van maximaal 125 A"
- }
- },
- {
- "if": "socket:socket:tesla_destination:current=350 A",
- "then": {
- "en": "Tesla Supercharger (destination) 
outputs at most 350 A",
- "nl": "Tesla Supercharger (destination) 
levert een stroom van maximaal 350 A"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:tesla_destination~*",
- "socket:tesla_destination!=0"
- ]
- }
- },
- {
- "id": "power-output-11",
- "question": {
- "en": "What power output does a single plug of type Tesla Supercharger (destination) 
offer?",
- "nl": "Welk vermogen levert een enkele stekker van type Tesla Supercharger (destination) 
?"
- },
- "render": {
- "en": "Tesla Supercharger (destination) 
outputs at most {socket:tesla_destination:output}",
- "nl": "Tesla Supercharger (destination) 
levert een vermogen van maximaal {socket:tesla_destination:output}"
- },
- "freeform": {
- "key": "socket:tesla_destination:output",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:tesla_destination:output=120 kw",
- "then": {
- "en": "Tesla Supercharger (destination) 
outputs at most 120 kw",
- "nl": "Tesla Supercharger (destination) 
levert een vermogen van maximaal 120 kw"
- }
- },
- {
- "if": "socket:socket:tesla_destination:output=150 kw",
- "then": {
- "en": "Tesla Supercharger (destination) 
outputs at most 150 kw",
- "nl": "Tesla Supercharger (destination) 
levert een vermogen van maximaal 150 kw"
- }
- },
- {
- "if": "socket:socket:tesla_destination:output=250 kw",
- "then": {
- "en": "Tesla Supercharger (destination) 
outputs at most 250 kw",
- "nl": "Tesla Supercharger (destination) 
levert een vermogen van maximaal 250 kw"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:tesla_destination~*",
- "socket:tesla_destination!=0"
- ]
- }
- },
{
"id": "plugs-12",
"question": {
@@ -2418,117 +1167,6 @@
]
}
},
- {
- "id": "voltage-12",
- "question": {
- "en": "What voltage do the plugs with Tesla supercharger (destination (A Type 2 with cable branded as tesla) 
offer?",
- "nl": "Welke spanning levert de stekker van type Tesla supercharger (destination (Een Type 2 met kabel en Tesla-logo) 
"
- },
- "render": {
- "en": "Tesla supercharger (destination (A Type 2 with cable branded as tesla) 
outputs {socket:tesla_destination:voltage} volt",
- "nl": "Tesla supercharger (destination (Een Type 2 met kabel en Tesla-logo) 
heeft een spanning van {socket:tesla_destination:voltage} volt"
- },
- "freeform": {
- "key": "socket:tesla_destination:voltage",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:tesla_destination:voltage=230 V",
- "then": {
- "en": "Tesla supercharger (destination (A Type 2 with cable branded as tesla) 
outputs 230 volt",
- "nl": "Tesla supercharger (destination (Een Type 2 met kabel en Tesla-logo) 
heeft een spanning van 230 volt"
- }
- },
- {
- "if": "socket:socket:tesla_destination:voltage=400 V",
- "then": {
- "en": "Tesla supercharger (destination (A Type 2 with cable branded as tesla) 
outputs 400 volt",
- "nl": "Tesla supercharger (destination (Een Type 2 met kabel en Tesla-logo) 
heeft een spanning van 400 volt"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:tesla_destination~*",
- "socket:tesla_destination!=0"
- ]
- }
- },
- {
- "id": "current-12",
- "question": {
- "en": "What current do the plugs with Tesla supercharger (destination (A Type 2 with cable branded as tesla) 
offer?",
- "nl": "Welke stroom levert de stekker van type Tesla supercharger (destination (Een Type 2 met kabel en Tesla-logo) 
?"
- },
- "render": {
- "en": "Tesla supercharger (destination (A Type 2 with cable branded as tesla) 
outputs at most {socket:tesla_destination:current}A",
- "nl": "Tesla supercharger (destination (Een Type 2 met kabel en Tesla-logo) 
levert een stroom van maximaal {socket:tesla_destination:current}A"
- },
- "freeform": {
- "key": "socket:tesla_destination:current",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:tesla_destination:current=16 A",
- "then": {
- "en": "Tesla supercharger (destination (A Type 2 with cable branded as tesla) 
outputs at most 16 A",
- "nl": "Tesla supercharger (destination (Een Type 2 met kabel en Tesla-logo) 
levert een stroom van maximaal 16 A"
- }
- },
- {
- "if": "socket:socket:tesla_destination:current=32 A",
- "then": {
- "en": "Tesla supercharger (destination (A Type 2 with cable branded as tesla) 
outputs at most 32 A",
- "nl": "Tesla supercharger (destination (Een Type 2 met kabel en Tesla-logo) 
levert een stroom van maximaal 32 A"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:tesla_destination~*",
- "socket:tesla_destination!=0"
- ]
- }
- },
- {
- "id": "power-output-12",
- "question": {
- "en": "What power output does a single plug of type Tesla supercharger (destination (A Type 2 with cable branded as tesla) 
offer?",
- "nl": "Welk vermogen levert een enkele stekker van type Tesla supercharger (destination (Een Type 2 met kabel en Tesla-logo) 
?"
- },
- "render": {
- "en": "Tesla supercharger (destination (A Type 2 with cable branded as tesla) 
outputs at most {socket:tesla_destination:output}",
- "nl": "Tesla supercharger (destination (Een Type 2 met kabel en Tesla-logo) 
levert een vermogen van maximaal {socket:tesla_destination:output}"
- },
- "freeform": {
- "key": "socket:tesla_destination:output",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:tesla_destination:output=11 kw",
- "then": {
- "en": "Tesla supercharger (destination (A Type 2 with cable branded as tesla) 
outputs at most 11 kw",
- "nl": "Tesla supercharger (destination (Een Type 2 met kabel en Tesla-logo) 
levert een vermogen van maximaal 11 kw"
- }
- },
- {
- "if": "socket:socket:tesla_destination:output=22 kw",
- "then": {
- "en": "Tesla supercharger (destination (A Type 2 with cable branded as tesla) 
outputs at most 22 kw",
- "nl": "Tesla supercharger (destination (Een Type 2 met kabel en Tesla-logo) 
levert een vermogen van maximaal 22 kw"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:tesla_destination~*",
- "socket:tesla_destination!=0"
- ]
- }
- },
{
"id": "plugs-13",
"question": {
@@ -2550,110 +1188,6 @@
]
}
},
- {
- "id": "voltage-13",
- "question": {
- "en": "What voltage do the plugs with USB to charge phones and small electronics 
offer?",
- "nl": "Welke spanning levert de stekker van type USB om GSMs en kleine electronica op te laden 
"
- },
- "render": {
- "en": "USB to charge phones and small electronics 
outputs {socket:USB-A:voltage} volt",
- "nl": "USB om GSMs en kleine electronica op te laden 
heeft een spanning van {socket:USB-A:voltage} volt"
- },
- "freeform": {
- "key": "socket:USB-A:voltage",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:USB-A:voltage=5 V",
- "then": {
- "en": "USB to charge phones and small electronics 
outputs 5 volt",
- "nl": "USB om GSMs en kleine electronica op te laden 
heeft een spanning van 5 volt"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:USB-A~*",
- "socket:USB-A!=0"
- ]
- }
- },
- {
- "id": "current-13",
- "question": {
- "en": "What current do the plugs with USB to charge phones and small electronics 
offer?",
- "nl": "Welke stroom levert de stekker van type USB om GSMs en kleine electronica op te laden 
?"
- },
- "render": {
- "en": "USB to charge phones and small electronics 
outputs at most {socket:USB-A:current}A",
- "nl": "USB om GSMs en kleine electronica op te laden 
levert een stroom van maximaal {socket:USB-A:current}A"
- },
- "freeform": {
- "key": "socket:USB-A:current",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:USB-A:current=1 A",
- "then": {
- "en": "USB to charge phones and small electronics 
outputs at most 1 A",
- "nl": "USB om GSMs en kleine electronica op te laden 
levert een stroom van maximaal 1 A"
- }
- },
- {
- "if": "socket:socket:USB-A:current=2 A",
- "then": {
- "en": "USB to charge phones and small electronics 
outputs at most 2 A",
- "nl": "USB om GSMs en kleine electronica op te laden 
levert een stroom van maximaal 2 A"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:USB-A~*",
- "socket:USB-A!=0"
- ]
- }
- },
- {
- "id": "power-output-13",
- "question": {
- "en": "What power output does a single plug of type USB to charge phones and small electronics 
offer?",
- "nl": "Welk vermogen levert een enkele stekker van type USB om GSMs en kleine electronica op te laden 
?"
- },
- "render": {
- "en": "USB to charge phones and small electronics 
outputs at most {socket:USB-A:output}",
- "nl": "USB om GSMs en kleine electronica op te laden 
levert een vermogen van maximaal {socket:USB-A:output}"
- },
- "freeform": {
- "key": "socket:USB-A:output",
- "type": "pfloat"
- },
- "mappings": [
- {
- "if": "socket:socket:USB-A:output=5w",
- "then": {
- "en": "USB to charge phones and small electronics 
outputs at most 5w",
- "nl": "USB om GSMs en kleine electronica op te laden 
levert een vermogen van maximaal 5w"
- }
- },
- {
- "if": "socket:socket:USB-A:output=10w",
- "then": {
- "en": "USB to charge phones and small electronics 
outputs at most 10w",
- "nl": "USB om GSMs en kleine electronica op te laden 
levert een vermogen van maximaal 10w"
- }
- }
- ],
- "condition": {
- "and": [
- "socket:USB-A~*",
- "socket:USB-A!=0"
- ]
- }
- },
{
"id": "plugs-14",
"question": {
@@ -2675,72 +1209,6 @@
]
}
},
- {
- "id": "voltage-14",
- "question": {
- "en": "What voltage do the plugs with Bosch Active Connect with 3 pins and cable 
offer?",
- "nl": "Welke spanning levert de stekker van type Bosch Active Connect met 3 pinnen aan een kabel 
"
- },
- "render": {
- "en": "Bosch Active Connect with 3 pins and cable 
outputs {socket:bosch_3pin:voltage} volt",
- "nl": "Bosch Active Connect met 3 pinnen aan een kabel 
heeft een spanning van {socket:bosch_3pin:voltage} volt"
- },
- "freeform": {
- "key": "socket:bosch_3pin:voltage",
- "type": "pfloat"
- },
- "mappings": [],
- "condition": {
- "and": [
- "socket:bosch_3pin~*",
- "socket:bosch_3pin!=0"
- ]
- }
- },
- {
- "id": "current-14",
- "question": {
- "en": "What current do the plugs with Bosch Active Connect with 3 pins and cable 
offer?",
- "nl": "Welke stroom levert de stekker van type Bosch Active Connect met 3 pinnen aan een kabel 
?"
- },
- "render": {
- "en": "Bosch Active Connect with 3 pins and cable 
outputs at most {socket:bosch_3pin:current}A",
- "nl": "Bosch Active Connect met 3 pinnen aan een kabel 
levert een stroom van maximaal {socket:bosch_3pin:current}A"
- },
- "freeform": {
- "key": "socket:bosch_3pin:current",
- "type": "pfloat"
- },
- "mappings": [],
- "condition": {
- "and": [
- "socket:bosch_3pin~*",
- "socket:bosch_3pin!=0"
- ]
- }
- },
- {
- "id": "power-output-14",
- "question": {
- "en": "What power output does a single plug of type Bosch Active Connect with 3 pins and cable 
offer?",
- "nl": "Welk vermogen levert een enkele stekker van type Bosch Active Connect met 3 pinnen aan een kabel 
?"
- },
- "render": {
- "en": "Bosch Active Connect with 3 pins and cable 
outputs at most {socket:bosch_3pin:output}",
- "nl": "Bosch Active Connect met 3 pinnen aan een kabel 
levert een vermogen van maximaal {socket:bosch_3pin:output}"
- },
- "freeform": {
- "key": "socket:bosch_3pin:output",
- "type": "pfloat"
- },
- "mappings": [],
- "condition": {
- "and": [
- "socket:bosch_3pin~*",
- "socket:bosch_3pin!=0"
- ]
- }
- },
{
"id": "plugs-15",
"question": {
@@ -2762,81 +1230,11 @@
]
}
},
- {
- "id": "voltage-15",
- "question": {
- "en": "What voltage do the plugs with Bosch Active Connect with 5 pins and cable 
offer?",
- "nl": "Welke spanning levert de stekker van type Bosch Active Connect met 5 pinnen aan een kabel 
"
- },
- "render": {
- "en": "Bosch Active Connect with 5 pins and cable 
outputs {socket:bosch_5pin:voltage} volt",
- "nl": "Bosch Active Connect met 5 pinnen aan een kabel 
heeft een spanning van {socket:bosch_5pin:voltage} volt"
- },
- "freeform": {
- "key": "socket:bosch_5pin:voltage",
- "type": "pfloat"
- },
- "mappings": [],
- "condition": {
- "and": [
- "socket:bosch_5pin~*",
- "socket:bosch_5pin!=0"
- ]
- }
- },
- {
- "id": "current-15",
- "question": {
- "en": "What current do the plugs with Bosch Active Connect with 5 pins and cable 
offer?",
- "nl": "Welke stroom levert de stekker van type Bosch Active Connect met 5 pinnen aan een kabel 
?"
- },
- "render": {
- "en": "Bosch Active Connect with 5 pins and cable 
outputs at most {socket:bosch_5pin:current}A",
- "nl": "Bosch Active Connect met 5 pinnen aan een kabel 
levert een stroom van maximaal {socket:bosch_5pin:current}A"
- },
- "freeform": {
- "key": "socket:bosch_5pin:current",
- "type": "pfloat"
- },
- "mappings": [],
- "condition": {
- "and": [
- "socket:bosch_5pin~*",
- "socket:bosch_5pin!=0"
- ]
- }
- },
- {
- "id": "power-output-15",
- "question": {
- "en": "What power output does a single plug of type Bosch Active Connect with 5 pins and cable 
offer?",
- "nl": "Welk vermogen levert een enkele stekker van type Bosch Active Connect met 5 pinnen aan een kabel 
?"
- },
- "render": {
- "en": "Bosch Active Connect with 5 pins and cable 
outputs at most {socket:bosch_5pin:output}",
- "nl": "Bosch Active Connect met 5 pinnen aan een kabel 
levert een vermogen van maximaal {socket:bosch_5pin:output}"
- },
- "freeform": {
- "key": "socket:bosch_5pin:output",
- "type": "pfloat"
- },
- "mappings": [],
- "condition": {
- "and": [
- "socket:bosch_5pin~*",
- "socket:bosch_5pin!=0"
- ]
- }
- },
{
"id": "Authentication",
"question": {
"en": "What kind of authentication is available at the charging station?",
- "it": "Quali sono gli orari di apertura di questa stazione di ricarica?",
- "ja": "この充電ステーションはいつオープンしますか?",
- "nb_NO": "Når åpnet denne ladestasjonen?",
- "ru": "В какое время работает эта зарядная станция?",
- "zh_Hant": "何時是充電站開放使用的時間?",
+ "nl": "Hoe kan men zich aanmelden aan dit oplaadstation?",
"de": "Welche Authentifizierung ist an der Ladestation möglich?"
},
"multiAnswer": true,
@@ -2846,6 +1244,7 @@
"ifnot": "authentication:membership_card=no",
"then": {
"en": "Authentication by a membership card",
+ "nl": "Aanmelden met een lidkaart is mogelijk",
"de": "Authentifizierung durch eine Mitgliedskarte"
}
},
@@ -2854,6 +1253,7 @@
"ifnot": "authentication:app=no",
"then": {
"en": "Authentication by an app",
+ "nl": "Aanmelden via een applicatie is mogelijk",
"de": "Authentifizierung durch eine App"
}
},
@@ -2862,6 +1262,7 @@
"ifnot": "authentication:phone_call=no",
"then": {
"en": "Authentication via phone call is available",
+ "nl": "Aanmelden door te bellen naar een telefoonnummer is mogelijk",
"de": "Authentifizierung per Anruf ist möglich"
}
},
@@ -2870,6 +1271,7 @@
"ifnot": "authentication:short_message=no",
"then": {
"en": "Authentication via phone call is available",
+ "nl": "Aanmelden via SMS is mogelijk",
"de": "Authentifizierung per Anruf ist möglich"
}
},
@@ -2878,6 +1280,7 @@
"ifnot": "authentication:nfc=no",
"then": {
"en": "Authentication via NFC is available",
+ "nl": "Aanmelden via NFC is mogelijk",
"de": "Authentifizierung über NFC ist möglich"
}
},
@@ -2886,6 +1289,7 @@
"ifnot": "authentication:money_card=no",
"then": {
"en": "Authentication via Money Card is available",
+ "nl": "Aanmelden met Money Card is mogelijk",
"de": "Authentifizierung über Geldkarte ist möglich"
}
},
@@ -2894,6 +1298,7 @@
"ifnot": "authentication:debit_card=no",
"then": {
"en": "Authentication via debit card is available",
+ "nl": "Aanmelden met een betaalkaart is mogelijk",
"de": "Authentifizierung per Debitkarte ist möglich"
}
},
@@ -2902,6 +1307,7 @@
"ifnot": "authentication:none=no",
"then": {
"en": "Charging here is (also) possible without authentication",
+ "nl": "Hier opladen is (ook) mogelijk zonder aan te melden",
"de": "Das Aufladen ist hier (auch) ohne Authentifizierung möglich"
}
}
@@ -2911,19 +1317,12 @@
"id": "Auth phone",
"render": {
"en": "Authenticate by calling or SMS'ing to {authentication:phone_call:number}",
- "it": "{network}",
- "ja": "{network}",
- "nb_NO": "{network}",
- "ru": "{network}",
- "zh_Hant": "{network}",
+ "nl": "Aanmelden door te bellen of te SMS'en naar {authentication:phone_call:number}",
"de": "Authentifizierung durch Anruf oder SMS an {authentication:phone_call:number}"
},
"question": {
"en": "What's the phone number for authentication call or SMS?",
- "it": "A quale rete appartiene questa stazione di ricarica?",
- "ja": "この充電ステーションの運営チェーンはどこですか?",
- "ru": "К какой сети относится эта станция?",
- "zh_Hant": "充電站所屬的網路是?",
+ "nl": "Wat is het telefoonnummer dat men moet bellen of SMS'en om zich aan te melden?",
"de": "Wie lautet die Telefonnummer für den Authentifizierungsanruf oder die SMS?"
},
"freeform": {
@@ -2935,26 +1334,6 @@
"authentication:phone_call=yes",
"authentication:short_message=yes"
]
- },
- "it": {
- "0": {
- "then": "Non appartiene a una rete"
- }
- },
- "ja": {
- "0": {
- "then": "大規模な運営チェーンの一部ではない"
- }
- },
- "ru": {
- "0": {
- "then": "Не является частью более крупной сети"
- }
- },
- "zh_Hant": {
- "0": {
- "then": "不屬於大型網路"
- }
}
},
{
@@ -2966,13 +1345,20 @@
},
"question": {
"en": "When is this charging station opened?",
- "de": "Wann ist diese Ladestation geöffnet?"
+ "nl": "Wanneer is dit oplaadpunt beschikbaar??",
+ "de": "Wann ist diese Ladestation geöffnet?",
+ "it": "Quali sono gli orari di apertura di questa stazione di ricarica?",
+ "ja": "この充電ステーションはいつオープンしますか?",
+ "nb_NO": "Når åpnet denne ladestasjonen?",
+ "ru": "В какое время работает эта зарядная станция?",
+ "zh_Hant": "何時是充電站開放使用的時間?"
},
"mappings": [
{
"if": "opening_hours=24/7",
"then": {
"en": "24/7 opened (including holidays)",
+ "nl": "24/7 open - ook tijdens vakanties",
"de": "durchgehend geöffnet (auch an Feiertagen)"
}
}
@@ -3074,11 +1460,20 @@
"id": "Network",
"render": {
"en": "Part of the network {network}",
- "de": "Teil des Netzwerks {network}"
+ "de": "Teil des Netzwerks {network}",
+ "it": "{network}",
+ "ja": "{network}",
+ "nb_NO": "{network}",
+ "ru": "{network}",
+ "zh_Hant": "{network}"
},
"question": {
"en": "Is this charging station part of a network?",
- "de": "Ist diese Ladestation Teil eines Netzwerks?"
+ "de": "Ist diese Ladestation Teil eines Netzwerks?",
+ "it": "A quale rete appartiene questa stazione di ricarica?",
+ "ja": "この充電ステーションの運営チェーンはどこですか?",
+ "ru": "К какой сети относится эта станция?",
+ "zh_Hant": "充電站所屬的網路是?"
},
"freeform": {
"key": "network"
@@ -3198,6 +1593,7 @@
},
"render": {
"en": "Reference number is {ref}",
+ "nl": "Het referentienummer van dit oplaadpunt is {ref}",
"de": "Die Kennziffer ist {ref}"
},
"freeform": {
@@ -3295,7 +1691,16 @@
"de": "Beim Laden ist eine zusätzliche Parkgebühr zu entrichten"
}
}
- ]
+ ],
+ "condition": {
+ "or": [
+ "motor_vehicle=yes",
+ "hgv=yes",
+ "bus=yes",
+ "bicycle=no",
+ "bicycle="
+ ]
+ }
}
],
"icon": {
@@ -3604,8 +2009,8 @@
"humanSingular": {
"en": " hour",
"nl": " uur",
- "ru": " час",
- "de": " Stunde"
+ "de": " Stunde",
+ "ru": " час"
}
},
{
@@ -3625,8 +2030,8 @@
"humanSingular": {
"en": " day",
"nl": " dag",
- "ru": " день",
- "de": " Tag"
+ "de": " Tag",
+ "ru": " день"
}
}
]
@@ -3663,8 +2068,8 @@
"human": {
"en": "Volts",
"nl": "volt",
- "ru": "Вольт",
- "de": "Volt"
+ "de": "Volt",
+ "ru": "Вольт"
}
}
],
@@ -3734,8 +2139,8 @@
"human": {
"en": "kilowatt",
"nl": "kilowatt",
- "ru": "киловатт",
- "de": "Kilowatt"
+ "de": "Kilowatt",
+ "ru": "киловатт"
}
},
{
@@ -3746,12 +2151,25 @@
"human": {
"en": "megawatt",
"nl": "megawatt",
- "ru": "мегаватт",
- "de": "Megawatt"
+ "de": "Megawatt",
+ "ru": "мегаватт"
}
}
],
"eraseInvalidValues": true
}
- ]
+ ],
+ "allowMove": {
+ "enableRelocation": false,
+ "enableImproveAccuracy": true
+ },
+ "deletion": {
+ "softDeletionTags": {
+ "and": [
+ "amenity=",
+ "disused:amenity=charging_station"
+ ]
+ },
+ "neededChangesets": 10
+ }
}
\ No newline at end of file
diff --git a/assets/layers/charging_station/charging_station.protojson b/assets/layers/charging_station/charging_station.protojson
index 955245640e..84e54298f6 100644
--- a/assets/layers/charging_station/charging_station.protojson
+++ b/assets/layers/charging_station/charging_station.protojson
@@ -2,11 +2,7 @@
"id": "charging_station",
"name": {
"en": "Charging stations",
- "it": "Stazioni di ricarica",
- "ja": "充電ステーション",
- "nb_NO": "Ladestasjoner",
- "ru": "Зарядные станции",
- "zh_Hant": "充電站"
+ "nl": "Oplaadpunten"
},
"minzoom": 10,
"source": {
@@ -22,27 +18,21 @@
"title": {
"render": {
"en": "Charging station",
- "it": "Stazione di ricarica",
- "ja": "充電ステーション",
- "nb_NO": "Ladestasjon",
- "ru": "Зарядная станция",
- "zh_Hant": "充電站"
+ "nl": "Oplaadpunten"
}
},
"description": {
"en": "A charging station",
- "it": "Una stazione di ricarica",
- "ja": "充電ステーション",
- "nb_NO": "En ladestasjon",
- "ru": "Зарядная станция",
- "zh_Hant": "充電站"
+ "nl": "Oplaadpunten"
},
"tagRenderings": [
"images",
{
"id": "Type",
+ "#": "Allowed vehicle types",
"question": {
- "en": "Which vehicles are allowed to charge here?"
+ "en": "Which vehicles are allowed to charge here?",
+ "nl": "Welke voertuigen kunnen hier opgeladen worden?"
},
"multiAnswer": true,
"mappings": [
@@ -50,35 +40,40 @@
"if": "bicycle=yes",
"ifnot": "bicycle=no",
"then": {
- "en": "bicycles can be charged here"
+ "en": "Bcycles can be charged here",
+ "nl": "Fietsen kunnen hier opgeladen worden"
}
},
{
"if": "motorcar=yes",
"ifnot": "motorcar=no",
"then": {
- "en": "Cars can be charged here"
+ "en": "Cars can be charged here",
+ "nl": "Elektrische auto's kunnen hier opgeladen worden"
}
},
{
"if": "scooter=yes",
"ifnot": "scooter=no",
"then": {
- "en": "Scooters can be charged here"
+ "en": "Scooters can be charged here",
+ "nl": "Electrische scooters (snorfiets of bromfiets) kunnen hier opgeladen worden"
}
},
{
"if": "hgv=yes",
"ifnot": "hgv=no",
"then": {
- "en": "Heavy good vehicles (such as trucks) can be charged here"
+ "en": "Heavy good vehicles (such as trucks) can be charged here",
+ "nl": "Vrachtwagens kunnen hier opgeladen worden"
}
},
{
"if": "bus=yes",
"ifnot": "bus=no",
"then": {
- "en": "Buses can be charged here"
+ "en": "Buses can be charged here",
+ "nl": "Bussen kunnen hier opgeladen worden"
}
}
]
@@ -86,10 +81,12 @@
{
"id": "access",
"question": {
- "en": "Who is allowed to use this charging station?"
+ "en": "Who is allowed to use this charging station?",
+ "nl": "Wie mag er dit oplaadpunt gebruiken?"
},
"render": {
- "en": "Access is {access}"
+ "en": "Access is {access}",
+ "nl": "Toegang voor {access}"
},
"freeform": {
"key": "access",
@@ -100,7 +97,10 @@
"mappings": [
{
"if": "access=yes",
- "then": "Anyone can use this charging station (payment might be needed)"
+ "then": {
+ "en":"Anyone can use this charging station (payment might be needed)",
+ "nl": "Toegankelijk voor iedereen (mogelijks met aanmelden en/of te betalen)"
+ }
},
{
"if": {
@@ -109,16 +109,25 @@
"access=public"
]
},
- "then": "Anyone can use this charging station (payment might be needed)",
+ "then": {
+ "en":"Anyone can use this charging station (payment might be needed)",
+ "nl": "Toegankelijk voor iedereen (mogelijks met aanmelden en/of te betalen)"
+ },
"hideInAnswer": true
},
{
"if": "access=customers",
- "then": "Only customers of the place this station belongs to can use this charging station
E.g. a charging station operated by hotel which is only usable by their guests "
+ "then": {
+ "en": "Only customers of the place this station belongs to can use this charging station
E.g. a charging station operated by hotel which is only usable by their guests",
+ "nl": "Enkel klanten van de bijhorende plaats mogen dit oplaadpunt gebruiken
Bijvoorbeeld een oplaadpunt op de parking van een restaurant dat enkel door klanten van het restaurant gebruikt mag worden"
+ }
},
{
"if": "access=private",
- "then": "Not accessible to the general public (e.g. only accessible to the owners, employees, ...)"
+ "then": {
+ "en":"Not accessible to the general public (e.g. only accessible to the owners, employees, ...)",
+ "nl": "Niet toegankelijk voor het publiek Enkel toegankelijk voor de eigenaar, medewerkers ,... "
+ }
}
]
},
@@ -142,11 +151,7 @@
"id": "Authentication",
"question": {
"en": "What kind of authentication is available at the charging station?",
- "it": "Quali sono gli orari di apertura di questa stazione di ricarica?",
- "ja": "この充電ステーションはいつオープンしますか?",
- "nb_NO": "Når åpnet denne ladestasjonen?",
- "ru": "В какое время работает эта зарядная станция?",
- "zh_Hant": "何時是充電站開放使用的時間?"
+ "nl": "Hoe kan men zich aanmelden aan dit oplaadstation?"
},
"multiAnswer": true,
"mappings": [
@@ -154,56 +159,64 @@
"if": "authentication:membership_card=yes",
"ifnot": "authentication:membership_card=no",
"then": {
- "en": "Authentication by a membership card"
+ "en": "Authentication by a membership card",
+ "nl": "Aanmelden met een lidkaart is mogelijk"
}
},
{
"if": "authentication:app=yes",
"ifnot": "authentication:app=no",
"then": {
- "en": "Authentication by an app"
+ "en": "Authentication by an app",
+ "nl": "Aanmelden via een applicatie is mogelijk"
}
},
{
"if": "authentication:phone_call=yes",
"ifnot": "authentication:phone_call=no",
"then": {
- "en": "Authentication via phone call is available"
+ "en": "Authentication via phone call is available",
+ "nl": "Aanmelden door te bellen naar een telefoonnummer is mogelijk"
}
},
{
"if": "authentication:short_message=yes",
"ifnot": "authentication:short_message=no",
"then": {
- "en": "Authentication via phone call is available"
+ "en": "Authentication via SMS is available",
+ "nl": "Aanmelden via SMS is mogelijk"
}
},
{
"if": "authentication:nfc=yes",
"ifnot": "authentication:nfc=no",
"then": {
- "en": "Authentication via NFC is available"
+ "en": "Authentication via NFC is available",
+ "nl": "Aanmelden via NFC is mogelijk"
}
},
{
"if": "authentication:money_card=yes",
"ifnot": "authentication:money_card=no",
"then": {
- "en": "Authentication via Money Card is available"
+ "en": "Authentication via Money Card is available",
+ "nl": "Aanmelden met Money Card is mogelijk"
}
},
{
"if": "authentication:debit_card=yes",
"ifnot": "authentication:debit_card=no",
"then": {
- "en": "Authentication via debit card is available"
+ "en": "Authentication via debit card is available",
+ "nl": "Aanmelden met een betaalkaart is mogelijk"
}
},
{
"if": "authentication:none=yes",
"ifnot": "authentication:none=no",
"then": {
- "en": "Charging here is (also) possible without authentication"
+ "en": "Charging here is (also) possible without authentication",
+ "nl": "Hier opladen is (ook) mogelijk zonder aan te melden"
}
}
]
@@ -212,18 +225,12 @@
"id": "Auth phone",
"render": {
"en": "Authenticate by calling or SMS'ing to {authentication:phone_call:number}",
- "it": "{network}",
- "ja": "{network}",
- "nb_NO": "{network}",
- "ru": "{network}",
- "zh_Hant": "{network}"
+ "nl": "Aanmelden door te bellen of te SMS'en naar {authentication:phone_call:number}"
+
},
"question": {
"en": "What's the phone number for authentication call or SMS?",
- "it": "A quale rete appartiene questa stazione di ricarica?",
- "ja": "この充電ステーションの運営チェーンはどこですか?",
- "ru": "К какой сети относится эта станция?",
- "zh_Hant": "充電站所屬的網路是?"
+ "nl": "Wat is het telefoonnummer dat men moet bellen of SMS'en om zich aan te melden?"
},
"freeform": {
"key": "authentication:phone_call:number",
@@ -234,26 +241,6 @@
"authentication:phone_call=yes",
"authentication:short_message=yes"
]
- },
- "it": {
- "0": {
- "then": "Non appartiene a una rete"
- }
- },
- "ja": {
- "0": {
- "then": "大規模な運営チェーンの一部ではない"
- }
- },
- "ru": {
- "0": {
- "then": "Не является частью более крупной сети"
- }
- },
- "zh_Hant": {
- "0": {
- "then": "不屬於大型網路"
- }
}
},
{
@@ -264,13 +251,15 @@
"type": "opening_hours"
},
"question": {
- "en": "When is this charging station opened?"
+ "en": "When is this charging station opened?",
+ "nl": "Wanneer is dit oplaadpunt beschikbaar??"
},
"mappings": [
{
"if": "opening_hours=24/7",
"then": {
- "en": "24/7 opened (including holidays)"
+ "en": "24/7 opened (including holidays)",
+ "nl": "24/7 open - ook tijdens vakanties"
}
}
]
@@ -472,7 +461,8 @@
"en": "What is the reference number of this charging station?"
},
"render": {
- "en": "Reference number is {ref}"
+ "en": "Reference number is {ref}",
+ "nl": "Het referentienummer van dit oplaadpunt is {ref}"
},
"freeform": {
"key": "ref"
@@ -557,7 +547,16 @@
"en": "An additional parking fee should be paid while charging"
}
}
- ]
+ ],
+ "condition": {
+ "or": [
+ "motor_vehicle=yes",
+ "hgv=yes",
+ "bus=yes",
+ "bicycle=no",
+ "bicycle="
+ ]
+ }
}
],
"icon": {
diff --git a/assets/layers/charging_station/csvToJson.ts b/assets/layers/charging_station/csvToJson.ts
index c630297c01..d781d33e7c 100644
--- a/assets/layers/charging_station/csvToJson.ts
+++ b/assets/layers/charging_station/csvToJson.ts
@@ -56,6 +56,7 @@ function run(file, protojson) {
const overview_question_answers = []
const questions: (TagRenderingConfigJson & { "id": string })[] = []
+ const technicalQuestions: (TagRenderingConfigJson & { "id": string })[] = []
const filterOptions: { question: any, osmTags?: string } [] = [
{
question: {
@@ -149,7 +150,7 @@ function run(file, protojson) {
}
})
- questions.push({
+ technicalQuestions.push({
"id": "voltage-" + i,
question: {
en: `What voltage do the plugs with ${descrWithImage_en} offer?`,
@@ -178,7 +179,7 @@ function run(file, protojson) {
})
- questions.push({
+ technicalQuestions.push({
"id": "current-" + i,
question: {
en: `What current do the plugs with ${descrWithImage_en} offer?`,
@@ -207,7 +208,7 @@ function run(file, protojson) {
})
- questions.push({
+ technicalQuestions.push({
"id": "power-output-" + i,
question: {
en: `What power output does a single plug of type ${descrWithImage_en} offer?`,
@@ -247,7 +248,8 @@ function run(file, protojson) {
const toggles = {
"id": "Available_charging_stations (generated)",
"question": {
- "en": "Which charging stations are available here?"
+ "en": "Which charging connections are available here?",
+ "nl": "Welke aansluitingen zijn hier beschikbaar?"
},
"multiAnswer": true,
"mappings": overview_question_answers
diff --git a/assets/themes/toerisme_vlaanderen/toerisme_vlaanderen.json b/assets/themes/toerisme_vlaanderen/toerisme_vlaanderen.json
index 733b94d9f8..911cf7ac91 100644
--- a/assets/themes/toerisme_vlaanderen/toerisme_vlaanderen.json
+++ b/assets/themes/toerisme_vlaanderen/toerisme_vlaanderen.json
@@ -7,6 +7,9 @@
"en",
"nl"
],
+ "mustHaveLanguage": [
+ "nl"
+ ],
"title": {
"nl": "Toeristisch relevante info"
},
diff --git a/langs/layers/en.json b/langs/layers/en.json
index f32bf146e1..3c5dae71ab 100644
--- a/langs/layers/en.json
+++ b/langs/layers/en.json
@@ -1227,6 +1227,20 @@
"question": "Which vehicles are allowed to charge here?"
},
"access": {
+ "mappings": {
+ "0": {
+ "then": "Anyone can use this charging station (payment might be needed)"
+ },
+ "1": {
+ "then": "Anyone can use this charging station (payment might be needed)"
+ },
+ "2": {
+ "then": "Only customers of the place this station belongs to can use this charging station
E.g. a charging station operated by hotel which is only usable by their guests"
+ },
+ "3": {
+ "then": "Not accessible to the general public (e.g. only accessible to the owners, employees, ...)"
+ }
+ },
"question": "Who is allowed to use this charging station?",
"render": "Access is {access}"
},
@@ -1234,167 +1248,6 @@
"question": "How much vehicles can be charged here at the same time?",
"render": "{capacity} vehicles can be charged here at the same time"
},
- "current-0": {
- "mappings": {
- "0": {
- "then": "Schuko wall plug without ground pin (CEE7/4 type F) 
outputs at most 16 A"
- }
- },
- "question": "What current do the plugs with Schuko wall plug without ground pin (CEE7/4 type F) 
offer?",
- "render": "Schuko wall plug without ground pin (CEE7/4 type F) 
outputs at most {socket:schuko:current}A"
- },
- "current-1": {
- "mappings": {
- "0": {
- "then": "European wall plug with ground pin (CEE7/4 type E) 
outputs at most 16 A"
- }
- },
- "question": "What current do the plugs with European wall plug with ground pin (CEE7/4 type E) 
offer?",
- "render": "European wall plug with ground pin (CEE7/4 type E) 
outputs at most {socket:typee:current}A"
- },
- "current-10": {
- "mappings": {
- "0": {
- "then": "Tesla Supercharger CCS (a branded type2_css) 
outputs at most 125 A"
- },
- "1": {
- "then": "Tesla Supercharger CCS (a branded type2_css) 
outputs at most 350 A"
- }
- },
- "question": "What current do the plugs with Tesla Supercharger CCS (a branded type2_css) 
offer?",
- "render": "Tesla Supercharger CCS (a branded type2_css) 
outputs at most {socket:tesla_supercharger_ccs:current}A"
- },
- "current-11": {
- "mappings": {
- "0": {
- "then": "Tesla Supercharger (destination) 
outputs at most 125 A"
- },
- "1": {
- "then": "Tesla Supercharger (destination) 
outputs at most 350 A"
- }
- },
- "question": "What current do the plugs with Tesla Supercharger (destination) 
offer?",
- "render": "Tesla Supercharger (destination) 
outputs at most {socket:tesla_destination:current}A"
- },
- "current-12": {
- "mappings": {
- "0": {
- "then": "Tesla supercharger (destination (A Type 2 with cable branded as tesla) 
outputs at most 16 A"
- },
- "1": {
- "then": "Tesla supercharger (destination (A Type 2 with cable branded as tesla) 
outputs at most 32 A"
- }
- },
- "question": "What current do the plugs with Tesla supercharger (destination (A Type 2 with cable branded as tesla) 
offer?",
- "render": "Tesla supercharger (destination (A Type 2 with cable branded as tesla) 
outputs at most {socket:tesla_destination:current}A"
- },
- "current-13": {
- "mappings": {
- "0": {
- "then": "USB to charge phones and small electronics 
outputs at most 1 A"
- },
- "1": {
- "then": "USB to charge phones and small electronics 
outputs at most 2 A"
- }
- },
- "question": "What current do the plugs with USB to charge phones and small electronics 
offer?",
- "render": "USB to charge phones and small electronics 
outputs at most {socket:USB-A:current}A"
- },
- "current-14": {
- "question": "What current do the plugs with Bosch Active Connect with 3 pins and cable 
offer?",
- "render": "Bosch Active Connect with 3 pins and cable 
outputs at most {socket:bosch_3pin:current}A"
- },
- "current-15": {
- "question": "What current do the plugs with Bosch Active Connect with 5 pins and cable 
offer?",
- "render": "Bosch Active Connect with 5 pins and cable 
outputs at most {socket:bosch_5pin:current}A"
- },
- "current-2": {
- "mappings": {
- "0": {
- "then": "Chademo 
outputs at most 120 A"
- }
- },
- "question": "What current do the plugs with Chademo 
offer?",
- "render": "Chademo 
outputs at most {socket:chademo:current}A"
- },
- "current-3": {
- "mappings": {
- "0": {
- "then": "Type 1 with cable (J1772) 
outputs at most 32 A"
- }
- },
- "question": "What current do the plugs with Type 1 with cable (J1772) 
offer?",
- "render": "Type 1 with cable (J1772) 
outputs at most {socket:type1_cable:current}A"
- },
- "current-4": {
- "mappings": {
- "0": {
- "then": "Type 1 without cable (J1772) 
outputs at most 32 A"
- }
- },
- "question": "What current do the plugs with Type 1 without cable (J1772) 
offer?",
- "render": "Type 1 without cable (J1772) 
outputs at most {socket:type1:current}A"
- },
- "current-5": {
- "mappings": {
- "0": {
- "then": "Type 1 CCS (aka Type 1 Combo) 
outputs at most 50 A"
- },
- "1": {
- "then": "Type 1 CCS (aka Type 1 Combo) 
outputs at most 125 A"
- }
- },
- "question": "What current do the plugs with Type 1 CCS (aka Type 1 Combo) 
offer?",
- "render": "Type 1 CCS (aka Type 1 Combo) 
outputs at most {socket:type1_combo:current}A"
- },
- "current-6": {
- "mappings": {
- "0": {
- "then": "Tesla Supercharger 
outputs at most 125 A"
- },
- "1": {
- "then": "Tesla Supercharger 
outputs at most 350 A"
- }
- },
- "question": "What current do the plugs with Tesla Supercharger 
offer?",
- "render": "Tesla Supercharger 
outputs at most {socket:tesla_supercharger:current}A"
- },
- "current-7": {
- "mappings": {
- "0": {
- "then": "Type 2 (mennekes) 
outputs at most 16 A"
- },
- "1": {
- "then": "Type 2 (mennekes) 
outputs at most 32 A"
- }
- },
- "question": "What current do the plugs with Type 2 (mennekes) 
offer?",
- "render": "Type 2 (mennekes) 
outputs at most {socket:type2:current}A"
- },
- "current-8": {
- "mappings": {
- "0": {
- "then": "Type 2 CCS (mennekes) 
outputs at most 125 A"
- },
- "1": {
- "then": "Type 2 CCS (mennekes) 
outputs at most 350 A"
- }
- },
- "question": "What current do the plugs with Type 2 CCS (mennekes) 
offer?",
- "render": "Type 2 CCS (mennekes) 
outputs at most {socket:type2_combo:current}A"
- },
- "current-9": {
- "mappings": {
- "0": {
- "then": "Type 2 with cable (mennekes) 
outputs at most 16 A"
- },
- "1": {
- "then": "Type 2 with cable (mennekes) 
outputs at most 32 A"
- }
- },
- "question": "What current do the plugs with Type 2 with cable (mennekes) 
offer?",
- "render": "Type 2 with cable (mennekes) 
outputs at most {socket:type2_cable:current}A"
- },
"email": {
"question": "What is the email address of the operator?",
"render": "In case of problems, send an email to {email}"
@@ -1497,350 +1350,10 @@
"question": "How much plugs of type Type 2 with cable (mennekes) 
are available here?",
"render": "There are {socket:type2_cable} plugs of type Type 2 with cable (mennekes) 
available here"
},
- "power-output-0": {
- "mappings": {
- "0": {
- "then": "Schuko wall plug without ground pin (CEE7/4 type F) 
outputs at most 3.6 kw"
- }
- },
- "question": "What power output does a single plug of type Schuko wall plug without ground pin (CEE7/4 type F) 
offer?",
- "render": "Schuko wall plug without ground pin (CEE7/4 type F) 
outputs at most {socket:schuko:output}"
- },
- "power-output-1": {
- "mappings": {
- "0": {
- "then": "European wall plug with ground pin (CEE7/4 type E) 
outputs at most 3 kw"
- },
- "1": {
- "then": "European wall plug with ground pin (CEE7/4 type E) 
outputs at most 22 kw"
- }
- },
- "question": "What power output does a single plug of type European wall plug with ground pin (CEE7/4 type E) 
offer?",
- "render": "European wall plug with ground pin (CEE7/4 type E) 
outputs at most {socket:typee:output}"
- },
- "power-output-10": {
- "mappings": {
- "0": {
- "then": "Tesla Supercharger CCS (a branded type2_css) 
outputs at most 50 kw"
- }
- },
- "question": "What power output does a single plug of type Tesla Supercharger CCS (a branded type2_css) 
offer?",
- "render": "Tesla Supercharger CCS (a branded type2_css) 
outputs at most {socket:tesla_supercharger_ccs:output}"
- },
- "power-output-11": {
- "mappings": {
- "0": {
- "then": "Tesla Supercharger (destination) 
outputs at most 120 kw"
- },
- "1": {
- "then": "Tesla Supercharger (destination) 
outputs at most 150 kw"
- },
- "2": {
- "then": "Tesla Supercharger (destination) 
outputs at most 250 kw"
- }
- },
- "question": "What power output does a single plug of type Tesla Supercharger (destination) 
offer?",
- "render": "Tesla Supercharger (destination) 
outputs at most {socket:tesla_destination:output}"
- },
- "power-output-12": {
- "mappings": {
- "0": {
- "then": "Tesla supercharger (destination (A Type 2 with cable branded as tesla) 
outputs at most 11 kw"
- },
- "1": {
- "then": "Tesla supercharger (destination (A Type 2 with cable branded as tesla) 
outputs at most 22 kw"
- }
- },
- "question": "What power output does a single plug of type Tesla supercharger (destination (A Type 2 with cable branded as tesla) 
offer?",
- "render": "Tesla supercharger (destination (A Type 2 with cable branded as tesla) 
outputs at most {socket:tesla_destination:output}"
- },
- "power-output-13": {
- "mappings": {
- "0": {
- "then": "USB to charge phones and small electronics 
outputs at most 5w"
- },
- "1": {
- "then": "USB to charge phones and small electronics 
outputs at most 10w"
- }
- },
- "question": "What power output does a single plug of type USB to charge phones and small electronics 
offer?",
- "render": "USB to charge phones and small electronics 
outputs at most {socket:USB-A:output}"
- },
- "power-output-14": {
- "question": "What power output does a single plug of type Bosch Active Connect with 3 pins and cable 
offer?",
- "render": "Bosch Active Connect with 3 pins and cable 
outputs at most {socket:bosch_3pin:output}"
- },
- "power-output-15": {
- "question": "What power output does a single plug of type Bosch Active Connect with 5 pins and cable 
offer?",
- "render": "Bosch Active Connect with 5 pins and cable 
outputs at most {socket:bosch_5pin:output}"
- },
- "power-output-2": {
- "mappings": {
- "0": {
- "then": "Chademo 
outputs at most 50 kw"
- }
- },
- "question": "What power output does a single plug of type Chademo 
offer?",
- "render": "Chademo 
outputs at most {socket:chademo:output}"
- },
- "power-output-3": {
- "mappings": {
- "0": {
- "then": "Type 1 with cable (J1772) 
outputs at most 3.7 kw"
- },
- "1": {
- "then": "Type 1 with cable (J1772) 
outputs at most 7 kw"
- }
- },
- "question": "What power output does a single plug of type Type 1 with cable (J1772) 
offer?",
- "render": "Type 1 with cable (J1772) 
outputs at most {socket:type1_cable:output}"
- },
- "power-output-4": {
- "mappings": {
- "0": {
- "then": "Type 1 without cable (J1772) 
outputs at most 3.7 kw"
- },
- "1": {
- "then": "Type 1 without cable (J1772) 
outputs at most 6.6 kw"
- },
- "2": {
- "then": "Type 1 without cable (J1772) 
outputs at most 7 kw"
- },
- "3": {
- "then": "Type 1 without cable (J1772) 
outputs at most 7.2 kw"
- }
- },
- "question": "What power output does a single plug of type Type 1 without cable (J1772) 
offer?",
- "render": "Type 1 without cable (J1772) 
outputs at most {socket:type1:output}"
- },
- "power-output-5": {
- "mappings": {
- "0": {
- "then": "Type 1 CCS (aka Type 1 Combo) 
outputs at most 50 kw"
- },
- "1": {
- "then": "Type 1 CCS (aka Type 1 Combo) 
outputs at most 62.5 kw"
- },
- "2": {
- "then": "Type 1 CCS (aka Type 1 Combo) 
outputs at most 150 kw"
- },
- "3": {
- "then": "Type 1 CCS (aka Type 1 Combo) 
outputs at most 350 kw"
- }
- },
- "question": "What power output does a single plug of type Type 1 CCS (aka Type 1 Combo) 
offer?",
- "render": "Type 1 CCS (aka Type 1 Combo) 
outputs at most {socket:type1_combo:output}"
- },
- "power-output-6": {
- "mappings": {
- "0": {
- "then": "Tesla Supercharger 
outputs at most 120 kw"
- },
- "1": {
- "then": "Tesla Supercharger 
outputs at most 150 kw"
- },
- "2": {
- "then": "Tesla Supercharger 
outputs at most 250 kw"
- }
- },
- "question": "What power output does a single plug of type Tesla Supercharger 
offer?",
- "render": "Tesla Supercharger 
outputs at most {socket:tesla_supercharger:output}"
- },
- "power-output-7": {
- "mappings": {
- "0": {
- "then": "Type 2 (mennekes) 
outputs at most 11 kw"
- },
- "1": {
- "then": "Type 2 (mennekes) 
outputs at most 22 kw"
- }
- },
- "question": "What power output does a single plug of type Type 2 (mennekes) 
offer?",
- "render": "Type 2 (mennekes) 
outputs at most {socket:type2:output}"
- },
- "power-output-8": {
- "mappings": {
- "0": {
- "then": "Type 2 CCS (mennekes) 
outputs at most 50 kw"
- }
- },
- "question": "What power output does a single plug of type Type 2 CCS (mennekes) 
offer?",
- "render": "Type 2 CCS (mennekes) 
outputs at most {socket:type2_combo:output}"
- },
- "power-output-9": {
- "mappings": {
- "0": {
- "then": "Type 2 with cable (mennekes) 
outputs at most 11 kw"
- },
- "1": {
- "then": "Type 2 with cable (mennekes) 
outputs at most 22 kw"
- }
- },
- "question": "What power output does a single plug of type Type 2 with cable (mennekes) 
offer?",
- "render": "Type 2 with cable (mennekes) 
outputs at most {socket:type2_cable:output}"
- },
"ref": {
"question": "What is the reference number of this charging station?",
"render": "Reference number is {ref}"
},
- "voltage-0": {
- "mappings": {
- "0": {
- "then": "Schuko wall plug without ground pin (CEE7/4 type F) 
outputs 230 volt"
- }
- },
- "question": "What voltage do the plugs with Schuko wall plug without ground pin (CEE7/4 type F) 
offer?",
- "render": "Schuko wall plug without ground pin (CEE7/4 type F) 
outputs {socket:schuko:voltage} volt"
- },
- "voltage-1": {
- "mappings": {
- "0": {
- "then": "European wall plug with ground pin (CEE7/4 type E) 
outputs 230 volt"
- }
- },
- "question": "What voltage do the plugs with European wall plug with ground pin (CEE7/4 type E) 
offer?",
- "render": "European wall plug with ground pin (CEE7/4 type E) 
outputs {socket:typee:voltage} volt"
- },
- "voltage-10": {
- "mappings": {
- "0": {
- "then": "Tesla Supercharger CCS (a branded type2_css) 
outputs 500 volt"
- },
- "1": {
- "then": "Tesla Supercharger CCS (a branded type2_css) 
outputs 920 volt"
- }
- },
- "question": "What voltage do the plugs with Tesla Supercharger CCS (a branded type2_css) 
offer?",
- "render": "Tesla Supercharger CCS (a branded type2_css) 
outputs {socket:tesla_supercharger_ccs:voltage} volt"
- },
- "voltage-11": {
- "mappings": {
- "0": {
- "then": "Tesla Supercharger (destination) 
outputs 480 volt"
- }
- },
- "question": "What voltage do the plugs with Tesla Supercharger (destination) 
offer?",
- "render": "Tesla Supercharger (destination) 
outputs {socket:tesla_destination:voltage} volt"
- },
- "voltage-12": {
- "mappings": {
- "0": {
- "then": "Tesla supercharger (destination (A Type 2 with cable branded as tesla) 
outputs 230 volt"
- },
- "1": {
- "then": "Tesla supercharger (destination (A Type 2 with cable branded as tesla) 
outputs 400 volt"
- }
- },
- "question": "What voltage do the plugs with Tesla supercharger (destination (A Type 2 with cable branded as tesla) 
offer?",
- "render": "Tesla supercharger (destination (A Type 2 with cable branded as tesla) 
outputs {socket:tesla_destination:voltage} volt"
- },
- "voltage-13": {
- "mappings": {
- "0": {
- "then": "USB to charge phones and small electronics 
outputs 5 volt"
- }
- },
- "question": "What voltage do the plugs with USB to charge phones and small electronics 
offer?",
- "render": "USB to charge phones and small electronics 
outputs {socket:USB-A:voltage} volt"
- },
- "voltage-14": {
- "question": "What voltage do the plugs with Bosch Active Connect with 3 pins and cable 
offer?",
- "render": "Bosch Active Connect with 3 pins and cable 
outputs {socket:bosch_3pin:voltage} volt"
- },
- "voltage-15": {
- "question": "What voltage do the plugs with Bosch Active Connect with 5 pins and cable 
offer?",
- "render": "Bosch Active Connect with 5 pins and cable 
outputs {socket:bosch_5pin:voltage} volt"
- },
- "voltage-2": {
- "mappings": {
- "0": {
- "then": "Chademo 
outputs 500 volt"
- }
- },
- "question": "What voltage do the plugs with Chademo 
offer?",
- "render": "Chademo 
outputs {socket:chademo:voltage} volt"
- },
- "voltage-3": {
- "mappings": {
- "0": {
- "then": "Type 1 with cable (J1772) 
outputs 200 volt"
- },
- "1": {
- "then": "Type 1 with cable (J1772) 
outputs 240 volt"
- }
- },
- "question": "What voltage do the plugs with Type 1 with cable (J1772) 
offer?",
- "render": "Type 1 with cable (J1772) 
outputs {socket:type1_cable:voltage} volt"
- },
- "voltage-4": {
- "mappings": {
- "0": {
- "then": "Type 1 without cable (J1772) 
outputs 200 volt"
- },
- "1": {
- "then": "Type 1 without cable (J1772) 
outputs 240 volt"
- }
- },
- "question": "What voltage do the plugs with Type 1 without cable (J1772) 
offer?",
- "render": "Type 1 without cable (J1772) 
outputs {socket:type1:voltage} volt"
- },
- "voltage-5": {
- "mappings": {
- "0": {
- "then": "Type 1 CCS (aka Type 1 Combo) 
outputs 400 volt"
- },
- "1": {
- "then": "Type 1 CCS (aka Type 1 Combo) 
outputs 1000 volt"
- }
- },
- "question": "What voltage do the plugs with Type 1 CCS (aka Type 1 Combo) 
offer?",
- "render": "Type 1 CCS (aka Type 1 Combo) 
outputs {socket:type1_combo:voltage} volt"
- },
- "voltage-6": {
- "mappings": {
- "0": {
- "then": "Tesla Supercharger 
outputs 480 volt"
- }
- },
- "question": "What voltage do the plugs with Tesla Supercharger 
offer?",
- "render": "Tesla Supercharger 
outputs {socket:tesla_supercharger:voltage} volt"
- },
- "voltage-7": {
- "mappings": {
- "0": {
- "then": "Type 2 (mennekes) 
outputs 230 volt"
- },
- "1": {
- "then": "Type 2 (mennekes) 
outputs 400 volt"
- }
- },
- "question": "What voltage do the plugs with Type 2 (mennekes) 
offer?",
- "render": "Type 2 (mennekes) 
outputs {socket:type2:voltage} volt"
- },
- "voltage-8": {
- "mappings": {
- "0": {
- "then": "Type 2 CCS (mennekes) 
outputs 500 volt"
- },
- "1": {
- "then": "Type 2 CCS (mennekes) 
outputs 920 volt"
- }
- },
- "question": "What voltage do the plugs with Type 2 CCS (mennekes) 
offer?",
- "render": "Type 2 CCS (mennekes) 
outputs {socket:type2_combo:voltage} volt"
- },
- "voltage-9": {
- "mappings": {
- "0": {
- "then": "Type 2 with cable (mennekes) 
outputs 230 volt"
- },
- "1": {
- "then": "Type 2 with cable (mennekes) 
outputs 400 volt"
- }
- },
- "question": "What voltage do the plugs with Type 2 with cable (mennekes) 
offer?",
- "render": "Type 2 with cable (mennekes) 
outputs {socket:type2_cable:voltage} volt"
- },
"website": {
"question": "What is the website of the operator?",
"render": "More info on {website}"
diff --git a/langs/layers/it.json b/langs/layers/it.json
index aa52a52244..efca2e950e 100644
--- a/langs/layers/it.json
+++ b/langs/layers/it.json
@@ -752,11 +752,11 @@
"description": "Una stazione di ricarica",
"name": "Stazioni di ricarica",
"tagRenderings": {
- "Auth phone": {
+ "Network": {
"question": "A quale rete appartiene questa stazione di ricarica?",
"render": "{network}"
},
- "Authentication": {
+ "OH": {
"question": "Quali sono gli orari di apertura di questa stazione di ricarica?"
}
},
diff --git a/langs/layers/ja.json b/langs/layers/ja.json
index 5c5b0d1d69..b3385cb209 100644
--- a/langs/layers/ja.json
+++ b/langs/layers/ja.json
@@ -76,11 +76,11 @@
"description": "充電ステーション",
"name": "充電ステーション",
"tagRenderings": {
- "Auth phone": {
+ "Network": {
"question": "この充電ステーションの運営チェーンはどこですか?",
"render": "{network}"
},
- "Authentication": {
+ "OH": {
"question": "この充電ステーションはいつオープンしますか?"
}
},
diff --git a/langs/layers/nb_NO.json b/langs/layers/nb_NO.json
index 47a02bc8e7..0ca42f3e8f 100644
--- a/langs/layers/nb_NO.json
+++ b/langs/layers/nb_NO.json
@@ -174,10 +174,10 @@
"description": "En ladestasjon",
"name": "Ladestasjoner",
"tagRenderings": {
- "Auth phone": {
+ "Network": {
"render": "{network}"
},
- "Authentication": {
+ "OH": {
"question": "Når åpnet denne ladestasjonen?"
}
},
diff --git a/langs/layers/nl.json b/langs/layers/nl.json
index fb5c7fbb88..fd947098d1 100644
--- a/langs/layers/nl.json
+++ b/langs/layers/nl.json
@@ -1037,6 +1037,7 @@
}
},
"charging_station": {
+ "description": "Oplaadpunten",
"filter": {
"0": {
"options": {
@@ -1107,7 +1108,41 @@
}
}
},
+ "name": "Oplaadpunten",
"tagRenderings": {
+ "Auth phone": {
+ "question": "Wat is het telefoonnummer dat men moet bellen of SMS'en om zich aan te melden?",
+ "render": "Aanmelden door te bellen of te SMS'en naar {authentication:phone_call:number}"
+ },
+ "Authentication": {
+ "mappings": {
+ "0": {
+ "then": "Aanmelden met een lidkaart is mogelijk"
+ },
+ "1": {
+ "then": "Aanmelden via een applicatie is mogelijk"
+ },
+ "2": {
+ "then": "Aanmelden door te bellen naar een telefoonnummer is mogelijk"
+ },
+ "3": {
+ "then": "Aanmelden via SMS is mogelijk"
+ },
+ "4": {
+ "then": "Aanmelden via NFC is mogelijk"
+ },
+ "5": {
+ "then": "Aanmelden met Money Card is mogelijk"
+ },
+ "6": {
+ "then": "Aanmelden met een betaalkaart is mogelijk"
+ },
+ "7": {
+ "then": "Hier opladen is (ook) mogelijk zonder aan te melden"
+ }
+ },
+ "question": "Hoe kan men zich aanmelden aan dit oplaadstation?"
+ },
"Available_charging_stations (generated)": {
"mappings": {
"0": {
@@ -1206,7 +1241,16 @@
"31": {
"then": "
Bosch Active Connect met 5 pinnen aan een kabel "
}
- }
+ },
+ "question": "Welke aansluitingen zijn hier beschikbaar?"
+ },
+ "OH": {
+ "mappings": {
+ "0": {
+ "then": "24/7 open - ook tijdens vakanties"
+ }
+ },
+ "question": "Wanneer is dit oplaadpunt beschikbaar??"
},
"Operational status": {
"mappings": {
@@ -1228,171 +1272,48 @@
},
"question": "Is dit oplaadpunt operationeel?"
},
+ "Type": {
+ "mappings": {
+ "0": {
+ "then": "Fietsen kunnen hier opgeladen worden"
+ },
+ "1": {
+ "then": "Elektrische auto's kunnen hier opgeladen worden"
+ },
+ "2": {
+ "then": "Electrische scooters (snorfiets of bromfiets) kunnen hier opgeladen worden"
+ },
+ "3": {
+ "then": "Vrachtwagens kunnen hier opgeladen worden"
+ },
+ "4": {
+ "then": "Bussen kunnen hier opgeladen worden"
+ }
+ },
+ "question": "Welke voertuigen kunnen hier opgeladen worden?"
+ },
+ "access": {
+ "mappings": {
+ "0": {
+ "then": "Toegankelijk voor iedereen (mogelijks met aanmelden en/of te betalen)"
+ },
+ "1": {
+ "then": "Toegankelijk voor iedereen (mogelijks met aanmelden en/of te betalen)"
+ },
+ "2": {
+ "then": "Enkel klanten van de bijhorende plaats mogen dit oplaadpunt gebruiken
Bijvoorbeeld een oplaadpunt op de parking van een restaurant dat enkel door klanten van het restaurant gebruikt mag worden"
+ },
+ "3": {
+ "then": "Niet toegankelijk voor het publiek Enkel toegankelijk voor de eigenaar, medewerkers ,... "
+ }
+ },
+ "question": "Wie mag er dit oplaadpunt gebruiken?",
+ "render": "Toegang voor {access}"
+ },
"capacity": {
"question": "Hoeveel voertuigen kunnen hier opgeladen worden?",
"render": "{capacity} voertuigen kunnen hier op hetzelfde moment opgeladen worden"
},
- "current-0": {
- "mappings": {
- "0": {
- "then": "Schuko stekker zonder aardingspin (CEE7/4 type F) 
levert een stroom van maximaal 16 A"
- }
- },
- "question": "Welke stroom levert de stekker van type Schuko stekker zonder aardingspin (CEE7/4 type F) 
?",
- "render": "Schuko stekker zonder aardingspin (CEE7/4 type F) 
levert een stroom van maximaal {socket:schuko:current}A"
- },
- "current-1": {
- "mappings": {
- "0": {
- "then": "Europese stekker met aardingspin (CEE7/4 type E) 
levert een stroom van maximaal 16 A"
- }
- },
- "question": "Welke stroom levert de stekker van type Europese stekker met aardingspin (CEE7/4 type E) 
?",
- "render": "Europese stekker met aardingspin (CEE7/4 type E) 
levert een stroom van maximaal {socket:typee:current}A"
- },
- "current-10": {
- "mappings": {
- "0": {
- "then": "Tesla Supercharger CCS (een type2 CCS met Tesla-logo) 
levert een stroom van maximaal 125 A"
- },
- "1": {
- "then": "Tesla Supercharger CCS (een type2 CCS met Tesla-logo) 
levert een stroom van maximaal 350 A"
- }
- },
- "question": "Welke stroom levert de stekker van type Tesla Supercharger CCS (een type2 CCS met Tesla-logo) 
?",
- "render": "Tesla Supercharger CCS (een type2 CCS met Tesla-logo) 
levert een stroom van maximaal {socket:tesla_supercharger_ccs:current}A"
- },
- "current-11": {
- "mappings": {
- "0": {
- "then": "Tesla Supercharger (destination) 
levert een stroom van maximaal 125 A"
- },
- "1": {
- "then": "Tesla Supercharger (destination) 
levert een stroom van maximaal 350 A"
- }
- },
- "question": "Welke stroom levert de stekker van type Tesla Supercharger (destination) 
?",
- "render": "Tesla Supercharger (destination) 
levert een stroom van maximaal {socket:tesla_destination:current}A"
- },
- "current-12": {
- "mappings": {
- "0": {
- "then": "Tesla supercharger (destination (Een Type 2 met kabel en Tesla-logo) 
levert een stroom van maximaal 16 A"
- },
- "1": {
- "then": "Tesla supercharger (destination (Een Type 2 met kabel en Tesla-logo) 
levert een stroom van maximaal 32 A"
- }
- },
- "question": "Welke stroom levert de stekker van type Tesla supercharger (destination (Een Type 2 met kabel en Tesla-logo) 
?",
- "render": "Tesla supercharger (destination (Een Type 2 met kabel en Tesla-logo) 
levert een stroom van maximaal {socket:tesla_destination:current}A"
- },
- "current-13": {
- "mappings": {
- "0": {
- "then": "USB om GSMs en kleine electronica op te laden 
levert een stroom van maximaal 1 A"
- },
- "1": {
- "then": "USB om GSMs en kleine electronica op te laden 
levert een stroom van maximaal 2 A"
- }
- },
- "question": "Welke stroom levert de stekker van type USB om GSMs en kleine electronica op te laden 
?",
- "render": "USB om GSMs en kleine electronica op te laden 
levert een stroom van maximaal {socket:USB-A:current}A"
- },
- "current-14": {
- "question": "Welke stroom levert de stekker van type Bosch Active Connect met 3 pinnen aan een kabel 
?",
- "render": "Bosch Active Connect met 3 pinnen aan een kabel 
levert een stroom van maximaal {socket:bosch_3pin:current}A"
- },
- "current-15": {
- "question": "Welke stroom levert de stekker van type Bosch Active Connect met 5 pinnen aan een kabel 
?",
- "render": "Bosch Active Connect met 5 pinnen aan een kabel 
levert een stroom van maximaal {socket:bosch_5pin:current}A"
- },
- "current-2": {
- "mappings": {
- "0": {
- "then": "Chademo 
levert een stroom van maximaal 120 A"
- }
- },
- "question": "Welke stroom levert de stekker van type Chademo 
?",
- "render": "Chademo 
levert een stroom van maximaal {socket:chademo:current}A"
- },
- "current-3": {
- "mappings": {
- "0": {
- "then": "Type 1 met kabel (J1772) 
levert een stroom van maximaal 32 A"
- }
- },
- "question": "Welke stroom levert de stekker van type Type 1 met kabel (J1772) 
?",
- "render": "Type 1 met kabel (J1772) 
levert een stroom van maximaal {socket:type1_cable:current}A"
- },
- "current-4": {
- "mappings": {
- "0": {
- "then": "Type 1 zonder kabel (J1772) 
levert een stroom van maximaal 32 A"
- }
- },
- "question": "Welke stroom levert de stekker van type Type 1 zonder kabel (J1772) 
?",
- "render": "Type 1 zonder kabel (J1772) 
levert een stroom van maximaal {socket:type1:current}A"
- },
- "current-5": {
- "mappings": {
- "0": {
- "then": "Type 1 CCS (ook gekend als Type 1 Combo) 
levert een stroom van maximaal 50 A"
- },
- "1": {
- "then": "Type 1 CCS (ook gekend als Type 1 Combo) 
levert een stroom van maximaal 125 A"
- }
- },
- "question": "Welke stroom levert de stekker van type Type 1 CCS (ook gekend als Type 1 Combo) 
?",
- "render": "Type 1 CCS (ook gekend als Type 1 Combo) 
levert een stroom van maximaal {socket:type1_combo:current}A"
- },
- "current-6": {
- "mappings": {
- "0": {
- "then": "Tesla Supercharger 
levert een stroom van maximaal 125 A"
- },
- "1": {
- "then": "Tesla Supercharger 
levert een stroom van maximaal 350 A"
- }
- },
- "question": "Welke stroom levert de stekker van type Tesla Supercharger 
?",
- "render": "Tesla Supercharger 
levert een stroom van maximaal {socket:tesla_supercharger:current}A"
- },
- "current-7": {
- "mappings": {
- "0": {
- "then": "Type 2 (mennekes) 
levert een stroom van maximaal 16 A"
- },
- "1": {
- "then": "Type 2 (mennekes) 
levert een stroom van maximaal 32 A"
- }
- },
- "question": "Welke stroom levert de stekker van type Type 2 (mennekes) 
?",
- "render": "Type 2 (mennekes) 
levert een stroom van maximaal {socket:type2:current}A"
- },
- "current-8": {
- "mappings": {
- "0": {
- "then": "Type 2 CCS (mennekes) 
levert een stroom van maximaal 125 A"
- },
- "1": {
- "then": "Type 2 CCS (mennekes) 
levert een stroom van maximaal 350 A"
- }
- },
- "question": "Welke stroom levert de stekker van type Type 2 CCS (mennekes) 
?",
- "render": "Type 2 CCS (mennekes) 
levert een stroom van maximaal {socket:type2_combo:current}A"
- },
- "current-9": {
- "mappings": {
- "0": {
- "then": "Type 2 met kabel (J1772) 
levert een stroom van maximaal 16 A"
- },
- "1": {
- "then": "Type 2 met kabel (J1772) 
levert een stroom van maximaal 32 A"
- }
- },
- "question": "Welke stroom levert de stekker van type Type 2 met kabel (J1772) 
?",
- "render": "Type 2 met kabel (J1772) 
levert een stroom van maximaal {socket:type2_cable:current}A"
- },
"fee/charge": {
"mappings": {
"0": {
@@ -1487,347 +1408,13 @@
"question": "Hoeveel stekkers van type Type 2 met kabel (J1772) 
heeft dit oplaadpunt?",
"render": "Hier zijn {socket:type2_cable} stekkers van het type Type 2 met kabel (J1772) 
"
},
- "power-output-0": {
- "mappings": {
- "0": {
- "then": "Schuko stekker zonder aardingspin (CEE7/4 type F) 
levert een vermogen van maximaal 3.6 kw"
- }
- },
- "question": "Welk vermogen levert een enkele stekker van type Schuko stekker zonder aardingspin (CEE7/4 type F) 
?",
- "render": "Schuko stekker zonder aardingspin (CEE7/4 type F) 
levert een vermogen van maximaal {socket:schuko:output}"
- },
- "power-output-1": {
- "mappings": {
- "0": {
- "then": "Europese stekker met aardingspin (CEE7/4 type E) 
levert een vermogen van maximaal 3 kw"
- },
- "1": {
- "then": "Europese stekker met aardingspin (CEE7/4 type E) 
levert een vermogen van maximaal 22 kw"
- }
- },
- "question": "Welk vermogen levert een enkele stekker van type Europese stekker met aardingspin (CEE7/4 type E) 
?",
- "render": "Europese stekker met aardingspin (CEE7/4 type E) 
levert een vermogen van maximaal {socket:typee:output}"
- },
- "power-output-10": {
- "mappings": {
- "0": {
- "then": "Tesla Supercharger CCS (een type2 CCS met Tesla-logo) 
levert een vermogen van maximaal 50 kw"
- }
- },
- "question": "Welk vermogen levert een enkele stekker van type Tesla Supercharger CCS (een type2 CCS met Tesla-logo) 
?",
- "render": "Tesla Supercharger CCS (een type2 CCS met Tesla-logo) 
levert een vermogen van maximaal {socket:tesla_supercharger_ccs:output}"
- },
- "power-output-11": {
- "mappings": {
- "0": {
- "then": "Tesla Supercharger (destination) 
levert een vermogen van maximaal 120 kw"
- },
- "1": {
- "then": "Tesla Supercharger (destination) 
levert een vermogen van maximaal 150 kw"
- },
- "2": {
- "then": "Tesla Supercharger (destination) 
levert een vermogen van maximaal 250 kw"
- }
- },
- "question": "Welk vermogen levert een enkele stekker van type Tesla Supercharger (destination) 
?",
- "render": "Tesla Supercharger (destination) 
levert een vermogen van maximaal {socket:tesla_destination:output}"
- },
- "power-output-12": {
- "mappings": {
- "0": {
- "then": "Tesla supercharger (destination (Een Type 2 met kabel en Tesla-logo) 
levert een vermogen van maximaal 11 kw"
- },
- "1": {
- "then": "Tesla supercharger (destination (Een Type 2 met kabel en Tesla-logo) 
levert een vermogen van maximaal 22 kw"
- }
- },
- "question": "Welk vermogen levert een enkele stekker van type Tesla supercharger (destination (Een Type 2 met kabel en Tesla-logo) 
?",
- "render": "Tesla supercharger (destination (Een Type 2 met kabel en Tesla-logo) 
levert een vermogen van maximaal {socket:tesla_destination:output}"
- },
- "power-output-13": {
- "mappings": {
- "0": {
- "then": "USB om GSMs en kleine electronica op te laden 
levert een vermogen van maximaal 5w"
- },
- "1": {
- "then": "USB om GSMs en kleine electronica op te laden 
levert een vermogen van maximaal 10w"
- }
- },
- "question": "Welk vermogen levert een enkele stekker van type USB om GSMs en kleine electronica op te laden 
?",
- "render": "USB om GSMs en kleine electronica op te laden 
levert een vermogen van maximaal {socket:USB-A:output}"
- },
- "power-output-14": {
- "question": "Welk vermogen levert een enkele stekker van type Bosch Active Connect met 3 pinnen aan een kabel 
?",
- "render": "Bosch Active Connect met 3 pinnen aan een kabel 
levert een vermogen van maximaal {socket:bosch_3pin:output}"
- },
- "power-output-15": {
- "question": "Welk vermogen levert een enkele stekker van type Bosch Active Connect met 5 pinnen aan een kabel 
?",
- "render": "Bosch Active Connect met 5 pinnen aan een kabel 
levert een vermogen van maximaal {socket:bosch_5pin:output}"
- },
- "power-output-2": {
- "mappings": {
- "0": {
- "then": "Chademo 
levert een vermogen van maximaal 50 kw"
- }
- },
- "question": "Welk vermogen levert een enkele stekker van type Chademo 
?",
- "render": "Chademo 
levert een vermogen van maximaal {socket:chademo:output}"
- },
- "power-output-3": {
- "mappings": {
- "0": {
- "then": "Type 1 met kabel (J1772) 
levert een vermogen van maximaal 3.7 kw"
- },
- "1": {
- "then": "Type 1 met kabel (J1772) 
levert een vermogen van maximaal 7 kw"
- }
- },
- "question": "Welk vermogen levert een enkele stekker van type Type 1 met kabel (J1772) 
?",
- "render": "Type 1 met kabel (J1772) 
levert een vermogen van maximaal {socket:type1_cable:output}"
- },
- "power-output-4": {
- "mappings": {
- "0": {
- "then": "Type 1 zonder kabel (J1772) 
levert een vermogen van maximaal 3.7 kw"
- },
- "1": {
- "then": "Type 1 zonder kabel (J1772) 
levert een vermogen van maximaal 6.6 kw"
- },
- "2": {
- "then": "Type 1 zonder kabel (J1772) 
levert een vermogen van maximaal 7 kw"
- },
- "3": {
- "then": "Type 1 zonder kabel (J1772) 
levert een vermogen van maximaal 7.2 kw"
- }
- },
- "question": "Welk vermogen levert een enkele stekker van type Type 1 zonder kabel (J1772) 
?",
- "render": "Type 1 zonder kabel (J1772) 
levert een vermogen van maximaal {socket:type1:output}"
- },
- "power-output-5": {
- "mappings": {
- "0": {
- "then": "Type 1 CCS (ook gekend als Type 1 Combo) 
levert een vermogen van maximaal 50 kw"
- },
- "1": {
- "then": "Type 1 CCS (ook gekend als Type 1 Combo) 
levert een vermogen van maximaal 62.5 kw"
- },
- "2": {
- "then": "Type 1 CCS (ook gekend als Type 1 Combo) 
levert een vermogen van maximaal 150 kw"
- },
- "3": {
- "then": "Type 1 CCS (ook gekend als Type 1 Combo) 
levert een vermogen van maximaal 350 kw"
- }
- },
- "question": "Welk vermogen levert een enkele stekker van type Type 1 CCS (ook gekend als Type 1 Combo) 
?",
- "render": "Type 1 CCS (ook gekend als Type 1 Combo) 
levert een vermogen van maximaal {socket:type1_combo:output}"
- },
- "power-output-6": {
- "mappings": {
- "0": {
- "then": "Tesla Supercharger 
levert een vermogen van maximaal 120 kw"
- },
- "1": {
- "then": "Tesla Supercharger 
levert een vermogen van maximaal 150 kw"
- },
- "2": {
- "then": "Tesla Supercharger 
levert een vermogen van maximaal 250 kw"
- }
- },
- "question": "Welk vermogen levert een enkele stekker van type Tesla Supercharger 
?",
- "render": "Tesla Supercharger 
levert een vermogen van maximaal {socket:tesla_supercharger:output}"
- },
- "power-output-7": {
- "mappings": {
- "0": {
- "then": "Type 2 (mennekes) 
levert een vermogen van maximaal 11 kw"
- },
- "1": {
- "then": "Type 2 (mennekes) 
levert een vermogen van maximaal 22 kw"
- }
- },
- "question": "Welk vermogen levert een enkele stekker van type Type 2 (mennekes) 
?",
- "render": "Type 2 (mennekes) 
levert een vermogen van maximaal {socket:type2:output}"
- },
- "power-output-8": {
- "mappings": {
- "0": {
- "then": "Type 2 CCS (mennekes) 
levert een vermogen van maximaal 50 kw"
- }
- },
- "question": "Welk vermogen levert een enkele stekker van type Type 2 CCS (mennekes) 
?",
- "render": "Type 2 CCS (mennekes) 
levert een vermogen van maximaal {socket:type2_combo:output}"
- },
- "power-output-9": {
- "mappings": {
- "0": {
- "then": "Type 2 met kabel (J1772) 
levert een vermogen van maximaal 11 kw"
- },
- "1": {
- "then": "Type 2 met kabel (J1772) 
levert een vermogen van maximaal 22 kw"
- }
- },
- "question": "Welk vermogen levert een enkele stekker van type Type 2 met kabel (J1772) 
?",
- "render": "Type 2 met kabel (J1772) 
levert een vermogen van maximaal {socket:type2_cable:output}"
- },
- "voltage-0": {
- "mappings": {
- "0": {
- "then": "Schuko stekker zonder aardingspin (CEE7/4 type F) 
heeft een spanning van 230 volt"
- }
- },
- "question": "Welke spanning levert de stekker van type Schuko stekker zonder aardingspin (CEE7/4 type F) 
",
- "render": "Schuko stekker zonder aardingspin (CEE7/4 type F) 
heeft een spanning van {socket:schuko:voltage} volt"
- },
- "voltage-1": {
- "mappings": {
- "0": {
- "then": "Europese stekker met aardingspin (CEE7/4 type E) 
heeft een spanning van 230 volt"
- }
- },
- "question": "Welke spanning levert de stekker van type Europese stekker met aardingspin (CEE7/4 type E) 
",
- "render": "Europese stekker met aardingspin (CEE7/4 type E) 
heeft een spanning van {socket:typee:voltage} volt"
- },
- "voltage-10": {
- "mappings": {
- "0": {
- "then": "Tesla Supercharger CCS (een type2 CCS met Tesla-logo) 
heeft een spanning van 500 volt"
- },
- "1": {
- "then": "Tesla Supercharger CCS (een type2 CCS met Tesla-logo) 
heeft een spanning van 920 volt"
- }
- },
- "question": "Welke spanning levert de stekker van type Tesla Supercharger CCS (een type2 CCS met Tesla-logo) 
",
- "render": "Tesla Supercharger CCS (een type2 CCS met Tesla-logo) 
heeft een spanning van {socket:tesla_supercharger_ccs:voltage} volt"
- },
- "voltage-11": {
- "mappings": {
- "0": {
- "then": "Tesla Supercharger (destination) 
heeft een spanning van 480 volt"
- }
- },
- "question": "Welke spanning levert de stekker van type Tesla Supercharger (destination) 
",
- "render": "Tesla Supercharger (destination) 
heeft een spanning van {socket:tesla_destination:voltage} volt"
- },
- "voltage-12": {
- "mappings": {
- "0": {
- "then": "Tesla supercharger (destination (Een Type 2 met kabel en Tesla-logo) 
heeft een spanning van 230 volt"
- },
- "1": {
- "then": "Tesla supercharger (destination (Een Type 2 met kabel en Tesla-logo) 
heeft een spanning van 400 volt"
- }
- },
- "question": "Welke spanning levert de stekker van type Tesla supercharger (destination (Een Type 2 met kabel en Tesla-logo) 
",
- "render": "Tesla supercharger (destination (Een Type 2 met kabel en Tesla-logo) 
heeft een spanning van {socket:tesla_destination:voltage} volt"
- },
- "voltage-13": {
- "mappings": {
- "0": {
- "then": "USB om GSMs en kleine electronica op te laden 
heeft een spanning van 5 volt"
- }
- },
- "question": "Welke spanning levert de stekker van type USB om GSMs en kleine electronica op te laden 
",
- "render": "USB om GSMs en kleine electronica op te laden 
heeft een spanning van {socket:USB-A:voltage} volt"
- },
- "voltage-14": {
- "question": "Welke spanning levert de stekker van type Bosch Active Connect met 3 pinnen aan een kabel 
",
- "render": "Bosch Active Connect met 3 pinnen aan een kabel 
heeft een spanning van {socket:bosch_3pin:voltage} volt"
- },
- "voltage-15": {
- "question": "Welke spanning levert de stekker van type Bosch Active Connect met 5 pinnen aan een kabel 
",
- "render": "Bosch Active Connect met 5 pinnen aan een kabel 
heeft een spanning van {socket:bosch_5pin:voltage} volt"
- },
- "voltage-2": {
- "mappings": {
- "0": {
- "then": "Chademo 
heeft een spanning van 500 volt"
- }
- },
- "question": "Welke spanning levert de stekker van type Chademo 
",
- "render": "Chademo 
heeft een spanning van {socket:chademo:voltage} volt"
- },
- "voltage-3": {
- "mappings": {
- "0": {
- "then": "Type 1 met kabel (J1772) 
heeft een spanning van 200 volt"
- },
- "1": {
- "then": "Type 1 met kabel (J1772) 
heeft een spanning van 240 volt"
- }
- },
- "question": "Welke spanning levert de stekker van type Type 1 met kabel (J1772) 
",
- "render": "Type 1 met kabel (J1772) 
heeft een spanning van {socket:type1_cable:voltage} volt"
- },
- "voltage-4": {
- "mappings": {
- "0": {
- "then": "Type 1 zonder kabel (J1772) 
heeft een spanning van 200 volt"
- },
- "1": {
- "then": "Type 1 zonder kabel (J1772) 
heeft een spanning van 240 volt"
- }
- },
- "question": "Welke spanning levert de stekker van type Type 1 zonder kabel (J1772) 
",
- "render": "Type 1 zonder kabel (J1772) 
heeft een spanning van {socket:type1:voltage} volt"
- },
- "voltage-5": {
- "mappings": {
- "0": {
- "then": "Type 1 CCS (ook gekend als Type 1 Combo) 
heeft een spanning van 400 volt"
- },
- "1": {
- "then": "Type 1 CCS (ook gekend als Type 1 Combo) 
heeft een spanning van 1000 volt"
- }
- },
- "question": "Welke spanning levert de stekker van type Type 1 CCS (ook gekend als Type 1 Combo) 
",
- "render": "Type 1 CCS (ook gekend als Type 1 Combo) 
heeft een spanning van {socket:type1_combo:voltage} volt"
- },
- "voltage-6": {
- "mappings": {
- "0": {
- "then": "Tesla Supercharger 
heeft een spanning van 480 volt"
- }
- },
- "question": "Welke spanning levert de stekker van type Tesla Supercharger 
",
- "render": "Tesla Supercharger 
heeft een spanning van {socket:tesla_supercharger:voltage} volt"
- },
- "voltage-7": {
- "mappings": {
- "0": {
- "then": "Type 2 (mennekes) 
heeft een spanning van 230 volt"
- },
- "1": {
- "then": "Type 2 (mennekes) 
heeft een spanning van 400 volt"
- }
- },
- "question": "Welke spanning levert de stekker van type Type 2 (mennekes) 
",
- "render": "Type 2 (mennekes) 
heeft een spanning van {socket:type2:voltage} volt"
- },
- "voltage-8": {
- "mappings": {
- "0": {
- "then": "Type 2 CCS (mennekes) 
heeft een spanning van 500 volt"
- },
- "1": {
- "then": "Type 2 CCS (mennekes) 
heeft een spanning van 920 volt"
- }
- },
- "question": "Welke spanning levert de stekker van type Type 2 CCS (mennekes) 
",
- "render": "Type 2 CCS (mennekes) 
heeft een spanning van {socket:type2_combo:voltage} volt"
- },
- "voltage-9": {
- "mappings": {
- "0": {
- "then": "Type 2 met kabel (J1772) 
heeft een spanning van 230 volt"
- },
- "1": {
- "then": "Type 2 met kabel (J1772) 
heeft een spanning van 400 volt"
- }
- },
- "question": "Welke spanning levert de stekker van type Type 2 met kabel (J1772) 
",
- "render": "Type 2 met kabel (J1772) 
heeft een spanning van {socket:type2_cable:voltage} volt"
+ "ref": {
+ "render": "Het referentienummer van dit oplaadpunt is {ref}"
}
},
+ "title": {
+ "render": "Oplaadpunten"
+ },
"units": {
"0": {
"applicableUnits": {
diff --git a/langs/layers/ru.json b/langs/layers/ru.json
index 66f7d0cb07..11ae28440b 100644
--- a/langs/layers/ru.json
+++ b/langs/layers/ru.json
@@ -643,11 +643,11 @@
}
},
"tagRenderings": {
- "Auth phone": {
+ "Network": {
"question": "К какой сети относится эта станция?",
"render": "{network}"
},
- "Authentication": {
+ "OH": {
"question": "В какое время работает эта зарядная станция?"
}
},
diff --git a/langs/layers/zh_Hant.json b/langs/layers/zh_Hant.json
index b0afffb78a..e5e5f65bf9 100644
--- a/langs/layers/zh_Hant.json
+++ b/langs/layers/zh_Hant.json
@@ -449,11 +449,11 @@
"description": "充電站",
"name": "充電站",
"tagRenderings": {
- "Auth phone": {
+ "Network": {
"question": "充電站所屬的網路是?",
"render": "{network}"
},
- "Authentication": {
+ "OH": {
"question": "何時是充電站開放使用的時間?"
}
},
diff --git a/scripts/generateLayerOverview.ts b/scripts/generateLayerOverview.ts
index 4ee4d388c2..e4c981decf 100644
--- a/scripts/generateLayerOverview.ts
+++ b/scripts/generateLayerOverview.ts
@@ -145,7 +145,7 @@ class LayerOverviewUtils {
}
}
- const referencedLayers = Utils.NoNull(themeFile.layers.map(layer => {
+ const referencedLayers = Utils.NoNull([].concat(...themeFile.layers.map(layer => {
if(typeof layer === "string"){
return layer
}
@@ -153,7 +153,12 @@ class LayerOverviewUtils {
return layer["builtin"]
}
return undefined
- }))
+ }).map(layerName => {
+ if(typeof layerName === "string"){
+ return [layerName]
+ }
+ return layerName
+ })))
themeFile.layers = themeFile.layers
.filter(l => typeof l != "string") // We remove all the builtin layer references as they don't work with ts-node for some weird reason
@@ -172,7 +177,8 @@ class LayerOverviewUtils {
const neededLanguages = themeFile["mustHaveLanguage"]
if (neededLanguages !== undefined) {
console.log("Checking language requerements for ", theme.id, "as it must have", neededLanguages.join(", "))
- const allTranslations = [].concat(Translation.ExtractAllTranslationsFrom(theme, theme.id), ...referencedLayers.map(layerId => Translation.ExtractAllTranslationsFrom(knownLayerIds.get(layerId), theme.id+"->"+layerId)))
+ const allTranslations = [].concat(Translation.ExtractAllTranslationsFrom(theme, theme.id),
+ ...referencedLayers.map(layerId => Translation.ExtractAllTranslationsFrom(knownLayerIds.get(layerId), theme.id+"->"+layerId)))
for (const neededLanguage of neededLanguages) {
allTranslations
.filter(t => t.tr.translations[neededLanguage] === undefined && t.tr.translations["*"] === undefined)