Chore: translation sync

This commit is contained in:
Pieter Vander Vennet 2023-09-24 00:40:13 +02:00
parent 86d0e5dc74
commit daa03c1aa3
3 changed files with 25 additions and 2 deletions

View file

@ -368,7 +368,7 @@
}, },
"level", "level",
{ {
"builtin": ["phone"], "builtin": "phone",
"override": { "override": {
"question": { "question": {
"en": "What is the phone number of the operator of this vending machine?" "en": "What is the phone number of the operator of this vending machine?"
@ -460,7 +460,6 @@
{ {
"if": "vending=condoms", "if": "vending=condoms",
"then": "circle:white;./assets/layers/vending_machine/condom.svg" "then": "circle:white;./assets/layers/vending_machine/condom.svg"
} }
] ]
}, },

View file

@ -9849,6 +9849,18 @@
}, },
"16": { "16": {
"question": "Sale of flowers" "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?", "question": "Who operates this vending machine?",
"render": "This vending machine is operated by {operator}" "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": { "vending": {
"mappings": { "mappings": {
"0": { "0": {
@ -9939,6 +9957,9 @@
}, },
"18": { "18": {
"then": "Public transport tickets are sold" "then": "Public transport tickets are sold"
},
"19": {
"then": "Meat products are being sold"
} }
}, },
"question": "What does this vending machine sell?", "question": "What does this vending machine sell?",

View file

@ -9144,6 +9144,9 @@
}, },
"18": { "18": {
"then": "Openbaar vervoerkaartjes worden verkocht" "then": "Openbaar vervoerkaartjes worden verkocht"
},
"19": {
"then": "Vleesproducten worden hier verkocht"
} }
}, },
"question": "Wat verkoopt deze verkoopautomaat?", "question": "Wat verkoopt deze verkoopautomaat?",