Chore: order tagRenderings in layers

This commit is contained in:
Pieter Vander Vennet 2025-07-11 04:49:24 +02:00
parent 5f9f9ba1c5
commit bba8546a55
148 changed files with 4068 additions and 4068 deletions

View file

@ -400,12 +400,6 @@
"uk": "Що продає цей автомат?",
"it": "Cosa vende questo distributore automatico?"
},
"freeform": {
"key": "vending",
"addExtraTags": [
"fixme=A mapcomplete user used the text field to set the 'vending'-tag, which is probably incorrect (e.g. might be in the local language, use upercase, ...)"
]
},
"render": {
"en": "This vending machine sells {vending}",
"nl": "Deze verkoopautomaat verkoopt {vending}",
@ -417,6 +411,12 @@
"uk": "Цей торговий автомат продає {vending}",
"it": "Questo distributore automatico vende {vending}"
},
"freeform": {
"key": "vending",
"addExtraTags": [
"fixme=A mapcomplete user used the text field to set the 'vending'-tag, which is probably incorrect (e.g. might be in the local language, use upercase, ...)"
]
},
"mappings": [
{
"if": "vending=drinks",
@ -844,6 +844,7 @@
"multiAnswer": true
},
{
"id": "bicycle_tube_vending_machine-brand",
"question": {
"en": "Which brand of tubes are sold here?",
"ca": "Quines marques de cambres d'aire es venen aquí?",
@ -855,10 +856,6 @@
"pt": "Quais marcas de câmara de ar são vendidas aqui?",
"it": "Quale marca di camere d'aria viene venduta qui?"
},
"condition": "vending~.*bicycle_tube.*",
"freeform": {
"key": "brand"
},
"render": {
"en": "{brand} tubes are sold here",
"ca": "Aquí es venen cambres d'aire {brand}",
@ -870,6 +867,9 @@
"pt": "câmaras de ar {brand} são vendidas aqui",
"it": "Qui vengono vendute camere d'aria {brand}"
},
"freeform": {
"key": "brand"
},
"mappings": [
{
"if": "brand=Continental",
@ -900,8 +900,8 @@
}
}
],
"multiAnswer": true,
"id": "bicycle_tube_vending_machine-brand"
"condition": "vending~.*bicycle_tube.*",
"multiAnswer": true
},
"opening_hours_24_7",
"payment-options-split",
@ -920,6 +920,17 @@
"uk": "Хто керує цим автоматом?",
"it": "Chi gestisce questo distributore automatico?"
},
"render": {
"en": "This vending machine is operated by {operator}",
"nl": "Deze verkoopautomaat wordt beheerd door {operator}",
"de": "Dieser Verkaufsautomat wird betrieben von {operator}",
"fr": "Ce distributeur est exploité par {operator}",
"ca": "{operator} gestiona aquesta màquina expenedora",
"cs": "Tento prodejní automat provozuje {operator}",
"es": "Esta máquina expendedora es operada por {operator}",
"uk": "Цим торговим автоматом керує {operator}",
"it": "Questo distributore automatico è gestito da {operator}"
},
"freeform": {
"key": "operator",
"placeholder": {
@ -932,17 +943,6 @@
"es": "Nombre del operador",
"it": "Nome dell'operatore"
}
},
"render": {
"en": "This vending machine is operated by {operator}",
"nl": "Deze verkoopautomaat wordt beheerd door {operator}",
"de": "Dieser Verkaufsautomat wird betrieben von {operator}",
"fr": "Ce distributeur est exploité par {operator}",
"ca": "{operator} gestiona aquesta màquina expenedora",
"cs": "Tento prodejní automat provozuje {operator}",
"es": "Esta máquina expendedora es operada por {operator}",
"uk": "Цим торговим автоматом керує {operator}",
"it": "Questo distributore automatico è gestito da {operator}"
}
},
{