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
|
@ -1859,12 +1859,9 @@
|
|||
"hydrant-color": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "El color de l'hidrant és desconegut."
|
||||
},
|
||||
"1": {
|
||||
"then": "L'hidrant és de color groc."
|
||||
},
|
||||
"2": {
|
||||
"1": {
|
||||
"then": "L'hidrant és de color roig."
|
||||
}
|
||||
},
|
||||
|
@ -1909,16 +1906,16 @@
|
|||
},
|
||||
"hydrant-type": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"0": {
|
||||
"then": "De pilar."
|
||||
},
|
||||
"2": {
|
||||
"1": {
|
||||
"then": "De tuberia."
|
||||
},
|
||||
"3": {
|
||||
"2": {
|
||||
"then": "De paret."
|
||||
},
|
||||
"4": {
|
||||
"3": {
|
||||
"then": "Subterrani."
|
||||
}
|
||||
},
|
||||
|
|
|
@ -4907,12 +4907,9 @@
|
|||
"hydrant-color": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Die Farbe des Hydranten ist unbekannt."
|
||||
},
|
||||
"1": {
|
||||
"then": "Die Farbe des Hydranten ist gelb."
|
||||
},
|
||||
"2": {
|
||||
"1": {
|
||||
"then": "Die Farbe des Hydranten ist rot."
|
||||
}
|
||||
},
|
||||
|
@ -4975,18 +4972,15 @@
|
|||
"hydrant-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Der Typ des Hydranten ist unbekannt."
|
||||
},
|
||||
"1": {
|
||||
"then": "Überflurhydrant."
|
||||
},
|
||||
"2": {
|
||||
"1": {
|
||||
"then": "Druckloses Rohr."
|
||||
},
|
||||
"3": {
|
||||
"2": {
|
||||
"then": "Wandhydrant."
|
||||
},
|
||||
"4": {
|
||||
"3": {
|
||||
"then": "Unterflurhydrant."
|
||||
}
|
||||
},
|
||||
|
|
|
@ -4907,12 +4907,9 @@
|
|||
"hydrant-color": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "The hydrant color is unknown."
|
||||
},
|
||||
"1": {
|
||||
"then": "The hydrant color is yellow."
|
||||
},
|
||||
"2": {
|
||||
"1": {
|
||||
"then": "The hydrant color is red."
|
||||
}
|
||||
},
|
||||
|
@ -4975,18 +4972,15 @@
|
|||
"hydrant-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "The hydrant type is unknown."
|
||||
},
|
||||
"1": {
|
||||
"then": "Pillar type."
|
||||
},
|
||||
"2": {
|
||||
"1": {
|
||||
"then": "Pipe type."
|
||||
},
|
||||
"3": {
|
||||
"2": {
|
||||
"then": "Wall type."
|
||||
},
|
||||
"4": {
|
||||
"3": {
|
||||
"then": "Underground type."
|
||||
}
|
||||
},
|
||||
|
|
|
@ -2617,12 +2617,9 @@
|
|||
"hydrant-color": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Se desconoce el color de la boca de incendios."
|
||||
},
|
||||
"1": {
|
||||
"then": "La boca de incendios es amarilla."
|
||||
},
|
||||
"2": {
|
||||
"1": {
|
||||
"then": "La boca de incendios es roja."
|
||||
}
|
||||
},
|
||||
|
@ -2646,18 +2643,15 @@
|
|||
"hydrant-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Se desconoce el tipo de la boca de incendios"
|
||||
},
|
||||
"1": {
|
||||
"then": "De pilar."
|
||||
},
|
||||
"2": {
|
||||
"1": {
|
||||
"then": "De tubería."
|
||||
},
|
||||
"3": {
|
||||
"2": {
|
||||
"then": "De pared."
|
||||
},
|
||||
"4": {
|
||||
"3": {
|
||||
"then": "Bajo tierra."
|
||||
}
|
||||
},
|
||||
|
|
|
@ -3193,12 +3193,9 @@
|
|||
"hydrant-color": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "La borne est de couleur inconnue."
|
||||
},
|
||||
"1": {
|
||||
"then": "La borne est jaune."
|
||||
},
|
||||
"2": {
|
||||
"1": {
|
||||
"then": "La borne est rouge."
|
||||
}
|
||||
},
|
||||
|
@ -3222,18 +3219,15 @@
|
|||
"hydrant-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "La borne est de type inconnu."
|
||||
},
|
||||
"1": {
|
||||
"then": "Pilier."
|
||||
},
|
||||
"2": {
|
||||
"1": {
|
||||
"then": "Tuyau."
|
||||
},
|
||||
"3": {
|
||||
"2": {
|
||||
"then": "Mural."
|
||||
},
|
||||
"4": {
|
||||
"3": {
|
||||
"then": "Enterré."
|
||||
}
|
||||
},
|
||||
|
|
|
@ -349,7 +349,7 @@
|
|||
"tagRenderings": {
|
||||
"hydrant-type": {
|
||||
"mappings": {
|
||||
"3": {
|
||||
"2": {
|
||||
"then": "Jenis dinding."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1354,12 +1354,9 @@
|
|||
"hydrant-color": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Il colore dell’idrante è sconosciuto."
|
||||
},
|
||||
"1": {
|
||||
"then": "Il colore dell’idrante è giallo."
|
||||
},
|
||||
"2": {
|
||||
"1": {
|
||||
"then": "L'idrante è rosso."
|
||||
}
|
||||
},
|
||||
|
@ -1383,18 +1380,15 @@
|
|||
"hydrant-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Il tipo di idrante è sconosciuto."
|
||||
},
|
||||
"1": {
|
||||
"then": "Soprasuolo."
|
||||
},
|
||||
"2": {
|
||||
"1": {
|
||||
"then": "Tubo."
|
||||
},
|
||||
"3": {
|
||||
"2": {
|
||||
"then": "A muro."
|
||||
},
|
||||
"4": {
|
||||
"3": {
|
||||
"then": "Sottosuolo."
|
||||
}
|
||||
},
|
||||
|
|
|
@ -454,12 +454,9 @@
|
|||
"hydrant-color": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "消火栓の色は不明です。"
|
||||
},
|
||||
"1": {
|
||||
"then": "消火栓の色は黄色です。"
|
||||
},
|
||||
"2": {
|
||||
"1": {
|
||||
"then": "消火栓の色は赤です。"
|
||||
}
|
||||
},
|
||||
|
@ -483,18 +480,15 @@
|
|||
"hydrant-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "消火栓の種類は不明です。"
|
||||
},
|
||||
"1": {
|
||||
"then": "ピラー型。"
|
||||
},
|
||||
"2": {
|
||||
"1": {
|
||||
"then": "パイプ型。"
|
||||
},
|
||||
"3": {
|
||||
"2": {
|
||||
"then": "壁型。"
|
||||
},
|
||||
"4": {
|
||||
"3": {
|
||||
"then": "地下式。"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -4811,12 +4811,9 @@
|
|||
"hydrant-color": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "De kleur van de brandkraan is onbekend."
|
||||
},
|
||||
"1": {
|
||||
"then": "De brandkraan is geel."
|
||||
},
|
||||
"2": {
|
||||
"1": {
|
||||
"then": "De brandkraan is rood."
|
||||
}
|
||||
},
|
||||
|
@ -4879,18 +4876,15 @@
|
|||
"hydrant-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Het type brandkraan is onbekend."
|
||||
},
|
||||
"1": {
|
||||
"then": "Pillaar type."
|
||||
},
|
||||
"2": {
|
||||
"1": {
|
||||
"then": "Buis type."
|
||||
},
|
||||
"3": {
|
||||
"2": {
|
||||
"then": "Muur type."
|
||||
},
|
||||
"4": {
|
||||
"3": {
|
||||
"then": "Ondergronds type."
|
||||
}
|
||||
},
|
||||
|
|
|
@ -1059,12 +1059,9 @@
|
|||
"hydrant-color": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Цвет гидранта не определён."
|
||||
},
|
||||
"1": {
|
||||
"then": "Гидрант жёлтого цвета."
|
||||
},
|
||||
"2": {
|
||||
"1": {
|
||||
"then": "Гидрант красного цвета."
|
||||
}
|
||||
},
|
||||
|
@ -1120,18 +1117,15 @@
|
|||
"hydrant-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Тип гидранта не определён."
|
||||
},
|
||||
"1": {
|
||||
"then": "Наземный."
|
||||
},
|
||||
"2": {
|
||||
"1": {
|
||||
"then": "Труба."
|
||||
},
|
||||
"3": {
|
||||
"2": {
|
||||
"then": "Настенный."
|
||||
},
|
||||
"4": {
|
||||
"3": {
|
||||
"then": "Подземный."
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue