nextcloud/apps/workflowengine/l10n/pl.js

78 lines
3.9 KiB
JavaScript
Raw Normal View History

2016-11-01 04:06:57 +03:00
OC.L10N.register(
"workflowengine",
{
2019-09-17 15:33:26 +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",
"Operation #%s does not exist" : "Operacja do wykonania #%s nie istnieje",
"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",
"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",
"Predefined URLs" : "Przedefiniowanie URLs",
"Files WebDAV" : "Pliki WebDAV",
"Sync clients" : "Klienci synchronizacji",
"Android client" : "Klient Android",
"iOS client" : "Klient iOS",
"Desktop client" : "Klient na komputer",
"Thunderbird & Outlook addons" : "Dodatki Thunderbird i Outlook",
"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:26 +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:26 +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-12 03:22:01 +03:00
"Short rule description" : "Krótki opis reguły",
"Add rule" : "Dodaj regułę",
"Reset" : "Zresetuj",
"Save" : "Zapisz",
"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:12 +03:00
"Saving failed:" : "Nieudany zapis:",
2019-05-12 03:22:01 +03:00
"Add rule group" : "Dodaj grupę reguł",
2019-09-17 15:33:26 +03:00
"Example: {placeholder}" : "Przykład: {placeholder}",
"Select tag…" : "Wybierz etykietę…",
"Start" : "Start",
"End" : "Koniec",
"Select timezone…" : "Wybierz strefę czasową…",
"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:26 +03:00
"Tag management" : "Zarządzanie etykietami"
2016-11-01 04:06:57 +03:00
},
2017-06-17 03:08:26 +03:00
"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);");