Update coin denominations + related questions

This commit is contained in:
Robin van der Linde 2023-08-31 23:29:05 +02:00
parent 8473b71451
commit 9830bc99b0
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
50 changed files with 392 additions and 213 deletions

View file

@ -1126,7 +1126,8 @@
},
{
"or": [
"_currency=EUR"
"_currency~.*EUR.*",
"_currency~.*CHF.*"
]
}
]
@ -1146,7 +1147,7 @@
"mappings": [
{
"if": "payment:coins:denominations=0.01 EUR",
"icon": "./assets/layers/questions/1cent.svg",
"icon": "./assets/layers/questions/denominations/eur/1cent.svg",
"then": {
"en": "1 cent coins are accepted",
"de": "1-Cent-Münzen werden akzeptiert",
@ -1163,7 +1164,7 @@
},
{
"if": "payment:coins:denominations=0.02 EUR",
"icon": "./assets/layers/questions/2cent.svg",
"icon": "./assets/layers/questions/denominations/eur/2cent.svg",
"then": {
"en": "2 cent coins are accepted",
"de": "2-Cent-Münzen werden akzeptiert",
@ -1180,7 +1181,7 @@
},
{
"if": "payment:coins:denominations=0.05 EUR",
"icon": "./assets/layers/questions/5cent.svg",
"icon": "./assets/layers/questions/denominations/eur/5cent.svg",
"then": {
"en": "5 cent coins are accepted",
"de": "5-Cent-Münzen werden akzeptiert",
@ -1197,7 +1198,7 @@
},
{
"if": "payment:coins:denominations=0.10 EUR",
"icon": "./assets/layers/questions/10cent.svg",
"icon": "./assets/layers/questions/denominations/eur/10cent.svg",
"then": {
"en": "10 cent coins are accepted",
"de": "10-Cent-Münzen werden akzeptiert",
@ -1214,7 +1215,7 @@
},
{
"if": "payment:coins:denominations=0.20 EUR",
"icon": "./assets/layers/questions/20cent.svg",
"icon": "./assets/layers/questions/denominations/eur/20cent.svg",
"then": {
"en": "20 cent coins are accepted",
"de": "20-Cent-Münzen werden akzeptiert",
@ -1231,7 +1232,7 @@
},
{
"if": "payment:coins:denominations=0.50 EUR",
"icon": "./assets/layers/questions/50cent.svg",
"icon": "./assets/layers/questions/denominations/eur/50cent.svg",
"then": {
"en": "50 cent coins are accepted",
"de": "50-Cent-Münzen werden akzeptiert",
@ -1248,7 +1249,7 @@
},
{
"if": "payment:coins:denominations=1 EUR",
"icon": "./assets/layers/questions/1euro.svg",
"icon": "./assets/layers/questions/denominations/eur/1euro.svg",
"then": {
"en": "1 euro coins are accepted",
"de": "1-Euro-Münzen werden akzeptiert",
@ -1264,7 +1265,7 @@
},
{
"if": "payment:coins:denominations=2 EUR",
"icon": "./assets/layers/questions/2euro.svg",
"icon": "./assets/layers/questions/denominations/eur/2euro.svg",
"then": {
"en": "2 euro coins are accepted",
"de": "2-Euro-Münzen werden akzeptiert",
@ -1277,6 +1278,69 @@
"cs": "Jsou přijímány mince v hodnotě 2 euro"
},
"hideInAnswer": "_currency!~.*EUR.*"
},
{
"if": "payment:coins:denominations=0.05 CHF",
"icon": "./assets/layers/questions/denominations/chf/5rp-2019-800px.png",
"then": {
"en": "5 centimes coins are accepted",
"nl": "Munten van 5 rappen worden geaccepteerd"
},
"hideInAnswer": "_currency!~.*CHF.*"
},
{
"if": "payment:coins:denominations=0.10 CHF",
"icon": "./assets/layers/questions/denominations/chf/10rp-2019-800px.png",
"then": {
"en": "10 centimes coins are accepted",
"nl": "Munten van 10 rappen worden geaccepteerd"
},
"hideInAnswer": "_currency!~.*CHF.*"
},
{
"if": "payment:coins:denominations=0.20 CHF",
"icon": "./assets/layers/questions/denominations/chf/20rp-2019-800px.png",
"then": {
"en": "20 centimes coins are accepted",
"nl": "Munten van 20 rappen worden geaccepteerd"
},
"hideInAnswer": "_currency!~.*CHF.*"
},
{
"if": "payment:coins:denominations=0.50 CHF",
"icon": "./assets/layers/questions/denominations/chf/50rp-2019-800px.png",
"then": {
"en": "½ franc coins are accepted",
"nl": "Munten van ½ frank worden geaccepteerd"
},
"hideInAnswer": "_currency!~.*CHF.*"
},
{
"if": "payment:coins:denominations=1 CHF",
"icon": "./assets/layers/questions/denominations/chf/1fr-2019-800px.png",
"then": {
"en": "1 franc coins are accepted",
"nl": "Munten van 1 frank worden geaccepteerd"
},
"hideInAnswer": "_currency!~.*CHF.*"
},
{
"if": "payment:coins:denominations=2 CHF",
"icon": "./assets/layers/questions/denominations/chf/2fr-2019-800px.png",
"then": {
"en": "2 francs coins are accepted",
"nl": "Munten van 2 frank worden geaccepteerd"
},
"hideInAnswer": "_currency!~.*CHF.*"
},
{
"if": "payment:coins:denominations=5 CHF",
"icon": "./assets/layers/questions/denominations/chf/5fr-2019-800px.png",
"then": {
"en": "5 francs coins are accepted",
"nl": "Munten van 5 frank worden geaccepteerd"
},
"hideInAnswer": "_currency!~.*CHF.*"
}
]
},
@ -1292,7 +1356,7 @@
},
{
"or": [
"_currency=EUR"
"_currency~.*EUR.*"
]
}
]
@ -1311,7 +1375,7 @@
"mappings": [
{
"if": "payment:notes:denominations=5 EUR",
"icon": "./assets/layers/questions/5euro.svg",
"icon": "./assets/layers/questions/denominations/eur/5euro.svg",
"then": {
"en": "5 euro notes are accepted",
"nl": "Biljetten van 5 euro worden geaccepteerd",
@ -1326,7 +1390,7 @@
},
{
"if": "payment:notes:denominations=10 EUR",
"icon": "./assets/layers/questions/10euro.svg",
"icon": "./assets/layers/questions/denominations/eur/10euro.svg",
"then": {
"en": "10 euro notes are accepted",
"nl": "Biljetten van 10 euro worden geaccepteerd",
@ -1341,7 +1405,7 @@
},
{
"if": "payment:notes:denominations=20 EUR",
"icon": "./assets/layers/questions/20euro.svg",
"icon": "./assets/layers/questions/denominations/eur/20euro.svg",
"then": {
"en": "20 euro notes are accepted",
"nl": "Biljetten van 20 euro worden geaccepteerd",
@ -1356,7 +1420,7 @@
},
{
"if": "payment:notes:denominations=50 EUR",
"icon": "./assets/layers/questions/50euro.svg",
"icon": "./assets/layers/questions/denominations/eur/50euro.svg",
"then": {
"en": "50 euro notes are accepted",
"nl": "Biljetten van 50 euro worden geaccepteerd",
@ -1371,7 +1435,7 @@
},
{
"if": "payment:notes:denominations=100 EUR",
"icon": "./assets/layers/questions/100euro.svg",
"icon": "./assets/layers/questions/denominations/eur/100euro.svg",
"then": {
"en": "100 euro notes are accepted",
"nl": "Biljetten van 100 euro worden geaccepteerd",
@ -1386,7 +1450,7 @@
},
{
"if": "payment:notes:denominations=200 EUR",
"icon": "./assets/layers/questions/200euro.svg",
"icon": "./assets/layers/questions/denominations/eur/200euro.svg",
"then": {
"en": "200 euro notes are accepted",
"nl": "Biljetten van 200 euro worden geaccepteerd",
@ -1401,7 +1465,7 @@
},
{
"if": "payment:notes:denominations=500 EUR",
"icon": "./assets/layers/questions/500euro.svg",
"icon": "./assets/layers/questions/denominations/eur/500euro.svg",
"then": {
"en": "500 euro notes are accepted",
"nl": "Biljetten van 500 euro worden geaccepteerd",
@ -2224,4 +2288,4 @@
]
}
]
}
}