diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-29 00:20:21 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-29 00:20:21 +0000 |
commit | ff9c3b0ee2140e7b2d0866acd7a86339c26670bb (patch) | |
tree | e2578c758d2ca9b0ad4015265b2df653d989c251 /apps/files/l10n/cs.js | |
parent | be98ea3e63d1a70615f251abfabe281c7788986d (diff) | |
download | nextcloud-server-ff9c3b0ee2140e7b2d0866acd7a86339c26670bb.tar.gz nextcloud-server-ff9c3b0ee2140e7b2d0866acd7a86339c26670bb.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/cs.js')
-rw-r--r-- | apps/files/l10n/cs.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index 52e8c214a2c..71abe885c12 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -255,7 +255,6 @@ OC.L10N.register( "This file/folder is already in that directory" : "V oné složce se už daný soubor/složka nachází", "You cannot move a file/folder onto itself or into a subfolder of itself" : "Není možné přesunout soubor/složku do sebe samé nebo do své vlastní podložky", "A file or folder with that name already exists in this folder" : "V této složce už existuje stejnojmenný soubor či složka", - "The files is locked" : "Soubory jsou uzamčené", "The file does not exist anymore" : "Soubor už neexistuje", "Choose destination" : "Vyberte cíl", "Copy to {target}" : "Zkopírovat do {target}", @@ -319,6 +318,7 @@ OC.L10N.register( "Search for an account" : "Hledat účet", "Choose" : "Vybrat", "No files or folders have been deleted yet" : "Zatím nebyly smazány žádné soubory či složky", - "Add" : "Přidat" + "Add" : "Přidat", + "The files is locked" : "Soubory jsou uzamčené" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); |