forms/l10n/ca.js

86 lines
4.9 KiB
JavaScript
Raw Normal View History

2019-07-03 18:09:14 +02:00
OC.L10N.register(
"forms",
{
2020-05-12 05:16:11 +02:00
"Anonymous response" : "Resposta anònima",
2020-02-29 04:21:10 +01:00
"Forms" : "Formularis",
2020-06-11 04:35:09 +02:00
"Shared by %s" : "Compartit per %s",
2020-05-07 05:17:42 +02:00
"New form" : "Nou formulari",
2020-05-12 05:16:11 +02:00
"Loading forms …" : "Carregant formularis …",
2020-05-07 05:17:42 +02:00
"No forms created yet" : "No hi ha formularis creats encara",
"Create a form" : "Crea un formulari",
"Select a form or create a new one" : "Seleccioneu un formulari o creeu-ne un de nou",
2020-04-28 05:17:00 +02:00
"Create new form" : "Crea un nou formulari",
2020-05-07 05:17:42 +02:00
"An error occurred while loading the forms list" : "S'ha produït un error en carregar la llista de formularis",
"Unable to create a new form" : "No es pot crear un formulari nou",
"Responses" : "Respostes",
"Clone form" : "Replicar formulari",
2020-03-27 04:22:15 +01:00
"Delete form" : "Suprimeix el formulari",
2020-05-07 05:17:42 +02:00
"Form link copied" : "Enllaç de formulari copiat",
"Cannot copy, please copy the link manually" : "No es pot copiar, si us plau, copieu l'enllaç manualment",
"Copy share link" : "Copia l'enllaç per compartir",
2020-05-12 05:16:11 +02:00
"Are you sure you want to delete {title}?" : "Esteu segur que voleu suprimir {title}?",
"Error while deleting {title}" : "Error en suprimir {title}",
2020-05-07 05:17:42 +02:00
"An answer for the {index} option" : "Una resposta per a l'opció {index}",
"Answer number {index}" : "Número de resposta {index}",
"Delete answer" : "Suprimeix la resposta",
"Error while saving the answer" : "Error en desar la resposta",
"Question number {index}" : "Número de pregunta {index}",
"Drag to reorder the questions" : "Arrossega per reordenar les preguntes",
"Title of question number {index}" : "Títol del número de pregunta {index}",
2020-06-17 04:35:00 +02:00
"Required" : "Obligatori",
2020-05-07 05:17:42 +02:00
"Delete question" : "Suprimeix la pregunta",
"Add a new answer" : "Afegir una nova resposta",
2020-06-10 04:36:44 +02:00
"There was an issue deleting this option" : "Hi ha hagut un problema en suprimir aquesta opció",
2020-07-08 04:36:25 +02:00
"A long answer for the question “{text}”" : "Una resposta llarga per a la pregunta \"{text}\"",
2020-05-07 05:17:42 +02:00
"A short answer for the question “{text}”" : "Una resposta curta per a la pregunta \"{text}\"",
"Delete this response" : "Suprimir aquesta resposta",
2020-05-12 05:16:11 +02:00
"User or group name …" : "Nom d'usuari o de grup ...",
"No recommendations. Start typing." : "No hi ha recomanacions. Comenceu a escriure.",
"Searching …" : "Cercant ...",
"No elements found." : "No shan trobat elements.",
2019-07-03 18:09:14 +02:00
"Group" : "Grup",
2020-05-12 05:16:11 +02:00
"Loading {title} …" : "Carregant {title} …",
2020-05-07 05:17:42 +02:00
"Toggle settings" : "Canviar configuració",
"Form title" : "Títol del formulari",
2019-07-03 18:09:14 +02:00
"Description" : "Descripció",
2020-05-07 05:17:42 +02:00
"Add a question" : "Afegir una pregunta",
"There was an error while adding the new question" : "Hi ha hagut un error en afegir la nova pregunta",
"There was an error while removing the question" : "Hi ha hagut un error en eliminar la pregunta",
"Error while saving form" : "Error en desar el formulari",
2020-05-12 05:16:11 +02:00
"Loading responses …" : "Carregant respostes …",
"Back to questions" : "Tornar a preguntes",
2020-07-08 04:36:25 +02:00
"Summary" : "Resum",
2020-05-07 05:17:42 +02:00
"Options" : "Opcions",
2020-07-08 04:36:25 +02:00
"Export to CSV" : "Exporta a CSV",
2020-05-07 05:17:42 +02:00
"Delete all responses" : "Suprimeix totes les respostes",
"No responses yet" : "No hi ha respostes encara",
"Results of submitted forms will show up here" : "Els resultats dels formularis enviats es mostraran aquí",
2020-05-12 05:16:11 +02:00
"There was an error while removing this response" : "Hi ha hagut un error en eliminar aquesta resposta",
"Are you sure you want to delete all responses of {title}?" : "Esteu segur que voleu suprimir totes les respostes de {title}?",
"There was an error while removing responses" : "Hi ha hagut un error en eliminar respostes",
2020-06-13 04:35:34 +02:00
"Show to all users of this instance" : "Mostrar a tots els usuaris d'aquesta instància",
"Choose users to share with" : "Trieu usuaris per compartir-lo",
2020-04-29 05:16:35 +02:00
"Settings" : "Paràmetres",
2020-05-07 05:17:42 +02:00
"Anonymous responses" : "Respostes anònimes",
2020-04-29 05:16:35 +02:00
"Set expiration date" : "Establiu una data de caducitat",
2020-05-04 05:15:45 +02:00
"Expiration date" : "Data de venciment",
2020-05-07 05:17:42 +02:00
"Select expiration date" : "Seleccionar la data de caducitat",
"Expired on {date}" : "Expirat a {Date}",
"Expires on {date}" : "Caduca a {data}",
"Submit" : "Envia",
"Submit form" : "Envia el formulari",
2020-05-12 05:16:11 +02:00
"Submitting form …" : "Presentació de formulari …",
2020-05-07 05:17:42 +02:00
"Thank you for completing the form!" : "Gràcies per omplir el formulari!",
"There was an error submitting the form" : "Error en enviar el formulari",
"Error while saving question" : "Error en desar la pregunta",
"Checkboxes" : "Caselles de verificació",
2020-07-08 04:36:25 +02:00
"Multiple choice" : "Qüestionari d'elecció múltiple",
2020-05-07 05:17:42 +02:00
"Short answer" : "Resposta curta",
"Long text" : "Text llarg",
"Form expired" : "Formulari caducat",
"This form has expired and is no longer taking answers" : "Aquest formulari ha caducat i ja no està prenent respostes",
"Form not found" : "No sha trobat el formulari",
"This form does not exist" : "Aquest formulari no existeix"
2019-07-03 18:09:14 +02:00
},
"nplurals=2; plural=(n != 1);");