diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-16 00:28:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-16 00:28:25 +0000 |
commit | 83c2729aaec26f5f471b696dfcdc3d62e7b2b45d (patch) | |
tree | 2202447b3d5bf06b0261003fcaa57695417ac397 /apps/files/l10n/ca.js | |
parent | ca946e7e2721cf62122e979d30f175c84a9dad48 (diff) | |
download | nextcloud-server-83c2729aaec26f5f471b696dfcdc3d62e7b2b45d.tar.gz nextcloud-server-83c2729aaec26f5f471b696dfcdc3d62e7b2b45d.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 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index b5b127761ed..52eb76016c4 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -194,13 +194,10 @@ OC.L10N.register( "Could not copy {file}. {message}" : "No s'ha pogut copiar {file}. {message}", "Could not move {file}. {message}" : "No s'ha pogut moure {file}. {message}", "Total rows summary" : "Resum de totes les files", - "\"{displayName}\" failed on some elements " : "S'ha produït un error en l'acció «{displayName}» per a alguns elements", - "\"{displayName}\" batch action executed successfully" : "L'acció per lots «{displayName}» s'ha executat correctament", - "ascending" : "ascendent", - "descending" : "descendent", - "Sort list by {column} ({direction})" : "Ordena la llista per {column} ({direction})", "Select all" : "Selecciona-ho tot", "Unselect all" : "Anul·la tota la selecció", + "\"{displayName}\" failed on some elements " : "S'ha produït un error en l'acció «{displayName}» per a alguns elements", + "\"{displayName}\" batch action executed successfully" : "L'acció per lots «{displayName}» s'ha executat correctament", "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}", @@ -309,6 +306,9 @@ OC.L10N.register( "This file has the tag {tag}" : "Aquest fitxer té l'etiqueta {tag}", "This file has the tags {firstTags} and {lastTag}" : "Aquest fitxer té les etiquetes {firstTags} i {lastTag}", "Open folder {name}" : "Obre la carpeta {name}", + "ascending" : "ascendent", + "descending" : "descendent", + "Sort list by {column} ({direction})" : "Ordena la llista per {column} ({direction})", "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", |