Add 'level' to charging stations

This commit is contained in:
pietervdvn 2021-09-08 00:26:55 +02:00
parent 3462c5e702
commit a35360886c
2 changed files with 16 additions and 0 deletions

View file

@ -374,6 +374,7 @@
"type": "url"
}
},
"level",
{
"#": "ref",
"question": {

View file

@ -251,6 +251,21 @@
"sv": "Ligger på bottenvåningen"
}
},
{
"if": "level=",
"hideInAnswer": true,
"then": {
"en": "Located on the ground floor",
"nl": "Bevindt zich gelijkvloers",
"de": "Ist im Erdgeschoss",
"pt_BR": "Localizado no térreo",
"ru": "Расположено на первом этаже",
"zh_Hant": "位於 1 樓",
"fr": "Rez-de-chaussée",
"pl": "Znajduje się na parterze",
"sv": "Ligger på bottenvåningen"
}
},
{
"if": "level=1",
"then": {