Translated using Weblate (German)
Currently translated at 99.3% (2223 of 2237 strings) Translation: MapComplete/Layer translations Translate-URL: https://hosted.weblate.org/projects/mapcomplete/layers/de/
This commit is contained in:
parent
dfc9253fcd
commit
e186c0c4c5
1 changed files with 31 additions and 1 deletions
|
@ -3566,7 +3566,7 @@
|
||||||
},
|
},
|
||||||
"width": {
|
"width": {
|
||||||
"question": "Wie breit ist diese Tür bzw. dieser Eingang?",
|
"question": "Wie breit ist diese Tür bzw. dieser Eingang?",
|
||||||
"render": "Diese Tür hat eine Durchgangsbreite von {canonical(width)} Meter"
|
"render": "Diese Tür hat eine Durchgangsbreite von {canonical(width)}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
|
@ -4249,6 +4249,36 @@
|
||||||
},
|
},
|
||||||
"question": "Welche Bauform hat der Hydrant?",
|
"question": "Welche Bauform hat der Hydrant?",
|
||||||
"render": " Hydranten-Typ: {fire_hydrant:type}"
|
"render": " Hydranten-Typ: {fire_hydrant:type}"
|
||||||
|
},
|
||||||
|
"hydrant-couplings-diameters": {
|
||||||
|
"question": "Welchen Durchmesser haben die Kupplungen dieses Hydranten?",
|
||||||
|
"freeform": {
|
||||||
|
"placeholder": "Kupplungsdurchmesser"
|
||||||
|
},
|
||||||
|
"render": "Kupplungsdurchmesser: {couplings:diameters}"
|
||||||
|
},
|
||||||
|
"hydrant-couplings": {
|
||||||
|
"freeform": {
|
||||||
|
"placeholder": "Art der Kupplung"
|
||||||
|
},
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "Storz-Kupplung"
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"then": "UNI-Kupplung"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"then": "Barcelona-Kupplung"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"question": "Welche Art von Kupplungen hat dieser Hydrant?",
|
||||||
|
"render": "Kupplungen: {couplings:type}"
|
||||||
|
},
|
||||||
|
"hydrant-diameter": {
|
||||||
|
"freeform": {
|
||||||
|
"placeholder": "Rohrdurchmesser"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
|
|
Loading…
Reference in a new issue