2016-11-01 04:06:57 +03:00
{ "translations" : {
2019-09-17 15:33:44 +03:00
"The given operator is invalid" : "Dana operacja jest nieprawidłowa" ,
"The given regular expression is invalid" : "Podane wyrażenie regularne jest błędne" ,
"The given file size is invalid" : "Podany rozmiar pliku jest nieprawidłowy" ,
"The given tag id is invalid" : "Podane id etykiety jest nieprawidłowe" ,
"The given IP range is invalid" : "Podany zakres adresów IP jest nieprawidłowy" ,
"The given IP range is not valid for IPv4" : "Podany zakres adresów IP jest nieprawidłowy dla IPv4" ,
"The given IP range is not valid for IPv6" : "Podany zakres adresów IP jest nieprawidłowy dla IPv6" ,
"The given time span is invalid" : "Podany przedział czasowy jest nieprawidłowy" ,
"The given start time is invalid" : "Podany czas rozpoczęcia jest nieprawidłowy" ,
"The given end time is invalid" : "Podany czas zakończenia jest nieprawidłowy" ,
"The given group does not exist" : "Podana grupa nie istnieje" ,
2019-09-18 05:15:09 +03:00
"File" : "Plik" ,
"File created" : "Plik utworzony" ,
"File updated" : "Plik zaktualizowany" ,
"File renamed" : "Nazwa pliku zmieniona" ,
"File deleted" : "Plik usunięty" ,
"File accessed" : "Plik udostępniony" ,
"File copied" : "Plik skopiowany" ,
"Tag assigned" : "Etykieta przypisana" ,
2019-09-17 15:33:44 +03:00
"Operation #%s does not exist" : "Operacja do wykonania #%s nie istnieje" ,
2019-09-18 05:15:09 +03:00
"Entity %s does not exist" : "Obiekt %s nie istnieje" ,
"Entity %s is invalid" : "Obiekt %s jest nieprawidłowy" ,
"No events are chosen." : "Nie wybrano żadnych wydarzeń." ,
"Entity %s has no event %s" : "Obiekt %s nie ma zdarzenia %s" ,
2019-09-17 15:33:44 +03:00
"Operation %s does not exist" : "Operacja do wykonania %s nie istnieje" ,
"Operation %s is invalid" : "Operacja %s jest nieprawidłowa" ,
"Check %s does not exist" : "Sprawdź, czy %s nie istnieje" ,
"Check %s is invalid" : "Sprawdź, czy %s jest nieprawidłowy" ,
2019-09-18 05:15:09 +03:00
"Check %s is not allowed with this entity" : "Sprawdzenie %s jest niedozwolone w tym obiekcie" ,
2019-09-17 15:33:44 +03:00
"Check #%s does not exist" : "Sprawdź, czy #%s nie istnieje" ,
"Check %s is invalid or does not exist" : "Sprawdź, czy %s jest nieprawidłowa lub nie istnieje" ,
2019-11-29 05:17:12 +03:00
"Flow" : "Przepływ" ,
2019-09-18 05:15:09 +03:00
"Nextcloud workflow engine" : "Silnik Nextcloud workflow" ,
"Select a filter" : "Wybierz filtr" ,
"Select a comparator" : "Wybierz komparator" ,
"Select a file type" : "Wybierz typ pliku" ,
2019-11-07 05:16:14 +03:00
"e.g. httpd/unix-directory" : "np. httpd/unix-directory" ,
2019-09-18 05:15:09 +03:00
"Images" : "Obrazy" ,
"Office documents" : "Dokumenty biurowe" ,
"PDF documents" : "Dokumenty PDF" ,
"Custom mimetype" : "Niestandardowy typ MIME" ,
2019-11-07 05:16:14 +03:00
"Select a tag" : "Wybierz etykietę" ,
2019-09-18 05:15:09 +03:00
"No results" : "Brak wyników" ,
"%s (invisible)" : "%s (niewidoczny)" ,
"%s (restricted)" : "%s (ograniczony)" ,
2019-11-07 05:16:14 +03:00
"Please enter a valid time span" : "Podaj prawidłowy przedział czasu" ,
2019-09-18 05:15:09 +03:00
"Select a request URL" : "Wybierz adres URL żądania" ,
2019-09-17 15:33:44 +03:00
"Predefined URLs" : "Przedefiniowanie URLs" ,
"Files WebDAV" : "Pliki WebDAV" ,
2019-09-18 05:15:09 +03:00
"Others" : "Inne" ,
"Custom URL" : "Niestandardowy adres URL" ,
"Select a user agent" : "Wybierz klienta użytkownika" ,
2019-09-17 15:33:44 +03:00
"Android client" : "Klient Android" ,
"iOS client" : "Klient iOS" ,
"Desktop client" : "Klient na komputer" ,
"Thunderbird & Outlook addons" : "Dodatki Thunderbird i Outlook" ,
2019-09-18 05:15:09 +03:00
"Custom user agent" : "Niestandardowy klient użytkownika" ,
2019-11-29 05:17:12 +03:00
"Add new flow" : "Dodaj nowy przepływ" ,
2019-09-18 05:15:09 +03:00
"When" : "Kiedy" ,
"and" : "i" ,
2019-11-07 05:16:14 +03:00
"Cancel" : "Anuluj" ,
"Delete" : "Usuń" ,
2019-09-18 05:15:09 +03:00
"The configuration is invalid" : "Konfiguracja jest nieprawidłowa" ,
2019-11-29 05:17:12 +03:00
"Active" : "Aktywne" ,
2019-11-28 05:17:14 +03:00
"Save" : "Zapisz" ,
2019-11-29 05:17:12 +03:00
"Available flows" : "Dostępne przepływy" ,
"For details on how to write your own flow, check out the development documentation." : "Aby uzyskać szczegółowe informacje na temat pisania własnego przepływu, zapoznaj się z dokumentacją programistyczną." ,
"More flows" : "Więcej przepływów" ,
"Browse the app store" : "Przeglądaj sklep z aplikacjami" ,
2019-09-18 05:15:09 +03:00
"Show less" : "Pokaż mniej" ,
"Show more" : "Pokaż więcej" ,
2019-11-29 05:17:12 +03:00
"Configured flows" : "Skonfigurowane przepływy" ,
"Your flows" : "Twoje przepływy" ,
2019-09-17 15:33:44 +03:00
"File name" : "Nazwa pliku" ,
2016-11-01 04:06:57 +03:00
"is" : "jest" ,
"is not" : "nie jest" ,
"matches" : "pasuje" ,
"does not match" : "nie pasuje" ,
2019-09-17 15:33:44 +03:00
"File MIME type" : "Typy plików MIME" ,
2016-11-01 04:06:57 +03:00
"File size (upload)" : "Rozmiar pliku (wczytywanego)" ,
"less" : "mniejszy" ,
"less or equals" : "mniejszy lub równy" ,
"greater or equals" : "większy lub równy" ,
"greater" : "większy" ,
"Request remote address" : "Uzyskaj zdalny adres" ,
"matches IPv4" : "pasuje IPv4" ,
"does not match IPv4" : "nie pasuje IPv4" ,
"matches IPv6" : "pasuje IPv6" ,
"does not match IPv6" : "nie pasuje IPv6" ,
2019-09-17 15:33:44 +03:00
"File system tag" : "Etykieta systemu plików" ,
"is tagged with" : "jest oznaczony" ,
"is not tagged with" : "Nie jest oznaczony" ,
"Request URL" : "Żądanie URL" ,
2017-02-09 04:07:10 +03:00
"Request time" : "Czas odpowiedzi" ,
2016-11-01 04:06:57 +03:00
"between" : "pomiędzy" ,
"not between" : "nie pomiędzy" ,
2017-02-02 04:07:05 +03:00
"Request user agent" : "Żądanie agenta użytkownika" ,
"User group membership" : "Członkostwo grupy użytkownika" ,
2017-02-09 04:07:10 +03:00
"is member of" : "jest członkiem w" ,
"is not member of" : "nie jest członkiem w" ,
2019-05-15 16:11:46 +03:00
"Short rule description" : "Krótki opis reguły" ,
"Add rule" : "Dodaj regułę" ,
"Reset" : "Zresetuj" ,
"Saving…" : "Zapisywanie…" ,
"Group list is empty" : "Lista grup jest pusta" ,
"Unable to retrieve the group list" : "Nie można pobrać listy grup" ,
"Saved" : "Zapisano" ,
2019-08-30 05:15:20 +03:00
"Saving failed:" : "Nieudany zapis:" ,
2019-05-15 16:11:46 +03:00
"Add rule group" : "Dodaj grupę reguł" ,
2019-09-17 15:33:44 +03:00
"Example: {placeholder}" : "Przykład: {placeholder}" ,
"Select tag…" : "Wybierz etykietę…" ,
"Start" : "Start" ,
"End" : "Koniec" ,
"Select timezone…" : "Wybierz strefę czasową…" ,
2019-11-05 05:16:03 +03:00
"Sync clients" : "Klienci synchronizacji" ,
2019-09-17 15:33:44 +03:00
"Workflow" : "Workflow" ,
2019-02-08 04:12:39 +03:00
"Files workflow engine" : "Pliki silnika workflow" ,
2016-11-01 04:06:57 +03:00
"Open documentation" : "Otwórz dokumentację" ,
2019-02-21 04:12:02 +03:00
"Loading…" : "Wczytywanie…" ,
2019-09-17 15:33:44 +03:00
"Tag management" : "Zarządzanie etykietami"
2017-06-17 03:08:26 +03:00
} , "pluralForm" : "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
2016-11-01 04:06:57 +03:00
}