diff options
Diffstat (limited to 'apps/files/l10n/cs.json')
-rw-r--r-- | apps/files/l10n/cs.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json index 0f51292940c..34688953db8 100644 --- a/apps/files/l10n/cs.json +++ b/apps/files/l10n/cs.json @@ -198,13 +198,10 @@ "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", - "{summaryFile} and {summaryFolder}" : "{summaryFile} a {summaryFolder}", "List of files and folders." : "Seznam souborů a složek.", "Column headers with buttons are sortable." : "Podle těch sloupců, které mají v záhlaví tlačítko, je možné řadit.", "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.", "File not found" : "Soubor nenalezen", - "_{count} file_::_{count} files_" : ["{count} soubor","{count} soubory","{count} souborů","{count} soubory"], - "_{count} folder_::_{count} folders_" : ["{count} složka","{count} složky","{count} složek","{count} složky"], "Storage informations" : "Informace o úložišti", "{usedQuotaByte} used" : "{usedQuotaByte} využito", "{relative}% used" : "{relative}% využito", @@ -321,6 +318,9 @@ "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", + "{summaryFile} and {summaryFolder}" : "{summaryFile} a {summaryFolder}", + "_{count} file_::_{count} files_" : ["{count} soubor","{count} soubory","{count} souborů","{count} soubory"], + "_{count} folder_::_{count} folders_" : ["{count} složka","{count} složky","{count} složek","{count} složky"] },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" }
\ No newline at end of file |