Chore: translation sync
This commit is contained in:
parent
86d0e5dc74
commit
daa03c1aa3
3 changed files with 25 additions and 2 deletions
|
@ -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"
|
||||
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -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?",
|
||||
|
|
|
@ -9144,6 +9144,9 @@
|
|||
},
|
||||
"18": {
|
||||
"then": "Openbaar vervoerkaartjes worden verkocht"
|
||||
},
|
||||
"19": {
|
||||
"then": "Vleesproducten worden hier verkocht"
|
||||
}
|
||||
},
|
||||
"question": "Wat verkoopt deze verkoopautomaat?",
|
||||
|
|
Loading…
Reference in a new issue