diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-02 00:25:52 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-02 00:25:52 +0000 |
commit | 3622af9b433cd69761645c9e45c5778e72bc40bb (patch) | |
tree | 8f0a3e7e32ed0ade03227ce57fcc3238183e08bd /apps/files/l10n/cs.js | |
parent | 676bee16eb793edad137e9c7989da5e0f624167a (diff) | |
download | nextcloud-server-3622af9b433cd69761645c9e45c5778e72bc40bb.tar.gz nextcloud-server-3622af9b433cd69761645c9e45c5778e72bc40bb.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 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index d85e1d81d3d..b91fdc78cf1 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -188,6 +188,8 @@ OC.L10N.register( "Could not rename \"{oldName}\", it does not exist any more" : "Není možné přejmenovat „{oldName}“ – už neexistuje", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Název „{newtName}“ je už použitý ve složce „{dir}“. Zvolte jiný název.", "Could not rename \"{oldName}\"" : "„{oldName}“ se nepodařilo přejmenovat", + "Could not copy {file}. {message}" : "Nepodařilo se zkopírovat {file}. {message}", + "Could not move {file}. {message}" : "Nepodařilo se přesunout {file}. {message}", "Total rows summary" : "Celkový souhrn řádek", "\"{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", @@ -198,7 +200,10 @@ OC.L10N.register( "Unselect all" : "Zrušit výběr všeho", "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.", + "{summaryFile} and {summaryFolder}" : "{summaryFile} a {summaryFolder}", "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", @@ -246,8 +251,16 @@ OC.L10N.register( "Blank" : "Prázdný", "Unable to create new file from template" : "Nedaří se vytvořit soubor ze šablony", "Delete permanently" : "Nevratně smazat", + "Destination is not a folder" : "Cíl není složka", + "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", + "Chose destination" : "Zvolte cíl", "Copy to {target}" : "Zkopírovat do {target}", "Move to {target}" : "Přesunout do {target}", + "Cancelled move or copy operation" : "Operace přesunutí či zkopírování zrušena", "Open folder {displayName}" : "Otevřít složku {displayName}", "Open in Files" : "Otevřít v Souborech", "Open details" : "Otevřít podorobnosti", @@ -256,6 +269,11 @@ OC.L10N.register( "Templates" : "Šablony", "Create new templates folder" : "Vytvořit novou složku šablon", "Unable to initialize the templates directory" : "Nepodařilo se vytvořit složku pro šablony", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} složka","{folderCount} složky","{folderCount} složek","{folderCount} složky"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} soubor","{fileCount} soubory","{fileCount} souborů","{fileCount} soubory"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 soubor a {folderCount} složka","1 soubor a {folderCount} složky","1 soubor a {folderCount} složek","1 soubor a {folderCount} složky"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} soubor a 1 složka","{fileCount} soubory a 1 složka","{fileCount} souborů a 1 složka","{fileCount} soubory a 1 složka"], + "{fileCount} files and {folderCount} folders" : "{fileCount} souborů a {folderCount} složek", "List of favorites files and folders." : "Seznam oblíbených souborů a složek.", "No favorites yet" : "Zatím nic oblíbeného", "Files and folders you mark as favorite will show up here" : "Zde budou zobrazeny soubory a složky, které označíte jako oblíbené", |