diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-01-11 02:24:41 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-01-11 02:24:41 +0000 |
commit | 380e5a4ee17ad5e976753cbbd79247f217e5d886 (patch) | |
tree | 2165349c62f68d3db313f74897a2a8db37c6b004 /apps/files/l10n/ca.js | |
parent | 4014d4d0ff6e78afc2a193c7cdae53117f532c0c (diff) | |
download | nextcloud-server-380e5a4ee17ad5e976753cbbd79247f217e5d886.tar.gz nextcloud-server-380e5a4ee17ad5e976753cbbd79247f217e5d886.zip |
Fix(l10n): đź” Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/ca.js')
-rw-r--r-- | apps/files/l10n/ca.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index 58004418dc0..30e50804d13 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -1,9 +1,6 @@ OC.L10N.register( "files", { - "Storage is temporarily not available" : "L'emmagatzematge no estĂ disponible temporalment", - "Storage invalid" : "L'emmagatzematge no Ă©s vĂ lid", - "Unknown error" : "Error desconegut", "File could not be found" : "No s'ha pogut trobar el fitxer", "Move or copy" : "Mou o copia", "Download" : "Baixa", @@ -53,6 +50,7 @@ OC.L10N.register( "Unable to determine date" : "No s'ha pogut determinar la data", "This operation is forbidden" : "Aquesta operaciĂł no estĂ permesa", "This directory is unavailable, please check the logs or contact the administrator" : "Aquest directori no estĂ disponible. Consulteu els registres o contacteu amb l'administrador", + "Storage is temporarily not available" : "L'emmagatzematge no estĂ disponible temporalment", "Could not move \"{file}\", target exists" : "No s'ha pogut desplaçar «{file}», el fitxer de destinaciĂł ja existeix", "Could not move \"{file}\"" : "No s'ha pogut desplaçar «{file}»", "copy" : "còpia", @@ -177,6 +175,7 @@ OC.L10N.register( "Transfer" : "Transfereix", "Transfer {path} to {userid}" : "Transfereix {path} a {userid}", "Invalid path selected" : "El camĂ seleccionat no Ă©s vĂ lid", + "Unknown error" : "Error desconegut", "Ownership transfer request sent" : "S'ha enviat la sol·licitud de transferència de propietat", "Cannot transfer ownership of a file or folder you do not own" : "No es pot transferir la propietat d'un fitxer o carpeta que no Ă©s vostre", "Files settings" : "ParĂ metres dels fitxers", @@ -221,6 +220,7 @@ OC.L10N.register( "Pending shares" : "Pendent", "Text file" : "Fitxer de text", "New text file.txt" : "Fitxer de text nou.txt", + "Storage invalid" : "L'emmagatzematge no Ă©s vĂ lid", "Select" : "Selecciona", "You don’t have permission to upload or create files here" : "No teniu permĂs per a pujar o crear fitxers aquĂ", "New" : "Nou", |