Themes(atm): Add deposit types

This commit is contained in:
Robin van der Linde 2025-07-14 11:28:39 +02:00
parent d74d1607f8
commit 8e3d0ce58d

View file

@ -415,6 +415,40 @@
}
]
},
{
"id": "cash_in-types",
"question": {
"en": "In what ways can you deposit cash at this ATM?",
"nl": "Op welke manieren kan je geld storten bij deze geldautomaat?"
},
"mappings": [
{
"if": "cash_in:coins=yes",
"ifnot": "cash_in:coins=no",
"then": {
"en": "You can deposit coins at this ATM",
"nl": "Je kan munten storten bij deze geldautomaat"
}
},
{
"if": "cash_in:notes=yes",
"ifnot": "cash_in:notes=no",
"then": {
"en": "You can deposit notes at this ATM",
"nl": "Je kan biljetten storten bij deze geldautomaat"
}
},
{
"if": "cash_in:sealbags=yes",
"ifnot": "cash_in:sealbags=no",
"then": {
"en": "You can deposit sealed bags at this ATM",
"nl": "Je kan sealbags storten bij deze geldautomaat"
}
}
],
"condition": "cash_in=yes"
},
{
"id": "cash_out-denominations-notes",
"question": {
@ -691,4 +725,4 @@
"enableImproveAccuracy": true,
"enableRelocation": false
}
}
}