Themes(bike_cleaning): add payment options, opening hours

This commit is contained in:
Pieter Vander Vennet 2025-04-20 00:26:03 +02:00
parent 6aaafe8ea4
commit 8584a4ba68
3 changed files with 44 additions and 8 deletions

View file

@ -131,6 +131,7 @@
],
"tagRenderings": [
"images",
"opening_hours_24_7",
{
"question": {
"en": "How much does it cost to use the cleaning service?",
@ -283,6 +284,24 @@
],
"id": "bike_cleaning-charge"
},
{
"builtin": "payment-options-split",
"override": {
"condition": "fee=yes"
}
},
{
"builtin": "denominations-coins",
"override": {
"condition": "payment:coins=yes"
}
},
{
"builtin": "denominations-notes",
"override": {
"condition": "payment:notes=yes"
}
},
{
"question": {
"en": "Is this bicycle cleaning service automated?",
@ -297,8 +316,8 @@
{
"if": "automated=no",
"then": {
"en": "This is a manual bike washing station",
"nl": "Dit is een handmatig fietsschoonmaakpunt",
"en": "This is a manual bike washing station - a person still has to point the water hose towards the bicycle",
"nl": "Dit is een handmatig fietsschoonmaakpunt - een persoon moet zelf de waterspuit richten naar de fiets",
"de": "Dies ist eine manuelle Fahrradwaschanlage",
"cs": "Jedná se o ruční mycí stanici kol",
"es": "Esta es una estación manual de lavado de bicicletas",
@ -309,8 +328,8 @@
{
"if": "automated=yes",
"then": {
"en": "This is an automated bike wash",
"nl": "Dit is een automatisch fietsschoonmaakpunt",
"en": "This is an automated bike wash. Your bicycle is placed in the device and everything happens automatically.",
"nl": "Dit is een automatisch fietsschoonmaakpunt - eens je fiets erin geplaats, wordt alles volledig automatisch proper gemaakt",
"de": "Dies ist eine automatische Fahrradwaschanlage",
"cs": "Jedná se o mytí kol bez obsluhy",
"es": "Esta es una estación automática de lavado de bicicletas",