diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-14 00:27:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-14 00:27:03 +0000 |
commit | 582c34e60510f550aa0bd0f20f4da33b2784922e (patch) | |
tree | 3bda14d9c8964975e63a7c4c701d7401e5d9595e /apps/files/l10n/ca.js | |
parent | 0e5bb30929d74e88da06b7c55c26c25894913e18 (diff) | |
download | nextcloud-server-582c34e60510f550aa0bd0f20f4da33b2784922e.tar.gz nextcloud-server-582c34e60510f550aa0bd0f20f4da33b2784922e.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 5ae599b5ab5..f4c4219d221 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -111,8 +111,6 @@ OC.L10N.register( "Create new folder" : "Crea una carpeta", "Upload file" : "Puja un fitxer", "Recent" : "Recents", - "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}", "Not favorited" : "No s'inclou en els preferits", "Remove from favorites" : "Suprimeix dels preferits", "Add to favorites" : "Afegeix als preferits", @@ -285,6 +283,8 @@ OC.L10N.register( "Shared with you" : "Compartit amb vós", "Deleted shares" : "Suprimit", "Pending shares" : "Pendent", + "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}", "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", |