Change order of mappings in charging stations theme

This commit is contained in:
pietervdvn 2021-10-26 01:44:57 +02:00
parent fa012b024d
commit d443616d1f
6 changed files with 48 additions and 41 deletions

View file

@ -1704,9 +1704,9 @@
] ]
}, },
"then": { "then": {
"en": "This charging station is broken", "en": "This charging station works",
"nl": "Dit oplaadpunt is kapot", "nl": "Dit oplaadpunt werkt",
"de": "Diese Ladestation ist kaputt" "de": "Diese Ladestation funktioniert"
} }
}, },
{ {
@ -1719,6 +1719,22 @@
"amenity=charging_station" "amenity=charging_station"
] ]
}, },
"then": {
"en": "This charging station is broken",
"nl": "Dit oplaadpunt is kapot",
"de": "Diese Ladestation ist kaputt"
}
},
{
"if": {
"and": [
"planned:amenity=charging_station",
"construction:amenity=",
"disused:amenity=",
"operational_status=",
"amenity="
]
},
"then": { "then": {
"en": "A charging station is planned here", "en": "A charging station is planned here",
"nl": "Hier zal binnenkort een oplaadpunt gebouwd worden", "nl": "Hier zal binnenkort een oplaadpunt gebouwd worden",
@ -1728,8 +1744,8 @@
{ {
"if": { "if": {
"and": [ "and": [
"planned:amenity=charging_station", "planned:amenity=",
"construction:amenity=", "construction:amenity=charging_station",
"disused:amenity=", "disused:amenity=",
"operational_status=", "operational_status=",
"amenity=" "amenity="
@ -1745,9 +1761,9 @@
"if": { "if": {
"and": [ "and": [
"planned:amenity=", "planned:amenity=",
"construction:amenity=charging_station", "construction:amenity=",
"disused:amenity=", "disused:amenity=charging_station",
"operational_status=broken", "operational_status=",
"amenity=" "amenity="
] ]
}, },
@ -1756,22 +1772,6 @@
"nl": "Dit oplaadpunt is niet meer in gebruik maar is wel nog aanwezig", "nl": "Dit oplaadpunt is niet meer in gebruik maar is wel nog aanwezig",
"de": "Diese Ladestation wurde dauerhaft deaktiviert und wird nicht mehr benutzt, ist aber noch sichtbar" "de": "Diese Ladestation wurde dauerhaft deaktiviert und wird nicht mehr benutzt, ist aber noch sichtbar"
} }
},
{
"if": {
"and": [
"planned:amenity=",
"construction:amenity=",
"disused:amenity=charging_station",
"operational_status=broken",
"amenity="
]
},
"then": {
"en": "This charging station works",
"nl": "Dit oplaadpunt werkt",
"de": "Diese Ladestation funktioniert"
}
} }
] ]
}, },

View file

@ -609,7 +609,7 @@
"planned:amenity=", "planned:amenity=",
"construction:amenity=charging_station", "construction:amenity=charging_station",
"disused:amenity=", "disused:amenity=",
"operational_status=broken", "operational_status=",
"amenity=" "amenity="
] ]
}, },
@ -624,7 +624,7 @@
"planned:amenity=", "planned:amenity=",
"construction:amenity=", "construction:amenity=",
"disused:amenity=charging_station", "disused:amenity=charging_station",
"operational_status=broken", "operational_status=",
"amenity=" "amenity="
] ]
}, },

View file

@ -1085,19 +1085,19 @@
"Operational status": { "Operational status": {
"mappings": { "mappings": {
"0": { "0": {
"then": "Diese Ladestation ist kaputt" "then": "Diese Ladestation funktioniert"
}, },
"1": { "1": {
"then": "Hier ist eine Ladestation geplant" "then": "Diese Ladestation ist kaputt"
}, },
"2": { "2": {
"then": "Hier wird eine Ladestation gebaut" "then": "Hier ist eine Ladestation geplant"
}, },
"3": { "3": {
"then": "Diese Ladestation wurde dauerhaft deaktiviert und wird nicht mehr benutzt, ist aber noch sichtbar" "then": "Hier wird eine Ladestation gebaut"
}, },
"4": { "4": {
"then": "Diese Ladestation funktioniert" "then": "Diese Ladestation wurde dauerhaft deaktiviert und wird nicht mehr benutzt, ist aber noch sichtbar"
} }
}, },
"question": "Ist dieser Ladepunkt in Betrieb?" "question": "Ist dieser Ladepunkt in Betrieb?"

View file

@ -1175,19 +1175,19 @@
"Operational status": { "Operational status": {
"mappings": { "mappings": {
"0": { "0": {
"then": "This charging station is broken" "then": "This charging station works"
}, },
"1": { "1": {
"then": "A charging station is planned here" "then": "This charging station is broken"
}, },
"2": { "2": {
"then": "A charging station is constructed here" "then": "A charging station is planned here"
}, },
"3": { "3": {
"then": "This charging station has beed permanently disabled and is not in use anymore but is still visible" "then": "A charging station is constructed here"
}, },
"4": { "4": {
"then": "This charging station works" "then": "This charging station has beed permanently disabled and is not in use anymore but is still visible"
} }
}, },
"question": "Is this charging point in use?" "question": "Is this charging point in use?"

View file

@ -1288,19 +1288,19 @@
"Operational status": { "Operational status": {
"mappings": { "mappings": {
"0": { "0": {
"then": "Dit oplaadpunt is kapot" "then": "Dit oplaadpunt werkt"
}, },
"1": { "1": {
"then": "Hier zal binnenkort een oplaadpunt gebouwd worden" "then": "Dit oplaadpunt is kapot"
}, },
"2": { "2": {
"then": "Hier wordt op dit moment een oplaadpunt gebouwd" "then": "Hier zal binnenkort een oplaadpunt gebouwd worden"
}, },
"3": { "3": {
"then": "Dit oplaadpunt is niet meer in gebruik maar is wel nog aanwezig" "then": "Hier wordt op dit moment een oplaadpunt gebouwd"
}, },
"4": { "4": {
"then": "Dit oplaadpunt werkt" "then": "Dit oplaadpunt is niet meer in gebruik maar is wel nog aanwezig"
} }
}, },
"question": "Is dit oplaadpunt operationeel?" "question": "Is dit oplaadpunt operationeel?"

View file

@ -1429,6 +1429,13 @@
} }
}, },
"waste_basket": { "waste_basket": {
"iconSize": {
"mappings": {
"0": {
"then": "Контейнер для мусора"
}
}
},
"name": "Контейнер для мусора", "name": "Контейнер для мусора",
"presets": { "presets": {
"0": { "0": {