forked from MapComplete/MapComplete
Merge develop
This commit is contained in:
commit
08ffe4b7c0
146 changed files with 4380 additions and 1435 deletions
|
@ -1034,9 +1034,64 @@
|
|||
},
|
||||
"question": "Aquesta màquina expenedora encara funciona?",
|
||||
"render": "L'estat operatiu és <i>{operational_status}</i>"
|
||||
},
|
||||
"bicycle_tube_vending_machine-brand": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Aquí es venen cambres d'aire Continental"
|
||||
},
|
||||
"1": {
|
||||
"then": "Aquí es venen cambres d'aire Schwalbe"
|
||||
}
|
||||
},
|
||||
"question": "Quines marques de cambres d'aire es venen aquí?",
|
||||
"render": "Aquí es venen cambres d'aire {brand}"
|
||||
},
|
||||
"bicycle_tube_vending_machine-charge": {
|
||||
"question": "Quant costa una cambra d'aire de bicicleta?",
|
||||
"render": "Una cambra d'aire de bicicleta costa {charge}"
|
||||
},
|
||||
"bicycle_tube_vending_machine-operator": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Mantés per Schwalbe"
|
||||
},
|
||||
"1": {
|
||||
"then": "Mantés per Continental"
|
||||
}
|
||||
},
|
||||
"question": "Qui manté aquesta màquina expenedora?"
|
||||
},
|
||||
"other-items-vending": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Aquí es venen cambres d'aire de bicicletes"
|
||||
},
|
||||
"1": {
|
||||
"then": "Aquí es venen llums per a bicicletes"
|
||||
},
|
||||
"2": {
|
||||
"then": "Aquí es venen guants"
|
||||
},
|
||||
"3": {
|
||||
"then": "Aquí es venen kits de reparació de bicicletes"
|
||||
},
|
||||
"4": {
|
||||
"then": "Aquí es venen bombes de bicicletes"
|
||||
},
|
||||
"5": {
|
||||
"then": "Aquí es venen cadenats per a bicicletes"
|
||||
}
|
||||
},
|
||||
"question": "Es venen altres accessoris per a bicicletes aquí?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Màquina expenedora de cambres d'aire de bicicletes {name}"
|
||||
}
|
||||
},
|
||||
"render": "Màquina expenedora de tubs de bicicleta"
|
||||
}
|
||||
},
|
||||
|
@ -1858,7 +1913,7 @@
|
|||
"question": "Té un connector <div style='display: inline-block'><b><b>Tipus 2 amb cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>"
|
||||
},
|
||||
"11": {
|
||||
"question": "Té un connector <div style='display: inline-block'><b><b>CCS Tesla Supercharger </b> (un tipus2_css de marca)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div>"
|
||||
"question": "Té un connector <div style='display: inline-block'><b><b>CCS Tesla Supercharger </b> (un cable de la marca Tesla Tipus2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div>"
|
||||
},
|
||||
"12": {
|
||||
"question": "Té un connector <div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div>"
|
||||
|
@ -1984,10 +2039,10 @@
|
|||
"then": "<b>Tipus 2 amb cable</b> (mennekes)"
|
||||
},
|
||||
"20": {
|
||||
"then": "<b>CSS Supercarregador Tesla</b> (un tipus2_css de la marca)"
|
||||
"then": "<b>CCS Supercarregador Tesla</b> (un cable de la marca Tesla Tipus2_css)"
|
||||
},
|
||||
"21": {
|
||||
"then": "<b>CSS Supercarregador Tesla</b> (un tipus2_css de la marca)"
|
||||
"then": "<b>CCS Supercarregador Tesla</b> (un cable de la marca Tesla Tipus2_css)"
|
||||
},
|
||||
"22": {
|
||||
"then": "<b>Supercarregador Tesla (destí)</b>"
|
||||
|
@ -2137,30 +2192,53 @@
|
|||
"then": "<b>Endoll de paret Shuko</b> sense ping de terra (CEE7/4 tipus F) surt com a màxim 16 A"
|
||||
}
|
||||
},
|
||||
"question": "Quina intensitat ofereixen els endolls amb <div style='display: inline-block'><b><b>de paret Shuko</b> sense pin de terra (CEE7/4 tipus F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div>?"
|
||||
"question": "Quina intensitat ofereixen els connectors amb <div style='display: inline-block'><b><b>endolls de paret Schuko</b> sense pin de terra (CEE7/4 tipus F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div>?",
|
||||
"render": "<div style='display: inline-block'><b><b>L'endoll de paret Schuko</b> sense pin de terra (CEE7/4 tipus F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> surt com a màxim a {socket:schuko:current}A"
|
||||
},
|
||||
"current-1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<b>Endoll de paret europeu</b> amb pin de terra (CEE7/4 type E) surt com a màxim a 16A"
|
||||
}
|
||||
},
|
||||
"question": "Quina intensitat ofereixen els connectors amb <div style='display: inline-block'><b><b> endolls de paret europeu</b> amb pin de terra (CEE7/4 tipus F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div>?",
|
||||
"render": "<div style='display: inline-block'><b><b>L'endoll de paret europeu</b> amb pin de terra (CEE7/4 tipus F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div>surt com a màxim a {socket:typee:current}A"
|
||||
},
|
||||
"current-10": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<b>CCS Supercarregador Tesla</b> (un cable de la marca Tesla Tipus2_css) surt com a màxim a 125A"
|
||||
},
|
||||
"1": {
|
||||
"then": "<b>CCS Supercarregador Tesla</b> (un cable de la marca Tesla Tipus2_css) surt com a màxim a 350A"
|
||||
}
|
||||
},
|
||||
"question": "Quina corrent ofereixen els connectors <div style='display: inline-block'><b><b>CCS Supercarregador Tesla</b> (un cable de la marca Tesla Tipus2_css)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div>?",
|
||||
"render": "<div style='display: inline-block'><b><b>CCS Supercarregador Tesla</b> (un cable de la marca Tesla Tipus2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> surt com a màxim a {socket:tesla_supercharger_ccs:current}A"
|
||||
},
|
||||
"current-11": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<b>Tesla Supercharger (Destinació)</b> emet com a màxim 125 A"
|
||||
"then": "<b>Supercarregador Tesla (Destí)</b> surt com a màxim a 125 A"
|
||||
},
|
||||
"1": {
|
||||
"then": "<b>Tesla Supercharger (Destinació)</b> emet com a màxim 350 A"
|
||||
"then": "<b>Supercarregdor Tesla (Destinació)</b> surt com a màxim a 350 A"
|
||||
}
|
||||
},
|
||||
"question": "Quin corrent fan els endolls amb <div style='display: inline-block'><b><b>Tesla Supercharger (Destination)</b></b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> offer?",
|
||||
"render": "<div style='display: inline-block'><b><b>Tesla Supercharger (Destinació)</b></b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> sortida com a màxim {socket:tesla_destination:current}A"
|
||||
"question": "Quina intensitat ofereixen els connectors <div style='display: inline-block'><b><b>Supercarregador Tesla (Destí)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div>?",
|
||||
"render": "<div style='display: inline-block'><b><b>Supercarregador Tesla (Destí)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> surt com a màxim a {socket:tesla_destination:current}A"
|
||||
},
|
||||
"current-12": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<b>Supercarregador Tesla (destinació)</b> (Un Tipus 2 amb un cable de marca Tesla) surt com a màxim a 16 A"
|
||||
"then": "<b>Supercarregador Tesla (Destí)</b> (Un Tipus 2 amb un cable de marca Tesla) surt com a màxim a 16 A"
|
||||
},
|
||||
"1": {
|
||||
"then": "<b>Supercarregador Tesla (destinació)</b> (Un Tipus 2 amb un cable de marca Tesla) surt com a màxim a 32 A"
|
||||
"then": "<b>Supercarregador Tesla (Destí)</b> (Un Tipus 2 amb un cable de marca Tesla) surt com a màxim a 32 A"
|
||||
}
|
||||
},
|
||||
"question": "Quin corrent donen els endolls amb <div style='display: inline-block'><b><b>Tesla Supercharger (destinació)</b> (un tipus 2 amb cable amb la marca Tesla)</b> <img style ='amplada: 1rem; mostrar: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> oferta?"
|
||||
"question": "Quina intensitat ofereixen els connectors <div style='display: inline-block'><b><b>Supercarregador Tesla (Destí)</b> (un tipus 2 amb cable amb la marca Tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>?",
|
||||
"render": "<div style='display: inline-block'><b><b>Supercarregador Tesla (Destí)</b> (un tipus 2 amb cable amb la marca Tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> surt com a màxim a {socket:tesla_destination:current}A"
|
||||
},
|
||||
"current-13": {
|
||||
"mappings": {
|
||||
|
@ -2171,8 +2249,16 @@
|
|||
"then": "<b>USB</b> per a carregar telèfons i dispositius petits fins a 2 A"
|
||||
}
|
||||
},
|
||||
"question": "Quina corrent ofereixen els connectors amb <div style='display: inline-block'><b><b>USB</b>per a carrega telèfons i dispositius electrònics petits</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div>?",
|
||||
"render": "<div style='display: inline-block'><b><b>USB</b>per a carregar telèfons i petits dispositius electrònics</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> com a màxim a {socket:USB-A:current}A"
|
||||
"question": "Quina intensitat ofereixen els connectors amb <div style='display: inline-block'><b><b>USB</b>per a carrega telèfons i dispositius electrònics petits</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div>?",
|
||||
"render": "<div style='display: inline-block'><b><b>USB</b>per a carregar telèfons i petits dispositius electrònics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> com a màxim a {socket:USB-A:current}A"
|
||||
},
|
||||
"current-14": {
|
||||
"question": "Quina intensitat ofereixen els connectors <div style='display: inline-block'><b><b>Bosch Active Connect amb 3 pins</b> i cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div>?",
|
||||
"render": "<div style='display: inline-block'><b><b>Bosch Active Connect amb 3 pins</b> i cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> surt com a màxim a {socket:bosch_3pin:current}A"
|
||||
},
|
||||
"current-15": {
|
||||
"question": "Quina corrent ofereixen els connectors <div style='display: inline-block'><b><b>Bosch Active Connect amb 5 pins</b> i cable</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div>?",
|
||||
"render": "<div style='display: inline-block'><b><b>Bosch Active Connect amb 5 pins</b> i cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> surt com a màxim a {socket:bosch_5pin:current}A"
|
||||
},
|
||||
"current-2": {
|
||||
"mappings": {
|
||||
|
@ -2180,7 +2266,50 @@
|
|||
"then": "<b>Chademo</b> surt com a màxim a 120 A"
|
||||
}
|
||||
},
|
||||
"question": "Quin corrent ofereixen els endolls amb <div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div>?"
|
||||
"question": "Quin corrent ofereixen els endolls amb <div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div>?",
|
||||
"render": "<div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> surt com a màxim a {socket:chademo:current}A"
|
||||
},
|
||||
"current-3": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<b>Tipus 1 amb cable</b> (J1772) surt com a màxim a 32A"
|
||||
}
|
||||
},
|
||||
"question": "Quina corrent ofereixen els connectors <div style='display: inline-block'><b><b>Tipus 1 amb cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div>?",
|
||||
"render": "<div style='display: inline-block'><b><b>Tipus 1 amb cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> surt com a màxim a {socket:type1_cable:current}A"
|
||||
},
|
||||
"current-4": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<b>Tipus 1 <i>sense</i> cable</b> (J1772) surt com a màxim a 32A"
|
||||
}
|
||||
},
|
||||
"question": "Quina corrent ofereixen els connectors <div style='display: inline-block'><b><b>Tipus 1 <i>sense</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div>?",
|
||||
"render": "<div style='display: inline-block'><b><b>Tipus 1 <i>sense</i> cable</b>(J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> surt com a màxim a {socket:type1:current}A"
|
||||
},
|
||||
"current-5": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<b>Tipus 1 CCS</b> (també Tipus 1 Combo) surt com a màxim a 50A"
|
||||
},
|
||||
"1": {
|
||||
"then": "<b>Tipus 1 CCS</b> (també Tipus 1 Combo) surt com a màxim a 125A"
|
||||
}
|
||||
},
|
||||
"question": "Quina intensitat ofereixen els connectors <div style='display: inline-block'><b><b>Tipus 1 CCS</b> (també Tipus 1 Combo) </b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div>?",
|
||||
"render": "<div style='display: inline-block'><b><b>Tipus 1 CCS</b> (també Tipus 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> surt com a màxim a {socket:type1_combo:current}A"
|
||||
},
|
||||
"current-6": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<b>Supercarregador Tesla</b> surt com a màxim a 125A"
|
||||
},
|
||||
"1": {
|
||||
"then": "<b>Supercarregador Tesla</b> surt com a màxim a 350A"
|
||||
}
|
||||
},
|
||||
"question": "Quina intensitat ofereixen els connectors <div style='display: inline-block'><b><b>Supercarregador Tesla</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div>?",
|
||||
"render": "<div style='display: inline-block'><b><b>Supercarregador Tesla</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> surt com a màxim a {socket:tesla_supercharger:current}A"
|
||||
},
|
||||
"current-7": {
|
||||
"mappings": {
|
||||
|
@ -2190,7 +2319,9 @@
|
|||
"1": {
|
||||
"then": "<b>Tipus 2</b> (menneks) surt com a màxim a 32 A"
|
||||
}
|
||||
}
|
||||
},
|
||||
"question": "Quina intensitat ofereixen els connectors <div style='display: inline-block'><b><b>Tipus 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div>?",
|
||||
"render": "<div style='display: inline-block'><b><b>Tipus 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> surt com a màxim a {socket:type2:current}A"
|
||||
},
|
||||
"current-8": {
|
||||
"mappings": {
|
||||
|
@ -2201,7 +2332,20 @@
|
|||
"then": "<b>Tipus 2 CCS</b> (mennekes) surt com a màxim a 350 A"
|
||||
}
|
||||
},
|
||||
"question": "Quin corrent ofereixen els endolls amb <div style='display: inline-block'><b><b>Tipus 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div>?"
|
||||
"question": "Quina intensitat ofereixen els connectors <div style='display: inline-block'><b><b>Tipus 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div>?",
|
||||
"render": "<div style='display: inline-block'><b><b>Tipus 2 CSS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div>surt com a màxim a {socket:type2_combo:current}"
|
||||
},
|
||||
"current-9": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<b>Tipus 2 amb cable</b> (mennekes) surt com a màxim a 16A"
|
||||
},
|
||||
"1": {
|
||||
"then": "<b>Tipus 2 amb cable </b> (mennekes) surt com a màxim a 32A"
|
||||
}
|
||||
},
|
||||
"question": "Quina intensitat ofereixen els connectors <div style='display: inline-block'><b><b>Tipus 2 amb cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>?",
|
||||
"render": "<div style='display: inline-block'><b><b>Tipus 2 amb cable </b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> surt com a màxim a {socket:type2_cable:current}A"
|
||||
},
|
||||
"email": {
|
||||
"question": "Quin és el correu electrònic de l'operadora?",
|
||||
|
@ -2240,6 +2384,18 @@
|
|||
"question": "A quin número es pot cridar si hi ha algun problema amb aquest punt de càrrega?",
|
||||
"render": "En cas de problemes, truqueu a <a href='tel:{phone}'>{phone}</a>"
|
||||
},
|
||||
"plugs-0": {
|
||||
"question": "Quants connectors del tipus <div style='display: inline-block'><b><b>Endoll de paret Schuko</b> sense pin de terra (CEE7/4 tipus F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> hi han disponibles aquí?",
|
||||
"render": "Hi ha <b class='text-xl'>{socket:schuko}</b> connectors del tipus <div style='display: inline-block'><b><b> Endoll de paret Schuko</b> sense pin de terra (CEE7/4 tipus F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div>disponibles aquí"
|
||||
},
|
||||
"plugs-1": {
|
||||
"question": "Quants connectors del tipus <div style='display: inline-block'><b><b>Endoll de paret Europeu</b> amb pin de terra (CEE7/4 tipus E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> hi han disponibles aquí?",
|
||||
"render": "Hi ha <b class='text-xl'>{socket:typee}</b> connectors del tipus <div style='display: inline-block'><b><b> Endoll de paret europeu</b> amb pin de terra (CEE7/4 tipus E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div>disponibles aquí"
|
||||
},
|
||||
"plugs-10": {
|
||||
"question": "Quants connectors del tipus <div style='display: inline-block'><b><b>CCS Supercarregador Tesla</b> (un cable de la marca Tesla Tipus2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> hi han disponibles aquí?",
|
||||
"render": "Hi ha <b class='text-xl'>{socket:tesla_supercharger_ccs}</b> connectors <div style='display: inline-block'><b><b>Supercarregadro Tesla CCS</b> (un cable de la marca Tesla Tipus2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> disponibles aquí"
|
||||
},
|
||||
"plugs-2": {
|
||||
"render": "Aquí hi ha <b class='text-xl'>{socket:chademo}</b> endolls del tipus <div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> disponibles"
|
||||
},
|
||||
|
@ -2367,7 +2523,7 @@
|
|||
"then": "L'escalada en bloc és possible, tot i que només hi ha unes poques rutes"
|
||||
},
|
||||
"3": {
|
||||
"then": "Hi han {climbing:boulder} rutes d'escalada en bloc"
|
||||
"then": "Hi han {climbing:boulder} problemes d'escalada en bloc"
|
||||
}
|
||||
},
|
||||
"question": "És possible fer escalda en bloc aquí?"
|
||||
|
@ -2396,10 +2552,25 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Contained_climbing_routes": {
|
||||
"render": "<h3>Conté {_contained_climbing_routes_count} rutes</h3> <ul>{_contained_climbing_routes}</ul>"
|
||||
},
|
||||
"Rock type (crag/rock/cliff only)": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Calcària"
|
||||
}
|
||||
},
|
||||
"question": "Quin és el tipus de roca aquí?",
|
||||
"render": "El tipus de roca és {rock}"
|
||||
},
|
||||
"Type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Una roca d'escalada: una única roca o penya-segat amb una o unes quantes vies d'escalada que es poden escalar amb seguretat sense corda"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
|
@ -3529,7 +3700,7 @@
|
|||
"then": "Esta premsa de cèntims utilitza una moneda de 10 cèntims per a premsar."
|
||||
},
|
||||
"3": {
|
||||
"then": "Esta premsa de cèntims utilitza una moneda de 20 cèntims per a premsar."
|
||||
"then": "Esta premsa de cèntims utilitza una moneda de 25 cèntims per a premsar."
|
||||
},
|
||||
"4": {
|
||||
"then": "Esta premsa de cèntims utilitza una moneda de 50 cèntims per a premsar."
|
||||
|
@ -4424,7 +4595,8 @@
|
|||
}
|
||||
},
|
||||
"ghost_bike-start_date": {
|
||||
"question": "Quan es va instal·lar aquesta bicicleta Ghost?"
|
||||
"question": "Quan es va instal·lar aquesta bicicleta Ghost?",
|
||||
"render": "Col·locat el {start_date}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -4731,6 +4903,50 @@
|
|||
},
|
||||
"question": "Quin és el número de referència d'aquesta habitació?",
|
||||
"render": "Aquesta habitació té el número de referència {ref}"
|
||||
},
|
||||
"room-type": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Açò és un auditori"
|
||||
},
|
||||
"2": {
|
||||
"then": "Açò és un dormitori"
|
||||
},
|
||||
"3": {
|
||||
"then": "Açò és una capella"
|
||||
},
|
||||
"4": {
|
||||
"then": "Açò és una aula"
|
||||
},
|
||||
"5": {
|
||||
"then": "Açò és una aula"
|
||||
},
|
||||
"7": {
|
||||
"then": "Açò és una sala de conferències"
|
||||
},
|
||||
"8": {
|
||||
"then": "Açò és una cripta"
|
||||
},
|
||||
"9": {
|
||||
"then": "Açò és una cuina"
|
||||
},
|
||||
"10": {
|
||||
"then": "Açò és un laboratori"
|
||||
},
|
||||
"14": {
|
||||
"then": "Açò és una oficina"
|
||||
},
|
||||
"16": {
|
||||
"then": "Açò és un restaurant"
|
||||
},
|
||||
"19": {
|
||||
"then": "Açò és un magatzem"
|
||||
},
|
||||
"22": {
|
||||
"then": "Açò és una sala d'espera"
|
||||
}
|
||||
},
|
||||
"question": "Quin tipus d'habitació és aquesta?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -5083,6 +5299,21 @@
|
|||
},
|
||||
"2": {
|
||||
"then": "La tasca és un fals positiu"
|
||||
},
|
||||
"3": {
|
||||
"then": "La tasca s'ha botat"
|
||||
},
|
||||
"4": {
|
||||
"then": "La tasca s'ha eliminat"
|
||||
},
|
||||
"5": {
|
||||
"then": "La tasca ja està arreglada"
|
||||
},
|
||||
"6": {
|
||||
"then": "La tasca s'ha marcat com a molt difícil"
|
||||
},
|
||||
"7": {
|
||||
"then": "La tasca està deshabilitada"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -5126,6 +5357,9 @@
|
|||
"tagRenderings": {
|
||||
"status": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "La tasca s'ha creat"
|
||||
},
|
||||
"1": {
|
||||
"then": "La tasca està arreglada"
|
||||
},
|
||||
|
@ -5332,6 +5566,13 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "<b>No</b> s'ha de mencionar {search} al primer comentari"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
|
@ -5731,12 +5972,20 @@
|
|||
},
|
||||
"11": {
|
||||
"then": "Es tracta d'una plaça d'aparcament reservada al personal."
|
||||
},
|
||||
"12": {
|
||||
"then": "Aquest espai d'aparcament està reservat per a taxi."
|
||||
}
|
||||
}
|
||||
},
|
||||
"question": "Quin tipus d'espai d'aparcament és aquest?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Espai d'aparcament"
|
||||
}
|
||||
},
|
||||
"parking_ticket_machine": {
|
||||
"description": "Capa amb màquines de bitllets d'aparcament per pagar l'aparcament.",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "una màquina de tiquets d'aparcament"
|
||||
|
@ -5940,7 +6189,8 @@
|
|||
"render": "Accessible per a nens de com a màxim {max_age}"
|
||||
},
|
||||
"playground-min_age": {
|
||||
"question": "Quina és l'edat mínima requerida per a accedir al parc infantil?"
|
||||
"question": "Quina és l'edat mínima requerida per a accedir al parc infantil?",
|
||||
"render": "Accessible a nens menors de {min_age} anys"
|
||||
},
|
||||
"playground-opening_hours": {
|
||||
"mappings": {
|
||||
|
@ -6049,6 +6299,11 @@
|
|||
"question": "Pots enviar cartes des d'aquí?",
|
||||
"render": "Podeu enviar cartes amb aquestes empreses: {post_office:letter_from}"
|
||||
},
|
||||
"opening_hours": {
|
||||
"override": {
|
||||
"question": "Quines son els horaris d'apertura per a aquesta oficina postal?"
|
||||
}
|
||||
},
|
||||
"parcel-from": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -6321,6 +6576,9 @@
|
|||
"10": {
|
||||
"then": "S'accepten monedes de 20 cèntims"
|
||||
},
|
||||
"11": {
|
||||
"then": "S'accepten monedes de ½ franc"
|
||||
},
|
||||
"12": {
|
||||
"then": "S'accepten monedes d'1 franc"
|
||||
},
|
||||
|
@ -7277,8 +7535,18 @@
|
|||
},
|
||||
"3": {
|
||||
"then": "La superfície és <b>sorra</b>"
|
||||
},
|
||||
"5": {
|
||||
"then": "La superfícies és <b>asfalt</b>"
|
||||
},
|
||||
"6": {
|
||||
"then": "La superfície es <b>formigó</b>"
|
||||
},
|
||||
"7": {
|
||||
"then": "La superfície està <b>pavimentada</b>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"render": "La superfícies és <b>{surface}</b>"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -7451,8 +7719,13 @@
|
|||
},
|
||||
"4": {
|
||||
"then": "Aquí es juga al corfbol"
|
||||
},
|
||||
"6": {
|
||||
"then": "Açò és un skatepark"
|
||||
}
|
||||
}
|
||||
},
|
||||
"question": "Quin esport es pot practicar aquí?",
|
||||
"render": "{sport} es juga aquí"
|
||||
},
|
||||
"sport_pitch-surface": {
|
||||
"mappings": {
|
||||
|
@ -7472,14 +7745,28 @@
|
|||
"then": "La superfície és <b>formigó</b>"
|
||||
}
|
||||
},
|
||||
"question": "Quina és la superfície d'aquest camp esportiu?"
|
||||
"question": "Quina és la superfície d'aquest camp esportiu?",
|
||||
"render": "La superfícies és <b>{surface}</b>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Camp d'esports"
|
||||
}
|
||||
},
|
||||
"sports_centre": {
|
||||
"description": "En aquesta capa es poden trobar centres esportius interiors i exteriors",
|
||||
"name": "Centres esportius",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "un centre esportiu"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Centre esportiu"
|
||||
}
|
||||
},
|
||||
"stairs": {
|
||||
"description": "Capa que mostra escales i escales mecàniques",
|
||||
"name": "Escales",
|
||||
"tagRenderings": {
|
||||
"conveying": {
|
||||
|
@ -7746,6 +8033,7 @@
|
|||
"question": "Quin tipus de càmera és aquesta?"
|
||||
},
|
||||
"Level": {
|
||||
"question": "A quina planta es troba aquesta càmera?",
|
||||
"render": "Ubicat a la planta {level}"
|
||||
},
|
||||
"Operator": {
|
||||
|
@ -7852,14 +8140,19 @@
|
|||
}
|
||||
},
|
||||
"tertiary_education": {
|
||||
"name": "Instituts superiors i universitats",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Un institut on s'imparteix ensenyament terciari (al nivell equivalent de batxillerat o superior). N'hi ha prou amb un únic punt per campus: els edificis i les facultats no s'han de cartografiar amb diferents punts universitaris.",
|
||||
"title": "una universitat"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"institution-kind": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Aquesta és una institució d'educació postsecundària i no terciària. S'ha d'haver completat l'educació secundària per matricular-se aquí, però aquí no s'obtenen títols de batxillerat (o superiors)"
|
||||
},
|
||||
"1": {
|
||||
"then": "Açò és una universitat, una institució d'educació terciaria on s'imparteixen carreres universitàries o superior."
|
||||
}
|
||||
|
@ -7883,8 +8176,14 @@
|
|||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Institut superior"
|
||||
},
|
||||
"2": {
|
||||
"then": "Universitat"
|
||||
},
|
||||
"3": {
|
||||
"then": "Escola que imparteix educació terciària"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -8147,10 +8446,22 @@
|
|||
"question": "Accessible amb cadira de rodes"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Ús gratuït"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Lavabos a altres instal·lacions",
|
||||
"tagRenderings": {
|
||||
"opening_hours": {
|
||||
"override": {
|
||||
"question": "Quan està oberta la instal·lació on es troben aquests lavabos?"
|
||||
}
|
||||
},
|
||||
"toilet-access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -8202,9 +8513,18 @@
|
|||
"question": "Hi ha un lavabo específic per a usuaris amb cadira de rodes?"
|
||||
},
|
||||
"wheelchair-door-width": {
|
||||
"question": "Quina és l'amplada de la porta del lavabo accessible per a cadira de rodes?"
|
||||
"question": "Quina és l'amplada de la porta del lavabo accessible per a cadira de rodes?",
|
||||
"render": "La porta del vàter accessible amb cadira de rodes és {canonical(toilets:door:width)} d'ample"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Bany a {name}"
|
||||
}
|
||||
},
|
||||
"render": "Lavabo a la instal·lació"
|
||||
},
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
|
@ -8283,6 +8603,7 @@
|
|||
}
|
||||
},
|
||||
"transit_stops": {
|
||||
"description": "Capa que mostra diferents tipus de parades de transport públic.",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
|
@ -8415,7 +8736,8 @@
|
|||
"0": {
|
||||
"then": "Parada {name}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"render": "Parada de transport públic"
|
||||
}
|
||||
},
|
||||
"tree_node": {
|
||||
|
@ -8520,7 +8842,7 @@
|
|||
"question": "És un arbre de fulla ampla o d'agulla?"
|
||||
},
|
||||
"tree-species-wikidata": {
|
||||
"question": "Quina espècie és aquest arbre?"
|
||||
"question": "De quina espècie és aquest arbre?"
|
||||
},
|
||||
"tree_node-name": {
|
||||
"mappings": {
|
||||
|
@ -8805,17 +9127,21 @@
|
|||
"16": {
|
||||
"question": "Venda de productes carnis"
|
||||
},
|
||||
"17": {
|
||||
"question": "Venda d'aparcament"
|
||||
},
|
||||
|
||||
"18": {
|
||||
"question": "Venda de monedes premsades"
|
||||
"question": "Venda de tiquets d'aparcament"
|
||||
},
|
||||
"19": {
|
||||
"question": "Venda de bitllets de transport públic"
|
||||
"question": "Venda de flors"
|
||||
},
|
||||
"20": {
|
||||
"question": "Venda de productes carnis"
|
||||
"question": "Venda de bitllets de transport públic"
|
||||
},
|
||||
"21": {
|
||||
"question": "Venda de monedes premsades"
|
||||
},
|
||||
"22": {
|
||||
"question": "Venda de bitllets de transport públic"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -8904,16 +9230,16 @@
|
|||
"15": {
|
||||
"then": "Es venen productes carnis"
|
||||
},
|
||||
"16": {
|
||||
"18": {
|
||||
"then": "Es venen flors"
|
||||
},
|
||||
"17": {
|
||||
"19": {
|
||||
"then": "Es venen tiquets d'aparcament"
|
||||
},
|
||||
"18": {
|
||||
"20": {
|
||||
"then": "Es venen cèntims premsats"
|
||||
},
|
||||
"19": {
|
||||
"21": {
|
||||
"then": "Es venen bitllets de transport públic"
|
||||
}
|
||||
},
|
||||
|
@ -9243,4 +9569,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1034,9 +1034,64 @@
|
|||
},
|
||||
"question": "Ist dieser Automat in Betrieb?",
|
||||
"render": "Der Betriebszustand ist <i>{operational_status}</i>"
|
||||
},
|
||||
"bicycle_tube_vending_machine-brand": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Hier werden Fahrradschläuche von Continental verkauft"
|
||||
},
|
||||
"1": {
|
||||
"then": "Hier werden Fahrradschläuche von Schwalbe verkauft"
|
||||
}
|
||||
},
|
||||
"question": "Welche Fahrradschläuche werden hier verkauft?",
|
||||
"render": "Hier werden Fahrradschläuche von {brand} verkauft"
|
||||
},
|
||||
"bicycle_tube_vending_machine-charge": {
|
||||
"question": "Wie viel kostet ein Fahrradschlauch?",
|
||||
"render": "Ein Fahrradschlauch kostet {charge}"
|
||||
},
|
||||
"bicycle_tube_vending_machine-operator": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Betrieben von Schwalbe"
|
||||
},
|
||||
"1": {
|
||||
"then": "Betrieben von Continental"
|
||||
}
|
||||
},
|
||||
"question": "Wer betreibt den Automaten?"
|
||||
},
|
||||
"other-items-vending": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Hier werden Fahrradschläuche verkauft"
|
||||
},
|
||||
"1": {
|
||||
"then": "Hier werden Fahrradlampen verkauft"
|
||||
},
|
||||
"2": {
|
||||
"then": "Hier werden Fahrradhandschuhe verkauft"
|
||||
},
|
||||
"3": {
|
||||
"then": "Hier werden Fahrrad-Reparatursets verkauft"
|
||||
},
|
||||
"4": {
|
||||
"then": "Hier werden Fahrradpumpen verkauft"
|
||||
},
|
||||
"5": {
|
||||
"then": "Hier werden Fahrradschlösser verkauft"
|
||||
}
|
||||
},
|
||||
"question": "Wird weiteres Fahrradzubehör verkauft?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name} Fahrradschlauch-Automat"
|
||||
}
|
||||
},
|
||||
"render": "Fahrradschlauch-Automat"
|
||||
}
|
||||
},
|
||||
|
@ -4217,6 +4272,17 @@
|
|||
"question": "Verfügt der Aufzug über eine Sprachausgabe?",
|
||||
"questionHint": "Z.B. werden Stockwerke angesagt"
|
||||
},
|
||||
"tactile_writing_available": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dieser Aufzug hat eine taktile Schrift in Brailleschrift"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dieser Aufzug hat keine taktile Schrift"
|
||||
}
|
||||
},
|
||||
"question": "Hat dieser Aufzug taktile Schrift?"
|
||||
},
|
||||
"tactile_writing_language": {
|
||||
"render": {
|
||||
"special": {
|
||||
|
@ -4631,6 +4697,19 @@
|
|||
"question": "Nutzung kostenlos"
|
||||
}
|
||||
}
|
||||
},
|
||||
"10": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Keine Bevorzugung von Hunden"
|
||||
},
|
||||
"1": {
|
||||
"question": "Hunde erlaubt"
|
||||
},
|
||||
"2": {
|
||||
"question": "Keine Hunde erlaubt"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -4880,6 +4959,9 @@
|
|||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Restaurants und Schnellimbissbetriebe"
|
||||
},
|
||||
"1": {
|
||||
"question": "Nur Fastfood-Geschäfte"
|
||||
},
|
||||
|
@ -4888,6 +4970,13 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Hat ein vegetarisches Menü"
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"options": {
|
||||
"0": {
|
||||
|
@ -5532,6 +5621,84 @@
|
|||
},
|
||||
"question": "Wie lautet die Nummer dieses Raums?",
|
||||
"render": "Dieser Raum hat die Raumnummer {ref}"
|
||||
},
|
||||
"room-capacity": {
|
||||
"question": "Wie viele Personen passen höchstens in diesen Raum?",
|
||||
"render": "Kapazität für höchstens {capacity} Personen"
|
||||
},
|
||||
"room-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dies ist ein Verwaltungsraum"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dies ist ein Auditorium"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dies ist ein Schlafzimmer"
|
||||
},
|
||||
"3": {
|
||||
"then": "Dies ist eine Kapelle"
|
||||
},
|
||||
"4": {
|
||||
"then": "Dies ist ein Klassenzimmer"
|
||||
},
|
||||
"5": {
|
||||
"then": "Dies ist ein Klassenzimmer"
|
||||
},
|
||||
"6": {
|
||||
"then": "Dies ist ein Computerraum"
|
||||
},
|
||||
"7": {
|
||||
"then": "Dies ist ein Konferenzraum"
|
||||
},
|
||||
"8": {
|
||||
"then": "Dies ist eine Krypta"
|
||||
},
|
||||
"9": {
|
||||
"then": "Dies ist eine Küche"
|
||||
},
|
||||
"10": {
|
||||
"then": "Dies ist ein Labor"
|
||||
},
|
||||
"11": {
|
||||
"then": "Dies ist eine Bibliothek"
|
||||
},
|
||||
"12": {
|
||||
"then": "Dies ist ein Umkleideraum"
|
||||
},
|
||||
"13": {
|
||||
"then": "Dies ist ein Kinderzimmer"
|
||||
},
|
||||
"14": {
|
||||
"then": "Dies ist ein Büro"
|
||||
},
|
||||
"15": {
|
||||
"then": "Dies ist eine Gefängniszelle"
|
||||
},
|
||||
"16": {
|
||||
"then": "Dies ist ein Restaurant"
|
||||
},
|
||||
"17": {
|
||||
"then": "Dies ist ein Raum für Sicherheitskontrollen"
|
||||
},
|
||||
"18": {
|
||||
"then": "Dies ist ein Raum um Sport zu treiben"
|
||||
},
|
||||
"19": {
|
||||
"then": "Dies ist ein Lagerraum"
|
||||
},
|
||||
"20": {
|
||||
"then": "Dies ist ein Technikraum"
|
||||
},
|
||||
"21": {
|
||||
"then": "Dies ist ein WC-Raum"
|
||||
},
|
||||
"22": {
|
||||
"then": "Dies ist ein Wartezimmer"
|
||||
}
|
||||
},
|
||||
"question": "Wie wird dieser Raum genutzt?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -7225,6 +7392,27 @@
|
|||
},
|
||||
"7": {
|
||||
"then": "2-Euro-Münzen werden akzeptiert"
|
||||
},
|
||||
"8": {
|
||||
"then": "5-Centime-Münzen werden akzeptiert"
|
||||
},
|
||||
"9": {
|
||||
"then": "10-Centime-Münzen werden akzeptiert"
|
||||
},
|
||||
"10": {
|
||||
"then": "20-Centime-Münzen werden akzeptiert"
|
||||
},
|
||||
"11": {
|
||||
"then": "½-Schweizer Franken-Münzen werden akzeptiert"
|
||||
},
|
||||
"12": {
|
||||
"then": "1-Schweizer Franken-Münzen werden akzeptiert"
|
||||
},
|
||||
"13": {
|
||||
"then": "2-Schweizer Franken-Münzen werden akzeptiert"
|
||||
},
|
||||
"14": {
|
||||
"then": "5-Schweizer Franken-Münzen werden akzeptiert"
|
||||
}
|
||||
},
|
||||
"question": "Mit welchen Münzen kann man hier bezahlen?"
|
||||
|
@ -7251,6 +7439,24 @@
|
|||
},
|
||||
"6": {
|
||||
"then": "500-Euro-Scheine werden angenommen"
|
||||
},
|
||||
"7": {
|
||||
"then": "10-Schweizer Franken-Scheine werden akzeptiert"
|
||||
},
|
||||
"8": {
|
||||
"then": "20-Schweizer Franken-Scheine werden akzeptiert"
|
||||
},
|
||||
"9": {
|
||||
"then": "50-Schweizer Franken-Scheine werden akzeptiert"
|
||||
},
|
||||
"10": {
|
||||
"then": "100-Schweizer Franken-Scheine werden akzeptiert"
|
||||
},
|
||||
"11": {
|
||||
"then": "200-Schweizer Franken-Scheine werden akzeptiert"
|
||||
},
|
||||
"12": {
|
||||
"then": "1000-Schweizer Franken-Scheine werden akzeptiert"
|
||||
}
|
||||
},
|
||||
"question": "Mit welchen Banknoten kann man hier bezahlen?"
|
||||
|
@ -7443,6 +7649,9 @@
|
|||
"phone": {
|
||||
"question": "Wie lautet die Telefonnummer von {title()}?"
|
||||
},
|
||||
"repeated": {
|
||||
"render": "Mehrere identische Objekte können in Geschossen {repeat_on} gefunden werden."
|
||||
},
|
||||
"service:electricity": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -8708,6 +8917,14 @@
|
|||
},
|
||||
"1": {
|
||||
"title": "eine an einer Wand montierte Überwachungskamera"
|
||||
},
|
||||
"2": {
|
||||
"description": "Eine automatische Nummernschilderkennung hat üblicherweise zwei Linsen und ein Reihe aus Infrarotlichtern.",
|
||||
"title": "Eine Kamera zur automatischen Nummernschilderkennung"
|
||||
},
|
||||
"3": {
|
||||
"description": "Eine automatische Nummernschilderkennung hat üblicherweise zwei Linsen und ein Reihe aus Infrarotlichtern.",
|
||||
"title": "eine Kamera zur Nummernschilderkennung, die an einer Wand befestigt ist"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
@ -8801,6 +9018,18 @@
|
|||
"question": "In welche Himmelsrichtung filmt diese Kamera?",
|
||||
"render": "filmt in Himmelsrichtung {camera:direction}"
|
||||
},
|
||||
"has_alpr": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dies ist eine Kamera ohne Nummernschilderkennung."
|
||||
},
|
||||
"1": {
|
||||
"then": "Dies ist eine Kamera mit Nummernschilderkennung"
|
||||
}
|
||||
},
|
||||
"question": "Dient diese Kamera der Nummernschilderkennung?",
|
||||
"questionHint": "Eine Kamera zur <b>Nummernschilderkennung</b> hat üblicherweise zwei Linsen mit dazwischenliegenden Infrarot-LEDs."
|
||||
},
|
||||
"is_indoor": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -9565,6 +9794,32 @@
|
|||
},
|
||||
"question": "Sollen Fragen für unbekannte Datenfelder einzeln oder zusammen angezeigt werden?"
|
||||
},
|
||||
"background-layer": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Standardhintergrund verwenden"
|
||||
},
|
||||
"1": {
|
||||
"then": "OpenStreetMap-carto als Standardhintergrund verwenden"
|
||||
},
|
||||
"2": {
|
||||
"then": "Satellitenbilder als Standardhintergrund verwenden"
|
||||
},
|
||||
"3": {
|
||||
"then": "Eine eigene Karte als Standardhintergrund verwenden"
|
||||
},
|
||||
"4": {
|
||||
"then": "Aktuelle Hintergrundebene (<span class='code'>{__current_background}</span>) als Standardhintergrund verwenden"
|
||||
},
|
||||
"5": {
|
||||
"then": "Hintergrundebene <span class='code'>{mapcomplete-preferred-background-layer}</span> als Standardhintergrund verwenden"
|
||||
}
|
||||
},
|
||||
"question": "Welche Hintergrundebene soll als Standard verwendet werden?"
|
||||
},
|
||||
"background-layer-readonly": {
|
||||
"render": "Diese thematische Karte hat einen vordefinierten Hintergrund. Ihr Standardhintergrund wird nicht angewendet"
|
||||
},
|
||||
"contributor-thanks": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -9786,8 +10041,32 @@
|
|||
"16": {
|
||||
"question": "Verkauf von Fleisch"
|
||||
},
|
||||
"17": {
|
||||
"19": {
|
||||
"question": "Verkauf von Blumen"
|
||||
},
|
||||
"20": {
|
||||
"question": "Verkauf von Parkscheinen"
|
||||
},
|
||||
"21": {
|
||||
"question": "Verkauf von Souvenirmünzen"
|
||||
},
|
||||
"22": {
|
||||
"question": "Verkauf von Fahrscheinen"
|
||||
},
|
||||
"23": {
|
||||
"question": "Verkauf von Fahrradlampen"
|
||||
},
|
||||
"24": {
|
||||
"question": "Verkauf von Fahrradhandschuhen"
|
||||
},
|
||||
"25": {
|
||||
"question": "Verkauf von Fahrrad-Reparatursets"
|
||||
},
|
||||
"26": {
|
||||
"question": "Verkauf von Fahrradpumpen"
|
||||
},
|
||||
"27": {
|
||||
"question": "Verkauf von Fahrradschlössern"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -9820,6 +10099,12 @@
|
|||
"question": "Wer betreibt diesen Verkaufsautomaten?",
|
||||
"render": "Dieser Verkaufsautomat wird betrieben von {operator}"
|
||||
},
|
||||
"phone": {
|
||||
"override": {
|
||||
"question": "Wie lautet die Telefonnummer des Automatenbetreibers?",
|
||||
"questionHint": "Die ist die Telefonnummer, die bei Problemen mit dem Automaten kontaktiert werden kann"
|
||||
}
|
||||
},
|
||||
"vending": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -9867,14 +10152,41 @@
|
|||
"14": {
|
||||
"then": "Kartoffeln werden verkauft"
|
||||
},
|
||||
"15": {
|
||||
"then": "Fleisch wird verkauft"
|
||||
},
|
||||
"16": {
|
||||
"then": "Blumen werden verkauft"
|
||||
},
|
||||
"17": {
|
||||
"then": "Parkscheine werden verkauft"
|
||||
},
|
||||
"18": {
|
||||
"then": "Blumen werden verkauft"
|
||||
},
|
||||
"19": {
|
||||
"then": "Parkscheine werden verkauft"
|
||||
},
|
||||
"20": {
|
||||
"then": "Souvenirmünzen werden verkauft"
|
||||
},
|
||||
"21": {
|
||||
"then": "Fahrscheine werden verkauft"
|
||||
},
|
||||
"22": {
|
||||
"then": "Fahrradlampen werden verkauft"
|
||||
},
|
||||
"23": {
|
||||
"then": "Fahrradhandschuhe werden verkauft"
|
||||
},
|
||||
"24": {
|
||||
"then": "Fahrrad-Reparaturset werden verkauft"
|
||||
},
|
||||
"25": {
|
||||
"then": "Fahrradpumpen werden verkauft"
|
||||
},
|
||||
"26": {
|
||||
"then": "Fahrradschlösser werden verkauft"
|
||||
}
|
||||
},
|
||||
"question": "Was wird in diesem Automaten verkauft?",
|
||||
|
|
|
@ -4711,6 +4711,20 @@
|
|||
"question": "No dogs allowed"
|
||||
}
|
||||
}
|
||||
},
|
||||
"11": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Offers internet"
|
||||
}
|
||||
}
|
||||
},
|
||||
"12": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Offers electricity"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -5004,7 +5018,7 @@
|
|||
"title": "a fastfood"
|
||||
},
|
||||
"2": {
|
||||
"description": "A fastfood-business focused on french fries",
|
||||
"description": "A fast-food business focused on french fries",
|
||||
"title": "a fries shop"
|
||||
}
|
||||
},
|
||||
|
@ -5024,7 +5038,7 @@
|
|||
"then": "This is kebab shop"
|
||||
},
|
||||
"4": {
|
||||
"then": "This is a sandwichbar"
|
||||
"then": "This is a sandwich shop"
|
||||
},
|
||||
"5": {
|
||||
"then": "Burgers are served here"
|
||||
|
@ -5036,7 +5050,7 @@
|
|||
"then": "Coffee is served here"
|
||||
},
|
||||
"8": {
|
||||
"then": "This is an italian restaurant (which serves more then pasta and pizza)"
|
||||
"then": "This is an Italian restaurant (which serves more than pasta and pizza)"
|
||||
},
|
||||
"9": {
|
||||
"then": "French dishes are served here"
|
||||
|
@ -5057,13 +5071,13 @@
|
|||
"then": "Thai dishes are served here"
|
||||
}
|
||||
},
|
||||
"question": "Which food is served here?",
|
||||
"question": "What kind of food is served here?",
|
||||
"render": "This place mostly serves {cuisine}"
|
||||
},
|
||||
"Fastfood vs restaurant": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This is a fastfood-business, focused on fast service. If seating is available, these are rather limited and functional."
|
||||
"then": "This is a fast-food business, focused on fast service. If seating is available, it is rather limited and functional."
|
||||
},
|
||||
"1": {
|
||||
"then": "A <b>restaurant</b>, focused on creating a nice experience where one is served at the table"
|
||||
|
@ -5149,7 +5163,7 @@
|
|||
"then": "This business does not deliver at home"
|
||||
}
|
||||
},
|
||||
"question": "Delivers {title()} their food at home?"
|
||||
"question": "Does {title()} deliver food to your home?"
|
||||
},
|
||||
"friture-oil": {
|
||||
"mappings": {
|
||||
|
@ -9265,10 +9279,10 @@
|
|||
"toilet-handwashing": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This toilets have a sink to wash your hands"
|
||||
"then": "These toilets have a sink to wash your hands"
|
||||
},
|
||||
"1": {
|
||||
"then": "This toilets <b>don't</b> have a sink to wash your hands"
|
||||
"then": "These toilets <b>don't</b> have a sink to wash your hands"
|
||||
}
|
||||
},
|
||||
"question": "Do these toilets have a sink to wash your hands?"
|
||||
|
@ -9321,7 +9335,7 @@
|
|||
"then": "Both seated toilets and urinals are available here"
|
||||
}
|
||||
},
|
||||
"question": "Which kind of toilets are this?"
|
||||
"question": "Which kind of toilets are these?"
|
||||
},
|
||||
"toilets-wheelchair": {
|
||||
"mappings": {
|
||||
|
@ -10053,30 +10067,36 @@
|
|||
"question": "Sale of meat"
|
||||
},
|
||||
"17": {
|
||||
"question": "Sale of flowers"
|
||||
"question": "Sale of fruit"
|
||||
},
|
||||
"18": {
|
||||
"question": "Sale of parking tickets"
|
||||
"question": "Sale of strawberries"
|
||||
},
|
||||
"19": {
|
||||
"question": "Sale of pressed pennies"
|
||||
"question": "Sale of flowers"
|
||||
},
|
||||
"20": {
|
||||
"question": "Sale of public transport tickets"
|
||||
"question": "Sale of parking tickets"
|
||||
},
|
||||
"21": {
|
||||
"question": "Sale of bicycle lights"
|
||||
"question": "Sale of pressed pennies"
|
||||
},
|
||||
"22": {
|
||||
"question": "Sale of gloves"
|
||||
"question": "Sale of public transport tickets"
|
||||
},
|
||||
"23": {
|
||||
"question": "Sale of bicycle repair kits"
|
||||
"question": "Sale of bicycle lights"
|
||||
},
|
||||
"24": {
|
||||
"question": "Sale of bicycle pumps"
|
||||
"question": "Sale of gloves"
|
||||
},
|
||||
"25": {
|
||||
"question": "Sale of bicycle repair kits"
|
||||
},
|
||||
"26": {
|
||||
"question": "Sale of bicycle pumps"
|
||||
},
|
||||
"27": {
|
||||
"question": "Sale of bicycle locks"
|
||||
}
|
||||
}
|
||||
|
@ -10167,30 +10187,36 @@
|
|||
"then": "Meat is sold"
|
||||
},
|
||||
"16": {
|
||||
"then": "Flowers are sold"
|
||||
"then": "Fruit is sold"
|
||||
},
|
||||
"17": {
|
||||
"then": "Parking tickets are sold"
|
||||
"then": "Strawberries are sold"
|
||||
},
|
||||
"18": {
|
||||
"then": "Pressed pennies are sold"
|
||||
"then": "Flowers are sold"
|
||||
},
|
||||
"19": {
|
||||
"then": "Public transport tickets are sold"
|
||||
"then": "Parking tickets are sold"
|
||||
},
|
||||
"20": {
|
||||
"then": "Bicycle lights are sold"
|
||||
"then": "Pressed pennies are sold"
|
||||
},
|
||||
"21": {
|
||||
"then": "Gloves are sold"
|
||||
"then": "Public transport tickets are sold"
|
||||
},
|
||||
"22": {
|
||||
"then": "Bicycle repair kits are sold"
|
||||
"then": "Bicycle lights are sold"
|
||||
},
|
||||
"23": {
|
||||
"then": "Bicycle pumps are sold"
|
||||
"then": "Gloves are sold"
|
||||
},
|
||||
"24": {
|
||||
"then": "Bicycle repair kits are sold"
|
||||
},
|
||||
"25": {
|
||||
"then": "Bicycle pumps are sold"
|
||||
},
|
||||
"26": {
|
||||
"then": "Bicycle locks are sold"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -4193,7 +4193,7 @@
|
|||
"then": "Aquí se juega al baloncesto"
|
||||
}
|
||||
},
|
||||
"question": "¿Qué deporte se practica aquí?",
|
||||
"question": "¿Qué deporte se puede practicar aquí?",
|
||||
"render": "Aquí se juega al {sport}"
|
||||
},
|
||||
"sport_pitch-surface": {
|
||||
|
@ -4779,6 +4779,13 @@
|
|||
},
|
||||
"usersettings": {
|
||||
"tagRenderings": {
|
||||
"cscount-thanks": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Has hecho cambios en {_csCount} ocasiones diferentes. ¡Es alucinante!"
|
||||
}
|
||||
}
|
||||
},
|
||||
"picture-license": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
|
|
|
@ -6576,7 +6576,7 @@
|
|||
"15": {
|
||||
"question": "Vente de pommes de terre"
|
||||
},
|
||||
"17": {
|
||||
"19": {
|
||||
"question": "Vente de fleurs"
|
||||
}
|
||||
}
|
||||
|
@ -6657,7 +6657,7 @@
|
|||
"14": {
|
||||
"then": "Vent des pommes de terre"
|
||||
},
|
||||
"16": {
|
||||
"18": {
|
||||
"then": "Vent des fleurs"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -9077,21 +9077,27 @@
|
|||
"question": "Verkoop van vlees"
|
||||
},
|
||||
"17": {
|
||||
"question": "Verkoop van fruit"
|
||||
},
|
||||
"18": {
|
||||
"question": "Verkoop van aardbeien"
|
||||
},
|
||||
"19": {
|
||||
"question": "Verkoop van bloemen"
|
||||
},
|
||||
"21": {
|
||||
"23": {
|
||||
"question": "Verkoop van fietslampjes"
|
||||
},
|
||||
"22": {
|
||||
"24": {
|
||||
"question": "Verkoop van handschoenen"
|
||||
},
|
||||
"23": {
|
||||
"25": {
|
||||
"question": "Verkoop van fietsreparatiesets"
|
||||
},
|
||||
"24": {
|
||||
"26": {
|
||||
"question": "Verkoop van fietspompen"
|
||||
},
|
||||
"25": {
|
||||
"27": {
|
||||
"question": "Verkoop van fietssloten"
|
||||
}
|
||||
}
|
||||
|
@ -9176,27 +9182,33 @@
|
|||
"then": "Vlees wordt verkocht"
|
||||
},
|
||||
"16": {
|
||||
"then": "Bloemen worden verkocht"
|
||||
"then": "Fruit wordt verkocht"
|
||||
},
|
||||
"17": {
|
||||
"then": "Parkeerkaarten worden verkocht"
|
||||
"then": "Aardbeien worden verkocht"
|
||||
},
|
||||
"18": {
|
||||
"then": "Bloemen worden verkocht"
|
||||
},
|
||||
"19": {
|
||||
"then": "Openbaar vervoerkaartjes worden verkocht"
|
||||
},
|
||||
"20": {
|
||||
"then": "Fietslampjes worden verkocht"
|
||||
"then": "Parkeerkaarten worden verkocht"
|
||||
},
|
||||
"21": {
|
||||
"then": "Handschoenen worden verkocht"
|
||||
"then": "Openbaar vervoerkaartjes worden verkocht"
|
||||
},
|
||||
"22": {
|
||||
"then": "Fietsreparatiesets worden verkocht"
|
||||
"then": "Fietslampjes worden verkocht"
|
||||
},
|
||||
"23": {
|
||||
"then": "Fietspompen worden verkocht"
|
||||
"then": "Handschoenen worden verkocht"
|
||||
},
|
||||
"24": {
|
||||
"then": "Fietsreparatiesets worden verkocht"
|
||||
},
|
||||
"25": {
|
||||
"then": "Fietspompen worden verkocht"
|
||||
},
|
||||
"26": {
|
||||
"then": "Fietssloten worden verkocht"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue