forked from MapComplete/MapComplete
Regenerate translations
This commit is contained in:
parent
057e636a75
commit
7b993d7e55
2 changed files with 45 additions and 1 deletions
|
@ -153,6 +153,46 @@
|
||||||
"render": "Artwork"
|
"render": "Artwork"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"atm": {
|
||||||
|
"description": "ATMS to withdraw money",
|
||||||
|
"name": "ATMs",
|
||||||
|
"presets": {
|
||||||
|
"0": {
|
||||||
|
"title": "an ATM"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"tagRenderings": {
|
||||||
|
"brand": {
|
||||||
|
"freeform": {
|
||||||
|
"placeholder": "Brand name"
|
||||||
|
},
|
||||||
|
"question": "What brand is this ATM?",
|
||||||
|
"render": "The brand of this ATM is {brand}"
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"freeform": {
|
||||||
|
"placeholder": "Name of the ATM"
|
||||||
|
},
|
||||||
|
"question": "What is the name of this ATM?",
|
||||||
|
"render": "The name of this ATM is {name}"
|
||||||
|
},
|
||||||
|
"operator": {
|
||||||
|
"freeform": {
|
||||||
|
"placeholder": "Operator"
|
||||||
|
},
|
||||||
|
"question": "What company operates this ATM?",
|
||||||
|
"render": "The ATM is operated by {operator}"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"title": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "{brand} ATM"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"render": "ATM"
|
||||||
|
}
|
||||||
|
},
|
||||||
"barrier": {
|
"barrier": {
|
||||||
"description": "Obstacles while cycling, such as bollards and cycle barriers",
|
"description": "Obstacles while cycling, such as bollards and cycle barriers",
|
||||||
"name": "Barriers",
|
"name": "Barriers",
|
||||||
|
|
|
@ -1091,7 +1091,11 @@
|
||||||
"stations": {
|
"stations": {
|
||||||
"description": "View, edit and add details to a train station",
|
"description": "View, edit and add details to a train station",
|
||||||
"layers": {
|
"layers": {
|
||||||
"11": {
|
"3": {
|
||||||
|
"description": "Layer showing train stations",
|
||||||
|
"name": "Train Stations"
|
||||||
|
},
|
||||||
|
"14": {
|
||||||
"description": "Displays showing the trains that will leave from this station",
|
"description": "Displays showing the trains that will leave from this station",
|
||||||
"name": "Departures boards",
|
"name": "Departures boards",
|
||||||
"presets": {
|
"presets": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue