forked from MapComplete/MapComplete
Merge branch 'master' into develop
This commit is contained in:
commit
319f758d32
13 changed files with 71 additions and 16 deletions
|
@ -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}",
|
||||
|
|
|
@ -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?": {
|
||||
|
|
|
@ -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