diff options
Diffstat (limited to 'apps/files/l10n/cs.json')
-rw-r--r-- | apps/files/l10n/cs.json | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json index fb8c994d4f0..b5f56b3101d 100644 --- a/apps/files/l10n/cs.json +++ b/apps/files/l10n/cs.json @@ -107,6 +107,8 @@ "Create new folder" : "Vytvořit novou složku", "Upload file" : "Nahrát soubor", "Recent" : "Nedávné", + "This file has the tag {tag}" : "Tento soubor má štítek {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Tento soubor má štítky {firstTags} a {lastTag}", "Not favorited" : "Nepřidáno do oblíbených", "Remove from favorites" : "Odebrat z oblíbených", "Add to favorites" : "Přidat do oblíbených", @@ -224,8 +226,10 @@ "Blank" : "Prázdný", "Unable to create new file from template" : "Nedaří se vytvořit soubor ze šablony", "Delete permanently" : "Nadobro smazat", + "Open folder {displayName}" : "Otevřít složku {displayName}", "Set up templates folder" : "Vytvořit složku pro šablony", "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", "Toggle %1$s sublist" : "Přepnout %1$s podseznam", "Toggle grid view" : "Vyp/zap. zobrazení v mřížce", @@ -244,18 +248,13 @@ "Text file" : "Textový soubor", "New text file.txt" : "Nový textový soubor.txt", "Storage invalid" : "Neplatné úložiště", - "Select" : "Vybrat", - "You don’t have permission to upload or create files here" : "Nemáte oprávnění sem nahrávat nebo zde vytvářet soubory", - "New" : "Nový", - "Copied!" : "Zkopírováno!", "Unlimited" : "Neomezeně", "Search users" : "Hledat uživatele", - "Cannot transfer ownership of a file or folder you don't own" : "Není možné převést vlastnictví souboru či složky, které nejste vlastníky", "Cancel" : "Storno", "%s used" : "%s použito", "%s%%" : "%s%%", "%1$s of %2$s used" : "%1$s z %2$s použito", - "Settings" : "Nastavení", - "Deleted files" : "Smazané soubory" + "Deleted files" : "Smazané soubory", + "Search for an account" : "Hledat účet" },"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 |