diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-14 00:19:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-14 00:19:23 +0000 |
commit | 42987e7a45f27392a0eeec1b976b1a0e7bb8c7a4 (patch) | |
tree | dd6ad94170d41fa01991cf9a05eb5d465e4c3dd4 /apps/files_sharing/l10n/ca.js | |
parent | 20932c8430dbe1d6173aba06c9a971af76c5efd5 (diff) | |
download | nextcloud-server-42987e7a45f27392a0eeec1b976b1a0e7bb8c7a4.tar.gz nextcloud-server-42987e7a45f27392a0eeec1b976b1a0e7bb8c7a4.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/l10n/ca.js')
-rw-r--r-- | apps/files_sharing/l10n/ca.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/ca.js b/apps/files_sharing/l10n/ca.js index 033198c1902..99506bd97c4 100644 --- a/apps/files_sharing/l10n/ca.js +++ b/apps/files_sharing/l10n/ca.js @@ -209,7 +209,7 @@ OC.L10N.register( "Create" : "Crea", "Share" : "Comparteix", "Delete share" : "Suprimeix l'element compartit", - "Share with " : "Comparteix amb", + "Share with" : "Comparteix amb", "Save share" : "Desa l'element compartit", "Update share" : "Actualitza l'element compartit", "Others with access" : "Altres usuaris amb accés", @@ -303,6 +303,7 @@ OC.L10N.register( "Expiration date enforced" : "Data de caducitat", "Password protect" : "Protegeix amb contrasenya", "Science Mesh" : "ScienceMesh", - "Update" : "Actualitza" + "Update" : "Actualitza", + "Share with " : "Comparteix amb" }, "nplurals=2; plural=(n != 1);"); |