diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-28 00:28:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-28 00:28:47 +0000 |
commit | def0b05c449119d29664bf9c9e319de3ac341840 (patch) | |
tree | 9c6dafed2a087075de8cda3cb638a4884c83bc91 /apps/files/l10n/cs.js | |
parent | f300f6b9e28f3a959eaa179dbf67d8d7f0e7baf9 (diff) | |
download | nextcloud-server-def0b05c449119d29664bf9c9e319de3ac341840.tar.gz nextcloud-server-def0b05c449119d29664bf9c9e319de3ac341840.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 0be47f9ca80..52e8c214a2c 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -212,7 +212,6 @@ OC.L10N.register( "Select file or folder to link to" : "Vyberte soubor nebo složku na kterou odkazovat", "Choose file" : "Vyberte soubor", "Choose {file}" : "Zvolit {file}", - "Add" : "Přidat", "Loading current folder" : "Načítá se stávající složka", "No files in here" : "Žádné soubory", "Upload some content or sync with your devices!" : "Nahrajte nějaký obsah nebo proveďte synchronizaci se svými zařízeními!", @@ -319,6 +318,7 @@ OC.L10N.register( "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Seznam není vykreslen celý z důvodu nároků na výkon. Soubory budou dokreslovány, jak se budete posouvat seznamem.", "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" + "No files or folders have been deleted yet" : "Zatím nebyly smazány žádné soubory či složky", + "Add" : "Přidat" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); |