forked from MapComplete/MapComplete
Another sanity check, another bunch of fixed layers; add tagrendering-steal possibility, add some styling to TV-theme
This commit is contained in:
parent
10ac6a72e2
commit
746273f594
57 changed files with 602 additions and 940 deletions
|
@ -473,7 +473,7 @@
|
|||
},
|
||||
"6": {
|
||||
"question": "Welche Schwierigkeit hat hier die schwerste Route (französisch/belgisches System)?",
|
||||
"render": "Die schwerste Route hat hier die Schwierigkeit {climbing:grade:french:min} (französisch/belgisches System)"
|
||||
"render": "Die schwerste Route hat hier die Schwierigkeit {climbing:grade:french:max} (französisch/belgisches System)"
|
||||
},
|
||||
"7": {
|
||||
"mappings": {
|
||||
|
@ -874,8 +874,7 @@
|
|||
"then": "Der Hydrant wurde entfernt."
|
||||
}
|
||||
},
|
||||
"question": "Aktualisieren Sie den Lebenszyklusstatus des Hydranten.",
|
||||
"render": "Lebenszyklus-Status"
|
||||
"question": "Aktualisieren Sie den Lebenszyklusstatus des Hydranten."
|
||||
},
|
||||
"hydrant-type": {
|
||||
"mappings": {
|
||||
|
|
|
@ -905,17 +905,16 @@
|
|||
"hydrant-state": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "The hydrant is (fully or partially) working."
|
||||
"then": "The hydrant is (fully or partially) working"
|
||||
},
|
||||
"1": {
|
||||
"then": "The hydrant is unavailable."
|
||||
"then": "The hydrant is unavailable"
|
||||
},
|
||||
"2": {
|
||||
"then": "The hydrant has been removed."
|
||||
"then": "The hydrant has been removed"
|
||||
}
|
||||
},
|
||||
"question": "Update the lifecycle status of the hydrant.",
|
||||
"render": "Lifecycle status"
|
||||
"question": "Is this hydrant still working?"
|
||||
},
|
||||
"hydrant-type": {
|
||||
"mappings": {
|
||||
|
|
|
@ -97,7 +97,7 @@
|
|||
},
|
||||
"caravansites-name": {
|
||||
"question": "Comment s'appelle cet endroit ?",
|
||||
"render": "Cet endroit s'appelle {nom}"
|
||||
"render": "Cet endroit s'appelle {name}"
|
||||
},
|
||||
"caravansites-sanitary-dump": {
|
||||
"mappings": {
|
||||
|
@ -686,8 +686,7 @@
|
|||
"then": "La borne a été retirée."
|
||||
}
|
||||
},
|
||||
"question": "Mettre à jour l’état de la borne.",
|
||||
"render": "État"
|
||||
"question": "Mettre à jour l’état de la borne."
|
||||
},
|
||||
"hydrant-type": {
|
||||
"mappings": {
|
||||
|
|
|
@ -829,8 +829,7 @@
|
|||
"then": "L’idrante è stato rimosso."
|
||||
}
|
||||
},
|
||||
"question": "Aggiorna lo stato di funzionamento dell’idrante.",
|
||||
"render": "Stato di funzionamento"
|
||||
"question": "Aggiorna lo stato di funzionamento dell’idrante."
|
||||
},
|
||||
"hydrant-type": {
|
||||
"mappings": {
|
||||
|
|
|
@ -655,7 +655,7 @@
|
|||
}
|
||||
},
|
||||
"question": "消火栓の色は何色ですか?",
|
||||
"render": "消火栓の色は{color}です"
|
||||
"render": "消火栓の色は{colour}です"
|
||||
},
|
||||
"hydrant-state": {
|
||||
"mappings": {
|
||||
|
@ -669,8 +669,7 @@
|
|||
"then": "消火栓が撤去されました。"
|
||||
}
|
||||
},
|
||||
"question": "消火栓のライフサイクルステータスを更新します。",
|
||||
"render": "ライフサイクルステータス"
|
||||
"question": "消火栓のライフサイクルステータスを更新します。"
|
||||
},
|
||||
"hydrant-type": {
|
||||
"mappings": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue