diff options
Diffstat (limited to 'apps/workflowengine/l10n/cs.js')
-rw-r--r-- | apps/workflowengine/l10n/cs.js | 41 |
1 files changed, 22 insertions, 19 deletions
diff --git a/apps/workflowengine/l10n/cs.js b/apps/workflowengine/l10n/cs.js index 2b8eb94e1a7..3c189dc2c53 100644 --- a/apps/workflowengine/l10n/cs.js +++ b/apps/workflowengine/l10n/cs.js @@ -4,7 +4,7 @@ OC.L10N.register( "The given operator is invalid" : "Zadaný operátor není platný", "The given regular expression is invalid" : "Zadaný regulární výraz není platný", "The given file size is invalid" : "Zadaná velikost souboru není platná", - "The given tag id is invalid" : "Zadaný identifikátor značky není platný", + "The given tag id is invalid" : "Zadaný identifikátor štítku není platný", "The given IP range is invalid" : "Zadaný rozsah IP adres není platný", "The given IP range is not valid for IPv4" : "Zadaný rozsah IP adres není pro IPv4 platný", "The given IP range is not valid for IPv6" : "Zadaný rozsah IP adres není pro IPv6 platný", @@ -48,46 +48,50 @@ OC.L10N.register( "Nextcloud workflow engine" : "Nextcloud engine pro pracovní postupy", "Select a filter" : "Vybrat filtr", "Select a comparator" : "Vyberte porovnání", - "Select a file type" : "Vybrat typ souboru", - "e.g. httpd/unix-directory" : "např. httpd/unix-directory", + "Remove filter" : "Odebrat filtr", "Folder" : "Složka", "Images" : "Obrázky", "Office documents" : "Kancelářské dokumenty", "PDF documents" : "PDF dokumenty", + "Custom MIME type" : "Uživatelsky určený MIME typ", "Custom mimetype" : "Uživatelsky určený mimetyp", - "Select a tag" : "Vybrat štítek", - "No results" : "Žádné výsledky", - "%s (invisible)" : "%s (neviditelné)", - "%s (restricted)" : "%s (omezeno)", + "Select a file type" : "Vybrat typ souboru", + "e.g. httpd/unix-directory" : "např. httpd/unix-directory", "Please enter a valid time span" : "Zadejte platné časové rozmezí", - "Select a request URL" : "Vyberte URL požadavku", - "Predefined URLs" : "Předdefinované URL", "Files WebDAV" : "Soubory WebDAV", - "Others" : "Ostatní", "Custom URL" : "Uživatelsky určená URL", - "Select a user agent" : "Vyberte user agent", + "Select a request URL" : "Vyberte URL požadavku", "Android client" : "Android klient", "iOS client" : "iOS klient", "Desktop client" : "Klient pro počítač", "Thunderbird & Outlook addons" : "Doplňky pro Thunderbird a Outlook", "Custom user agent" : "Uživatelem určený user agent", + "Select a user agent" : "Vyberte user agent", + "Select groups" : "Vybrat skupiny", + "Groups" : "Skupiny", + "Type to search for group …" : "Skupinu vyhledáte psaním…", + "Select a trigger" : "Vybrat spouštěč", "At least one event must be selected" : "Je třeba vybrat alespoň jednu událost", "Add new flow" : "Přidat nový tok", + "The configuration is invalid" : "Nastavení není platné", + "Active" : "Aktivní", + "Save" : "Uložit", "When" : "Kdy", "and" : "a", + "Add a new filter" : "Přidat nový filtr", "Cancel" : "Storno", "Delete" : "Smazat", - "The configuration is invalid" : "Nastavení není platné", - "Active" : "Aktivní", - "Save" : "Uložit", "Available flows" : "Toky k dispozici", "For details on how to write your own flow, check out the development documentation." : "Podrobnosti o tom, jak vytvářet toky naleznete v dokumentaci pro vývojáře.", + "No flows installed" : "Nenaistalované žádné toky", + "Ask your administrator to install new flows." : "Požádejte správce vámi využívané instance o instalaci nových toků.", "More flows" : "Další toky", "Browse the App Store" : "Procházet katalog aplikací", "Show less" : "Zobrazit méně", "Show more" : "Zobrazit více", "Configured flows" : "Nastavené toky", "Your flows" : "Vaše toky", + "No flows configured" : "Nenastaveny žádné toky", "matches" : "odpovídá", "does not match" : "neodpovídá", "is" : "je", @@ -105,16 +109,15 @@ OC.L10N.register( "matches IPv6" : "odpovídá IPv6", "does not match IPv6" : "neodpovídá IPv6", "File system tag" : "Štítek souborového systému", - "is tagged with" : "je označeno jako", - "is not tagged with" : "není označeno", + "is tagged with" : "je označeno štítkem", + "is not tagged with" : "není označeno štítkem", "Request URL" : "URL požadavku", "Request time" : "Čas požadavku", "between" : "mezi", "not between" : "není mezi", "Request user agent" : "User agent požadavku", - "User group membership" : "Členství ve skupinách uživatelů", + "Group membership" : "Členství ve skupinách", "is member of" : "je členem", - "is not member of" : "není členem", - "Browse the app store" : "Procházet katalog aplikací" + "is not member of" : "není členem" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); |