diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-10-27 00:12:35 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-10-27 00:12:35 +0000 |
commit | 0092e3adece4317cd2eff624e8ee4fab81006299 (patch) | |
tree | fd1fd3d7b7eaec822dfe6b5968e0b771f36ae0a5 /apps/files/l10n/ca.js | |
parent | 6fcaa6fb9f1fcfc6b5016054437c8b802ecde914 (diff) | |
download | nextcloud-server-0092e3adece4317cd2eff624e8ee4fab81006299.tar.gz nextcloud-server-0092e3adece4317cd2eff624e8ee4fab81006299.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/ca.js')
-rw-r--r-- | apps/files/l10n/ca.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index 17efc6fb107..ba519f9d382 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -16,16 +16,20 @@ OC.L10N.register( "Could not create folder \"{dir}\"" : "No s'ha pogut crear la carpeta \"{dir}\"", "Upload cancelled." : "La pujada s'ha cancel·lat.", "…" : ".....", + "Processing files …" : "Processant arxius …", "Unable to upload {filename} as it is a directory or has 0 bytes" : "No es pot pujar {filename} perquè és una carpeta o té 0 bytes", "Not enough free space, you are uploading {size1} but only {size2} is left" : "No hi ha prou espai lliure, està carregant {size1} però només pot {size2}", "Target folder \"{dir}\" does not exist any more" : "La carpeta objectiu \"{dir}\" ja no existeix", "Not enough free space" : "Espai lliure insuficient", "Uploading …" : "Carregant...", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})", + "Uploading that item is not supported" : "Carregant aquest element no està soportat", "Target folder does not exist any more" : "La carpeta de destí no existeix", "Error when assembling chunks, status code {status}" : "S'ha produït un error mentre es recopilaven els fragments, el codi d'estat és {status}", "Actions" : "Accions", "Rename" : "Reanomena", + "Copy" : "Copiar", + "Choose target folder" : "Triar la carpeta de destí", "Disconnect storage" : "Desonnecta l'emmagatzematge", "Unshare" : "Deixa de compartir", "Could not load info for file \"{file}\"" : "No s'ha pogut carregar la informació del fitxer \"{file}\"", @@ -98,12 +102,18 @@ OC.L10N.register( "Moved by {user}" : "Mogut per {user}", "\"remote user\"" : "\"usuari remot\"", "You created {file}" : "Has creat {file}", + "You created an encrypted file in {file}" : "Heu creat un arxiu encriptat a {file}", "{user} created {file}" : "{user} ha creat {file}", + "{user} created an encrypted file in {file}" : "{user} ha creat un arxiu encriptat a {file}", "{file} was created in a public folder" : "{file} s'ha creat en una carpeta pública", "You changed {file}" : "Has modificat {file}", + "You changed an encrypted file in {file}" : "Has canviat un arxiu encriptat a {file}", "{user} changed {file}" : "{user} ha modificat {file}", + "{user} changed an encrypted file in {file}" : "{user} ha canviat un arxiu encriptat a {file}", "You deleted {file}" : "Heu esborrat {file}", + "You deleted an encrypted file in {file}" : "Has suprimit un arxiu encriptat a {file}", "{user} deleted {file}" : "{user} ha esborrat {file}", + "{user} deleted an encrypted file in {file}" : "{user} ha suprimit un arxiu encriptat a {file}", "You restored {file}" : "Has restaurat {file}", "{user} restored {file}" : "{user} ha restaurat {file}", "You renamed {oldfile} to {newfile}" : "Heu renomenat {oldfile} a {newfile}", @@ -118,18 +128,21 @@ OC.L10N.register( "A file or folder has been <strong>restored</strong>" : "S'ha <strong>restaurat</strong> un fitxer o una carpeta", "Unlimited" : "Il·limitat", "Upload (max. %s)" : "Pujada (màx. %s)", + "File Management" : "Gestió d'arxius", "File handling" : "Gestió de fitxers", "Maximum upload size" : "Mida màxima de pujada", "max. possible: " : "màxim possible:", "Save" : "Desa", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Amb PHP-FPM pot trigar 5 minuts a aplicar els canvis.", "Missing permissions to edit from here." : "Falta els permisos per editar des d'aquí.", + "%1$s of %2$s used" : "%1$s de %2$s utilitzat", "%s used" : "%s utilitzat", "Settings" : "Configuració", "Show hidden files" : "Mostra els fitxers ocults", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Utilitza aquesta adreça per <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">accedir als teus arxius mitjançant WebDAV</a>", "Cancel upload" : "Cancel·la la pujada", + "Toggle grid view" : "Commuta vista de quadrícula", "No files in here" : "No hi ha arxius", "Upload some content or sync with your devices!" : "Pugi continguts o sincronitzi els seus dispositius.", "No entries found in this folder" : "No hi ha entrades en aquesta carpeta", @@ -140,9 +153,11 @@ 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", "Tags" : "Etiquetes", "Deleted files" : "Fitxers esborrats", + "Shares" : "Comparticions", "Shared with others" : "Compartit amb altres", "Shared with you" : "Compartit amb tu", "Shared by link" : "Comparteix per link", + "Deleted shares" : "Comparticions suprimides", "Text file" : "Fitxer de text", "New text file.txt" : "Nou fitxer de text.txt", "Move" : "Moure", |