Merge branch 'master' into develop

This commit is contained in:
Pieter Vander Vennet 2024-03-12 11:49:24 +01:00
commit 319f758d32
13 changed files with 71 additions and 16 deletions

View file

@ -124,6 +124,7 @@
"confirmLocation": "Confirm this location",
"confirmTitle": "Add a {title}?",
"confirmWarning": "The feature you create here will be <b>visible for everyone</b>. Please, only add things on to the map if they truly exist. A lot of applications use this data.",
"creating": "Creating a new point...",
"disableFilters": "Disable all filters",
"disableFiltersExplanation": "Some features might be hidden by a filter",
"enableLayer": "Enable layer {name}",

View file

@ -1412,6 +1412,7 @@
},
"Capacity": {
"question": "How many bicycles fit in this bicycle parking (including possible cargo bicycles)?",
"questionHint": "This includes regular bicycles, cargo bikes, ebikes, ...",
"render": "Place for {capacity} bikes"
},
"Cargo bike capacity?": {

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