diff options
Diffstat (limited to 'apps/workflowengine/l10n/cs.js')
-rw-r--r-- | apps/workflowengine/l10n/cs.js | 33 |
1 files changed, 18 insertions, 15 deletions
diff --git a/apps/workflowengine/l10n/cs.js b/apps/workflowengine/l10n/cs.js index b39a2cb1f9d..3c189dc2c53 100644 --- a/apps/workflowengine/l10n/cs.js +++ b/apps/workflowengine/l10n/cs.js @@ -48,43 +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 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", @@ -109,12 +116,8 @@ OC.L10N.register( "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", - "Select a tag" : "Vybrat štítek", - "No results" : "Žádné výsledky", - "%s (invisible)" : "%s (neviditelné)", - "%s (restricted)" : "%s (omezeno)" + "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;"); |