Regen translations
This commit is contained in:
parent
51459d6fe2
commit
925860ad63
3 changed files with 22 additions and 2 deletions
|
@ -460,7 +460,7 @@
|
|||
"surveillance:type=camera"
|
||||
],
|
||||
"title": {
|
||||
"en":"surveillance camera"
|
||||
"en": "surveillance camera"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -470,7 +470,7 @@
|
|||
"camera:mount=wall"
|
||||
],
|
||||
"title": {
|
||||
"en":"surveillance camera mounted on a wall"
|
||||
"en": "surveillance camera mounted on a wall"
|
||||
},
|
||||
"preciseInput": {
|
||||
"snapToLayer": "walls_and_buildings"
|
||||
|
|
|
@ -2554,6 +2554,9 @@
|
|||
"presets": {
|
||||
"0": {
|
||||
"title": "Defibrillator"
|
||||
},
|
||||
"1": {
|
||||
"title": "defibrillator mounted on a wall"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
@ -3858,6 +3861,14 @@
|
|||
},
|
||||
"surveillance_camera": {
|
||||
"name": "Surveillance camera's",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "surveillance camera"
|
||||
},
|
||||
"1": {
|
||||
"title": "surveillance camera mounted on a wall"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Camera type: fixed; panning; dome": {
|
||||
"mappings": {
|
||||
|
@ -4314,6 +4325,12 @@
|
|||
"render": "{name}"
|
||||
}
|
||||
},
|
||||
"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.",
|
||||
"title": {
|
||||
"render": "Wall or building"
|
||||
}
|
||||
},
|
||||
"waste_basket": {
|
||||
"description": "This is a public waste basket, thrash can, where you can throw away your thrash.",
|
||||
"mapRendering": {
|
||||
|
|
|
@ -2550,6 +2550,9 @@
|
|||
"presets": {
|
||||
"0": {
|
||||
"title": "Defibrillator"
|
||||
},
|
||||
"1": {
|
||||
"title": "defibrillator die aan een muur hangt"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
|
Loading…
Reference in a new issue