diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-17 00:26:59 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-17 00:26:59 +0000 |
commit | 16e584ce6cac844d15adcf75692a6f5ab3fbd698 (patch) | |
tree | a620660f111f69620b08b16839ff9ea31d142778 /apps/files/l10n/ca.js | |
parent | 7bba5ec71ef00b68a27a861b0d7a0f4ce83bcc2e (diff) | |
download | nextcloud-server-16e584ce6cac844d15adcf75692a6f5ab3fbd698.tar.gz nextcloud-server-16e584ce6cac844d15adcf75692a6f5ab3fbd698.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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index f4c4219d221..8cf06a6bd07 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -198,7 +198,10 @@ OC.L10N.register( "Unselect all" : "Anul·la tota la selecció", "List of files and folders." : "Llista de fitxers i carpetes.", "This list is not fully rendered for performance 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.", + "{summaryFile} and {summaryFolder}" : "{summaryFile} i {summaryFolder}", "File not found" : "No s'ha trobat el fitxer", + "_{count} file_::_{count} files_" : ["{count} fitxer","{count} fitxers"], + "_{count} folder_::_{count} folders_" : ["{count} carpeta","{count} carpetes"], "Storage informations" : "Informació d'emmagatzematge", "{usedQuotaByte} used" : "{usedQuotaByte} en ús", "{relative}% used" : "{relative}% en ús", |