forked from MapComplete/MapComplete
Generate translations
This commit is contained in:
parent
1ce88c18c5
commit
512282772a
5 changed files with 32 additions and 3 deletions
|
@ -4064,6 +4064,11 @@
|
|||
"hotel": {
|
||||
"description": "Layer showing all hotels",
|
||||
"name": "Hotels",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "a hotel"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"name": {
|
||||
"freeform": {
|
||||
|
@ -4072,6 +4077,14 @@
|
|||
"question": "What is the name of this hotel?",
|
||||
"render": "This hotel is called {name}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Hotel {name}"
|
||||
}
|
||||
},
|
||||
"render": "Hotel"
|
||||
}
|
||||
},
|
||||
"hydrant": {
|
||||
|
|
|
@ -3940,6 +3940,11 @@
|
|||
"hotel": {
|
||||
"description": "Laag die alle hotels toont",
|
||||
"name": "Hotels",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "een hotel"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"name": {
|
||||
"freeform": {
|
||||
|
@ -3948,6 +3953,14 @@
|
|||
"question": "Wat is de naam van dit hotel?",
|
||||
"render": "Dit hotel heet {name}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Hotel {name}"
|
||||
}
|
||||
},
|
||||
"render": "Hotel"
|
||||
}
|
||||
},
|
||||
"hydrant": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue