forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
f0311c635a
148 changed files with 4323 additions and 1949 deletions
|
@ -246,7 +246,8 @@
|
|||
"if": "vending=meat",
|
||||
"then": {
|
||||
"en": "Meat is sold",
|
||||
"nl": "Vlees wordt verkocht"
|
||||
"nl": "Vlees wordt verkocht",
|
||||
"ca": "Es venen productes carnis"
|
||||
},
|
||||
"icon": "./assets/layers/id_presets/temaki-meat.svg"
|
||||
},
|
||||
|
@ -406,10 +407,12 @@
|
|||
"builtin": "phone",
|
||||
"override": {
|
||||
"question": {
|
||||
"en": "What is the phone number of the operator of this vending machine?"
|
||||
"en": "What is the phone number of the operator of this vending machine?",
|
||||
"ca": "Quin és el número de telèfon de l'operador d'aquesta màquina expenedora?"
|
||||
},
|
||||
"questionHint": {
|
||||
"en": "This is the number you can call in case of problems with the vending machine"
|
||||
"en": "This is the number you can call in case of problems with the vending machine",
|
||||
"ca": "Aquest és el número al qual podeu trucar en cas de problemes amb la màquina expenedora"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -835,7 +838,8 @@
|
|||
"question": {
|
||||
"en": "Sale of meat",
|
||||
"nl": "Verkoop van vlees",
|
||||
"de": "Verkauf von Fleisch"
|
||||
"de": "Verkauf von Fleisch",
|
||||
"ca": "Venda de productes carnis"
|
||||
},
|
||||
"osmTags": "vending~i~.*meat.*"
|
||||
},
|
||||
|
@ -852,19 +856,22 @@
|
|||
{
|
||||
"osmTags": "vending~i~.*parking_tickets.*",
|
||||
"question": {
|
||||
"en": "Sale of parking tickets"
|
||||
"en": "Sale of parking tickets",
|
||||
"ca": "Venda d'aparcament"
|
||||
}
|
||||
},
|
||||
{
|
||||
"osmTags": "vending=elongated_coin",
|
||||
"question": {
|
||||
"en": "Sale of pressed pennies"
|
||||
"en": "Sale of pressed pennies",
|
||||
"ca": "Venda de monedes premsades"
|
||||
}
|
||||
},
|
||||
{
|
||||
"osmTags": "vending~i~.*public_transport_tickets.*",
|
||||
"question": {
|
||||
"en": "Sale of public transport tickets"
|
||||
"en": "Sale of public transport tickets",
|
||||
"ca": "Venda de bitllets de transport públic"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -910,4 +917,4 @@
|
|||
"enableRelocation": true
|
||||
},
|
||||
"deletion": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue