diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-19 00:19:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-19 00:19:47 +0000 |
commit | 38224a844f70c79eb85c142c011b7282455b726c (patch) | |
tree | cba9a2ef5e0d3830839ea5812af13483bf32ab2e /apps/files/l10n/ca.js | |
parent | bfc8a35a3e099cd0f1495193f9326124a600b76f (diff) | |
download | nextcloud-server-38224a844f70c79eb85c142c011b7282455b726c.tar.gz nextcloud-server-38224a844f70c79eb85c142c011b7282455b726c.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index 4d03b58d593..867f0ae8101 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -269,7 +269,6 @@ OC.L10N.register( "A file or folder with that name already exists in this folder" : "Ja existeix un fitxer o carpeta amb aquest nom en aquesta carpeta", "The files is locked" : "El fitxer està blocat", "The file does not exist anymore" : "El fitxer ja no existeix", - "Chose destination" : "Tria una destinació", "Copy to {target}" : "Copia a {target}", "Move to {target}" : "Mou a {target}", "Cancelled move or copy operation" : "S'ha cancel·lat l'operació de desplaçament o còpia", @@ -321,6 +320,7 @@ OC.L10N.register( "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Aquesta llista no es mostra completament per raons de rendiment. Es mostraran els fitxers a mesura que navegueu per la llista.", "Search for an account" : "Cerqueu un compte", "Choose" : "Tria", - "No files or folders have been deleted yet" : "Encara no s'ha suprimit cap fitxer o carpeta" + "No files or folders have been deleted yet" : "Encara no s'ha suprimit cap fitxer o carpeta", + "Chose destination" : "Tria una destinació" }, "nplurals=2; plural=(n != 1);"); |