2017-03-02 19:48:52 +03:00
OC . L10N . register (
"workflowengine" ,
{
2019-09-17 15:33:44 +03:00
"The given operator is invalid" : "Zadaný operátor je neplatný" ,
"The given regular expression is invalid" : "Zadaný regulárny výraz je neplatný" ,
"The given file size is invalid" : "Zadaná veľkosť súboru je neplatná" ,
"The given tag id is invalid" : "Zadaný identifikátor štítku je neplatný" ,
"The given IP range is invalid" : "Zadaný rozsah IP je neplatný" ,
"The given IP range is not valid for IPv4" : "Zadaný IP rozsah nie je platný pre IPv4" ,
"The given IP range is not valid for IPv6" : "Zadaný IP rozsah nie je platný pre IPv6" ,
"The given time span is invalid" : "Zadané časové rozpätie nie je platné" ,
"The given start time is invalid" : "Zadaný čas začatia nie je platný" ,
"The given end time is invalid" : "Zadaný čas ukončenia nie je platný" ,
"The given group does not exist" : "Zadaná skupina neexistuje" ,
2019-10-13 05:16:04 +03:00
"File" : "Súbor" ,
"File created" : "Vytvorený súbor" ,
"File updated" : "Aktualizovaný súbor" ,
"File renamed" : "Premenovaný súbor" ,
"File deleted" : "Zmazaný súbor" ,
"File accessed" : "Prístup k súboru" ,
"File copied" : "Kopírovaný súbor" ,
"Tag assigned" : "Priradený štítok" ,
2020-04-27 05:16:39 +03:00
"Someone" : "Niekto" ,
"%s created %s" : "%s vytvorené %s" ,
"%s modified %s" : "%s zmenené %s" ,
"%s deleted %s" : "%s vymazané %s" ,
"%s accessed %s" : "%s pristupené k %s" ,
"%s renamed %s" : "%s premenované %s" ,
"%s copied %s" : "%s skopírovné %s" ,
"%s assigned %s to %s" : "%s priradené %s k %s" ,
2019-09-17 15:33:44 +03:00
"Operation #%s does not exist" : "Operácia #%s neexistuje" ,
2019-10-13 05:16:04 +03:00
"Entity %s does not exist" : "Entita%s neexistuje" ,
"Entity %s is invalid" : "Entita %s je neplatná" ,
"No events are chosen." : "Neboli vybrané žiadne udalosti." ,
"Entity %s has no event %s" : "Entita %s nemá udalosť %s" ,
2019-09-17 15:33:44 +03:00
"Operation %s does not exist" : "Operácia %s neexistuje" ,
"Operation %s is invalid" : "Operácia #%s nie je platná" ,
2020-04-27 05:16:39 +03:00
"At least one check needs to be provided" : "Musí sa vykonať aspoň jedna kontrola" ,
"Invalid check provided" : "Poskytnutá neplatná kontrola" ,
2019-09-17 15:33:44 +03:00
"Check %s does not exist" : "Kontrola %s neexistuje" ,
"Check %s is invalid" : "Kontrola %s je neplatná" ,
2019-10-13 05:16:04 +03:00
"Check %s is not allowed with this entity" : "Kontrola %s nie je pre túto entitu povolená" ,
2019-09-17 15:33:44 +03:00
"Check #%s does not exist" : "Kontrola #%s neexistuje" ,
"Check %s is invalid or does not exist" : "Kontrola %s je neplatná alebo neexistuje" ,
2020-03-24 05:19:10 +03:00
"Flow" : "Flow (tok)" ,
2020-04-27 05:16:39 +03:00
"Nextcloud workflow engine" : "Služba Nextcloud pre pracovné postupy" ,
2019-10-13 05:16:04 +03:00
"Select a filter" : "Vybrať filter" ,
"Select a comparator" : "Vybrať porovnávač" ,
"Select a file type" : "Vyberte typ súboru" ,
2019-11-14 05:16:31 +03:00
"e.g. httpd/unix-directory" : "napr. adresár httpd/unix" ,
2020-02-22 05:19:11 +03:00
"Folder" : "Priečinok" ,
2019-10-13 05:16:04 +03:00
"Images" : "Obrázky" ,
"Office documents" : "Dokumenty Office" ,
"PDF documents" : "Dokumenty PDF" ,
"Custom mimetype" : "Vlastné typy mime" ,
2019-11-14 05:16:31 +03:00
"Select a tag" : "Vyber štítok" ,
2019-10-13 05:16:04 +03:00
"No results" : "Žiadne výsledky" ,
"%s (invisible)" : "%s (neviditeľné)" ,
"%s (restricted)" : "%s (obmedzené)" ,
2019-11-14 05:16:31 +03:00
"Please enter a valid time span" : "Zadajte prosím platné časové rozmedzie" ,
2019-10-13 05:16:04 +03:00
"Select a request URL" : "Vybrať URL požiadavku" ,
2019-09-17 15:33:44 +03:00
"Predefined URLs" : "Preddefinované URL" ,
"Files WebDAV" : "WebDAV súbory" ,
2019-10-13 05:16:04 +03:00
"Others" : "Ostatné" ,
"Custom URL" : "Vlastná URL" ,
"Select a user agent" : "Zvoliť užívateľského agenta" ,
2019-09-17 15:33:44 +03:00
"Android client" : "Android klient" ,
"iOS client" : "iOS klient" ,
"Desktop client" : "Desktopový klient" ,
"Thunderbird & Outlook addons" : "Doplnky pre Thunderbird a Outlook" ,
2019-10-13 05:16:04 +03:00
"Custom user agent" : "Vlastný agent užívateľa" ,
2020-04-27 05:16:39 +03:00
"At least one event must be selected" : "Musí byť vybraná aspoň jedna udalosť" ,
"Add new flow" : "Pridať nový tok" ,
2019-10-13 05:16:04 +03:00
"When" : "Keď" ,
"and" : "a" ,
2019-11-14 05:16:31 +03:00
"Cancel" : "Zrušiť" ,
"Delete" : "Zmazať" ,
2019-10-13 05:16:04 +03:00
"The configuration is invalid" : "Konfigurácia je neplatná" ,
2020-04-25 05:16:30 +03:00
"Active" : "Aktívne" ,
2019-11-28 05:17:14 +03:00
"Save" : "Uložiť" ,
2020-04-27 05:16:39 +03:00
"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." ,
"More flows" : "Ďalšie toky" ,
2019-12-22 05:28:54 +03:00
"Browse the app store" : "Prehliadajte obchod aplikácií" ,
2019-10-13 05:16:04 +03:00
"Show less" : "Zobraziť menej" ,
"Show more" : "Zobraziť viac" ,
2020-04-27 05:16:39 +03:00
"Configured flows" : "Nastavené toky" ,
"Your flows" : "Vaše toky" ,
2017-03-02 19:48:52 +03:00
"matches" : "súhlasí" ,
"does not match" : "nesúhlasí" ,
2019-12-20 05:26:46 +03:00
"is" : "je" ,
"is not" : "nie je" ,
"File name" : "Názov súboru" ,
2019-09-17 15:33:44 +03:00
"File MIME type" : "MIME typ súboru" ,
2017-03-02 19:48:52 +03:00
"File size (upload)" : "Veľkosť súboru (upload)" ,
"less" : "menej" ,
"less or equals" : "menej alebo rovné" ,
"greater or equals" : "viac alebo rovné" ,
"greater" : "viac" ,
"Request remote address" : "Vyžiadať vzdialenú adresu" ,
"matches IPv4" : "súhlasí s IPv4" ,
"does not match IPv4" : "nesúhlasí s IPv4" ,
"matches IPv6" : "súhlasí s IPv6" ,
"does not match IPv6" : "nesúhlasí s IPv6" ,
2019-09-17 15:33:44 +03:00
"File system tag" : "Štítok súborového systému" ,
"is tagged with" : "je označený" ,
"is not tagged with" : "nie je označený" ,
"Request URL" : "Vyžiadať URL" ,
2017-11-11 04:10:09 +03:00
"Request time" : "Čas požiadavky" ,
2017-03-02 19:48:52 +03:00
"between" : "medzi" ,
"not between" : "nie je medzi" ,
2017-11-11 04:10:09 +03:00
"Request user agent" : "User agent požiadavky" ,
"User group membership" : "Členstvo v skupine používateľov" ,
2017-03-02 19:48:52 +03:00
"is member of" : "Je členom" ,
"is not member of" : "Nie je členom" ,
2019-05-15 16:11:46 +03:00
"Short rule description" : "Zobraziť popis pravidla" ,
"Add rule" : "Pridať pravidlo" ,
"Reset" : "Vynulovať" ,
"Saving…" : "Ukladá sa..." ,
"Group list is empty" : "Zoznam skupín je prázdny" ,
"Unable to retrieve the group list" : "Nie je možné načítať zoznam skupín" ,
"Saved" : "Uložené" ,
"Saving failed:" : "Ukladanie neúspešné:" ,
"Add rule group" : "Pridať skupinu pravidiel" ,
2019-09-17 15:33:44 +03:00
"Example: {placeholder}" : "Napríklad: {placeholder}" ,
"Select tag…" : "Vyber štítok..." ,
"Start" : "Začiatok" ,
"End" : "Koniec" ,
"Select timezone…" : "Vybrať časové pásmo..." ,
2019-11-05 05:16:03 +03:00
"Sync clients" : "Synchronizovať klientov" ,
2020-02-07 10:33:03 +03:00
"Tag management" : "Správa štítkov" ,
2018-02-22 04:12:26 +03:00
"Files workflow engine" : "Typ spôsobu práce súborov" ,
2017-03-02 19:48:52 +03:00
"Open documentation" : "Otvoriť dokumentáciu" ,
2020-02-07 10:33:03 +03:00
"Loading…" : "Načítava sa..."
2017-03-02 19:48:52 +03:00
} ,
2018-05-18 03:13:45 +03:00
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" ) ;