[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2017-02-08 01:07:26 +00:00
parent 3f00f32d45
commit 137a80db0e
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
16 changed files with 1086 additions and 2 deletions

View File

@ -39,7 +39,7 @@ OC.L10N.register(
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Данный параметр позволяет зашифровать все файлы, хранящиеся в главном хранилище, иначе только файлы на внешних хранилищах будут зашифрованы",
"Enable recovery key" : "Включить ключ восстановления",
"Disable recovery key" : "Отключить ключ восстановления",
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "Ключ восстановления это дополнительный ключ, который используется для шифрования файлов. Он позволяет восстановить пользовательские файлы в случае утери пароля.",
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "Ключ восстановления - это дополнительный ключ, который используется для шифрования файлов. Он позволяет восстановить пользовательские файлы в случае утери пароля.",
"Recovery key password" : "Пароль ключа восстановления",
"Repeat recovery key password" : "Повторите пароль ключа восстановления",
"Change recovery key password:" : "Смена пароля ключа восстановления:",

View File

@ -37,7 +37,7 @@
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Данный параметр позволяет зашифровать все файлы, хранящиеся в главном хранилище, иначе только файлы на внешних хранилищах будут зашифрованы",
"Enable recovery key" : "Включить ключ восстановления",
"Disable recovery key" : "Отключить ключ восстановления",
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "Ключ восстановления это дополнительный ключ, который используется для шифрования файлов. Он позволяет восстановить пользовательские файлы в случае утери пароля.",
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "Ключ восстановления - это дополнительный ключ, который используется для шифрования файлов. Он позволяет восстановить пользовательские файлы в случае утери пароля.",
"Recovery key password" : "Пароль ключа восстановления",
"Repeat recovery key password" : "Повторите пароль ключа восстановления",
"Change recovery key password:" : "Смена пароля ключа восстановления:",

View File

@ -0,0 +1,19 @@
OC.L10N.register(
"federation",
{
"Added to the list of trusted servers" : "Addite al lista de servitores fiduciari.",
"Server is already in the list of trusted servers." : "Servitor ja es in le lista de servitores fiduciari.",
"No server to federate with found" : "Nulle servitor pro associar se per federation esseva trovate",
"Could not add server" : "Il non poteva adder le servitor",
"Federation" : "Federation",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Le federation permitte te connecter con altere servitores fiduciari pro excambiar le directorio del usator. Per exemplo, iste attributo essera usate pro completar automaticamente usatores externe pro le compartimento federate.",
"Add server automatically once a federated share was created successfully" : "Le functionalitate de adder un servitor automaticamente un vice que un compartimento federate es associate esseva create con successo",
"Trusted servers" : "Servitores fiduciari",
"+ Add trusted server" : "+ Adder servitor fiduciari",
"Trusted server" : "Servitor fiduciari",
"Add" : "Adder",
"Trusted Servers" : "Servitores Fiduciari",
"+ Add Nextcloud server" : "+ Adder servitor Nextcloud",
"Nextcloud Server" : "Servitor Nextcloud"
},
"nplurals=2; plural=(n != 1);");

View File

@ -0,0 +1,17 @@
{ "translations": {
"Added to the list of trusted servers" : "Addite al lista de servitores fiduciari.",
"Server is already in the list of trusted servers." : "Servitor ja es in le lista de servitores fiduciari.",
"No server to federate with found" : "Nulle servitor pro associar se per federation esseva trovate",
"Could not add server" : "Il non poteva adder le servitor",
"Federation" : "Federation",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Le federation permitte te connecter con altere servitores fiduciari pro excambiar le directorio del usator. Per exemplo, iste attributo essera usate pro completar automaticamente usatores externe pro le compartimento federate.",
"Add server automatically once a federated share was created successfully" : "Le functionalitate de adder un servitor automaticamente un vice que un compartimento federate es associate esseva create con successo",
"Trusted servers" : "Servitores fiduciari",
"+ Add trusted server" : "+ Adder servitor fiduciari",
"Trusted server" : "Servitor fiduciari",
"Add" : "Adder",
"Trusted Servers" : "Servitores Fiduciari",
"+ Add Nextcloud server" : "+ Adder servitor Nextcloud",
"Nextcloud Server" : "Servitor Nextcloud"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,6 +1,7 @@
OC.L10N.register(
"files",
{
"Storage is temporarily not available" : "Emmagatzemament temporalment no disponible",
"Storage invalid" : "Emmagatzemament no vàlid",
"Unknown error" : "Error desconegut",
"All files" : "Tots els fitxers",
@ -30,6 +31,7 @@ OC.L10N.register(
"Pending" : "Pendent",
"Unable to determine date" : "No s'ha pogut determinar la data",
"This operation is forbidden" : "Aquesta operació està prohibida",
"This directory is unavailable, please check the logs or contact the administrator" : "Aquesta carpeta no està disponible. Comproveu els registres o contacteu amb l'administrador.",
"Could not move \"{file}\", target exists" : "No s'ha pugut moure \"{file}\", el destí ja existeix",
"Could not move \"{file}\"" : "No s'ha pogut moure \"{file}\"",
"{newName} already exists" : "{newName} ja existeix",
@ -55,11 +57,14 @@ OC.L10N.register(
"Path" : "Ruta",
"Favorited" : "Agregat a favorits",
"Favorite" : "Preferits",
"Copy local link" : "C",
"Folder" : "Carpeta",
"New folder" : "Carpeta nova",
"Upload" : "Puja",
"An error occurred while trying to update the tags" : "S'ha produït un error en tractar d'actualitzar les etiquetes",
"Added to favorites" : "Afegit a favorits",
"Removed from favorites" : "Esborra de preferits",
"You removed {file} from your favorites" : "Has esborrat {file} dels teus preferits",
"File changes" : "Canvis al fitxer",
"Created by {user}" : "Creat per {user}",
"Changed by {user}" : "Canviat per {user}",
@ -67,6 +72,7 @@ OC.L10N.register(
"Restored by {user}" : "Restaurat per {user}",
"Renamed by {user}" : "Renombrat per {user}",
"Moved by {user}" : "Mogut per {user}",
"You deleted {file}" : "Heu esborrat {fiel}",
"A new file or folder has been <strong>created</strong>" : "S'ha <strong>creat</strong> un nou fitxer o una nova carpeta",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limitar les notificacions sobre la creació i canvis dels seus <strong>arxius favorits</strong><em>(solament Stream)</em>",
"Upload (max. %s)" : "Pujada (màx. %s)",
@ -87,6 +93,7 @@ OC.L10N.register(
"Files and folders you mark as favorite will show up here" : "Aquí apareixeran els arxius i carpetes que vostè marqui com favorits",
"Shared with you" : "Compartit amb tu",
"Shared with others" : "Compartit amb altres",
"Shared by link" : "Comparteix per link",
"Tags" : "Etiquetes",
"Deleted files" : "Fitxers esborrats",
"Text file" : "Fitxer de text",

View File

@ -1,4 +1,5 @@
{ "translations": {
"Storage is temporarily not available" : "Emmagatzemament temporalment no disponible",
"Storage invalid" : "Emmagatzemament no vàlid",
"Unknown error" : "Error desconegut",
"All files" : "Tots els fitxers",
@ -28,6 +29,7 @@
"Pending" : "Pendent",
"Unable to determine date" : "No s'ha pogut determinar la data",
"This operation is forbidden" : "Aquesta operació està prohibida",
"This directory is unavailable, please check the logs or contact the administrator" : "Aquesta carpeta no està disponible. Comproveu els registres o contacteu amb l'administrador.",
"Could not move \"{file}\", target exists" : "No s'ha pugut moure \"{file}\", el destí ja existeix",
"Could not move \"{file}\"" : "No s'ha pogut moure \"{file}\"",
"{newName} already exists" : "{newName} ja existeix",
@ -53,11 +55,14 @@
"Path" : "Ruta",
"Favorited" : "Agregat a favorits",
"Favorite" : "Preferits",
"Copy local link" : "C",
"Folder" : "Carpeta",
"New folder" : "Carpeta nova",
"Upload" : "Puja",
"An error occurred while trying to update the tags" : "S'ha produït un error en tractar d'actualitzar les etiquetes",
"Added to favorites" : "Afegit a favorits",
"Removed from favorites" : "Esborra de preferits",
"You removed {file} from your favorites" : "Has esborrat {file} dels teus preferits",
"File changes" : "Canvis al fitxer",
"Created by {user}" : "Creat per {user}",
"Changed by {user}" : "Canviat per {user}",
@ -65,6 +70,7 @@
"Restored by {user}" : "Restaurat per {user}",
"Renamed by {user}" : "Renombrat per {user}",
"Moved by {user}" : "Mogut per {user}",
"You deleted {file}" : "Heu esborrat {fiel}",
"A new file or folder has been <strong>created</strong>" : "S'ha <strong>creat</strong> un nou fitxer o una nova carpeta",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limitar les notificacions sobre la creació i canvis dels seus <strong>arxius favorits</strong><em>(solament Stream)</em>",
"Upload (max. %s)" : "Pujada (màx. %s)",
@ -85,6 +91,7 @@
"Files and folders you mark as favorite will show up here" : "Aquí apareixeran els arxius i carpetes que vostè marqui com favorits",
"Shared with you" : "Compartit amb tu",
"Shared with others" : "Compartit amb altres",
"Shared by link" : "Comparteix per link",
"Tags" : "Etiquetes",
"Deleted files" : "Fitxers esborrats",
"Text file" : "Fitxer de text",

288
core/l10n/ca.js Normal file
View File

@ -0,0 +1,288 @@
OC.L10N.register(
"core",
{
"Please select a file." : "Seleccioneu un fitxer.",
"File is too big" : "El fitxer és massa gran",
"The selected file is not an image." : "El fitxer seleccionat no és una imatge",
"The selected file cannot be read." : "El fitxer seleccionat no es pot llegir.",
"Invalid file provided" : "El fitxer proporcionat no és vàlid",
"No image or file provided" : "No s'han proporcionat imatges o fitxers",
"Unknown filetype" : "Tipus de fitxer desconegut",
"Invalid image" : "Imatge no vàlida",
"An error occurred. Please contact your admin." : "Hi ha hagut un error. Contacteu amb l'administrador.",
"No temporary profile picture available, try again" : "No hi ha imatge temporal de perfil disponible, torneu a intentar-ho",
"No crop data provided" : "No heu proporcionat dades del retall",
"No valid crop data provided" : "Les dades del retall proporcionades no són vàlides",
"Crop is not square" : "El retall no és quadrat",
"Couldn't reset password because the token is invalid" : "No es pot restablir la contrasenya perquè el testimoni no és vàlid",
"Couldn't reset password because the token is expired" : "No es pot restablir la contrasenya perquè el testimoni ha vençut",
"Couldn't send reset email. Please make sure your username is correct." : "No s'ha pogut enviar el correu de restabliment. Assegureu-vos que el vostre nom d'usuari és correcte.",
"Could not send reset email because there is no email address for this username. Please contact your administrator." : "No s'ha pogut enviar correu de restabliment. No hi ha correu per aquest compte. Contacteu amb l'administrador.",
"%s password reset" : "restableix la contrasenya %s",
"Couldn't send reset email. Please contact your administrator." : "No s'ha pogut restablir el correu. Contacteu amb l'administrador.",
"Preparing update" : "Preparant l'actualització",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair warning: " : "Advertiment de reparació:",
"Repair error: " : "Error de reparació:",
"Turned on maintenance mode" : "Activat el mode de manteniment",
"Turned off maintenance mode" : "Desactivat el mode de manteniment",
"Maintenance mode is kept active" : "El mode de manteniment es manté activat",
"Updated database" : "Actualitzada la base de dades",
"Checked database schema update" : "S'ha comprobat l'actualització de l'esquema de la base de dades",
"Checked database schema update for apps" : "S'ha comprobat l'actualització de l'esquema de la base de dades per les apps",
"Updated \"%s\" to %s" : "Actualitzat \"%s\" a %s",
"Following apps have been disabled: %s" : "Les aplicacions següents s'han deshabilitat: %s",
"Already up to date" : "Ja actualitzat",
"Settings" : "Configuració",
"Saving..." : "Desant...",
"Dismiss" : "Rebutja",
"Authentication required" : "Es requereix autenticació",
"Password" : "Contrasenya",
"Cancel" : "Cancel·la",
"Confirm" : "Confirma",
"seconds ago" : "segons enrere",
"Logging in …" : "Accedint a...",
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "L'enllaç per reiniciar la vostra contrasenya s'ha enviat al vostre correu. Si no el rebeu en un temps raonable comproveu les carpetes de spam. <br>Si no és allà, pregunteu a l'administrador local.",
"I know what I'm doing" : "Sé el que faig",
"Password can not be changed. Please contact your administrator." : "La contrasenya no es pot canviar. Contacteu amb l'administrador.",
"No" : "No",
"Yes" : "Sí",
"No files in here" : "No hi ha arxius aquí",
"Choose" : "Escull",
"Error loading file picker template: {error}" : "Error en carregar la plantilla de càrrega de fitxers: {error}",
"Ok" : "D'acord",
"Error loading message template: {error}" : "Error en carregar la plantilla de missatge: {error}",
"read-only" : "Només de lectura",
"_{count} file conflict_::_{count} file conflicts_" : ["{count} conflicte de fitxer","{count} conflictes de fitxer"],
"One file conflict" : "Un fitxer en conflicte",
"New Files" : "Fitxers nous",
"Already existing files" : "Fitxers que ja existeixen",
"Which files do you want to keep?" : "Quin fitxer voleu conservar?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccioneu les dues versions, el fitxer copiat tindrà un número afegit al seu nom.",
"Continue" : "Continua",
"(all selected)" : "(selecciona-ho tot)",
"({count} selected)" : "({count} seleccionats)",
"Error loading file exists template" : "Error en carregar la plantilla de fitxer existent",
"Pending" : "Pendent",
"Very weak password" : "Contrasenya massa feble",
"Weak password" : "Contrasenya feble",
"So-so password" : "Contrasenya passable",
"Good password" : "Contrasenya bona",
"Strong password" : "Contrasenya forta",
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "El servidor web no està configurat correctament per permetre la sincronització de fitxers perquè la interfície WebDAV sembla no funcionar correctament.",
"Error occurred while checking server setup" : "Hi ha hagut un error en comprovar la configuració del servidor",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "La carpeta de dades i els vostres fitxers probablement són accessibles des d'Internet. El fitxer .htaccess no funciona. Us recomanem que configureu el servidor web de tal manera que la carpeta de dades no sigui accessible o que moveu la carpeta de dades fora de l'arrel de documents del servidor web.",
"You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "Esteu accedint aquesta web a través de HTTP. Us recomanem que configureu el servidor per requerir HTTPS tal i com es descriu als <a href=\"{docUrl}\">consells de seguretat</a>",
"Shared" : "Compartit",
"Shared with {recipients}" : "Compartit amb {recipients}",
"Error" : "Error",
"Error while sharing" : "Error en compartir",
"Error while unsharing" : "Error en deixar de compartir",
"Error setting expiration date" : "Error en establir la data de venciment",
"The public link will expire no later than {days} days after it is created" : "L'enllaç públic tindrà venciment abans de {days} dies després de crear-lo",
"Set expiration date" : "Estableix la data de venciment",
"Expiration" : "Expiració",
"Expiration date" : "Data de venciment",
"Choose a password for the public link" : "Escolliu una contrasenya per l'enllaç públic",
"Copied!" : "Copiat!",
"Copy" : "Copia",
"Not supported!" : "No soportat!",
"Press ⌘-C to copy." : "Prem ⌘-C per copiar.",
"Press Ctrl-C to copy." : "Prem Ctrl-C per copiar.",
"Resharing is not allowed" : "No es permet compartir de nou",
"Share link" : "Enllaç de compartició",
"Link" : "Enllaç",
"Password protect" : "Protegir amb contrasenya",
"Allow editing" : "Permetre edició",
"Email link to person" : "Enllaç per correu electrónic amb la persona",
"Send" : "Envia",
"Shared with you and the group {group} by {owner}" : "Compartit amb vos i amb el grup {group} per {owner}",
"Shared with you by {owner}" : "Compartit amb vos per {owner}",
"group" : "grup",
"remote" : "remot",
"email" : "email",
"Unshare" : "Deixa de compartir",
"can edit" : "pot editar",
"can create" : "pot crear",
"can change" : "pot canviar",
"can delete" : "Pot esborrar",
"access control" : "control d'accés",
"No users found for {search}" : "No s'han trobat usuaris per {search}",
"An error occurred. Please try again" : "S'ha produït un error. Si us plau, torni a intentar-ho.",
"Share" : "Comparteix",
"invisible" : "invisible",
"({scope})" : "({scope})",
"Delete" : "Esborra",
"Rename" : "Reanomena",
"Collaborative tags" : "Etiquetes col·laboratives",
"No tags found" : "No s'han trobat etiquetes",
"The object type is not specified." : "No s'ha especificat el tipus d'objecte.",
"Enter new" : "Escriu nou",
"Add" : "Afegeix",
"Edit tags" : "Edita etiquetes",
"Error loading dialog template: {error}" : "Error en carregar la plantilla de diàleg: {error}",
"No tags selected for deletion." : "No heu seleccionat les etiquetes a eliminar.",
"unknown text" : "text desconegut",
"Hello world!" : "Hola món!",
"sunny" : "asolellat",
"Hello {name}, the weather is {weather}" : "Hola {name}, el temps és {weather}",
"Hello {name}" : "Hola {name}",
"new" : "Nou",
"_download %n file_::_download %n files_" : ["descarregar l'arxiu %n","descarregar arxius %n "],
"Update to {version}" : "Actualitza a {version}",
"An error occurred." : "S'ha produït un error",
"Please reload the page." : "Carregueu la pàgina de nou.",
"Continue to Nextcloud" : "Continua a Nextcloud",
"Searching other places" : "Buscant altres ubicacions",
"Personal" : "Personal",
"Users" : "Usuaris",
"Apps" : "Aplicacions",
"Admin" : "Administració",
"Help" : "Ajuda",
"Access forbidden" : "Accés prohibit",
"File not found" : "No s'ha trobat l'arxiu",
"The specified document has not been found on the server." : "El document especificat no s'ha trobat al servidor.",
"You can click here to return to %s." : "Pots clicar aquí per tornar a %s.",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Ei,\n\nnomés fer-te saber que %s ha compartit %s amb tu.\nMira-ho a: %s\n\n",
"The share will expire on %s." : "La compartició venç el %s.",
"Cheers!" : "Salut!",
"Internal Server Error" : "Error Intern del Servidor",
"The server encountered an internal error and was unable to complete your request." : "El servidor ha trobat un error intern i no pot finalitzar la teva petició.",
"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Per favor, posi's en contacte amb l'administrador del servidor si aquest error torna a aparèixer diverses vegades, per favor inclogui els detalls tècnics de baix en el seu informe.",
"More details can be found in the server log." : "Pots trobar més detalls al llistat del servidor.",
"Technical details" : "Detalls tècnics",
"Remote Address: %s" : "Adreça remota: %s",
"Request ID: %s" : "Sol·licitud ID: %s ",
"Type: %s" : "Tipus: %s",
"Code: %s" : "Codi: %s",
"Message: %s" : "Missatge: %s",
"File: %s" : "Fitxer: %s",
"Line: %s" : "Línia: %s",
"Trace" : "Traça",
"Security warning" : "Advertiment de seguretat",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "La carpeta de dades i els seus fitxers probablement són accessibles des d'internet perquè el fitxer .htaccess no funciona.",
"Create an <strong>admin account</strong>" : "Crea un <strong>compte d'administrador</strong>",
"Username" : "Nom d'usuari",
"Storage & database" : "Emmagatzematge i base de dades",
"Data folder" : "Carpeta de dades",
"Configure the database" : "Configura la base de dades",
"Only %s is available." : "Només hi ha disponible %s",
"Install and activate additional PHP modules to choose other database types." : "Instal·la i activa mòduls PHP addicionals per seleccionar altres tipus de bases de dades.",
"For more details check out the documentation." : "Per més detalls consulteu la documentació.",
"Database user" : "Usuari de la base de dades",
"Database password" : "Contrasenya de la base de dades",
"Database name" : "Nom de la base de dades",
"Database tablespace" : "Espai de taula de la base de dades",
"Database host" : "Ordinador central de la base de dades",
"Performance warning" : "Alerta de rendiment",
"SQLite will be used as database." : "SQLite s'utilitzarà com a base de dades.",
"For larger installations we recommend to choose a different database backend." : "Per a instal·lacions més grans es recomana triar una base de dades diferent.",
"Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "L'ús de SQLite està desaconsellat especialment quan s'usa el client d'escriptori per sincronitzar els fitxers.",
"Finish setup" : "Acaba la configuració",
"Finishing …" : "Acabant...",
"Need help?" : "Necessites ajuda?",
"See the documentation" : "Consulti la documentació",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Aquesta aplicació requereix Javascript per al seu correcte funcionament . Per favor, {linkstart}habiliti Javascript{linkend} i torni a carregar la pàgina.",
"Search" : "Cerca",
"Log out" : "Surt",
"Confirm your password" : "Confirma la teva contrasenya",
"Server side authentication failed!" : "L'autenticació del servidor ha fallat!",
"Please contact your administrator." : "Contacteu amb l'administrador.",
"Please try again or contact your administrator." : "Intenti-ho de nou o posi's en contacte amb el seu administrador.",
"Username or email" : "Nom d'usuari o correu electrònic",
"Wrong password. Reset it?" : "Contrasenya incorrecta. Voleu restablir-la?",
"Wrong password." : "Contrasenya incorrecta.",
"Log in" : "Inici de sessió",
"Stay logged in" : "Mantén la sessió connectada",
"Alternative Logins" : "Acreditacions alternatives",
"Use the following link to reset your password: {link}" : "Useu l'enllaç següent per restablir la contrasenya: {link}",
"New password" : "Contrasenya nova",
"New Password" : "Contrasenya nova",
"Reset password" : "Reinicialitza la contrasenya",
"Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" : "Ei, <br><br>només fer-vos saber que %s us ha comparti <strong>%s</strong>. <br><a href=\"%s\">Mireu-ho!</a>",
"This Nextcloud instance is currently in single user mode." : "La instància Nextcloud està en mode d'usuari únic.",
"This means only administrators can use the instance." : "Això significa que només els administradors poden usar la instància.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacteu amb l'administrador del sistema si aquest missatge persisteix o apareix inesperadament.",
"Thank you for your patience." : "Gràcies per la paciència.",
"Two-factor authentication" : "Segon factor d'autenticació",
"Cancel log in" : "Cancel·la l'accés a",
"Use backup code" : "Utilitza un codi de copia de seguretat",
"You are accessing the server from an untrusted domain." : "Esteu accedint al servidor des d'un domini no fiable",
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "En funció de la teva configuració, com a administrador podries utilitzar el botó d'abaix per confiar en aquest domini.",
"Add \"%s\" as trusted domain" : "Afegeix \"%s\" com a domini de confiança",
"App update required" : "Cal que actualitzeu la aplicació",
"%s will be updated to version %s" : "%s s'actualitzarà a la versió %s",
"These apps will be updated:" : "Aquestes aplicacions s'actualitzaran:",
"These incompatible apps will be disabled:" : "Aquestes aplicacions incompatibles es desactivaran:",
"The theme %s has been disabled." : "S'ha desactivat el tema %s",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Assegureu-vos que heu fet una còpia de seguretat de la base de dades, del fitxer de configuració i de la carpeta de dades abans de continuar.",
"Start update" : "Inicia l'actualització",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Per evitar que s'esgoti el temps d'espera en instalacions grans, pots en el seu lloc fer córrer la següent comanda en el directori d'instalació. ",
"Update needed" : "Actualització necessaria",
"This %s instance is currently in maintenance mode, which may take a while." : "Aquesta instància %s està actualment en manteniment i podria trigar una estona.",
"This page will refresh itself when the %s instance is available again." : "Aquesta pàgina s'actualitzarà automàticament quan la instància %s estigui disponible de nou.",
"Error loading tags" : "Error en carregar les etiquetes",
"Tag already exists" : "L'etiqueta ja existeix",
"Error deleting tag(s)" : "Error en eliminar etiqueta(s)",
"Error tagging" : "Error en etiquetar",
"Error untagging" : "Error en treure les etiquetes",
"Error favoriting" : "Error en posar a preferits",
"Error unfavoriting" : "Error en treure de preferits",
"Couldn't send mail to following users: %s " : "No s'ha pogut enviar correu als usuaris següents: %s",
"Sunday" : "Diumenge",
"Monday" : "Dilluns",
"Tuesday" : "Dimarts",
"Wednesday" : "Dimecres",
"Thursday" : "Dijous",
"Friday" : "Divendres",
"Saturday" : "Dissabte",
"Sun." : "Dg.",
"Mon." : "Dl.",
"Tue." : "Dm.",
"Wed." : "Dc.",
"Thu." : "Dj.",
"Fri." : "Dv.",
"Sat." : "Ds.",
"Su" : "Dg",
"Mo" : "Dl",
"Tu" : "Dm",
"We" : "Dc",
"Th" : "Dj",
"Fr" : "Dv",
"Sa" : "Ds",
"January" : "Gener",
"February" : "Febrer",
"March" : "Març",
"April" : "Abril",
"May" : "Maig",
"June" : "Juny",
"July" : "Juliol",
"August" : "Agost",
"September" : "Setembre",
"October" : "Octubre",
"November" : "Novembre",
"December" : "Desembre",
"Jan." : "Gen.",
"Feb." : "Febr.",
"Mar." : "Març",
"Apr." : "Abr.",
"May." : "Maig",
"Jun." : "Juny",
"Jul." : "Jul.",
"Aug." : "Ag.",
"Sep." : "Set.",
"Oct." : "Oct.",
"Nov." : "Nov.",
"Dec." : "Des.",
"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Els vostres fitxers estan encriptats. Si no heu habilitat la clau de recuperació no hi haurà manera de recuperar les dades després que reestabliu la contrasenya. <br />Si sabeu què fer, contacteu amb l'administrador abans de continuar.<br />Voleu continuar?",
"Sending ..." : "Enviant...",
"Email sent" : "El correu electrónic s'ha enviat",
"notify by email" : "notifica per correu electrònic",
"can share" : "pot compartir",
"create" : "crea",
"change" : "canvi",
"delete" : "elimina",
"Warning" : "Avís",
"Cancel login" : "Cancel·la l'inici de sessió"
},
"nplurals=2; plural=(n != 1);");

286
core/l10n/ca.json Normal file
View File

@ -0,0 +1,286 @@
{ "translations": {
"Please select a file." : "Seleccioneu un fitxer.",
"File is too big" : "El fitxer és massa gran",
"The selected file is not an image." : "El fitxer seleccionat no és una imatge",
"The selected file cannot be read." : "El fitxer seleccionat no es pot llegir.",
"Invalid file provided" : "El fitxer proporcionat no és vàlid",
"No image or file provided" : "No s'han proporcionat imatges o fitxers",
"Unknown filetype" : "Tipus de fitxer desconegut",
"Invalid image" : "Imatge no vàlida",
"An error occurred. Please contact your admin." : "Hi ha hagut un error. Contacteu amb l'administrador.",
"No temporary profile picture available, try again" : "No hi ha imatge temporal de perfil disponible, torneu a intentar-ho",
"No crop data provided" : "No heu proporcionat dades del retall",
"No valid crop data provided" : "Les dades del retall proporcionades no són vàlides",
"Crop is not square" : "El retall no és quadrat",
"Couldn't reset password because the token is invalid" : "No es pot restablir la contrasenya perquè el testimoni no és vàlid",
"Couldn't reset password because the token is expired" : "No es pot restablir la contrasenya perquè el testimoni ha vençut",
"Couldn't send reset email. Please make sure your username is correct." : "No s'ha pogut enviar el correu de restabliment. Assegureu-vos que el vostre nom d'usuari és correcte.",
"Could not send reset email because there is no email address for this username. Please contact your administrator." : "No s'ha pogut enviar correu de restabliment. No hi ha correu per aquest compte. Contacteu amb l'administrador.",
"%s password reset" : "restableix la contrasenya %s",
"Couldn't send reset email. Please contact your administrator." : "No s'ha pogut restablir el correu. Contacteu amb l'administrador.",
"Preparing update" : "Preparant l'actualització",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair warning: " : "Advertiment de reparació:",
"Repair error: " : "Error de reparació:",
"Turned on maintenance mode" : "Activat el mode de manteniment",
"Turned off maintenance mode" : "Desactivat el mode de manteniment",
"Maintenance mode is kept active" : "El mode de manteniment es manté activat",
"Updated database" : "Actualitzada la base de dades",
"Checked database schema update" : "S'ha comprobat l'actualització de l'esquema de la base de dades",
"Checked database schema update for apps" : "S'ha comprobat l'actualització de l'esquema de la base de dades per les apps",
"Updated \"%s\" to %s" : "Actualitzat \"%s\" a %s",
"Following apps have been disabled: %s" : "Les aplicacions següents s'han deshabilitat: %s",
"Already up to date" : "Ja actualitzat",
"Settings" : "Configuració",
"Saving..." : "Desant...",
"Dismiss" : "Rebutja",
"Authentication required" : "Es requereix autenticació",
"Password" : "Contrasenya",
"Cancel" : "Cancel·la",
"Confirm" : "Confirma",
"seconds ago" : "segons enrere",
"Logging in …" : "Accedint a...",
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "L'enllaç per reiniciar la vostra contrasenya s'ha enviat al vostre correu. Si no el rebeu en un temps raonable comproveu les carpetes de spam. <br>Si no és allà, pregunteu a l'administrador local.",
"I know what I'm doing" : "Sé el que faig",
"Password can not be changed. Please contact your administrator." : "La contrasenya no es pot canviar. Contacteu amb l'administrador.",
"No" : "No",
"Yes" : "Sí",
"No files in here" : "No hi ha arxius aquí",
"Choose" : "Escull",
"Error loading file picker template: {error}" : "Error en carregar la plantilla de càrrega de fitxers: {error}",
"Ok" : "D'acord",
"Error loading message template: {error}" : "Error en carregar la plantilla de missatge: {error}",
"read-only" : "Només de lectura",
"_{count} file conflict_::_{count} file conflicts_" : ["{count} conflicte de fitxer","{count} conflictes de fitxer"],
"One file conflict" : "Un fitxer en conflicte",
"New Files" : "Fitxers nous",
"Already existing files" : "Fitxers que ja existeixen",
"Which files do you want to keep?" : "Quin fitxer voleu conservar?",
"If you select both versions, the copied file will have a number added to its name." : "Si seleccioneu les dues versions, el fitxer copiat tindrà un número afegit al seu nom.",
"Continue" : "Continua",
"(all selected)" : "(selecciona-ho tot)",
"({count} selected)" : "({count} seleccionats)",
"Error loading file exists template" : "Error en carregar la plantilla de fitxer existent",
"Pending" : "Pendent",
"Very weak password" : "Contrasenya massa feble",
"Weak password" : "Contrasenya feble",
"So-so password" : "Contrasenya passable",
"Good password" : "Contrasenya bona",
"Strong password" : "Contrasenya forta",
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "El servidor web no està configurat correctament per permetre la sincronització de fitxers perquè la interfície WebDAV sembla no funcionar correctament.",
"Error occurred while checking server setup" : "Hi ha hagut un error en comprovar la configuració del servidor",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "La carpeta de dades i els vostres fitxers probablement són accessibles des d'Internet. El fitxer .htaccess no funciona. Us recomanem que configureu el servidor web de tal manera que la carpeta de dades no sigui accessible o que moveu la carpeta de dades fora de l'arrel de documents del servidor web.",
"You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "Esteu accedint aquesta web a través de HTTP. Us recomanem que configureu el servidor per requerir HTTPS tal i com es descriu als <a href=\"{docUrl}\">consells de seguretat</a>",
"Shared" : "Compartit",
"Shared with {recipients}" : "Compartit amb {recipients}",
"Error" : "Error",
"Error while sharing" : "Error en compartir",
"Error while unsharing" : "Error en deixar de compartir",
"Error setting expiration date" : "Error en establir la data de venciment",
"The public link will expire no later than {days} days after it is created" : "L'enllaç públic tindrà venciment abans de {days} dies després de crear-lo",
"Set expiration date" : "Estableix la data de venciment",
"Expiration" : "Expiració",
"Expiration date" : "Data de venciment",
"Choose a password for the public link" : "Escolliu una contrasenya per l'enllaç públic",
"Copied!" : "Copiat!",
"Copy" : "Copia",
"Not supported!" : "No soportat!",
"Press ⌘-C to copy." : "Prem ⌘-C per copiar.",
"Press Ctrl-C to copy." : "Prem Ctrl-C per copiar.",
"Resharing is not allowed" : "No es permet compartir de nou",
"Share link" : "Enllaç de compartició",
"Link" : "Enllaç",
"Password protect" : "Protegir amb contrasenya",
"Allow editing" : "Permetre edició",
"Email link to person" : "Enllaç per correu electrónic amb la persona",
"Send" : "Envia",
"Shared with you and the group {group} by {owner}" : "Compartit amb vos i amb el grup {group} per {owner}",
"Shared with you by {owner}" : "Compartit amb vos per {owner}",
"group" : "grup",
"remote" : "remot",
"email" : "email",
"Unshare" : "Deixa de compartir",
"can edit" : "pot editar",
"can create" : "pot crear",
"can change" : "pot canviar",
"can delete" : "Pot esborrar",
"access control" : "control d'accés",
"No users found for {search}" : "No s'han trobat usuaris per {search}",
"An error occurred. Please try again" : "S'ha produït un error. Si us plau, torni a intentar-ho.",
"Share" : "Comparteix",
"invisible" : "invisible",
"({scope})" : "({scope})",
"Delete" : "Esborra",
"Rename" : "Reanomena",
"Collaborative tags" : "Etiquetes col·laboratives",
"No tags found" : "No s'han trobat etiquetes",
"The object type is not specified." : "No s'ha especificat el tipus d'objecte.",
"Enter new" : "Escriu nou",
"Add" : "Afegeix",
"Edit tags" : "Edita etiquetes",
"Error loading dialog template: {error}" : "Error en carregar la plantilla de diàleg: {error}",
"No tags selected for deletion." : "No heu seleccionat les etiquetes a eliminar.",
"unknown text" : "text desconegut",
"Hello world!" : "Hola món!",
"sunny" : "asolellat",
"Hello {name}, the weather is {weather}" : "Hola {name}, el temps és {weather}",
"Hello {name}" : "Hola {name}",
"new" : "Nou",
"_download %n file_::_download %n files_" : ["descarregar l'arxiu %n","descarregar arxius %n "],
"Update to {version}" : "Actualitza a {version}",
"An error occurred." : "S'ha produït un error",
"Please reload the page." : "Carregueu la pàgina de nou.",
"Continue to Nextcloud" : "Continua a Nextcloud",
"Searching other places" : "Buscant altres ubicacions",
"Personal" : "Personal",
"Users" : "Usuaris",
"Apps" : "Aplicacions",
"Admin" : "Administració",
"Help" : "Ajuda",
"Access forbidden" : "Accés prohibit",
"File not found" : "No s'ha trobat l'arxiu",
"The specified document has not been found on the server." : "El document especificat no s'ha trobat al servidor.",
"You can click here to return to %s." : "Pots clicar aquí per tornar a %s.",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Ei,\n\nnomés fer-te saber que %s ha compartit %s amb tu.\nMira-ho a: %s\n\n",
"The share will expire on %s." : "La compartició venç el %s.",
"Cheers!" : "Salut!",
"Internal Server Error" : "Error Intern del Servidor",
"The server encountered an internal error and was unable to complete your request." : "El servidor ha trobat un error intern i no pot finalitzar la teva petició.",
"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Per favor, posi's en contacte amb l'administrador del servidor si aquest error torna a aparèixer diverses vegades, per favor inclogui els detalls tècnics de baix en el seu informe.",
"More details can be found in the server log." : "Pots trobar més detalls al llistat del servidor.",
"Technical details" : "Detalls tècnics",
"Remote Address: %s" : "Adreça remota: %s",
"Request ID: %s" : "Sol·licitud ID: %s ",
"Type: %s" : "Tipus: %s",
"Code: %s" : "Codi: %s",
"Message: %s" : "Missatge: %s",
"File: %s" : "Fitxer: %s",
"Line: %s" : "Línia: %s",
"Trace" : "Traça",
"Security warning" : "Advertiment de seguretat",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "La carpeta de dades i els seus fitxers probablement són accessibles des d'internet perquè el fitxer .htaccess no funciona.",
"Create an <strong>admin account</strong>" : "Crea un <strong>compte d'administrador</strong>",
"Username" : "Nom d'usuari",
"Storage & database" : "Emmagatzematge i base de dades",
"Data folder" : "Carpeta de dades",
"Configure the database" : "Configura la base de dades",
"Only %s is available." : "Només hi ha disponible %s",
"Install and activate additional PHP modules to choose other database types." : "Instal·la i activa mòduls PHP addicionals per seleccionar altres tipus de bases de dades.",
"For more details check out the documentation." : "Per més detalls consulteu la documentació.",
"Database user" : "Usuari de la base de dades",
"Database password" : "Contrasenya de la base de dades",
"Database name" : "Nom de la base de dades",
"Database tablespace" : "Espai de taula de la base de dades",
"Database host" : "Ordinador central de la base de dades",
"Performance warning" : "Alerta de rendiment",
"SQLite will be used as database." : "SQLite s'utilitzarà com a base de dades.",
"For larger installations we recommend to choose a different database backend." : "Per a instal·lacions més grans es recomana triar una base de dades diferent.",
"Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "L'ús de SQLite està desaconsellat especialment quan s'usa el client d'escriptori per sincronitzar els fitxers.",
"Finish setup" : "Acaba la configuració",
"Finishing …" : "Acabant...",
"Need help?" : "Necessites ajuda?",
"See the documentation" : "Consulti la documentació",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Aquesta aplicació requereix Javascript per al seu correcte funcionament . Per favor, {linkstart}habiliti Javascript{linkend} i torni a carregar la pàgina.",
"Search" : "Cerca",
"Log out" : "Surt",
"Confirm your password" : "Confirma la teva contrasenya",
"Server side authentication failed!" : "L'autenticació del servidor ha fallat!",
"Please contact your administrator." : "Contacteu amb l'administrador.",
"Please try again or contact your administrator." : "Intenti-ho de nou o posi's en contacte amb el seu administrador.",
"Username or email" : "Nom d'usuari o correu electrònic",
"Wrong password. Reset it?" : "Contrasenya incorrecta. Voleu restablir-la?",
"Wrong password." : "Contrasenya incorrecta.",
"Log in" : "Inici de sessió",
"Stay logged in" : "Mantén la sessió connectada",
"Alternative Logins" : "Acreditacions alternatives",
"Use the following link to reset your password: {link}" : "Useu l'enllaç següent per restablir la contrasenya: {link}",
"New password" : "Contrasenya nova",
"New Password" : "Contrasenya nova",
"Reset password" : "Reinicialitza la contrasenya",
"Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" : "Ei, <br><br>només fer-vos saber que %s us ha comparti <strong>%s</strong>. <br><a href=\"%s\">Mireu-ho!</a>",
"This Nextcloud instance is currently in single user mode." : "La instància Nextcloud està en mode d'usuari únic.",
"This means only administrators can use the instance." : "Això significa que només els administradors poden usar la instància.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacteu amb l'administrador del sistema si aquest missatge persisteix o apareix inesperadament.",
"Thank you for your patience." : "Gràcies per la paciència.",
"Two-factor authentication" : "Segon factor d'autenticació",
"Cancel log in" : "Cancel·la l'accés a",
"Use backup code" : "Utilitza un codi de copia de seguretat",
"You are accessing the server from an untrusted domain." : "Esteu accedint al servidor des d'un domini no fiable",
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "En funció de la teva configuració, com a administrador podries utilitzar el botó d'abaix per confiar en aquest domini.",
"Add \"%s\" as trusted domain" : "Afegeix \"%s\" com a domini de confiança",
"App update required" : "Cal que actualitzeu la aplicació",
"%s will be updated to version %s" : "%s s'actualitzarà a la versió %s",
"These apps will be updated:" : "Aquestes aplicacions s'actualitzaran:",
"These incompatible apps will be disabled:" : "Aquestes aplicacions incompatibles es desactivaran:",
"The theme %s has been disabled." : "S'ha desactivat el tema %s",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Assegureu-vos que heu fet una còpia de seguretat de la base de dades, del fitxer de configuració i de la carpeta de dades abans de continuar.",
"Start update" : "Inicia l'actualització",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Per evitar que s'esgoti el temps d'espera en instalacions grans, pots en el seu lloc fer córrer la següent comanda en el directori d'instalació. ",
"Update needed" : "Actualització necessaria",
"This %s instance is currently in maintenance mode, which may take a while." : "Aquesta instància %s està actualment en manteniment i podria trigar una estona.",
"This page will refresh itself when the %s instance is available again." : "Aquesta pàgina s'actualitzarà automàticament quan la instància %s estigui disponible de nou.",
"Error loading tags" : "Error en carregar les etiquetes",
"Tag already exists" : "L'etiqueta ja existeix",
"Error deleting tag(s)" : "Error en eliminar etiqueta(s)",
"Error tagging" : "Error en etiquetar",
"Error untagging" : "Error en treure les etiquetes",
"Error favoriting" : "Error en posar a preferits",
"Error unfavoriting" : "Error en treure de preferits",
"Couldn't send mail to following users: %s " : "No s'ha pogut enviar correu als usuaris següents: %s",
"Sunday" : "Diumenge",
"Monday" : "Dilluns",
"Tuesday" : "Dimarts",
"Wednesday" : "Dimecres",
"Thursday" : "Dijous",
"Friday" : "Divendres",
"Saturday" : "Dissabte",
"Sun." : "Dg.",
"Mon." : "Dl.",
"Tue." : "Dm.",
"Wed." : "Dc.",
"Thu." : "Dj.",
"Fri." : "Dv.",
"Sat." : "Ds.",
"Su" : "Dg",
"Mo" : "Dl",
"Tu" : "Dm",
"We" : "Dc",
"Th" : "Dj",
"Fr" : "Dv",
"Sa" : "Ds",
"January" : "Gener",
"February" : "Febrer",
"March" : "Març",
"April" : "Abril",
"May" : "Maig",
"June" : "Juny",
"July" : "Juliol",
"August" : "Agost",
"September" : "Setembre",
"October" : "Octubre",
"November" : "Novembre",
"December" : "Desembre",
"Jan." : "Gen.",
"Feb." : "Febr.",
"Mar." : "Març",
"Apr." : "Abr.",
"May." : "Maig",
"Jun." : "Juny",
"Jul." : "Jul.",
"Aug." : "Ag.",
"Sep." : "Set.",
"Oct." : "Oct.",
"Nov." : "Nov.",
"Dec." : "Des.",
"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Els vostres fitxers estan encriptats. Si no heu habilitat la clau de recuperació no hi haurà manera de recuperar les dades després que reestabliu la contrasenya. <br />Si sabeu què fer, contacteu amb l'administrador abans de continuar.<br />Voleu continuar?",
"Sending ..." : "Enviant...",
"Email sent" : "El correu electrónic s'ha enviat",
"notify by email" : "notifica per correu electrònic",
"can share" : "pot compartir",
"create" : "crea",
"change" : "canvi",
"delete" : "elimina",
"Warning" : "Avís",
"Cancel login" : "Cancel·la l'inici de sessió"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -60,6 +60,7 @@ OC.L10N.register(
"seconds ago" : "beberapa detik yang lalu",
"Logging in …" : "Log masuk...",
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Sebuah tautan untuk setel ulang sandi Anda telah dikirim ke email Anda. Jika Anda tidak menerima dalam jangka waktu yang wajar, periksa folder spam/sampah Anda.<br>Jika tidak ada, tanyakan pada administrator Anda.",
"Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Berkas anda terenkripsi. Tidak ada jalan untuk mendapatkan kembali data anda setelah sandi disetel ulang.<br />Jika anda tidak yakin, harap hubungi administrator anda sebelum melanjutkannya. <br />Apa anda ingin melanjutkannya?",
"I know what I'm doing" : "Saya tahu apa yang saya lakukan",
"Password can not be changed. Please contact your administrator." : "Sandi tidak dapat diubah. Silakan hubungi administrator Anda",
"No" : "Tidak",
@ -122,14 +123,21 @@ OC.L10N.register(
"Password protect" : "Lindungi dengan sandi",
"Allow upload and editing" : "Izinkan pengunggahan dan penyuntingan",
"Allow editing" : "Izinkan penyuntingan",
"File drop (upload only)" : "Berkas jatuh (hanya unggah)",
"Email link to person" : "Emailkan tautan ini ke orang",
"Send" : "Kirim",
"Shared with you and the group {group} by {owner}" : "Dibagikan dengan anda dan grup {group} oleh {owner}",
"Shared with you by {owner}" : "Dibagikan dengan anda oleh {owner}",
"{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} dibagikan lewat tautan",
"group" : "grup",
"remote" : "remote",
"email" : "surel",
"Unshare" : "Batalkan berbagi",
"can reshare" : "dapat dibagi ulang",
"can edit" : "dapat sunting",
"can create" : "dapat membuat",
"can change" : "dapat mengubah",
"can delete" : "dapat menghapus",
"access control" : "kontrol akses",
"Could not unshare" : "Tidak dapat membatalkan pembagian",
"Share details could not be loaded for this item." : "Rincian berbagi tidak dapat dimuat untuk item ini.",
@ -138,7 +146,17 @@ OC.L10N.register(
"An error occurred. Please try again" : "Terjadi kesalahan. Silakan coba lagi",
"{sharee} (group)" : "{sharee} (grup)",
"{sharee} (remote)" : "{sharee} (remote)",
"{sharee} (email)" : "{sharee} (surel)",
"Share" : "Bagikan",
"Share with people on other servers using their Federated Cloud ID username@example.com/nextcloud" : "Berbagi dengan orang dipeladen lainnya menggunakan Federated Cloud ID mereka username@example.com/nextcloud",
"Share with users or by mail..." : "Bagikan dengan pengguna atau lewat surel...",
"Share with users or remote users..." : "Bagikan dengan pengguna atau pengguna jarak jauh...",
"Share with users, remote users or by mail..." : "Bagikan dengan pengguna, pengguna jarak jauh atau lewat surel...",
"Share with users or groups..." : "Bagikan dengan pengguna atau grup...",
"Share with users, groups or by mail..." : "Bagikan dengan pengguna, grup atau lewat surel...",
"Share with users, groups or remote users..." : "Bagikan dengan pengguna, grup atau pengguna jarak jauh...",
"Share with users, groups, remote users or by mail..." : "Bagikan dengan pengguna, grup, pengguna jarak jauh atau lewat surel...",
"Share with users..." : "Bagikan dengan pengguna...",
"Error removing share" : "Terjadi kesalahan saat menghapus pembagian",
"Non-existing tag #{tag}" : "Tag tidak ada #{tag}",
"restricted" : "terbatas",
@ -147,6 +165,7 @@ OC.L10N.register(
"Delete" : "Hapus",
"Rename" : "Ubah nama",
"Collaborative tags" : "Tag kolaboratif",
"No tags found" : "Tag tidak ditemukan",
"The object type is not specified." : "Tipe objek tidak ditentukan.",
"Enter new" : "Masukkan baru",
"Add" : "Tambah",
@ -169,6 +188,7 @@ OC.L10N.register(
"Continue to Nextcloud" : "Lanjutkan ke Nextcloud",
"The update was successful. Redirecting you to Nextcloud now." : "Pembaruan berhasil. Mengarahkan Anda ke Nextcloud.",
"Searching other places" : "Mencari tempat lainnya",
"No search results in other folders for '{tag}{filter}{endtag}'" : "Hasil pencarian tidak ditemukan difolder lainnya untuk '{tag}{filter}{endtag}'",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} hasil pencarian di folder lain"],
"Personal" : "Pribadi",
"Users" : "Pengguna",
@ -211,6 +231,7 @@ OC.L10N.register(
"Database name" : "Nama basis data",
"Database tablespace" : "Tablespace basis data",
"Database host" : "Host basis data",
"Please specify the port number along with the host name (e.g., localhost:5432)." : "Harap tentukan nomor port beserta nama host (contoh., localhost:5432).",
"Performance warning" : "Peringatan kinerja",
"SQLite will be used as database." : "SQLite akan digunakan sebagai basis data.",
"For larger installations we recommend to choose a different database backend." : "Untuk instalasi yang lebih besar, kami menyarankan untuk memilih backend basis data yang berbeda.",
@ -222,6 +243,8 @@ OC.L10N.register(
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Aplikasi ini memerlukan JavaScript untuk dapat beroperasi dengan benar. Mohon {linkstart}aktifkan JavaScript{linkend} dan muat ulang halaman ini.",
"Search" : "Cari",
"Log out" : "Keluar",
"This action requires you to confirm your password:" : "Aksi ini mengharuskan anda mengkonfirmasi sandi anda:",
"Confirm your password" : "Konfirmasi sandi anda",
"Server side authentication failed!" : "Otentikasi dari sisi server gagal!",
"Please contact your administrator." : "Silahkan hubungi administrator anda.",
"An internal error occurred." : "Terjadi kesalahan internal.",
@ -241,6 +264,11 @@ OC.L10N.register(
"This means only administrators can use the instance." : "Ini berarti hanya administrator yang dapat menggunakan ownCloud.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Hubungi administrator sistem anda jika pesan ini terus muncul atau muncul tiba-tiba.",
"Thank you for your patience." : "Terima kasih atas kesabaran anda.",
"Two-factor authentication" : "Otentikasi Two-factor",
"Enhanced security is enabled for your account. Please authenticate using a second factor." : "Keamanan tambahan diaktifkan untuk akun anda. Harap otentikasi menggunakan faktor kedua.",
"Cancel log in" : "Batalkan masuk log",
"Use backup code" : "Gunakan kode cadangan",
"Error while validating your second factor" : "Galat ketika memvalidasi faktor kedua anda",
"You are accessing the server from an untrusted domain." : "Anda mengakses server dari domain yang tidak terpercaya.",
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Silakan hubungi administrator Anda. Apabila Anda adalah administrator dari instansi ini, konfigurasikan aturan \"trusted_domains\" di config/config.php. Contoh konfigurasi disediakan di config/config.sample.php.",
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Tergantung pada konfigurasi Anda, sebagai seorang administrator Anda kemungkinan dapat menggunakan tombol bawah untuk mempercayai domain ini.",

View File

@ -58,6 +58,7 @@
"seconds ago" : "beberapa detik yang lalu",
"Logging in …" : "Log masuk...",
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Sebuah tautan untuk setel ulang sandi Anda telah dikirim ke email Anda. Jika Anda tidak menerima dalam jangka waktu yang wajar, periksa folder spam/sampah Anda.<br>Jika tidak ada, tanyakan pada administrator Anda.",
"Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Berkas anda terenkripsi. Tidak ada jalan untuk mendapatkan kembali data anda setelah sandi disetel ulang.<br />Jika anda tidak yakin, harap hubungi administrator anda sebelum melanjutkannya. <br />Apa anda ingin melanjutkannya?",
"I know what I'm doing" : "Saya tahu apa yang saya lakukan",
"Password can not be changed. Please contact your administrator." : "Sandi tidak dapat diubah. Silakan hubungi administrator Anda",
"No" : "Tidak",
@ -120,14 +121,21 @@
"Password protect" : "Lindungi dengan sandi",
"Allow upload and editing" : "Izinkan pengunggahan dan penyuntingan",
"Allow editing" : "Izinkan penyuntingan",
"File drop (upload only)" : "Berkas jatuh (hanya unggah)",
"Email link to person" : "Emailkan tautan ini ke orang",
"Send" : "Kirim",
"Shared with you and the group {group} by {owner}" : "Dibagikan dengan anda dan grup {group} oleh {owner}",
"Shared with you by {owner}" : "Dibagikan dengan anda oleh {owner}",
"{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} dibagikan lewat tautan",
"group" : "grup",
"remote" : "remote",
"email" : "surel",
"Unshare" : "Batalkan berbagi",
"can reshare" : "dapat dibagi ulang",
"can edit" : "dapat sunting",
"can create" : "dapat membuat",
"can change" : "dapat mengubah",
"can delete" : "dapat menghapus",
"access control" : "kontrol akses",
"Could not unshare" : "Tidak dapat membatalkan pembagian",
"Share details could not be loaded for this item." : "Rincian berbagi tidak dapat dimuat untuk item ini.",
@ -136,7 +144,17 @@
"An error occurred. Please try again" : "Terjadi kesalahan. Silakan coba lagi",
"{sharee} (group)" : "{sharee} (grup)",
"{sharee} (remote)" : "{sharee} (remote)",
"{sharee} (email)" : "{sharee} (surel)",
"Share" : "Bagikan",
"Share with people on other servers using their Federated Cloud ID username@example.com/nextcloud" : "Berbagi dengan orang dipeladen lainnya menggunakan Federated Cloud ID mereka username@example.com/nextcloud",
"Share with users or by mail..." : "Bagikan dengan pengguna atau lewat surel...",
"Share with users or remote users..." : "Bagikan dengan pengguna atau pengguna jarak jauh...",
"Share with users, remote users or by mail..." : "Bagikan dengan pengguna, pengguna jarak jauh atau lewat surel...",
"Share with users or groups..." : "Bagikan dengan pengguna atau grup...",
"Share with users, groups or by mail..." : "Bagikan dengan pengguna, grup atau lewat surel...",
"Share with users, groups or remote users..." : "Bagikan dengan pengguna, grup atau pengguna jarak jauh...",
"Share with users, groups, remote users or by mail..." : "Bagikan dengan pengguna, grup, pengguna jarak jauh atau lewat surel...",
"Share with users..." : "Bagikan dengan pengguna...",
"Error removing share" : "Terjadi kesalahan saat menghapus pembagian",
"Non-existing tag #{tag}" : "Tag tidak ada #{tag}",
"restricted" : "terbatas",
@ -145,6 +163,7 @@
"Delete" : "Hapus",
"Rename" : "Ubah nama",
"Collaborative tags" : "Tag kolaboratif",
"No tags found" : "Tag tidak ditemukan",
"The object type is not specified." : "Tipe objek tidak ditentukan.",
"Enter new" : "Masukkan baru",
"Add" : "Tambah",
@ -167,6 +186,7 @@
"Continue to Nextcloud" : "Lanjutkan ke Nextcloud",
"The update was successful. Redirecting you to Nextcloud now." : "Pembaruan berhasil. Mengarahkan Anda ke Nextcloud.",
"Searching other places" : "Mencari tempat lainnya",
"No search results in other folders for '{tag}{filter}{endtag}'" : "Hasil pencarian tidak ditemukan difolder lainnya untuk '{tag}{filter}{endtag}'",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} hasil pencarian di folder lain"],
"Personal" : "Pribadi",
"Users" : "Pengguna",
@ -209,6 +229,7 @@
"Database name" : "Nama basis data",
"Database tablespace" : "Tablespace basis data",
"Database host" : "Host basis data",
"Please specify the port number along with the host name (e.g., localhost:5432)." : "Harap tentukan nomor port beserta nama host (contoh., localhost:5432).",
"Performance warning" : "Peringatan kinerja",
"SQLite will be used as database." : "SQLite akan digunakan sebagai basis data.",
"For larger installations we recommend to choose a different database backend." : "Untuk instalasi yang lebih besar, kami menyarankan untuk memilih backend basis data yang berbeda.",
@ -220,6 +241,8 @@
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Aplikasi ini memerlukan JavaScript untuk dapat beroperasi dengan benar. Mohon {linkstart}aktifkan JavaScript{linkend} dan muat ulang halaman ini.",
"Search" : "Cari",
"Log out" : "Keluar",
"This action requires you to confirm your password:" : "Aksi ini mengharuskan anda mengkonfirmasi sandi anda:",
"Confirm your password" : "Konfirmasi sandi anda",
"Server side authentication failed!" : "Otentikasi dari sisi server gagal!",
"Please contact your administrator." : "Silahkan hubungi administrator anda.",
"An internal error occurred." : "Terjadi kesalahan internal.",
@ -239,6 +262,11 @@
"This means only administrators can use the instance." : "Ini berarti hanya administrator yang dapat menggunakan ownCloud.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Hubungi administrator sistem anda jika pesan ini terus muncul atau muncul tiba-tiba.",
"Thank you for your patience." : "Terima kasih atas kesabaran anda.",
"Two-factor authentication" : "Otentikasi Two-factor",
"Enhanced security is enabled for your account. Please authenticate using a second factor." : "Keamanan tambahan diaktifkan untuk akun anda. Harap otentikasi menggunakan faktor kedua.",
"Cancel log in" : "Batalkan masuk log",
"Use backup code" : "Gunakan kode cadangan",
"Error while validating your second factor" : "Galat ketika memvalidasi faktor kedua anda",
"You are accessing the server from an untrusted domain." : "Anda mengakses server dari domain yang tidak terpercaya.",
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Silakan hubungi administrator Anda. Apabila Anda adalah administrator dari instansi ini, konfigurasikan aturan \"trusted_domains\" di config/config.php. Contoh konfigurasi disediakan di config/config.sample.php.",
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Tergantung pada konfigurasi Anda, sebagai seorang administrator Anda kemungkinan dapat menggunakan tombol bawah untuk mempercayai domain ini.",

177
lib/l10n/ca.js Normal file
View File

@ -0,0 +1,177 @@
OC.L10N.register(
"lib",
{
"Cannot write into \"config\" directory!" : "No es pot escriure a la carpeta \"config\"!",
"This can usually be fixed by giving the webserver write access to the config directory" : "Això normalment es pot solucionar donant al servidor web permís d'escriptura a la carpeta de configuració",
"See %s" : "Comproveu %s",
"This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Això normalment es pot solucionar donant a %s permís d'escriptura a la carpeta de configuració %s",
"Sample configuration detected" : "Configuració d'exemple detectada",
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "S'ha detectat que la configuració d'exemple ha estat copiada. Això no està suportat, i podria corrompre la vostra instalació. Siusplau, llegiu la documentació abans de realitzar canvis a config.php",
"%1$s and %2$s" : "%1$s i %2$s",
"%1$s, %2$s and %3$s" : "%1$s, %2$s i %3$s",
"%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s i %4$s",
"%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s i %5$s",
"PHP %s or higher is required." : "Es requereix PHP %s o superior.",
"Server version %s or higher is required." : "Es requereix una versió de servidor %s o superior",
"Server version %s or lower is required." : "Es requereix una versió de servidor %s o inferior",
"Unknown filetype" : "Tipus de fitxer desconegut",
"Invalid image" : "Imatge no vàlida",
"Avatar image is not square" : "La imatge de perfil no és quadrada",
"today" : "avui",
"yesterday" : "ahir",
"_%n day ago_::_%n days ago_" : ["fa %n dia","fa %n dies"],
"last month" : "el mes passat",
"_%n month ago_::_%n months ago_" : ["fa %n mes","fa %n mesos"],
"last year" : "l'any passat",
"_%n year ago_::_%n years ago_" : ["fa %n any","fa %n anys"],
"_%n hour ago_::_%n hours ago_" : ["fa %n hora","fa %n hores"],
"_%n minute ago_::_%n minutes ago_" : ["fa %n minut","fa %n minuts"],
"seconds ago" : "segons enrere",
"File name contains at least one invalid character" : "El nom del fitxer conté al menys un caràcter invàlid",
"File name is too long" : "el nom del fitxer es massa gran",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "Configuració del Servidor",
"Sharing" : "Compartir",
"Encryption" : "Xifrat",
"Additional settings" : "Configuració adicional",
"Tips & tricks" : "Consells i trucs",
"%s enter the database username and name." : "%s escriviu el nom d'usuari i el nom de la base de dades.",
"%s enter the database username." : "%s escriviu el nom d'usuari de la base de dades.",
"%s enter the database name." : "%s escriviu el nom de la base de dades.",
"%s you may not use dots in the database name" : "%s no podeu usar punts en el nom de la base de dades",
"Oracle connection could not be established" : "No s'ha pogut establir la connexió Oracle",
"Oracle username and/or password not valid" : "Nom d'usuari i/o contrasenya Oracle no vàlids",
"DB Error: \"%s\"" : "Error DB: \"%s\"",
"Offending command was: \"%s\"" : "L'ordre en conflicte és: \"%s\"",
"You need to enter either an existing account or the administrator." : "Heu d'escriure un compte existent o el d'administrador.",
"Offending command was: \"%s\", name: %s, password: %s" : "L'ordre en conflicte és: \"%s\", nom: %s, contrasenya: %s",
"PostgreSQL username and/or password not valid" : "Nom d'usuari i/o contrasenya PostgreSQL no vàlids",
"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X no té suport i %s no funcionarà correctament en aquesta plataforma. Useu-ho al vostre risc!",
"For the best results, please consider using a GNU/Linux server instead." : "Per millors resultats, millor considereu utilitzar un servidor GNU/Linux.",
"Set an admin username." : "Establiu un nom d'usuari per l'administrador.",
"Set an admin password." : "Establiu una contrasenya per l'administrador.",
"Invalid Federated Cloud ID" : "ID de núvol federat invàlid",
"%s shared »%s« with you" : "%s ha compartit »%s« amb tu",
"%s via %s" : "%s via %s",
"Sharing %s failed, because the file does not exist" : "Ha fallat en compartir %s, perquè el fitxer no existeix",
"You are not allowed to share %s" : "No se us permet compartir %s",
"Sharing %s failed, because the user %s does not exist" : "Ha fallat en compartir %s, perquè l'usuari %s no existeix",
"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Ha fallat en compartir %s, perquè l'usuari %s no és membre de cap grup dels que %s és membre",
"Sharing %s failed, because this item is already shared with %s" : "Ha fallat en compartir %s, perquè l'element ja està compartit amb %s",
"Sharing %s failed, because the group %s does not exist" : "Ha fallat en compartir %s, perquè el grup %s no existeix",
"Sharing %s failed, because %s is not a member of the group %s" : "Ha fallat en compartir %s, perquè %s no és membre del grup %s",
"You need to provide a password to create a public link, only protected links are allowed" : "Heu de proporcionar una contrasenya per crear un enllaç públic. Només es permeten enllaços segurs.",
"Sharing %s failed, because sharing with links is not allowed" : "Ha fallat en compartir %s, perquè no es permet compartir amb enllaços",
"Not allowed to create a federated share with the same user" : "No està permés crear una compartició federada amb el mateix usuari",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "La compartició de %s ha fallat, no es pot trobar %s, potser el servidor està actualment innacessible.",
"Share type %s is not valid for %s" : "La compartició tipus %s no és vàlida per %s",
"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Ha fallat en establir els permisos per %s perquè aquests excedeixen els permesos per a %s",
"Setting permissions for %s failed, because the item was not found" : "Ha fallat en establir els permisos per %s, perquè no s'ha trobat l'element",
"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "No es pot guardar la data d'expiració. Els fitxers o carpetes compartits no poden expirar més tard de %s després d'haver-se compratit.",
"Cannot set expiration date. Expiration date is in the past" : "No es pot guardar la data d'expiració. La data d'expiració ja ha passat.",
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "El rerefons de compartició %s ha d'implementar la interfície OCP\\Share_Backend",
"Sharing backend %s not found" : "El rerefons de compartició %s no s'ha trobat",
"Sharing backend for %s not found" : "El rerefons de compartició per a %s no s'ha trobat",
"Sharing %s failed, because the permissions exceed permissions granted to %s" : "Ha fallat en compartir %s perquè els permisos excedeixen els permesos per a %s",
"Sharing %s failed, because resharing is not allowed" : "Ha fallat en compartir %s, perquè no es permet compartir de nou",
"Sharing %s failed, because the sharing backend for %s could not find its source" : "Ha fallat en compartir %s, perquè el rerefons de compartir per %s no pot trobar la seva font",
"Sharing %s failed, because the file could not be found in the file cache" : "Ha fallat en compartir %s, perquè el fitxer no s'ha trobat en el fitxer cau",
"Could not find category \"%s\"" : "No s'ha trobat la categoria \"%s\"",
"Sunday" : "Diumenge",
"Monday" : "Dilluns",
"Tuesday" : "Dimarts",
"Wednesday" : "Dimecres",
"Thursday" : "Dijous",
"Friday" : "Divendres",
"Saturday" : "Dissabte",
"Sun." : "Dg.",
"Mon." : "Mon.",
"Tue." : "Dm.",
"Wed." : "Dc.",
"Thu." : "Dj.",
"Fri." : "Dv.",
"Sat." : "Ds.",
"Su" : "Dg",
"Mo" : "Dl",
"Tu" : "Dm",
"We" : "Dc",
"Th" : "Dj",
"Fr" : "Dv",
"Sa" : "Ds",
"January" : "Gener",
"February" : "Febrer",
"March" : "Març",
"April" : "Abril",
"May" : "Maig",
"June" : "Juny",
"July" : "Juliol",
"August" : "Agost",
"September" : "Setembre",
"October" : "Octubre",
"November" : "Novembre",
"December" : "Desembre",
"Jan." : "Gen.",
"Feb." : "Febr.",
"Mar." : "Març",
"Apr." : "Abr",
"May." : "Maig",
"Jun." : "Juny",
"Jul." : "Jul.",
"Aug." : "Ag.",
"Sep." : "Set",
"Oct." : "Oct.",
"Nov." : "Nov.",
"Dec." : "Des.",
"Apps" : "Aplicacions",
"A valid username must be provided" : "Heu de facilitar un nom d'usuari vàlid",
"A valid password must be provided" : "Heu de facilitar una contrasenya vàlida",
"The username is already being used" : "El nom d'usuari ja està en ús",
"Login canceled by app" : "Accés cancel·lat per l'App",
"User disabled" : "Usuari desactivat",
"Help" : "Ajuda",
"Personal" : "Personal",
"Users" : "Usuaris",
"Admin" : "Administració",
"No app name specified" : "No heu especificat cap nom d'aplicació",
"Can't read file" : "No es pot llegir el fitxer",
"Application is not enabled" : "L'aplicació no està habilitada",
"Authentication error" : "Error d'autenticació",
"Token expired. Please reload page." : "El testimoni ha expirat. Torneu a carregar la pàgina.",
"Unknown user" : "Usuari desconegut",
"No database drivers (sqlite, mysql, or postgresql) installed." : "No hi ha instal·lats controladors de bases de dades (sqlite, mysql o postgresql).",
"Cannot write into \"config\" directory" : "No es pot escriure a la carpeta \"config\"",
"Cannot write into \"apps\" directory" : "No es pot escriure a la carpeta \"apps\"",
"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Això normalment es pot solucionar donant a %s permís d'escriptura a la carpeta d'aplicacions %s o inhabilitant la botiga d'aplicacions en el fitxer de configuració.",
"Cannot create \"data\" directory (%s)" : "No es pot crear la carpeta \"data\" (%s)",
"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Això normalment es pot solucionar donant a %s permís d'escriptura a la carpeta de configuració %s",
"Setting locale to %s failed" : "Ha fallat en establir la llengua a %s",
"Please install one of these locales on your system and restart your webserver." : "Siusplau, instal·li un d'aquests arxius de localització en el seu sistema, i reinicii el seu servidor web.",
"Please ask your server administrator to install the module." : "Demaneu a l'administrador del sistema que instal·li el mòdul.",
"PHP module %s not installed." : "El mòdul PHP %s no està instal·lat.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Això probablement està provocat per una cau/accelerador com Zend OPcache o eAccelerator.",
"PHP modules have been installed, but they are still listed as missing?" : "S'han instal·lat mòduls PHP, però encara es llisten com una mancança?",
"Please ask your server administrator to restart the web server." : "Demaneu a l'administrador que reinici el servidor web.",
"PostgreSQL >= 9 required" : "Es requereix PostgreSQL >= 9",
"Please upgrade your database version" : "Actualitzeu la versió de la base de dades",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Canvieu els permisos a 0770 per tal que la carpeta no es pugui llistar per altres usuaris.",
"Data directory (%s) is readable by other users" : "La carpeta de dades (%s) és llegible per altres usuaris",
"Data directory (%s) is invalid" : "La carpeta de dades (%s) no és vàlida",
"Please check that the data directory contains a file \".ocdata\" in its root." : "Comproveu que la carpeta de dades contingui un fitxer \".ocdata\" a la seva arrel.",
"Could not obtain lock type %d on \"%s\"." : "No s'ha pogut obtenir un bloqueig tipus %d a \"%s\".",
"App directory already exists" : "La carpeta de l'aplicació ja existeix",
"Can't create app folder. Please fix permissions. %s" : "No es pot crear la carpeta de l'aplicació. Arregleu els permisos. %s",
"No source specified when installing app" : "No heu especificat la font en instal·lar l'aplicació",
"No href specified when installing app from http" : "No heu especificat href en instal·lar l'aplicació des de http",
"No path specified when installing app from local file" : "No heu seleccionat el camí en instal·lar una aplicació des d'un fitxer local",
"Archives of type %s are not supported" : "Els fitxers del tipus %s no són compatibles",
"Failed to open archive when installing app" : "Ha fallat l'obertura del fitxer en instal·lar l'aplicació",
"App does not provide an info.xml file" : "L'aplicació no proporciona un fitxer info.xml",
"App can't be installed because of not allowed code in the App" : "L'aplicació no es pot instal·lar perquè hi ha codi no autoritzat en l'aplicació",
"App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "L'aplicació no es pot instal·lar perquè conté l'etiqueta <shipped>vertader</shipped> que no es permet per aplicacions no enviades",
"Logging" : "Iniciant",
"Recommended" : "Recomanat",
"Microsoft Windows Platform is not supported" : "La plataforma de Microsoft Windows no està soportat!",
"Storage not available" : "Emmagatzemament no disponible"
},
"nplurals=2; plural=(n != 1);");

175
lib/l10n/ca.json Normal file
View File

@ -0,0 +1,175 @@
{ "translations": {
"Cannot write into \"config\" directory!" : "No es pot escriure a la carpeta \"config\"!",
"This can usually be fixed by giving the webserver write access to the config directory" : "Això normalment es pot solucionar donant al servidor web permís d'escriptura a la carpeta de configuració",
"See %s" : "Comproveu %s",
"This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Això normalment es pot solucionar donant a %s permís d'escriptura a la carpeta de configuració %s",
"Sample configuration detected" : "Configuració d'exemple detectada",
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "S'ha detectat que la configuració d'exemple ha estat copiada. Això no està suportat, i podria corrompre la vostra instalació. Siusplau, llegiu la documentació abans de realitzar canvis a config.php",
"%1$s and %2$s" : "%1$s i %2$s",
"%1$s, %2$s and %3$s" : "%1$s, %2$s i %3$s",
"%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s i %4$s",
"%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s i %5$s",
"PHP %s or higher is required." : "Es requereix PHP %s o superior.",
"Server version %s or higher is required." : "Es requereix una versió de servidor %s o superior",
"Server version %s or lower is required." : "Es requereix una versió de servidor %s o inferior",
"Unknown filetype" : "Tipus de fitxer desconegut",
"Invalid image" : "Imatge no vàlida",
"Avatar image is not square" : "La imatge de perfil no és quadrada",
"today" : "avui",
"yesterday" : "ahir",
"_%n day ago_::_%n days ago_" : ["fa %n dia","fa %n dies"],
"last month" : "el mes passat",
"_%n month ago_::_%n months ago_" : ["fa %n mes","fa %n mesos"],
"last year" : "l'any passat",
"_%n year ago_::_%n years ago_" : ["fa %n any","fa %n anys"],
"_%n hour ago_::_%n hours ago_" : ["fa %n hora","fa %n hores"],
"_%n minute ago_::_%n minutes ago_" : ["fa %n minut","fa %n minuts"],
"seconds ago" : "segons enrere",
"File name contains at least one invalid character" : "El nom del fitxer conté al menys un caràcter invàlid",
"File name is too long" : "el nom del fitxer es massa gran",
"APCu" : "APCu",
"Redis" : "Redis",
"Server settings" : "Configuració del Servidor",
"Sharing" : "Compartir",
"Encryption" : "Xifrat",
"Additional settings" : "Configuració adicional",
"Tips & tricks" : "Consells i trucs",
"%s enter the database username and name." : "%s escriviu el nom d'usuari i el nom de la base de dades.",
"%s enter the database username." : "%s escriviu el nom d'usuari de la base de dades.",
"%s enter the database name." : "%s escriviu el nom de la base de dades.",
"%s you may not use dots in the database name" : "%s no podeu usar punts en el nom de la base de dades",
"Oracle connection could not be established" : "No s'ha pogut establir la connexió Oracle",
"Oracle username and/or password not valid" : "Nom d'usuari i/o contrasenya Oracle no vàlids",
"DB Error: \"%s\"" : "Error DB: \"%s\"",
"Offending command was: \"%s\"" : "L'ordre en conflicte és: \"%s\"",
"You need to enter either an existing account or the administrator." : "Heu d'escriure un compte existent o el d'administrador.",
"Offending command was: \"%s\", name: %s, password: %s" : "L'ordre en conflicte és: \"%s\", nom: %s, contrasenya: %s",
"PostgreSQL username and/or password not valid" : "Nom d'usuari i/o contrasenya PostgreSQL no vàlids",
"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X no té suport i %s no funcionarà correctament en aquesta plataforma. Useu-ho al vostre risc!",
"For the best results, please consider using a GNU/Linux server instead." : "Per millors resultats, millor considereu utilitzar un servidor GNU/Linux.",
"Set an admin username." : "Establiu un nom d'usuari per l'administrador.",
"Set an admin password." : "Establiu una contrasenya per l'administrador.",
"Invalid Federated Cloud ID" : "ID de núvol federat invàlid",
"%s shared »%s« with you" : "%s ha compartit »%s« amb tu",
"%s via %s" : "%s via %s",
"Sharing %s failed, because the file does not exist" : "Ha fallat en compartir %s, perquè el fitxer no existeix",
"You are not allowed to share %s" : "No se us permet compartir %s",
"Sharing %s failed, because the user %s does not exist" : "Ha fallat en compartir %s, perquè l'usuari %s no existeix",
"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Ha fallat en compartir %s, perquè l'usuari %s no és membre de cap grup dels que %s és membre",
"Sharing %s failed, because this item is already shared with %s" : "Ha fallat en compartir %s, perquè l'element ja està compartit amb %s",
"Sharing %s failed, because the group %s does not exist" : "Ha fallat en compartir %s, perquè el grup %s no existeix",
"Sharing %s failed, because %s is not a member of the group %s" : "Ha fallat en compartir %s, perquè %s no és membre del grup %s",
"You need to provide a password to create a public link, only protected links are allowed" : "Heu de proporcionar una contrasenya per crear un enllaç públic. Només es permeten enllaços segurs.",
"Sharing %s failed, because sharing with links is not allowed" : "Ha fallat en compartir %s, perquè no es permet compartir amb enllaços",
"Not allowed to create a federated share with the same user" : "No està permés crear una compartició federada amb el mateix usuari",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "La compartició de %s ha fallat, no es pot trobar %s, potser el servidor està actualment innacessible.",
"Share type %s is not valid for %s" : "La compartició tipus %s no és vàlida per %s",
"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Ha fallat en establir els permisos per %s perquè aquests excedeixen els permesos per a %s",
"Setting permissions for %s failed, because the item was not found" : "Ha fallat en establir els permisos per %s, perquè no s'ha trobat l'element",
"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "No es pot guardar la data d'expiració. Els fitxers o carpetes compartits no poden expirar més tard de %s després d'haver-se compratit.",
"Cannot set expiration date. Expiration date is in the past" : "No es pot guardar la data d'expiració. La data d'expiració ja ha passat.",
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "El rerefons de compartició %s ha d'implementar la interfície OCP\\Share_Backend",
"Sharing backend %s not found" : "El rerefons de compartició %s no s'ha trobat",
"Sharing backend for %s not found" : "El rerefons de compartició per a %s no s'ha trobat",
"Sharing %s failed, because the permissions exceed permissions granted to %s" : "Ha fallat en compartir %s perquè els permisos excedeixen els permesos per a %s",
"Sharing %s failed, because resharing is not allowed" : "Ha fallat en compartir %s, perquè no es permet compartir de nou",
"Sharing %s failed, because the sharing backend for %s could not find its source" : "Ha fallat en compartir %s, perquè el rerefons de compartir per %s no pot trobar la seva font",
"Sharing %s failed, because the file could not be found in the file cache" : "Ha fallat en compartir %s, perquè el fitxer no s'ha trobat en el fitxer cau",
"Could not find category \"%s\"" : "No s'ha trobat la categoria \"%s\"",
"Sunday" : "Diumenge",
"Monday" : "Dilluns",
"Tuesday" : "Dimarts",
"Wednesday" : "Dimecres",
"Thursday" : "Dijous",
"Friday" : "Divendres",
"Saturday" : "Dissabte",
"Sun." : "Dg.",
"Mon." : "Mon.",
"Tue." : "Dm.",
"Wed." : "Dc.",
"Thu." : "Dj.",
"Fri." : "Dv.",
"Sat." : "Ds.",
"Su" : "Dg",
"Mo" : "Dl",
"Tu" : "Dm",
"We" : "Dc",
"Th" : "Dj",
"Fr" : "Dv",
"Sa" : "Ds",
"January" : "Gener",
"February" : "Febrer",
"March" : "Març",
"April" : "Abril",
"May" : "Maig",
"June" : "Juny",
"July" : "Juliol",
"August" : "Agost",
"September" : "Setembre",
"October" : "Octubre",
"November" : "Novembre",
"December" : "Desembre",
"Jan." : "Gen.",
"Feb." : "Febr.",
"Mar." : "Març",
"Apr." : "Abr",
"May." : "Maig",
"Jun." : "Juny",
"Jul." : "Jul.",
"Aug." : "Ag.",
"Sep." : "Set",
"Oct." : "Oct.",
"Nov." : "Nov.",
"Dec." : "Des.",
"Apps" : "Aplicacions",
"A valid username must be provided" : "Heu de facilitar un nom d'usuari vàlid",
"A valid password must be provided" : "Heu de facilitar una contrasenya vàlida",
"The username is already being used" : "El nom d'usuari ja està en ús",
"Login canceled by app" : "Accés cancel·lat per l'App",
"User disabled" : "Usuari desactivat",
"Help" : "Ajuda",
"Personal" : "Personal",
"Users" : "Usuaris",
"Admin" : "Administració",
"No app name specified" : "No heu especificat cap nom d'aplicació",
"Can't read file" : "No es pot llegir el fitxer",
"Application is not enabled" : "L'aplicació no està habilitada",
"Authentication error" : "Error d'autenticació",
"Token expired. Please reload page." : "El testimoni ha expirat. Torneu a carregar la pàgina.",
"Unknown user" : "Usuari desconegut",
"No database drivers (sqlite, mysql, or postgresql) installed." : "No hi ha instal·lats controladors de bases de dades (sqlite, mysql o postgresql).",
"Cannot write into \"config\" directory" : "No es pot escriure a la carpeta \"config\"",
"Cannot write into \"apps\" directory" : "No es pot escriure a la carpeta \"apps\"",
"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Això normalment es pot solucionar donant a %s permís d'escriptura a la carpeta d'aplicacions %s o inhabilitant la botiga d'aplicacions en el fitxer de configuració.",
"Cannot create \"data\" directory (%s)" : "No es pot crear la carpeta \"data\" (%s)",
"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Això normalment es pot solucionar donant a %s permís d'escriptura a la carpeta de configuració %s",
"Setting locale to %s failed" : "Ha fallat en establir la llengua a %s",
"Please install one of these locales on your system and restart your webserver." : "Siusplau, instal·li un d'aquests arxius de localització en el seu sistema, i reinicii el seu servidor web.",
"Please ask your server administrator to install the module." : "Demaneu a l'administrador del sistema que instal·li el mòdul.",
"PHP module %s not installed." : "El mòdul PHP %s no està instal·lat.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Això probablement està provocat per una cau/accelerador com Zend OPcache o eAccelerator.",
"PHP modules have been installed, but they are still listed as missing?" : "S'han instal·lat mòduls PHP, però encara es llisten com una mancança?",
"Please ask your server administrator to restart the web server." : "Demaneu a l'administrador que reinici el servidor web.",
"PostgreSQL >= 9 required" : "Es requereix PostgreSQL >= 9",
"Please upgrade your database version" : "Actualitzeu la versió de la base de dades",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Canvieu els permisos a 0770 per tal que la carpeta no es pugui llistar per altres usuaris.",
"Data directory (%s) is readable by other users" : "La carpeta de dades (%s) és llegible per altres usuaris",
"Data directory (%s) is invalid" : "La carpeta de dades (%s) no és vàlida",
"Please check that the data directory contains a file \".ocdata\" in its root." : "Comproveu que la carpeta de dades contingui un fitxer \".ocdata\" a la seva arrel.",
"Could not obtain lock type %d on \"%s\"." : "No s'ha pogut obtenir un bloqueig tipus %d a \"%s\".",
"App directory already exists" : "La carpeta de l'aplicació ja existeix",
"Can't create app folder. Please fix permissions. %s" : "No es pot crear la carpeta de l'aplicació. Arregleu els permisos. %s",
"No source specified when installing app" : "No heu especificat la font en instal·lar l'aplicació",
"No href specified when installing app from http" : "No heu especificat href en instal·lar l'aplicació des de http",
"No path specified when installing app from local file" : "No heu seleccionat el camí en instal·lar una aplicació des d'un fitxer local",
"Archives of type %s are not supported" : "Els fitxers del tipus %s no són compatibles",
"Failed to open archive when installing app" : "Ha fallat l'obertura del fitxer en instal·lar l'aplicació",
"App does not provide an info.xml file" : "L'aplicació no proporciona un fitxer info.xml",
"App can't be installed because of not allowed code in the App" : "L'aplicació no es pot instal·lar perquè hi ha codi no autoritzat en l'aplicació",
"App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "L'aplicació no es pot instal·lar perquè conté l'etiqueta <shipped>vertader</shipped> que no es permet per aplicacions no enviades",
"Logging" : "Iniciant",
"Recommended" : "Recomanat",
"Microsoft Windows Platform is not supported" : "La plataforma de Microsoft Windows no està soportat!",
"Storage not available" : "Emmagatzemament no disponible"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -23,12 +23,14 @@ OC.L10N.register(
"You need to set your user email before being able to send test emails." : "Heu d'establir un nom d'usuari abans de poder enviar correus de prova.",
"Invalid request" : "Sol·licitud no vàlida",
"Invalid mail address" : "Adreça de correu invàlida",
"No valid group selected" : "No s'ha seleccionat un grup vàlid",
"A user with that name already exists." : "Ja existeix un usuari amb est nom.",
"Unable to create user." : "No es pot crear el usuari.",
"Your %s account was created" : "S'ha creat el seu compte %s",
"Unable to delete user." : "No es pot eliminar l'usuari",
"Settings saved" : "Paràmetres desats",
"Unable to change full name" : "No s'ha pogut canviar el nom complet",
"Unable to change email address" : "No es pot canviar l'adreça de correu",
"Your full name has been changed." : "El vostre nom complet ha canviat.",
"Forbidden" : "Prohibit",
"Invalid user" : "Usuari no vàlid",
@ -45,6 +47,7 @@ OC.L10N.register(
"All" : "Tots",
"Update to %s" : "Actualitzar a %s",
"No apps found for your version" : "No s'han trobat aplicacions per la seva versió",
"Enabling app …" : "Activant aplicació...",
"Error while disabling app" : "Error en desactivar l'aplicació",
"Disable" : "Desactiva",
"Enable" : "Habilita",
@ -106,6 +109,7 @@ OC.L10N.register(
"Unlimited" : "Il·limitat",
"Personal info" : "Informació personal",
"Sessions" : "Sessions",
"App passwords" : "Contrasenyes de l'Apliació",
"Sync clients" : "Sincronitzar clients",
"None" : "Cap",
"Login" : "Inici de sessió",
@ -142,6 +146,7 @@ OC.L10N.register(
"We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Recomanem fermament que instal·leu els paquets requerits en el vostre sistema per suportar un dels següents idiomes: %s",
"If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Si la seva instal·lació no està situada en l'arrel del domini i usa el sistema cron, pot haver-hi problemes en generar-se els URL. Per evitar-los, configuri l'opció \"overwrite.cli.url\" en el seu arxiu config.php perquè usi la ruta de l'arrel del lloc web de la seva instal·lació (suggeriment: \"%s\")",
"It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "No va ser possible executar cronjob via CLI. Han aparegut els següents errors tècnics:",
"All checks passed." : "Totes les comprovacions correctes.",
"Cron" : "Cron",
"Last cron job execution: %s." : "Última execució de la tasca cron: %s.",
"Last cron job execution: %s. Something seems wrong." : "Última execució de la tasca cron: %s. Alguna cosa sembla malament.",
@ -174,6 +179,7 @@ OC.L10N.register(
"by %s" : "per %s",
"Documentation:" : "Documentació:",
"User documentation" : "Documentació d'usuari",
"Visit website" : "Visita el lloc web",
"Report a bug" : "Reportar un error",
"Show description …" : "Mostrar descripció...",
"Hide description …" : "Amagar descripció...",
@ -189,18 +195,25 @@ OC.L10N.register(
"Administrator documentation" : "Documentació d'administrador",
"Online documentation" : "Documentació en línia",
"Forum" : "Fòrum",
"Getting help" : "Obtenint ajuda",
"Commercial support" : "Suport comercial",
"Profile picture" : "Foto de perfil",
"Upload new" : "Puja'n una de nova",
"Remove image" : "Elimina imatge",
"png or jpg, max. 20 MB" : "png or jpg, max. 20 MB",
"Cancel" : "Cancel·la",
"Choose as profile picture" : "Elegeix una imatge de perfil",
"Full name" : "Nom complet",
"No display name set" : "No s'ha establert cap nom para mostrar",
"Email" : "Correu electrònic",
"Your email address" : "Correu electrònic",
"No email address set" : "No s'ha establert cap adreça de correu",
"Phone number" : "Número de telèfon",
"Your phone number" : "El teu número de telèfon",
"Address" : "Adreça",
"Your postal address" : "La teva adreça postal",
"Website" : "Lloc web",
"Your website" : "El teu lloc web",
"Twitter" : "Twitter",
"You are member of the following groups:" : "Vostè és membre dels següents grups:",
"Password" : "Contrasenya",
@ -215,8 +228,10 @@ OC.L10N.register(
"iOS app" : "aplicació para iOS",
"Show First Run Wizard again" : "Torna a mostrar l'assistent de primera execució",
"Device" : "Dispositiu",
"Last activity" : "Última activitat",
"Name" : "Nom",
"App name" : "Nom de l'aplicació",
"Create new app password" : "Crea una nova contrasenya de l'aplicació",
"Username" : "Nom d'usuari",
"Done" : "Fet",
"Show storage location" : "Mostra la ubicació del magatzem",
@ -234,6 +249,8 @@ OC.L10N.register(
"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Escriviu la quota d'emmagatzemament (per ex.: \"512 MB\" o \"12 GB\")",
"Other" : "Un altre",
"Quota" : "Quota",
"Storage location" : "Ubicació de l'emmagatzemament",
"Last login" : "Últim accés",
"change full name" : "canvia el nom complet",
"set new password" : "estableix nova contrasenya",
"change email address" : "canvi d'adreça de correu electrònic",
@ -268,6 +285,7 @@ OC.L10N.register(
"Add Group" : "Afegeix el grup",
"Group" : "Grup",
"Full Name" : "Nom complet",
"Storage Location" : "Ubicació de l'emmagatzemament",
"Last Login" : "Últim accés"
},
"nplurals=2; plural=(n != 1);");

View File

@ -21,12 +21,14 @@
"You need to set your user email before being able to send test emails." : "Heu d'establir un nom d'usuari abans de poder enviar correus de prova.",
"Invalid request" : "Sol·licitud no vàlida",
"Invalid mail address" : "Adreça de correu invàlida",
"No valid group selected" : "No s'ha seleccionat un grup vàlid",
"A user with that name already exists." : "Ja existeix un usuari amb est nom.",
"Unable to create user." : "No es pot crear el usuari.",
"Your %s account was created" : "S'ha creat el seu compte %s",
"Unable to delete user." : "No es pot eliminar l'usuari",
"Settings saved" : "Paràmetres desats",
"Unable to change full name" : "No s'ha pogut canviar el nom complet",
"Unable to change email address" : "No es pot canviar l'adreça de correu",
"Your full name has been changed." : "El vostre nom complet ha canviat.",
"Forbidden" : "Prohibit",
"Invalid user" : "Usuari no vàlid",
@ -43,6 +45,7 @@
"All" : "Tots",
"Update to %s" : "Actualitzar a %s",
"No apps found for your version" : "No s'han trobat aplicacions per la seva versió",
"Enabling app …" : "Activant aplicació...",
"Error while disabling app" : "Error en desactivar l'aplicació",
"Disable" : "Desactiva",
"Enable" : "Habilita",
@ -104,6 +107,7 @@
"Unlimited" : "Il·limitat",
"Personal info" : "Informació personal",
"Sessions" : "Sessions",
"App passwords" : "Contrasenyes de l'Apliació",
"Sync clients" : "Sincronitzar clients",
"None" : "Cap",
"Login" : "Inici de sessió",
@ -140,6 +144,7 @@
"We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Recomanem fermament que instal·leu els paquets requerits en el vostre sistema per suportar un dels següents idiomes: %s",
"If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Si la seva instal·lació no està situada en l'arrel del domini i usa el sistema cron, pot haver-hi problemes en generar-se els URL. Per evitar-los, configuri l'opció \"overwrite.cli.url\" en el seu arxiu config.php perquè usi la ruta de l'arrel del lloc web de la seva instal·lació (suggeriment: \"%s\")",
"It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "No va ser possible executar cronjob via CLI. Han aparegut els següents errors tècnics:",
"All checks passed." : "Totes les comprovacions correctes.",
"Cron" : "Cron",
"Last cron job execution: %s." : "Última execució de la tasca cron: %s.",
"Last cron job execution: %s. Something seems wrong." : "Última execució de la tasca cron: %s. Alguna cosa sembla malament.",
@ -172,6 +177,7 @@
"by %s" : "per %s",
"Documentation:" : "Documentació:",
"User documentation" : "Documentació d'usuari",
"Visit website" : "Visita el lloc web",
"Report a bug" : "Reportar un error",
"Show description …" : "Mostrar descripció...",
"Hide description …" : "Amagar descripció...",
@ -187,18 +193,25 @@
"Administrator documentation" : "Documentació d'administrador",
"Online documentation" : "Documentació en línia",
"Forum" : "Fòrum",
"Getting help" : "Obtenint ajuda",
"Commercial support" : "Suport comercial",
"Profile picture" : "Foto de perfil",
"Upload new" : "Puja'n una de nova",
"Remove image" : "Elimina imatge",
"png or jpg, max. 20 MB" : "png or jpg, max. 20 MB",
"Cancel" : "Cancel·la",
"Choose as profile picture" : "Elegeix una imatge de perfil",
"Full name" : "Nom complet",
"No display name set" : "No s'ha establert cap nom para mostrar",
"Email" : "Correu electrònic",
"Your email address" : "Correu electrònic",
"No email address set" : "No s'ha establert cap adreça de correu",
"Phone number" : "Número de telèfon",
"Your phone number" : "El teu número de telèfon",
"Address" : "Adreça",
"Your postal address" : "La teva adreça postal",
"Website" : "Lloc web",
"Your website" : "El teu lloc web",
"Twitter" : "Twitter",
"You are member of the following groups:" : "Vostè és membre dels següents grups:",
"Password" : "Contrasenya",
@ -213,8 +226,10 @@
"iOS app" : "aplicació para iOS",
"Show First Run Wizard again" : "Torna a mostrar l'assistent de primera execució",
"Device" : "Dispositiu",
"Last activity" : "Última activitat",
"Name" : "Nom",
"App name" : "Nom de l'aplicació",
"Create new app password" : "Crea una nova contrasenya de l'aplicació",
"Username" : "Nom d'usuari",
"Done" : "Fet",
"Show storage location" : "Mostra la ubicació del magatzem",
@ -232,6 +247,8 @@
"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Escriviu la quota d'emmagatzemament (per ex.: \"512 MB\" o \"12 GB\")",
"Other" : "Un altre",
"Quota" : "Quota",
"Storage location" : "Ubicació de l'emmagatzemament",
"Last login" : "Últim accés",
"change full name" : "canvia el nom complet",
"set new password" : "estableix nova contrasenya",
"change email address" : "canvi d'adreça de correu electrònic",
@ -266,6 +283,7 @@
"Add Group" : "Afegeix el grup",
"Group" : "Grup",
"Full Name" : "Nom complet",
"Storage Location" : "Ubicació de l'emmagatzemament",
"Last Login" : "Últim accés"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -223,6 +223,7 @@ OC.L10N.register(
"Administrator documentation" : "Τεκμηρίωση Διαχειριστή",
"Online documentation" : "Τεκμηρίωση στο Διαδίκτυο",
"Forum" : "Φόρουμ",
"Getting help" : "Λήψη βοήθειας",
"Commercial support" : "Εμπορική Υποστήριξη",
"You are using <strong>%s</strong> of <strong>%s</strong>" : "Χρησιμοποιείτε <strong>%s</strong> από <strong>%s</strong>",
"Profile picture" : "Φωτογραφία προφίλ",
@ -239,8 +240,14 @@ OC.L10N.register(
"Your email address" : "Η διεύθυνση ηλ. ταχυδρομείου σας",
"No email address set" : "Δεν ορίστηκε διεύθυνση email",
"For password recovery and notifications" : "Η ανάκτηση του συνθηματικού και οι ειδοποιήσεις",
"Phone number" : "Αριθμός τηλεφώνου",
"Your phone number" : "Ο αριθμός τηλεφώνου σας",
"Address" : "Διεύθυνση",
"Your postal address" : "Ο ταχυδρομικός σας κώδικας",
"Website" : "Ιστοσελίδα",
"Your website" : "Η ιστοσελίδα σας",
"Twitter" : "Twitter",
"Your Twitter handle" : "Το Twitter σας",
"You are member of the following groups:" : "Είστε μέλος των ακόλουθων ομάδων:",
"Password" : "Συνθηματικό",
"Current password" : "Τρέχων συνθηματικό",
@ -274,6 +281,7 @@ OC.L10N.register(
"Create" : "Δημιουργία",
"Admin Recovery Password" : "Κωδικός Επαναφοράς Διαχειριστή ",
"Enter the recovery password in order to recover the users files during password change" : "Εισάγετε το συνθηματικό ανάκτησης ώστε να ανακτήσετε τα αρχεία χρηστών κατά την αλλαγή συνθηματικού",
"Group name" : "Όνομα ομάδας",
"Everyone" : "Όλοι",
"Admins" : "Διαχειριστές",
"Default quota" : "Προεπιλέγμενη χωρητικότητα",

View File

@ -221,6 +221,7 @@
"Administrator documentation" : "Τεκμηρίωση Διαχειριστή",
"Online documentation" : "Τεκμηρίωση στο Διαδίκτυο",
"Forum" : "Φόρουμ",
"Getting help" : "Λήψη βοήθειας",
"Commercial support" : "Εμπορική Υποστήριξη",
"You are using <strong>%s</strong> of <strong>%s</strong>" : "Χρησιμοποιείτε <strong>%s</strong> από <strong>%s</strong>",
"Profile picture" : "Φωτογραφία προφίλ",
@ -237,8 +238,14 @@
"Your email address" : "Η διεύθυνση ηλ. ταχυδρομείου σας",
"No email address set" : "Δεν ορίστηκε διεύθυνση email",
"For password recovery and notifications" : "Η ανάκτηση του συνθηματικού και οι ειδοποιήσεις",
"Phone number" : "Αριθμός τηλεφώνου",
"Your phone number" : "Ο αριθμός τηλεφώνου σας",
"Address" : "Διεύθυνση",
"Your postal address" : "Ο ταχυδρομικός σας κώδικας",
"Website" : "Ιστοσελίδα",
"Your website" : "Η ιστοσελίδα σας",
"Twitter" : "Twitter",
"Your Twitter handle" : "Το Twitter σας",
"You are member of the following groups:" : "Είστε μέλος των ακόλουθων ομάδων:",
"Password" : "Συνθηματικό",
"Current password" : "Τρέχων συνθηματικό",
@ -272,6 +279,7 @@
"Create" : "Δημιουργία",
"Admin Recovery Password" : "Κωδικός Επαναφοράς Διαχειριστή ",
"Enter the recovery password in order to recover the users files during password change" : "Εισάγετε το συνθηματικό ανάκτησης ώστε να ανακτήσετε τα αρχεία χρηστών κατά την αλλαγή συνθηματικού",
"Group name" : "Όνομα ομάδας",
"Everyone" : "Όλοι",
"Admins" : "Διαχειριστές",
"Default quota" : "Προεπιλέγμενη χωρητικότητα",