зеркало из https://github.com/nextcloud/forms.git
77 строки
4.6 KiB
JavaScript
77 строки
4.6 KiB
JavaScript
OC.L10N.register(
|
|
"forms",
|
|
{
|
|
"Do you really want to delete this new form?" : "Esteu segurs de voler suprimir aquest nou formulari?",
|
|
"Forms" : "Formularis",
|
|
"Forms App - New Activity" : "Aplicació Formularis - Nova Activitat",
|
|
"{user} participated in the form \"{title}\"" : "{user} ha participat en el formulari \"{title}\"",
|
|
"Go to form" : "Vés al formulari",
|
|
"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)",
|
|
"Expired" : "Caducat",
|
|
"Expires %n" : "Venç %n",
|
|
"Expires never" : "Mai venç",
|
|
"Anonymous form" : "Formulari anònim",
|
|
"Usernames hidden to Owner" : "Noms d'usuari ocults al propietari",
|
|
"Usernames visible to Owner" : "Noms d'usuari visibles al propietari",
|
|
"Group" : "Grup",
|
|
"Title" : "Títol",
|
|
"Access" : "Accés",
|
|
"Owner" : "Propietari",
|
|
"Created" : "Creat",
|
|
"Expires" : "Venç",
|
|
"View results" : "Mostra els resultats",
|
|
"Public access" : "Accés públic",
|
|
"Only shared" : "Només compartit",
|
|
"Registered users only" : "Només usuaris registrats",
|
|
"Hidden form" : "Formulari ocult",
|
|
"Text form" : "Formulari de text",
|
|
"never" : "mai",
|
|
"Link copied to clipboard" : "Enllaç copiat al porta-retalls",
|
|
"Error, while copying link to clipboard" : "Error copiant al porta-retalls",
|
|
"Add Answer" : "Afegeix resposta",
|
|
"Share with" : "Comparteix amb",
|
|
"Form description" : "Descripció del formulari",
|
|
"Description" : "Descripció",
|
|
"Make a Form" : "Fes un formulari",
|
|
"Add Question" : "Afegeix una pregunta",
|
|
"You are editing in admin mode" : "Esteu editant en mode administrador",
|
|
"Configuration" : "Configuració",
|
|
"Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : "La configuració està blocada. Canviar opcions ara podria esdevenir en comportaments no desitjats, però ho podeu desblocar de totes maneres.",
|
|
"Unlock configuration " : "Desbloca configuració",
|
|
"Form configurations" : "Configuracions del formulari",
|
|
"Only allow one submission per user" : "Admet només una presentació per usuari.",
|
|
"Name of user or group" : "Nom de l'usuari o del grup",
|
|
"Create new form" : "Crea un nou formulari",
|
|
"Writing form" : "S'està desant el formulari",
|
|
"Update form" : "Actualitza el formulari",
|
|
"Done" : "Desat",
|
|
"Expiration date" : "Data de venciment",
|
|
"Click to add a date" : "Premeu per afegir una data",
|
|
"Select a question type!" : "Seleccioneu un tipus de pregunta!",
|
|
"Cannot have the same question!" : "No hi pot haver la mateixa pregunta repetida!",
|
|
"Two answers cannot be the same!" : "No hi pot haver la mateixa resposta repetida!",
|
|
"Title must not be empty!" : "El títol no pot ser buit!",
|
|
"Must have at least one question!" : "Hi ha d'haver com a mínim una pregunta!",
|
|
"All questions need answers!" : "Totes les preguntes han tenir respostes!",
|
|
"Need to pick an expiration date!" : "És necessari indicar una data de venciment!",
|
|
"%n successfully saved" : "S'ha desat amb èxit %n ",
|
|
"Error on saving form, see console" : "Fallada en desar el formulari, vegeu la consola",
|
|
"Clone of %n" : "Clon de %n",
|
|
"New" : "Nou",
|
|
"Click here to add a form" : "Premeu aquí per afegir un formulari",
|
|
"Delete form" : "Suprimeix el formulari",
|
|
"Do you want to delete \"%n\"?" : "Voleu suprimir \"%n\"?",
|
|
"No, keep form." : "No, conserva el formulari.",
|
|
"Yes, delete form." : "Sí, suprimeix el formulari.",
|
|
"Form \"%n\" deleted" : "S'ha suprimit el formulari \"%n\".",
|
|
"Error while deleting Form \"%n\"" : "Fallada quan se suprimia el formulari \"%n\"",
|
|
"Form Expired" : "Formulari vençut",
|
|
"This Form has expired and is no longer taking answers." : "Aquest formulari ha vençut i ja no està recollint respostes.",
|
|
"Access denied" : "Accés denegat",
|
|
"You are not allowed to view this form or the form does not exist." : "No teniu permís per veure aquest formulari o potser el formulari ja no existeix.",
|
|
"You are not allowed to edit this form or the form does not exist." : "No teniu permís per editar aquest formulari o potser el formulari ja no existeix.",
|
|
"You are either not allowed to delete this form or it doesn't exist." : "No teniu permís per esborrar aquest formulari o potser el formulari ja no existeix."
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|