diff --git a/langs/shared-questions/ca.json b/langs/shared-questions/ca.json index 952c83749b..6658531ab8 100644 --- a/langs/shared-questions/ca.json +++ b/langs/shared-questions/ca.json @@ -129,6 +129,146 @@ } }, "question": "Quin és l'ítem a Viquipèdia?" + }, + "induction-loop": { + "mappings": { + "0": { + "then": "El lloc té un bucle magnètic" + }, + "1": { + "then": "El lloc no 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 no 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 {internet_access:ssid}", + "freeform": { + "placeholder": "Intruduixca el nom de la xarxa" + } + }, + "smoking": { + "mappings": { + "0": { + "then": "Està permès fumar" + }, + "1": { + "then": "No està permés fumar" + }, + "2": { + "then": "Està permés fumar a l'exterior." + } + }, + "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" + } + } + } } } } diff --git a/langs/themes/ca.json b/langs/themes/ca.json index 18957df0fb..0c0acb0ee5 100644 --- a/langs/themes/ca.json +++ b/langs/themes/ca.json @@ -650,7 +650,8 @@ "title": "Brossa" }, "waste_basket": { - "title": "Papepera" + "title": "Papepera", + "shortDescription": "Un mapa amb papereres" }, "atm": { "description": "Aquest mapa mostra caixers automàtics on retirar o ingresar diners", @@ -685,10 +686,30 @@ } }, "render": "L’edifici va ser construït al {_bag_obj:start_date}4" + }, + "Reference": { + "render": "La referència a BAG és {_bag_obj:ref:bag}" + }, + "Building type": { + "mappings": { + "0": { + "then": "El tipus d'edifici serà {_bag_obj:construction}" + } + }, + "render": "El tipus d'edifici és {_bag_obj:building}" + }, + "Import button": { + "mappings": { + "0": { + "then": "El valors correctes encara no s'ha calculat. Refresca la pàgina" + } + } } } } - } + }, + "shortDescription": "Ferramenta d'ajuda per a importar el BAG", + "title": "Assistent d'importació del BAG" }, "mapcomplete-changes": { "description": "Aquest mapa mostra tots els canvis fets amb MapComplete",