diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-02 00:21:34 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-02 00:21:34 +0000 |
commit | 5353a018b71a0f02fb4d7449e5be25d7fbd6e1ba (patch) | |
tree | c808cf372807f193c565d03d70521a4b71f0efa5 /apps/files/l10n/cs.js | |
parent | 90529e5de16561c44a09ea1ced9b0ce17925bcae (diff) | |
download | nextcloud-server-5353a018b71a0f02fb4d7449e5be25d7fbd6e1ba.tar.gz nextcloud-server-5353a018b71a0f02fb4d7449e5be25d7fbd6e1ba.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 aa5a7d23e8e..4abf7e4db62 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -198,7 +198,6 @@ OC.L10N.register( "Unselect all" : "Zrušit výběr všeho", "\"{displayName}\" failed on some elements " : "„{displayName}“ se pro některé prvky nezdařilo", "\"{displayName}\" batch action executed successfully" : "hromadná akce „{displayName}“ úspěšně vykonána", - "Sort list by {column}" : "Seřadit podle {column}", "{summaryFile} and {summaryFolder}" : "{summaryFile} a {summaryFolder}", "List of files and folders." : "Seznam souborů a složek.", "This list is not fully rendered for performance 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.", @@ -311,6 +310,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", + "Sort list by {column}" : "Seřadit podle {column}" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); |