mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-1730: Merge Polish translation.
This commit is contained in:
@@ -10,7 +10,8 @@
|
|||||||
],
|
],
|
||||||
|
|
||||||
"translations" : [
|
"translations" : [
|
||||||
"translations/en.json"
|
"translations/en.json",
|
||||||
|
"translations/pl.json"
|
||||||
]
|
]
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"LOGIN": {
|
||||||
|
"ERROR_TOO_MANY_ATTEMPTS" : "Zbyt wiele nieudanych prób logowania. Spróbuj ponownie później."
|
||||||
|
}
|
||||||
|
}
|
@@ -16,6 +16,7 @@
|
|||||||
"translations/fr.json",
|
"translations/fr.json",
|
||||||
"translations/ja.json",
|
"translations/ja.json",
|
||||||
"translations/ko.json",
|
"translations/ko.json",
|
||||||
|
"translations/pl.json",
|
||||||
"translations/pt.json",
|
"translations/pt.json",
|
||||||
"translations/ru.json",
|
"translations/ru.json",
|
||||||
"translations/zh.json"
|
"translations/zh.json"
|
||||||
|
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
|
||||||
|
"DATA_SOURCE_DUO" : {
|
||||||
|
"NAME" : "Duo TFA Backend"
|
||||||
|
},
|
||||||
|
|
||||||
|
"LOGIN" : {
|
||||||
|
"FIELD_HEADER_GUAC_DUO_SIGNED_RESPONSE" : "",
|
||||||
|
"INFO_DUO_VALIDATION_CODE_INCORRECT" : "Nieprawidłowy kod weryfikacyjny Duo.",
|
||||||
|
"INFO_DUO_AUTH_REQUIRED" : "Aby kontynuować uwierzytelnij się w Duo."
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
@@ -0,0 +1,113 @@
|
|||||||
|
{
|
||||||
|
|
||||||
|
"LOGIN" : {
|
||||||
|
|
||||||
|
"ERROR_PASSWORD_BLANK" : "@:APP.ERROR_PASSWORD_BLANK",
|
||||||
|
"ERROR_PASSWORD_SAME" : "Nowe hasło musi być inne od tego, które wygasło.",
|
||||||
|
"ERROR_PASSWORD_MISMATCH" : "@:APP.ERROR_PASSWORD_MISMATCH",
|
||||||
|
"ERROR_NOT_VALID" : "To konto użytkownika nie jest poprawne.",
|
||||||
|
"ERROR_NOT_ACCESSIBLE" : "Dostęp do tego konta jest obecnie zablokowany. Spróbuj ponownie później.",
|
||||||
|
|
||||||
|
"INFO_PASSWORD_EXPIRED" : "Twoje hasło wygasło i należy je zresetować. Wprowadź nowe hasło, aby kontynuować.",
|
||||||
|
|
||||||
|
"FIELD_HEADER_NEW_PASSWORD" : "Nowe hasło",
|
||||||
|
"FIELD_HEADER_CONFIRM_NEW_PASSWORD" : "Potwierdź nowe hasło"
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
"CONNECTION_ATTRIBUTES" : {
|
||||||
|
|
||||||
|
"FIELD_HEADER_MAX_CONNECTIONS" : "Maksymalna liczba połączeń:",
|
||||||
|
"FIELD_HEADER_MAX_CONNECTIONS_PER_USER" : "Maksymalna liczba połączeń dla jednego użytkownika:",
|
||||||
|
|
||||||
|
"FIELD_HEADER_FAILOVER_ONLY" : "Używaj tylko do przełączania awaryjnego:",
|
||||||
|
"FIELD_HEADER_WEIGHT" : "Waga połączenia:",
|
||||||
|
|
||||||
|
"FIELD_HEADER_GUACD_HOSTNAME" : "Nazwa Hosta:",
|
||||||
|
"FIELD_HEADER_GUACD_ENCRYPTION" : "Szyfrowanie:",
|
||||||
|
"FIELD_HEADER_GUACD_PORT" : "Port:",
|
||||||
|
|
||||||
|
"FIELD_OPTION_GUACD_ENCRYPTION_EMPTY" : "",
|
||||||
|
"FIELD_OPTION_GUACD_ENCRYPTION_NONE" : "Brak (nieszyfrowane)",
|
||||||
|
"FIELD_OPTION_GUACD_ENCRYPTION_SSL" : "SSL / TLS",
|
||||||
|
|
||||||
|
"SECTION_HEADER_CONCURRENCY" : "Limity Jednoczesnych Połączeń",
|
||||||
|
"SECTION_HEADER_LOAD_BALANCING" : "Równoważenie Obciążenia",
|
||||||
|
"SECTION_HEADER_GUACD" : "Parametry Guacamole Proxy (guacd)"
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
"CONNECTION_GROUP_ATTRIBUTES" : {
|
||||||
|
|
||||||
|
"FIELD_HEADER_ENABLE_SESSION_AFFINITY" : "Włącz powiązanie sesji:",
|
||||||
|
"FIELD_HEADER_MAX_CONNECTIONS" : "Maksymalna liczba połączeń:",
|
||||||
|
"FIELD_HEADER_MAX_CONNECTIONS_PER_USER" : "Maksymalna liczba połączeń dla jednego użytkownika:",
|
||||||
|
|
||||||
|
"SECTION_HEADER_CONCURRENCY" : "Limity Jednoczesnych Połączeń (Grupy Równoważenia Obciążenia)"
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
"DATA_SOURCE_MYSQL" : {
|
||||||
|
"NAME" : "MySQL"
|
||||||
|
},
|
||||||
|
|
||||||
|
"DATA_SOURCE_MYSQL_SHARED" : {
|
||||||
|
"NAME" : "Współdzielone połączenia (MySQL)"
|
||||||
|
},
|
||||||
|
|
||||||
|
"DATA_SOURCE_POSTGRESQL" : {
|
||||||
|
"NAME" : "PostgreSQL"
|
||||||
|
},
|
||||||
|
|
||||||
|
"DATA_SOURCE_POSTGRESQL_SHARED" : {
|
||||||
|
"NAME" : "Współdzielone połączenia (PostgreSQL)"
|
||||||
|
},
|
||||||
|
|
||||||
|
"DATA_SOURCE_SQLSERVER" : {
|
||||||
|
"NAME" : "SQL Server"
|
||||||
|
},
|
||||||
|
|
||||||
|
"DATA_SOURCE_SQLSERVER_SHARED" : {
|
||||||
|
"NAME" : "Współdzielone połączenia (SQL Server)"
|
||||||
|
},
|
||||||
|
|
||||||
|
"HOME" : {
|
||||||
|
"INFO_SHARED_BY" : "Współdzielone przez {USERNAME}"
|
||||||
|
},
|
||||||
|
|
||||||
|
"PASSWORD_POLICY" : {
|
||||||
|
|
||||||
|
"ERROR_CONTAINS_USERNAME" : "Hasła nie mogą zawierać nazwy użytkownika.",
|
||||||
|
"ERROR_REQUIRES_DIGIT" : "Hasła muszą zawierać przynajmniej jedną cyfrę.",
|
||||||
|
"ERROR_REQUIRES_MULTIPLE_CASE" : "Hasła muszą zawierać zarówno wielkie, jak i małe litery.",
|
||||||
|
"ERROR_REQUIRES_NON_ALNUM" : "Hasła muszą zawierać co najmniej jeden znak specjalny.",
|
||||||
|
"ERROR_REUSED" : "To hasło zostało już użyte. Nie można ponownie użyć żadnego z poprzednich {HISTORY_SIZE} {HISTORY_SIZE, plural, one{hasła} other{haseł}}.",
|
||||||
|
"ERROR_TOO_SHORT" : "Hasło musi mieć co najmniej {LENGTH} {LENGTH, plural, one{znak} other{znaków}} długości.",
|
||||||
|
"ERROR_TOO_YOUNG" : "Hasło do tego konta zostało już zresetowane. Poczekać przynajmniej {WAIT} {WAIT, plural, one{dzień} other{dni}} dłużej przed ponowną zmianą hasła."
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
"USER_ATTRIBUTES" : {
|
||||||
|
|
||||||
|
"FIELD_HEADER_DISABLED" : "Logowanie zablokowane:",
|
||||||
|
"FIELD_HEADER_EXPIRED" : "Hasło wygasło:",
|
||||||
|
"FIELD_HEADER_ACCESS_WINDOW_END" : "Nie zezwalaj na dostęp po:",
|
||||||
|
"FIELD_HEADER_ACCESS_WINDOW_START" : "Zezwalaj na dostęp od:",
|
||||||
|
"FIELD_HEADER_TIMEZONE" : "Strefa czasowa użytkownika:",
|
||||||
|
"FIELD_HEADER_VALID_FROM" : "Włącz konto od:",
|
||||||
|
"FIELD_HEADER_VALID_UNTIL" : "Wyłącz konto po:",
|
||||||
|
|
||||||
|
"SECTION_HEADER_RESTRICTIONS" : "Ograniczenia Konta",
|
||||||
|
"SECTION_HEADER_PROFILE" : "Profil"
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
"USER_GROUP_ATTRIBUTES" : {
|
||||||
|
|
||||||
|
"FIELD_HEADER_DISABLED" : "Wyłączona:",
|
||||||
|
|
||||||
|
"SECTION_HEADER_RESTRICTIONS" : "Ograniczenia Grupy"
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
@@ -26,6 +26,7 @@
|
|||||||
"translations/fr.json",
|
"translations/fr.json",
|
||||||
"translations/ja.json",
|
"translations/ja.json",
|
||||||
"translations/ko.json",
|
"translations/ko.json",
|
||||||
|
"translations/pl.json",
|
||||||
"translations/pt.json",
|
"translations/pt.json",
|
||||||
"translations/ru.json",
|
"translations/ru.json",
|
||||||
"translations/zh.json"
|
"translations/zh.json"
|
||||||
|
@@ -26,6 +26,7 @@
|
|||||||
"translations/fr.json",
|
"translations/fr.json",
|
||||||
"translations/ja.json",
|
"translations/ja.json",
|
||||||
"translations/ko.json",
|
"translations/ko.json",
|
||||||
|
"translations/pl.json",
|
||||||
"translations/pt.json",
|
"translations/pt.json",
|
||||||
"translations/ru.json",
|
"translations/ru.json",
|
||||||
"translations/zh.json"
|
"translations/zh.json"
|
||||||
|
@@ -26,6 +26,7 @@
|
|||||||
"translations/fr.json",
|
"translations/fr.json",
|
||||||
"translations/ja.json",
|
"translations/ja.json",
|
||||||
"translations/ko.json",
|
"translations/ko.json",
|
||||||
|
"translations/pl.json",
|
||||||
"translations/pt.json",
|
"translations/pt.json",
|
||||||
"translations/ru.json",
|
"translations/ru.json",
|
||||||
"translations/zh.json"
|
"translations/zh.json"
|
||||||
|
@@ -27,6 +27,7 @@
|
|||||||
"translations/fr.json",
|
"translations/fr.json",
|
||||||
"translations/ja.json",
|
"translations/ja.json",
|
||||||
"translations/ko.json",
|
"translations/ko.json",
|
||||||
|
"translations/pl.json",
|
||||||
"translations/pt.json",
|
"translations/pt.json",
|
||||||
"translations/ru.json",
|
"translations/ru.json",
|
||||||
"translations/zh.json"
|
"translations/zh.json"
|
||||||
|
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
|
||||||
|
"DATA_SOURCE_QUICKCONNECT" : {
|
||||||
|
"NAME" : "QuickConnect"
|
||||||
|
},
|
||||||
|
|
||||||
|
"QUICKCONNECT" : {
|
||||||
|
"ACTION_CONNECT" : "Połącz",
|
||||||
|
|
||||||
|
"ERROR_INVALID_URI" : "Podano nieprawidłowy URI",
|
||||||
|
"ERROR_NO_HOST" : "Nie podano hosta",
|
||||||
|
"ERROR_NO_PROTOCOL" : "Nie podano protokołu",
|
||||||
|
"ERROR_NOT_ABSOLUTE_URI" : "Adres URI nie jest absolutny",
|
||||||
|
|
||||||
|
"FIELD_PLACEHOLDER_URI" : "Podaj URI Połączenia"
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
|
||||||
|
"DATA_SOURCE_CAS" : {
|
||||||
|
"NAME" : "CAS SSO Backend"
|
||||||
|
},
|
||||||
|
|
||||||
|
"DATA_SOURCE_OPENID" : {
|
||||||
|
"NAME" : "OpenID SSO Backend"
|
||||||
|
},
|
||||||
|
|
||||||
|
"DATA_SOURCE_SAML" : {
|
||||||
|
"NAME" : "SAML SSO Backend"
|
||||||
|
},
|
||||||
|
|
||||||
|
"LOGIN" : {
|
||||||
|
"FIELD_HEADER_ID_TOKEN" : "",
|
||||||
|
"FIELD_HEADER_STATE" : "",
|
||||||
|
"FIELD_HEADER_TICKET" : "",
|
||||||
|
"INFO_IDP_REDIRECT_PENDING" : "Proszę czekać, przekierowanie do dostawcy tożsamości...",
|
||||||
|
"NAME_IDP_CAS" : "CAS",
|
||||||
|
"NAME_IDP_OPENID" : "OpenID",
|
||||||
|
"NAME_IDP_SAML" : "SAML",
|
||||||
|
"SECTION_HEADER_SSO_OPTIONS" : "Zaloguj z:"
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
@@ -25,6 +25,7 @@
|
|||||||
"translations/fr.json",
|
"translations/fr.json",
|
||||||
"translations/ja.json",
|
"translations/ja.json",
|
||||||
"translations/ko.json",
|
"translations/ko.json",
|
||||||
|
"translations/pl.json",
|
||||||
"translations/pt.json",
|
"translations/pt.json",
|
||||||
"translations/ru.json",
|
"translations/ru.json",
|
||||||
"translations/zh.json"
|
"translations/zh.json"
|
||||||
|
@@ -25,6 +25,7 @@
|
|||||||
"translations/fr.json",
|
"translations/fr.json",
|
||||||
"translations/ja.json",
|
"translations/ja.json",
|
||||||
"translations/ko.json",
|
"translations/ko.json",
|
||||||
|
"translations/pl.json",
|
||||||
"translations/pt.json",
|
"translations/pt.json",
|
||||||
"translations/ru.json",
|
"translations/ru.json",
|
||||||
"translations/zh.json"
|
"translations/zh.json"
|
||||||
|
@@ -25,6 +25,7 @@
|
|||||||
"translations/fr.json",
|
"translations/fr.json",
|
||||||
"translations/ja.json",
|
"translations/ja.json",
|
||||||
"translations/ko.json",
|
"translations/ko.json",
|
||||||
|
"translations/pl.json",
|
||||||
"translations/pt.json",
|
"translations/pt.json",
|
||||||
"translations/ru.json",
|
"translations/ru.json",
|
||||||
"translations/zh.json"
|
"translations/zh.json"
|
||||||
|
@@ -16,6 +16,7 @@
|
|||||||
"translations/fr.json",
|
"translations/fr.json",
|
||||||
"translations/ja.json",
|
"translations/ja.json",
|
||||||
"translations/ko.json",
|
"translations/ko.json",
|
||||||
|
"translations/pl.json",
|
||||||
"translations/pt.json",
|
"translations/pt.json",
|
||||||
"translations/ru.json",
|
"translations/ru.json",
|
||||||
"translations/zh.json"
|
"translations/zh.json"
|
||||||
|
@@ -0,0 +1,43 @@
|
|||||||
|
{
|
||||||
|
|
||||||
|
"DATA_SOURCE_TOTP" : {
|
||||||
|
"NAME" : "TOTP TFA Backend"
|
||||||
|
},
|
||||||
|
|
||||||
|
"LOGIN" : {
|
||||||
|
"FIELD_HEADER_GUAC_TOTP" : ""
|
||||||
|
},
|
||||||
|
|
||||||
|
"TOTP" : {
|
||||||
|
|
||||||
|
"ACTION_HIDE_DETAILS" : "Ukryj",
|
||||||
|
"ACTION_SHOW_DETAILS" : "Pokaż",
|
||||||
|
|
||||||
|
"FIELD_HEADER_ALGORITHM" : "Algorytm:",
|
||||||
|
"FIELD_HEADER_DIGITS" : "Cyfry:",
|
||||||
|
"FIELD_HEADER_INTERVAL" : "Interwał:",
|
||||||
|
"FIELD_HEADER_SECRET_KEY" : "Sekretny klucz:",
|
||||||
|
|
||||||
|
"FIELD_PLACEHOLDER_CODE" : "Kod weryfikacyjny",
|
||||||
|
|
||||||
|
"INFO_CODE_REQUIRED" : "Podaj kod weryfikacyjny, aby potwierdzić swoją tożsamość.",
|
||||||
|
"INFO_ENROLL_REQUIRED" : "Uwierzytelnianie wieloskładnikowe zostało włączone na Twoim koncie.",
|
||||||
|
"INFO_VERIFICATION_FAILED" : "Weryfikacja nie powiodła się. Spróbuj ponownie.",
|
||||||
|
|
||||||
|
"HELP_ENROLL_BARCODE" : "Aby zakończyć proces rejestracji, zeskanuj poniższy kod kreskowy za pomocą aplikacji do uwierzytelniania dwuskładnikowego na swoim telefonie lub urządzeniu.",
|
||||||
|
"HELP_ENROLL_VERIFY" : "Po zeskanowaniu kodu kreskowego, wprowadź {DIGITS}-cyfrowy kod weryfikacyjny aby potwierdzić, że proces rejestracji przebiegł pomyślnie.",
|
||||||
|
|
||||||
|
"SECTION_HEADER_DETAILS" : "Szczegóły:"
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
"USER_ATTRIBUTES" : {
|
||||||
|
|
||||||
|
"FIELD_HEADER_GUAC_TOTP_KEY_GENERATED" : "Wygenerowano klucz:",
|
||||||
|
"FIELD_HEADER_GUAC_TOTP_KEY_CONFIRMED" : "Potwierdzono urządzenie uwierzytelniające:",
|
||||||
|
|
||||||
|
"SECTION_HEADER_TOTP_ENROLLMENT_STATUS" : "Status Rejestracji TOTP"
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
@@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
"translations" : [
|
"translations" : [
|
||||||
"translations/en.json"
|
"translations/en.json"
|
||||||
|
"translations/pl.json"
|
||||||
]
|
]
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
|
||||||
|
"DATA_SOURCE_RECORDING_STORAGE" : {
|
||||||
|
"NAME" : "Session Recording Storage"
|
||||||
|
},
|
||||||
|
|
||||||
|
"RECORDING_STORAGE" : {
|
||||||
|
"INFO_GUACAMOLE_SESSION_RECORDING" : "Graficzne nagranie sesji zdalnego pulpitu",
|
||||||
|
"INFO_SERVER_LOG" : "Serwer/system log",
|
||||||
|
"INFO_TYPESCRIPT" : "Tesktowe nagranie sesji",
|
||||||
|
"INFO_TYPESCRIPT_TIMING" : "Informacje o czasie dla tesktowego nagrania sesji"
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
1051
guacamole/src/main/frontend/src/translations/pl.json
Normal file
1051
guacamole/src/main/frontend/src/translations/pl.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user