From daa03c1aa3241706f525fb0483589dc51e300d35 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sun, 24 Sep 2023 00:40:13 +0200 Subject: [PATCH] Chore: translation sync --- .../vending_machine/vending_machine.json | 3 +-- langs/layers/en.json | 21 +++++++++++++++++++ langs/layers/nl.json | 3 +++ 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/assets/layers/vending_machine/vending_machine.json b/assets/layers/vending_machine/vending_machine.json index 5597a2e21..b9a92c1ed 100644 --- a/assets/layers/vending_machine/vending_machine.json +++ b/assets/layers/vending_machine/vending_machine.json @@ -368,7 +368,7 @@ }, "level", { - "builtin": ["phone"], + "builtin": "phone", "override": { "question": { "en": "What is the phone number of the operator of this vending machine?" @@ -460,7 +460,6 @@ { "if": "vending=condoms", "then": "circle:white;./assets/layers/vending_machine/condom.svg" - } ] }, diff --git a/langs/layers/en.json b/langs/layers/en.json index 460b13f6c..5d4a894ed 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -9849,6 +9849,18 @@ }, "16": { "question": "Sale of flowers" + }, + "17": { + "question": "Sale of parking" + }, + "18": { + "question": "Sale of pressed pennies" + }, + "19": { + "question": "Sale of public transport tickets" + }, + "20": { + "question": "Sale of meat products" } } } @@ -9881,6 +9893,12 @@ "question": "Who operates this vending machine?", "render": "This vending machine is operated by {operator}" }, + "phone": { + "override": { + "question": "What is the phone number of the operator of this vending machine?", + "questionHint": "This is the number you can call in case of problems with the vending machine" + } + }, "vending": { "mappings": { "0": { @@ -9939,6 +9957,9 @@ }, "18": { "then": "Public transport tickets are sold" + }, + "19": { + "then": "Meat products are being sold" } }, "question": "What does this vending machine sell?", diff --git a/langs/layers/nl.json b/langs/layers/nl.json index 8256d43c2..f7158b37c 100644 --- a/langs/layers/nl.json +++ b/langs/layers/nl.json @@ -9144,6 +9144,9 @@ }, "18": { "then": "Openbaar vervoerkaartjes worden verkocht" + }, + "19": { + "then": "Vleesproducten worden hier verkocht" } }, "question": "Wat verkoopt deze verkoopautomaat?",