Merge develop

This commit is contained in:
Pieter Vander Vennet 2024-05-02 23:56:31 +02:00
commit ef3e27ee8b
399 changed files with 38592 additions and 44846 deletions

View file

@ -1474,6 +1474,11 @@
},
"question": "What is the relative location of this bicycle parking?"
},
"charge": {
"question": "How much does it cost to park your bike here?",
"questionHint": "This is the amount which is charged for a single bike",
"render": "Parking your bike costs {charge}"
},
"fee": {
"mappings": {
"0": {
@ -10528,6 +10533,18 @@
"2": {
"human": "{quantity} days",
"humanSingular": "one day"
},
"3": {
"human": "{quantity} weeks",
"humanSingular": "one week"
},
"4": {
"human": "{quantity} months",
"humanSingular": "one month"
},
"5": {
"human": "{quantity} years",
"humanSingular": "one year"
}
}
}

View file

@ -1211,6 +1211,11 @@
},
"question": "Wat is de relatieve locatie van deze parking??"
},
"charge": {
"question": "Hoeveel kost het om een fiets te stallen?",
"questionHint": "Dit is de kostprijs voor een enkele fiets",
"render": "Je fiets hier parkeren kost {charge}"
},
"fee": {
"mappings": {
"0": {
@ -8692,6 +8697,18 @@
"2": {
"human": "{quantity} day",
"humanSingular": "één dag"
},
"3": {
"human": "{quantity} weken",
"humanSingular": "één week"
},
"4": {
"human": "{quantity} maanden",
"humanSingular": "één maand"
},
"5": {
"human": "{quantity} jaar",
"humanSingular": "één jaar"
}
}
}