forked from MapComplete/MapComplete
Translation reset
This commit is contained in:
parent
d5d11d48b5
commit
04040b68b9
9 changed files with 54 additions and 209 deletions
|
@ -6738,18 +6738,20 @@
|
|||
},
|
||||
"walls_and_buildings": {
|
||||
"description": "Spezielle Ebene, die alle Wände und Gebäude bereitstellt. Diese Ebene ist nützlich in Voreinstellungen für Objekte, die an Wänden platziert werden können (z. B. AEDs, Briefkästen, Eingänge, Adressen, Überwachungskameras, ...). Diese Ebene ist standardmäßig unsichtbar und kann vom Benutzer nicht umgeschaltet werden.",
|
||||
"tagRenderings": {
|
||||
"_entrance:width": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Der Eingang hat keine Informationen zur Durchgangsbreite"
|
||||
}
|
||||
},
|
||||
"render": "<a href ='#{_entrance:id} '>Diese Tür hat eine Durchgangsbreite von {canonical(_entrance:width)} Meter </a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Wand oder Gebäude"
|
||||
},
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": "Meter"
|
||||
},
|
||||
"1": {
|
||||
"human": "Zentimeter"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"waste_basket": {
|
||||
|
|
|
@ -4256,6 +4256,12 @@
|
|||
"indoors": {
|
||||
"description": "Basic indoor mapping: shows room outlines",
|
||||
"name": "indoors",
|
||||
"tagRenderings": {
|
||||
"ref": {
|
||||
"question": "What is the name of this room?",
|
||||
"render": "This room is named {name}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Indoor area {name}"
|
||||
}
|
||||
|
@ -6895,17 +6901,38 @@
|
|||
"walls_and_buildings": {
|
||||
"description": "Special builtin layer providing all walls and buildings. This layer is useful in presets for objects which can be placed against walls (e.g. AEDs, postboxes, entrances, addresses, surveillance cameras, …). This layer is invisible by default and not toggleable by the user.",
|
||||
"tagRenderings": {
|
||||
"_entrance:width": {
|
||||
"entrance_info": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This entrance has no width information"
|
||||
"then": "No entrance has been marked"
|
||||
},
|
||||
"1": {
|
||||
"then": "None of the {_entrance_count} entrances have width information yet"
|
||||
}
|
||||
},
|
||||
"render": "<a href ='#{_entrance:id} '>This door has a width of {canonical(_entrance:width)} meters </a>"
|
||||
"render": {
|
||||
"after": "{_entrances_count_without_width_count} entrances don't have width information yet",
|
||||
"before": "<h3>Entrances</h3>This building has {_entrances_count} entrances:",
|
||||
"special": {
|
||||
"tagrendering": "An <a href='#{id}'>entrance</a> of {canonical(width)}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Wall or building"
|
||||
},
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": "meter"
|
||||
},
|
||||
"1": {
|
||||
"human": "centimeter"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"waste_basket": {
|
||||
|
|
|
@ -3982,11 +3982,6 @@
|
|||
}
|
||||
},
|
||||
"walls_and_buildings": {
|
||||
"tagRenderings": {
|
||||
"_entrance:width": {
|
||||
"render": "<a href ='#{_entrance:id} '>Esta puerta tiene una ancho de {canonical(_entrance:width)} metros </a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Pared o edificio"
|
||||
}
|
||||
|
|
|
@ -4357,18 +4357,20 @@
|
|||
},
|
||||
"walls_and_buildings": {
|
||||
"description": "Couche intégrée spéciale fournissant tous les murs et bâtiments. Cette couche est utile dans les préréglages pour les objets qui peuvent être placés contre les murs (par exemple, les DEA, les boîtes aux lettres, les entrées, les adresses, les caméras de surveillance, …). Ce calque est invisible par défaut et non inchangeable par l'utilisateur.",
|
||||
"tagRenderings": {
|
||||
"_entrance:width": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Cette entrée n'a pas d'informations sur sa largeur"
|
||||
}
|
||||
},
|
||||
"render": "<a href ='#{_entrance:id} '>Cette porte a une largeur de {canonical(_entrance:width)} mètres </a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Mur ou bâtiment"
|
||||
},
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": "mètre"
|
||||
},
|
||||
"1": {
|
||||
"human": "centimètre"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"watermill": {
|
||||
|
|
|
@ -6524,16 +6524,6 @@
|
|||
},
|
||||
"walls_and_buildings": {
|
||||
"description": "Speciale laag met alle muren en gebouwen. Deze laag is nuttig om objecten toe te voegen die met een muur verbonden zijn (zoals AEDs, brievenbussen, adressen, bewakingscamera's,…). Deze laag is standaard onzichtbaar en kan niet aangezet worden door de gebruiker.",
|
||||
"tagRenderings": {
|
||||
"_entrance:width": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze toegang heeft geen informatie over deurbreedte"
|
||||
}
|
||||
},
|
||||
"render": "<a href ='#{_entrance:id} '>Deze deur heeft een breedte van {canonical(_entrance:width)} meter </a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Muur of gebouw"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue