forked from MapComplete/MapComplete
Change order of mappings in charging stations theme
This commit is contained in:
parent
fa012b024d
commit
d443616d1f
6 changed files with 48 additions and 41 deletions
|
@ -1085,19 +1085,19 @@
|
|||
"Operational status": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Diese Ladestation ist kaputt"
|
||||
"then": "Diese Ladestation funktioniert"
|
||||
},
|
||||
"1": {
|
||||
"then": "Hier ist eine Ladestation geplant"
|
||||
"then": "Diese Ladestation ist kaputt"
|
||||
},
|
||||
"2": {
|
||||
"then": "Hier wird eine Ladestation gebaut"
|
||||
"then": "Hier ist eine Ladestation geplant"
|
||||
},
|
||||
"3": {
|
||||
"then": "Diese Ladestation wurde dauerhaft deaktiviert und wird nicht mehr benutzt, ist aber noch sichtbar"
|
||||
"then": "Hier wird eine Ladestation gebaut"
|
||||
},
|
||||
"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?"
|
||||
|
|
|
@ -1175,19 +1175,19 @@
|
|||
"Operational status": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This charging station is broken"
|
||||
"then": "This charging station works"
|
||||
},
|
||||
"1": {
|
||||
"then": "A charging station is planned here"
|
||||
"then": "This charging station is broken"
|
||||
},
|
||||
"2": {
|
||||
"then": "A charging station is constructed here"
|
||||
"then": "A charging station is planned here"
|
||||
},
|
||||
"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": {
|
||||
"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?"
|
||||
|
|
|
@ -1288,19 +1288,19 @@
|
|||
"Operational status": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit oplaadpunt is kapot"
|
||||
"then": "Dit oplaadpunt werkt"
|
||||
},
|
||||
"1": {
|
||||
"then": "Hier zal binnenkort een oplaadpunt gebouwd worden"
|
||||
"then": "Dit oplaadpunt is kapot"
|
||||
},
|
||||
"2": {
|
||||
"then": "Hier wordt op dit moment een oplaadpunt gebouwd"
|
||||
"then": "Hier zal binnenkort een oplaadpunt gebouwd worden"
|
||||
},
|
||||
"3": {
|
||||
"then": "Dit oplaadpunt is niet meer in gebruik maar is wel nog aanwezig"
|
||||
"then": "Hier wordt op dit moment een oplaadpunt gebouwd"
|
||||
},
|
||||
"4": {
|
||||
"then": "Dit oplaadpunt werkt"
|
||||
"then": "Dit oplaadpunt is niet meer in gebruik maar is wel nog aanwezig"
|
||||
}
|
||||
},
|
||||
"question": "Is dit oplaadpunt operationeel?"
|
||||
|
|
|
@ -1429,6 +1429,13 @@
|
|||
}
|
||||
},
|
||||
"waste_basket": {
|
||||
"iconSize": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Контейнер для мусора"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Контейнер для мусора",
|
||||
"presets": {
|
||||
"0": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue