diff options
Diffstat (limited to 'apps/workflowengine/l10n/sk.js')
-rw-r--r-- | apps/workflowengine/l10n/sk.js | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/apps/workflowengine/l10n/sk.js b/apps/workflowengine/l10n/sk.js index c9fd54df6b6..dc3fd686753 100644 --- a/apps/workflowengine/l10n/sk.js +++ b/apps/workflowengine/l10n/sk.js @@ -48,46 +48,50 @@ OC.L10N.register( "Nextcloud workflow engine" : "Služba Nextcloud pre pracovné postupy", "Select a filter" : "Vybrať filter", "Select a comparator" : "Vybrať porovnávač", - "Select a file type" : "Vyberte typ súboru", - "e.g. httpd/unix-directory" : "napr. adresár httpd/unix", + "Remove filter" : "Odstrániť filter", "Folder" : "Priečinok", "Images" : "Obrázky", "Office documents" : "Dokumenty Office", "PDF documents" : "Dokumenty PDF", + "Custom MIME type" : "Vlastný typ MIME", "Custom mimetype" : "Vlastné typy mime", - "Select a tag" : "Vyber štítok", - "No results" : "Žiadne výsledky", - "%s (invisible)" : "%s (neviditeľné)", - "%s (restricted)" : "%s (obmedzené)", + "Select a file type" : "Vyberte typ súboru", + "e.g. httpd/unix-directory" : "napr. adresár httpd/unix", "Please enter a valid time span" : "Zadajte prosím platné časové rozmedzie", - "Select a request URL" : "Vybrať URL požiadavku", - "Predefined URLs" : "Preddefinované URL", "Files WebDAV" : "WebDAV súbory", - "Others" : "Ostatné", "Custom URL" : "Vlastná URL", - "Select a user agent" : "Zvoliť užívateľského agenta", + "Select a request URL" : "Vybrať URL požiadavku", "Android client" : "Android klient", "iOS client" : "iOS klient", "Desktop client" : "Desktopový klient", "Thunderbird & Outlook addons" : "Doplnky pre Thunderbird a Outlook", "Custom user agent" : "Vlastný agent užívateľa", + "Select a user agent" : "Zvoliť užívateľského agenta", + "Select groups" : "Vybrať skupinu", + "Groups" : "Skupiny", + "Type to search for group …" : "Začnite písať pre vyhľadanie skupiny ...", + "Select a trigger" : "Vyberte spúšťač", "At least one event must be selected" : "Musí byť vybraná aspoň jedna udalosť", "Add new flow" : "Pridať nový tok", + "The configuration is invalid" : "Konfigurácia je neplatná", + "Active" : "Aktívne", + "Save" : "Uložiť", "When" : "Keď", "and" : "a", + "Add a new filter" : "Pridať nový filter", "Cancel" : "Zrušiť", "Delete" : "Zmazať", - "The configuration is invalid" : "Konfigurácia je neplatná", - "Active" : "Aktívne", - "Save" : "Uložiť", "Available flows" : "Dostupné toky", "For details on how to write your own flow, check out the development documentation." : "Podrobnosti o tom, ako vytvárať vlastné toky, nájdete v dokumentácii pre vývojárov.", + "No flows installed" : "Žiadne toky neboli nainštalované", + "Ask your administrator to install new flows." : "Požiadajte svojho administrátora, aby nainštaloval nové toky.", "More flows" : "Ďalšie toky", "Browse the App Store" : "Prehliadanie obchodu s aplikáciami", "Show less" : "Zobraziť menej", "Show more" : "Zobraziť viac", "Configured flows" : "Nastavené toky", "Your flows" : "Vaše toky", + "No flows configured" : "Žiadne toky neboli nakonfigurované", "matches" : "súhlasí", "does not match" : "nesúhlasí", "is" : "je", @@ -112,9 +116,8 @@ OC.L10N.register( "between" : "medzi", "not between" : "nie je medzi", "Request user agent" : "User agent požiadavky", - "User group membership" : "Členstvo v skupine používateľov", + "Group membership" : "Skupinové členstvo", "is member of" : "Je členom", - "is not member of" : "Nie je členom", - "Browse the app store" : "Prehliadajte obchod aplikácií" + "is not member of" : "Nie je členom" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); |