Merge develop

This commit is contained in:
Pieter Vander Vennet 2023-06-01 23:53:01 +02:00
commit 9f56f500f4
8 changed files with 4805 additions and 4537 deletions

View file

@ -434,6 +434,32 @@
},
"question": "Can you withdraw cash from this ATM?"
},
"cash_out-denominations-notes": {
"mappings": {
"0": {
"then": "5 euro notes can be withdrawn"
},
"1": {
"then": "10 euro notes can be withdrawn"
},
"2": {
"then": "20 euro notes can be withdrawn"
},
"3": {
"then": "50 euro notes can be withdrawn"
},
"4": {
"then": "100 euro notes can be withdrawn"
},
"5": {
"then": "200 euro notes can be withdrawn"
},
"6": {
"then": "500 euro notes can be withdrawn"
}
},
"question": "What notes can you withdraw here?"
},
"name": {
"render": "The name of this ATM is {name}"
},

File diff suppressed because it is too large Load diff

View file

@ -388,6 +388,9 @@
},
"question": "Pouvez-vous déposer de l'argent liquide dans ce DAB ?"
},
"cash_out-denominations-notes": {
"question": "Quels billets pouvez-vous retirer ici ?"
},
"name": {
"render": "Le nom de ce DAB est {name}"
},

View file

@ -321,6 +321,32 @@
},
"question": "Kan je geld ophalen bij deze geldautomaat?"
},
"cash_out-denominations-notes": {
"mappings": {
"0": {
"then": "Je kunt biljetten van 5 euro afhalen"
},
"1": {
"then": "Je kunt biljetten van 10 euro afhalen"
},
"2": {
"then": "Je kunt biljetten van 20 euro afhalen"
},
"3": {
"then": "Je kunt biljetten van 50 euro afhalen"
},
"4": {
"then": "Je kunt biljetten van 100 euro afhalen"
},
"5": {
"then": "Je kunt biljetten van 200 euro afhalen"
},
"6": {
"then": "Je kunt biljetten van 500 euro afhalen"
}
},
"question": "Welke bankbiljetten kan je hier afhalen?"
},
"name": {
"render": "De naam van deze geldautomaat is {name}"
},