Rephrasing of charging station items

This commit is contained in:
Pieter Vander Vennet 2022-02-09 02:24:37 +01:00
parent 1f34f20ac8
commit 58cd866e54
4 changed files with 58 additions and 6 deletions

View file

@ -23,8 +23,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",
@ -48,7 +84,7 @@
"ifnot": "bicycle=no", "ifnot": "bicycle=no",
"then": { "then": {
"en": "<b>Bicycles</b> can be charged here", "en": "<b>Bicycles</b> can be charged here",
"nl": "<b>Fietsen</b> kunnen hier opgeladen worden", "nl": "<b>Elektrische fietsen</b> kunnen hier opgeladen worden",
"de": "<b>Fahrräder</b> können hier geladen werden" "de": "<b>Fahrräder</b> können hier geladen werden"
} }
}, },

View file

@ -81,7 +81,7 @@
"ifnot": "bicycle=no", "ifnot": "bicycle=no",
"then": { "then": {
"en": "<b>Bicycles</b> can be charged here", "en": "<b>Bicycles</b> can be charged here",
"nl": "<b>Fietsen</b> kunnen hier opgeladen worden" "nl": "<b>Elektrische fietsen</b> kunnen hier opgeladen worden"
} }
}, },
{ {

View file

@ -2087,6 +2087,14 @@
} }
}, },
"title": { "title": {
"mappings": {
"0": {
"then": "Charging station for ebikes"
},
"1": {
"then": "Charging station for cars"
}
},
"render": "Charging station" "render": "Charging station"
}, },
"units": { "units": {

View file

@ -1452,7 +1452,7 @@
"Type": { "Type": {
"mappings": { "mappings": {
"0": { "0": {
"then": "<b>Fietsen</b> kunnen hier opgeladen worden" "then": "<b>Elektrische fietsen</b> kunnen hier opgeladen worden"
}, },
"1": { "1": {
"then": "<b>Elektrische auto's</b> kunnen hier opgeladen worden" "then": "<b>Elektrische auto's</b> kunnen hier opgeladen worden"
@ -2110,7 +2110,15 @@
} }
}, },
"title": { "title": {
"render": "Oplaadpunten" "mappings": {
"0": {
"then": "Oplaadpunt voor elektrische fietsen"
},
"1": {
"then": "Oplaadpunt voor elektrische auto's"
}
},
"render": "Oplaadpunt"
}, },
"units": { "units": {
"0": { "0": {