Small rewordings
This commit is contained in:
parent
b0dc38fcb0
commit
729b5ce828
1 changed files with 41 additions and 5 deletions
|
@ -22,8 +22,44 @@
|
||||||
"title": {
|
"title": {
|
||||||
"render": {
|
"render": {
|
||||||
"en": "Charging station",
|
"en": "Charging station",
|
||||||
"nl": "Oplaadpunten"
|
"nl": "Oplaadpunt"
|
||||||
}
|
},
|
||||||
|
"mappings": [
|
||||||
|
{
|
||||||
|
"if": {
|
||||||
|
"and": [
|
||||||
|
"bicycle=yes",
|
||||||
|
{
|
||||||
|
"or": [
|
||||||
|
"motorcar=",
|
||||||
|
"motorcar=no"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"then": {
|
||||||
|
"en": "Charging station for ebikes",
|
||||||
|
"nl": "Oplaadpunt voor elektrische fietsen"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": {
|
||||||
|
"and": [
|
||||||
|
"motorcar=yes",
|
||||||
|
{
|
||||||
|
"or": [
|
||||||
|
"bicycle=",
|
||||||
|
"bicycle=no"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"then": {
|
||||||
|
"en": "Charging station for cars",
|
||||||
|
"nl": "Oplaadpunt voor elektrische auto's"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"en": "A charging station",
|
"en": "A charging station",
|
||||||
|
@ -61,7 +97,7 @@
|
||||||
"ifnot": "scooter=no",
|
"ifnot": "scooter=no",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "<b>Scooters</b> can be charged here",
|
"en": "<b>Scooters</b> can be charged here",
|
||||||
"nl": "<b>Electrische scooters</b> (snorfiets of bromfiets) kunnen hier opgeladen worden"
|
"nl": "<b>Elektrische scooters</b> (snorfiets of bromfiets) kunnen hier opgeladen worden"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -768,8 +804,8 @@
|
||||||
"socket:typee=1"
|
"socket:typee=1"
|
||||||
],
|
],
|
||||||
"title": {
|
"title": {
|
||||||
"en": "charging station with a normal european wall plug <img src='./assets/layers/charging_station/TypeE.svg' style='width: 2rem; height: 2rem; float: left; background: white; border-radius: 1rem; margin-right: 0.5rem'/> (meant to charge electrical bikes)",
|
"en": "charging station for electrical bikes with a normal european wall plug <img src='./assets/layers/charging_station/TypeE.svg' style='width: 2rem; height: 2rem; float: left; background: white; border-radius: 1rem; margin-right: 0.5rem'/> (meant to charge electrical bikes)",
|
||||||
"nl": "laadpunt met gewone stekker(s) <img src='./assets/layers/charging_station/TypeE.svg' style='width: 2rem; height: 2rem; float: left; background: white; border-radius: 1rem; margin-right: 0.5rem'/> (bedoeld om electrische fietsen op te laden)"
|
"nl": "oplaadpunt voor elektrische fietsen"
|
||||||
},
|
},
|
||||||
"preciseInput": {
|
"preciseInput": {
|
||||||
"preferredBackground": "map"
|
"preferredBackground": "map"
|
||||||
|
|
Loading…
Reference in a new issue