Translation reset

This commit is contained in:
Pieter Vander Vennet 2022-12-05 23:14:21 +01:00
parent a28b610bbf
commit e5d67d42c8
6 changed files with 113 additions and 38 deletions

View file

@ -3273,22 +3273,34 @@
"render": "Defibrillator"
}
},
"dentist": {
"description": "This layer shows dentist offices",
"name": "Dentist",
"presets": {
"0": {
"title": "a dentists office"
}
},
"tagRenderings": {
"name": {
"question": "What is the name of this dentist?",
"render": "This dentist is called {name}"
}
},
"title": {
"render": "Dentist Office {name}"
}
},
"direction": {
"description": "This layer visualizes directions",
"name": "Direction visualization"
},
"doctors": {
"description": "This layer shows doctor offices, dentists and other healthcare facilities",
"description": "This layer shows doctor offices",
"name": "Doctors",
"presets": {
"0": {
"title": "a doctors office"
},
"1": {
"title": "a dentists office"
},
"2": {
"title": "a physiotherapists office"
}
},
"tagRenderings": {
@ -5610,6 +5622,24 @@
"render": "{name}"
}
},
"physiotherapist": {
"description": "This layer shows physiotherapists",
"name": "Physiotherapist",
"presets": {
"0": {
"title": "a physiotherapists office"
}
},
"tagRenderings": {
"name": {
"question": "What is the name of this physiotherapists office?",
"render": "This physiotherapists office is called {name}"
}
},
"title": {
"render": "Physiotherapist {name}"
}
},
"picnic_table": {
"description": "The layer showing picnic tables",
"name": "Picnic tables",