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/cs.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/cs.js')
-rw-r--r-- | apps/files_sharing/l10n/cs.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/cs.js b/apps/files_sharing/l10n/cs.js index 34fe08decf3..c54308d8707 100644 --- a/apps/files_sharing/l10n/cs.js +++ b/apps/files_sharing/l10n/cs.js @@ -209,7 +209,7 @@ OC.L10N.register( "Create" : "Vytvářet", "Share" : "Sdílet", "Delete share" : "Smazat sdílení", - "Share with " : "Sdílet s", + "Share with" : "Sdílet s", "Save share" : "Uložit sdílení", "Update share" : "Zaktualizovat sdílení", "Others with access" : "Ostatní, kteří mají přístup", @@ -303,6 +303,7 @@ OC.L10N.register( "Expiration date enforced" : "Datum skončení platnosti vynuceno", "Password protect" : "Chránit heslem", "Science Mesh" : "Science Mesh", - "Update" : "Aktualizovat" + "Update" : "Aktualizovat", + "Share with " : "Sdílet s" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); |