forked from MapComplete/MapComplete
fix(themes): remove 'unkown' mapping from hydrants, the unkown case is handled by MapComplete
This commit is contained in:
parent
28b28de0f9
commit
4850e5094a
12 changed files with 87 additions and 151 deletions
|
@ -78,25 +78,6 @@
|
|||
"key": "colour"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"colour="
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "The hydrant color is unknown.",
|
||||
"ja": "消火栓の色は不明です。",
|
||||
"ru": "Цвет гидранта не определён.",
|
||||
"fr": "La borne est de couleur inconnue.",
|
||||
"de": "Die Farbe des Hydranten ist unbekannt.",
|
||||
"it": "Il colore dell’idrante è sconosciuto.",
|
||||
"nl": "De kleur van de brandkraan is onbekend.",
|
||||
"es": "Se desconoce el color de la boca de incendios.",
|
||||
"ca": "El color de l'hidrant és desconegut."
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
|
@ -162,24 +143,6 @@
|
|||
"es": " Tipo de boca de incendios: {fire_hydrant:type}"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"fire_hydrant:type="
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "The hydrant type is unknown.",
|
||||
"ja": "消火栓の種類は不明です。",
|
||||
"it": "Il tipo di idrante è sconosciuto.",
|
||||
"ru": "Тип гидранта не определён.",
|
||||
"fr": "La borne est de type inconnu.",
|
||||
"de": "Der Typ des Hydranten ist unbekannt.",
|
||||
"nl": "Het type brandkraan is onbekend.",
|
||||
"es": "Se desconoce el tipo de la boca de incendios"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
|
@ -569,4 +532,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue