Reset translations

This commit is contained in:
Pieter Vander Vennet 2021-10-26 01:52:41 +02:00
parent 0e963d65a3
commit 5a66b14544
12 changed files with 2820 additions and 1638 deletions

File diff suppressed because it is too large Load diff

View file

@ -558,21 +558,6 @@
"nl": "Is dit oplaadpunt operationeel?"
},
"mappings": [
{
"if": {
"and": [
"planned:amenity=",
"construction:amenity=",
"disused:amenity=",
"operational_status=",
"amenity=charging_station"
]
},
"then": {
"en": "This charging station works",
"nl": "Dit oplaadpunt werkt"
}
},
{
"if": {
"and": [
@ -632,6 +617,21 @@
"en": "This charging station has beed permanently disabled and is not in use anymore but is still visible",
"nl": "Dit oplaadpunt is niet meer in gebruik maar is wel nog aanwezig"
}
},
{
"if": {
"and": [
"planned:amenity=",
"construction:amenity=",
"disused:amenity=",
"operational_status=",
"amenity=charging_station"
]
},
"then": {
"en": "This charging station works",
"nl": "Dit oplaadpunt werkt"
}
}
]
},

View file

@ -564,13 +564,7 @@
"mappings": [
{
"if": "_recently_surveyed=true",
"then": {
"en": "./assets/layers/defibrillator/aed_checked.svg",
"ru": "./assets/layers/defibrillator/aed_checked.svg",
"it": "./assets/layers/defibrillator/aed_checked.svg",
"fr": "./assets/layers/defibrillator/aed_checked.svg",
"de": "./assets/layers/defibrillator/aed_checked.svg"
}
"then": "./assets/layers/defibrillator/aed_checked.svg"
}
]
},