forked from MapComplete/MapComplete
UX: translate 'creating point', indicate that a new background layer is loading in the selectBackgroundButton
This commit is contained in:
parent
dcc4a98344
commit
7210b3ff5d
8 changed files with 41 additions and 10 deletions
|
@ -1151,6 +1151,7 @@
|
|||
},
|
||||
"Capacity": {
|
||||
"question": "Hoeveel fietsen kunnen in deze fietsparking (inclusief potentiëel bakfietsen)?",
|
||||
"questionHint": "Dit is het totaal aantal gewone fietsen, bakfietsen, elektrische fietsen, ...",
|
||||
"render": "Plaats voor {capacity} fietsen"
|
||||
},
|
||||
"Cargo bike capacity?": {
|
||||
|
@ -6545,6 +6546,11 @@
|
|||
}
|
||||
},
|
||||
"opening_hours": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Gesloten voor onbepaalde duur"
|
||||
}
|
||||
},
|
||||
"question": "Wat zijn de openingstijden van {title()}?",
|
||||
"render": "<h3>Openingstijden</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue