UX: translate 'creating point', indicate that a new background layer is loading in the selectBackgroundButton

This commit is contained in:
Pieter Vander Vennet 2024-03-12 03:40:55 +01:00
parent dcc4a98344
commit 7210b3ff5d
8 changed files with 41 additions and 10 deletions

View file

@ -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)}"
},