forms/l10n/ca.js
2020-05-08 03:16:31 +00:00

91 lines
5.4 KiB
JavaScript
Raw 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 user" : "usuari anònim",
"Shared by %s" : "Compartit per %s",
"Forms" : "Formularis",
"A forms app, similar to Google Forms." : "Una aplicació de formularis, semblant a Google Forms.",
"A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Una aplicació de formularis, semblant a Google Forms amb la possibilitat de controlar l'accés (membres, certs grups/usuaris, i públic)",
"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 the form “{title}”?" : "Esteu segur que voleu suprimir el formulari \"{title}\"?",
"Error while deleting form “{title}”" : "Error en suprimir el formulari \"{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",
"There was an issue deleting this option" : "Hi ha hagut un problema en suprimir aquesta opció",
"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",
"Enter a title for this question" : "Introduïu un títol per a aquesta pregunta",
"Title of question number {index}" : "Títol del número de pregunta {index}",
"Mandatory" : "Obligatori",
"Delete question" : "Suprimeix la pregunta",
"A long answer for the question “{text}”" : "Una resposta llarga per a la pregunta \"{text}\"",
"Long answer text" : "Text de resposta llarga",
"Add a new answer" : "Afegir una nova resposta",
"A short answer for the question “{text}”" : "Una resposta curta per a la pregunta \"{text}\"",
"Short answer text" : "Text de resposta breu",
"Response by {userDisplayName}" : "Resposta de {userDisplayName}",
"Delete this response" : "Suprimir aquesta resposta",
"Group" : "Grup",
"Loading {title} …" : "Carregant {title}...",
"Toggle settings" : "Canviar configuració",
"Form title" : "Títol del formulari",
"Description" : "Descripció",
"Mandatory questions" : "Preguntes obligatòries",
"Add a question" : "Afegir una pregunta",
"New question" : "Nova 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 form" : "Tornar al formulari",
"Responses for {title}" : "Respostes per a {title}",
"Export to CSV" : "Exporta a CSV",
"Options" : "Opcions",
"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 loading results" : "Error en carregar els resultats",
"Settings" : "Paràmetres",
"Anonymous responses" : "Respostes anònimes",
"Only allow one response per user" : "Només permetre una resposta per usuari",
"Set expiration date" : "Establiu una data de caducitat",
"Expiration date" : "Data de venciment",
"Sharing" : "Compartició",
"Show to all users of this instance" : "Mostrar a tots els usuaris d'aquesta instància",
"Share link" : "Enllaç de compartició",
"Choose users to share with" : "Trieu usuaris per compartir-lo",
"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",
"Multiple choice" : "Qüestionari d'elecció múltiple",
"Checkboxes" : "Caselles de verificació",
"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);");