diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-02 00:21:18 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-02 00:21:18 +0000 |
commit | 4efa24bd3f0dbfd4d0f02ba21e1f527b734d9b81 (patch) | |
tree | a15439f0a8812f172427b0b84ce971a63c633d1b /apps/files/l10n/cs.js | |
parent | 516fd736847f65aaca52334c97d444313d0ee5d8 (diff) | |
download | nextcloud-server-4efa24bd3f0dbfd4d0f02ba21e1f527b734d9b81.tar.gz nextcloud-server-4efa24bd3f0dbfd4d0f02ba21e1f527b734d9b81.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;"); |