diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-08-01 02:15:27 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-08-01 02:15:27 +0000 |
commit | a1afdac31afd1faa51da5015af158db0e3618883 (patch) | |
tree | 4e17033c287a7366cf6eed4960d398b66160b76f /apps/files/l10n/ca.js | |
parent | 5f6ac5a7b26262e17eb861abde299769e2fb32d2 (diff) | |
download | nextcloud-server-a1afdac31afd1faa51da5015af158db0e3618883.tar.gz nextcloud-server-a1afdac31afd1faa51da5015af158db0e3618883.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/ca.js')
-rw-r--r-- | apps/files/l10n/ca.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index 5b82c262189..0f14ba39c51 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -61,13 +61,13 @@ OC.L10N.register( "No search results in other folders for {tag}{filter}{endtag}" : "No hi ha cap resultat de cerca a altres carpetes per {tag} {filter} {end tag}", "Name" : "Nom", "Size" : "Mida", - "Modified" : "Modificat", + "Modified" : "Darrera modificació", "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetes"], "_%n file_::_%n files_" : ["%n fitxer","%n fitxers"], "{dirs} and {files}" : "{dirs} i {files}", "_including %n hidden_::_including %n hidden_" : ["incloent %n ocult","incloent %n ocults"], - "You don’t have permission to upload or create files here" : "No teniu permisos per a carregar o crear els fitxers aquí", - "_Uploading %n file_::_Uploading %n files_" : ["S'està pujant %n fitxer","S'estan carregant %n fitxers"], + "You don’t have permission to upload or create files here" : "No teniu permís per a pujar o crear fitxers aquí", + "_Uploading %n file_::_Uploading %n files_" : ["S'està pujant %n fitxer","S'estan pujant %n fitxers"], "New" : "Nou", "Select file range" : "Selecciona el rang de fitxers", "{used} of {quota} used" : "{used} de {quota} utilitzat", @@ -86,11 +86,11 @@ OC.L10N.register( "Copy direct link (only works for users who have access to this file/folder)" : "Copia l'enllaç directe (només funciona pels usuaris que tenen accés a aquest fitxer/carpeta)", "Path" : "Ruta", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], - "Favorited" : "S'ha afegit a preferits", + "Favorited" : "S'ha afegit als preferits", "Favorite" : "Preferits", "You can only favorite a single file or folder at a time" : "Només podeu afegir a preferits un únic fitxer o carpeta alhora", "New folder" : "Crea una carpeta", - "Upload file" : "Carrega un fitxer", + "Upload file" : "Puja un fitxer", "Not favorited" : "No està inclòs en els favorits", "Remove from favorites" : "Suprimeix dels favorits", "Add to favorites" : "Afegeix als preferits", @@ -122,8 +122,8 @@ OC.L10N.register( "{user} deleted an encrypted file in {file}" : "{user} ha suprimit un fitxer xifrat a {file}", "You restored {file}" : "Heu restaurat {file}", "{user} restored {file}" : "{user} ha restaurat {file}", - "You renamed {oldfile} to {newfile}" : "Heu renomenat {oldfile} a {newfile}", - "{user} renamed {oldfile} to {newfile}" : "{user} ha renomenat {oldfile} a {newfile}", + "You renamed {oldfile} to {newfile}" : "Heu canviat el nom de {oldfile} a {newfile}", + "{user} renamed {oldfile} to {newfile}" : "{user} ha ha canviat el nom de {oldfile} a {newfile}", "You moved {oldfile} to {newfile}" : "Heu mogut {oldfile} a {newfile}", "{user} moved {oldfile} to {newfile}" : "{user} ha mogut {oldfile} a {newfile}", "A file has been added to or removed from your <strong>favorites</strong>" : "S'ha afegit o suprimit un fitxer del vostres <strong>favorits</strong>", |