forms/l10n/ca.js
2020-07-08 02:36:25 +00:00

86 lines
4.9 KiB
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"forms",
{
"Anonymous response" : "Resposta anònima",
"Forms" : "Formularis",
"Shared by %s" : "Compartit per %s",
"New form" : "Nou formulari",
"Loading forms …" : "Carregant formularis …",
"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",
"Create new form" : "Crea un nou formulari",
"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",
"Delete form" : "Suprimeix el formulari",
"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",
"Are you sure you want to delete {title}?" : "Esteu segur que voleu suprimir {title}?",
"Error while deleting {title}" : "Error en suprimir {title}",
"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}",
"Required" : "Obligatori",
"Delete question" : "Suprimeix la pregunta",
"Add a new answer" : "Afegir una nova resposta",
"There was an issue deleting this option" : "Hi ha hagut un problema en suprimir aquesta opció",
"A long answer for the question “{text}”" : "Una resposta llarga per a la pregunta \"{text}\"",
"A short answer for the question “{text}”" : "Una resposta curta per a la pregunta \"{text}\"",
"Delete this response" : "Suprimir aquesta resposta",
"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.",
"Group" : "Grup",
"Loading {title} …" : "Carregant {title} …",
"Toggle settings" : "Canviar configuració",
"Form title" : "Títol del formulari",
"Description" : "Descripció",
"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",
"Loading responses …" : "Carregant respostes …",
"Back to questions" : "Tornar a preguntes",
"Summary" : "Resum",
"Options" : "Opcions",
"Export to CSV" : "Exporta a CSV",
"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í",
"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",
"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",
"Settings" : "Paràmetres",
"Anonymous responses" : "Respostes anònimes",
"Set expiration date" : "Establiu una data de caducitat",
"Expiration date" : "Data de venciment",
"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",
"Submitting form …" : "Presentació de formulari …",
"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ó",
"Multiple choice" : "Qüestionari d'elecció múltiple",
"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"
},
"nplurals=2; plural=(n != 1);");