forked from MapComplete/MapComplete
Housekeeping
This commit is contained in:
parent
1881749a2f
commit
cf202ce3af
123 changed files with 1582 additions and 1637 deletions
|
@ -1,5 +1,34 @@
|
|||
{
|
||||
"shared_questions": {
|
||||
"denominations-coins": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "S'accepten monedes de 1 cèntim"
|
||||
},
|
||||
"1": {
|
||||
"then": "S'accepten monedes de 2 cèntims"
|
||||
},
|
||||
"2": {
|
||||
"then": "S'accepten monedes de 5 cèntims"
|
||||
},
|
||||
"3": {
|
||||
"then": "S'accepten monedes de 10 cèntims"
|
||||
},
|
||||
"4": {
|
||||
"then": "S'accepten monedes de 20 cèntims"
|
||||
},
|
||||
"5": {
|
||||
"then": "S'accepten monedes de 50 cèntims"
|
||||
},
|
||||
"6": {
|
||||
"then": "S'accepten monedes de 1 euro"
|
||||
},
|
||||
"7": {
|
||||
"then": "S'accepten monedes de 2 euros"
|
||||
}
|
||||
},
|
||||
"question": "Quines monedes es poden utilitzar per a pagar aquí?"
|
||||
},
|
||||
"description": {
|
||||
"question": "Hi ha quelcom rellevant que no t'hem preguntat? Afegeix-ho aquí. <br/><span style='font-size: small'>No repeteixis informació que ja hi és</span>"
|
||||
},
|
||||
|
@ -23,6 +52,58 @@
|
|||
"email": {
|
||||
"question": "Quina és l'adreça de correu electrònic de {title()}?"
|
||||
},
|
||||
"induction-loop": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "El lloc té un bucle magnètic"
|
||||
},
|
||||
"1": {
|
||||
"then": "El lloc <b>no</b> té un bucle magnètic"
|
||||
}
|
||||
},
|
||||
"question": "Aquest lloc té un bucle magnètic per a la gent amb dificultats auditives?"
|
||||
},
|
||||
"internet": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Aquest lloc ofereix accés a internet inalàmbric"
|
||||
},
|
||||
"1": {
|
||||
"then": "Aquest lloc <b>no</b> ofereix accés a internet"
|
||||
},
|
||||
"2": {
|
||||
"then": "Aquest lloc ofereix accés a internet"
|
||||
},
|
||||
"3": {
|
||||
"then": "Aquest lloc ofereix accés a internet a través d'una terminal o ordinador"
|
||||
},
|
||||
"4": {
|
||||
"then": "Aquest lloc ofereix accés a internet per cable"
|
||||
}
|
||||
},
|
||||
"question": "Aquest lloc ofereix accés a internet?"
|
||||
},
|
||||
"internet-fee": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Aquí hi ha que pagar per a accedir a internet"
|
||||
},
|
||||
"1": {
|
||||
"then": "Aquí l'accés a internet és gratuït"
|
||||
},
|
||||
"2": {
|
||||
"then": "Aquí l'accés a internet és gratuït sols per als clients"
|
||||
}
|
||||
},
|
||||
"question": "Hi ha que pagar per a accedir a internet?"
|
||||
},
|
||||
"internet-ssid": {
|
||||
"freeform": {
|
||||
"placeholder": "Intruduixca el nom de la xarxa"
|
||||
},
|
||||
"question": "Quin és el nom de la xarxa per a l'accés inalàmbric a internet?",
|
||||
"render": "El nom de la xarxa és <b>{internet_access:ssid}</b>"
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -44,10 +125,37 @@
|
|||
"question": "A quina planta està situat aquest element?",
|
||||
"render": "Situat a la planta {level}"
|
||||
},
|
||||
"multilevels": {
|
||||
"override": {
|
||||
"question": "A quins pisos va aquest ascensor?",
|
||||
"render": "Aquest ascensor va als pisos {level}"
|
||||
}
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Quin és l'horari d'obertura de {title()}?",
|
||||
"render": "<h3>Horari d'obertura</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"opening_hours_24_7": {
|
||||
"override": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Obert 24/7 (incloent-hi festius)"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"opening_hours_by_appointment": {
|
||||
"override": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Sols amb cita prèvia"
|
||||
},
|
||||
"1": {
|
||||
"then": "Sols amb cita prèvia"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"payment-options": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -71,6 +179,24 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"payment-options-split": {
|
||||
"override": {
|
||||
"mappings+": {
|
||||
"0": {
|
||||
"then": "Aquí s'accepten monedes"
|
||||
},
|
||||
"1": {
|
||||
"then": "Aquí s'accepten bitllets"
|
||||
},
|
||||
"2": {
|
||||
"then": "Aquí s'accepten targetes de dèbit"
|
||||
},
|
||||
"3": {
|
||||
"then": "Aquí s'accepten targetes de crèdit"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"phone": {
|
||||
"question": "Quin és el telèfon de {title()}?"
|
||||
},
|
||||
|
@ -91,6 +217,20 @@
|
|||
},
|
||||
"question": "Aquest servei té endolls elèctrics, disponibles pels clients quan hi són dins?"
|
||||
},
|
||||
"smoking": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Està <b>permès</b> fumar"
|
||||
},
|
||||
"1": {
|
||||
"then": "<b>No</b> està permés fumar"
|
||||
},
|
||||
"2": {
|
||||
"then": "Està permés fumar <b>a l'exterior</b>."
|
||||
}
|
||||
},
|
||||
"question": "Està permés fumar a {title()}?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Quina és la web de {title()}?"
|
||||
},
|
||||
|
@ -129,146 +269,6 @@
|
|||
}
|
||||
},
|
||||
"question": "Quin és l'ítem a Viquipèdia?"
|
||||
},
|
||||
"induction-loop": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "El lloc té un bucle magnètic"
|
||||
},
|
||||
"1": {
|
||||
"then": "El lloc <b>no</b> té un bucle magnètic"
|
||||
}
|
||||
},
|
||||
"question": "Aquest lloc té un bucle magnètic per a la gent amb dificultats auditives?"
|
||||
},
|
||||
"internet": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Aquest lloc <b>no</b> ofereix accés a internet"
|
||||
},
|
||||
"4": {
|
||||
"then": "Aquest lloc ofereix accés a internet per cable"
|
||||
},
|
||||
"0": {
|
||||
"then": "Aquest lloc ofereix accés a internet inalàmbric"
|
||||
},
|
||||
"2": {
|
||||
"then": "Aquest lloc ofereix accés a internet"
|
||||
},
|
||||
"3": {
|
||||
"then": "Aquest lloc ofereix accés a internet a través d'una terminal o ordinador"
|
||||
}
|
||||
},
|
||||
"question": "Aquest lloc ofereix accés a internet?"
|
||||
},
|
||||
"denominations-coins": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "S'accepten monedes de 1 cèntim"
|
||||
},
|
||||
"1": {
|
||||
"then": "S'accepten monedes de 2 cèntims"
|
||||
},
|
||||
"3": {
|
||||
"then": "S'accepten monedes de 10 cèntims"
|
||||
},
|
||||
"2": {
|
||||
"then": "S'accepten monedes de 5 cèntims"
|
||||
},
|
||||
"4": {
|
||||
"then": "S'accepten monedes de 20 cèntims"
|
||||
},
|
||||
"5": {
|
||||
"then": "S'accepten monedes de 50 cèntims"
|
||||
},
|
||||
"6": {
|
||||
"then": "S'accepten monedes de 1 euro"
|
||||
},
|
||||
"7": {
|
||||
"then": "S'accepten monedes de 2 euros"
|
||||
}
|
||||
},
|
||||
"question": "Quines monedes es poden utilitzar per a pagar aquí?"
|
||||
},
|
||||
"internet-fee": {
|
||||
"question": "Hi ha que pagar per a accedir a internet?",
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "Aquí l'accés a internet és gratuït sols per als clients"
|
||||
},
|
||||
"0": {
|
||||
"then": "Aquí hi ha que pagar per a accedir a internet"
|
||||
},
|
||||
"1": {
|
||||
"then": "Aquí l'accés a internet és gratuït"
|
||||
}
|
||||
}
|
||||
},
|
||||
"multilevels": {
|
||||
"override": {
|
||||
"question": "A quins pisos va aquest ascensor?",
|
||||
"render": "Aquest ascensor va als pisos {level}"
|
||||
}
|
||||
},
|
||||
"internet-ssid": {
|
||||
"question": "Quin és el nom de la xarxa per a l'accés inalàmbric a internet?",
|
||||
"render": "El nom de la xarxa és <b>{internet_access:ssid}</b>",
|
||||
"freeform": {
|
||||
"placeholder": "Intruduixca el nom de la xarxa"
|
||||
}
|
||||
},
|
||||
"smoking": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Està <b>permès</b> fumar"
|
||||
},
|
||||
"1": {
|
||||
"then": "<b>No</b> està permés fumar"
|
||||
},
|
||||
"2": {
|
||||
"then": "Està permés fumar <b>a l'exterior</b>."
|
||||
}
|
||||
},
|
||||
"question": "Està permés fumar a {title()}?"
|
||||
},
|
||||
"payment-options-split": {
|
||||
"override": {
|
||||
"mappings+": {
|
||||
"0": {
|
||||
"then": "Aquí s'accepten monedes"
|
||||
},
|
||||
"1": {
|
||||
"then": "Aquí s'accepten bitllets"
|
||||
},
|
||||
"2": {
|
||||
"then": "Aquí s'accepten targetes de dèbit"
|
||||
},
|
||||
"3": {
|
||||
"then": "Aquí s'accepten targetes de crèdit"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"opening_hours_24_7": {
|
||||
"override": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Obert 24/7 (incloent-hi festius)"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"opening_hours_by_appointment": {
|
||||
"override": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Sols amb cita prèvia"
|
||||
},
|
||||
"1": {
|
||||
"then": "Sols amb cita prèvia"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,5 +1,34 @@
|
|||
{
|
||||
"shared_questions": {
|
||||
"denominations-coins": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Se aceptan monedas de 1 céntimo"
|
||||
},
|
||||
"1": {
|
||||
"then": "Se aceptan monedas de 2 céntimos"
|
||||
},
|
||||
"2": {
|
||||
"then": "Se aceptan monedas de 5 céntimos"
|
||||
},
|
||||
"3": {
|
||||
"then": "Se aceptan monedas de 10 céntimos"
|
||||
},
|
||||
"4": {
|
||||
"then": "Se aceptan monedas de 20 céntimos"
|
||||
},
|
||||
"5": {
|
||||
"then": "Se aceptan monedas de 50 céntimos"
|
||||
},
|
||||
"6": {
|
||||
"then": "Se aceptan monedas de 1 euro"
|
||||
},
|
||||
"7": {
|
||||
"then": "Se aceptan monedas de 2 euros"
|
||||
}
|
||||
},
|
||||
"question": "¿Qué monedas se pueden usar aquí para pagar?"
|
||||
},
|
||||
"description": {
|
||||
"question": "¿Aún hay algo relevante que no ha encajado en las preguntas anteriores? Compártalo aquí.<br/><span style='font-size: small'>No repita datos ya expresados</span>"
|
||||
},
|
||||
|
@ -45,14 +74,14 @@
|
|||
},
|
||||
"internet-fee": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Hay que pagar para acceder a internet en este lugar"
|
||||
},
|
||||
"1": {
|
||||
"then": "El acceso a internet es gratuito en este lugar"
|
||||
},
|
||||
"2": {
|
||||
"then": "El acceso a internet es gratis en este lugar, solamente para clientes"
|
||||
},
|
||||
"0": {
|
||||
"then": "Hay que pagar para acceder a internet en este lugar"
|
||||
}
|
||||
},
|
||||
"question": "¿Hay que pagar para acceder a internet?"
|
||||
|
@ -104,6 +133,18 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"opening_hours_by_appointment": {
|
||||
"override": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Sólo con cita previa"
|
||||
},
|
||||
"1": {
|
||||
"then": "Sólo con cita previa"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"payment-options": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -127,6 +168,24 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"payment-options-split": {
|
||||
"override": {
|
||||
"mappings+": {
|
||||
"0": {
|
||||
"then": "Aquí se aceptan monedas"
|
||||
},
|
||||
"1": {
|
||||
"then": "Aquí se aceptan billetes"
|
||||
},
|
||||
"2": {
|
||||
"then": "Aquí se aceptan tarjetas de débito"
|
||||
},
|
||||
"3": {
|
||||
"then": "Aquí se aceptan tarjetas de crédito"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"phone": {
|
||||
"question": "¿Cuál es el número de teléfono de {title()}?"
|
||||
},
|
||||
|
@ -199,65 +258,6 @@
|
|||
}
|
||||
},
|
||||
"question": "¿Cual es el ítem correspondiente en Wikipedia?"
|
||||
},
|
||||
"opening_hours_by_appointment": {
|
||||
"override": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Sólo con cita previa"
|
||||
},
|
||||
"1": {
|
||||
"then": "Sólo con cita previa"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"denominations-coins": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Se aceptan monedas de 1 céntimo"
|
||||
},
|
||||
"2": {
|
||||
"then": "Se aceptan monedas de 5 céntimos"
|
||||
},
|
||||
"3": {
|
||||
"then": "Se aceptan monedas de 10 céntimos"
|
||||
},
|
||||
"1": {
|
||||
"then": "Se aceptan monedas de 2 céntimos"
|
||||
},
|
||||
"4": {
|
||||
"then": "Se aceptan monedas de 20 céntimos"
|
||||
},
|
||||
"5": {
|
||||
"then": "Se aceptan monedas de 50 céntimos"
|
||||
},
|
||||
"6": {
|
||||
"then": "Se aceptan monedas de 1 euro"
|
||||
},
|
||||
"7": {
|
||||
"then": "Se aceptan monedas de 2 euros"
|
||||
}
|
||||
},
|
||||
"question": "¿Qué monedas se pueden usar aquí para pagar?"
|
||||
},
|
||||
"payment-options-split": {
|
||||
"override": {
|
||||
"mappings+": {
|
||||
"1": {
|
||||
"then": "Aquí se aceptan billetes"
|
||||
},
|
||||
"2": {
|
||||
"then": "Aquí se aceptan tarjetas de débito"
|
||||
},
|
||||
"0": {
|
||||
"then": "Aquí se aceptan monedas"
|
||||
},
|
||||
"3": {
|
||||
"then": "Aquí se aceptan tarjetas de crédito"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue