Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update 2FA #705

Merged
merged 1 commit into from
May 26, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions ui/src/i18n/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"login.label_2fa_code": "Two Factor Authentication Code",
"login.label_password": "Hasło",
"login.label_username": "Nazwa",
"login.message_invalid_2fa_code": "The code entered is incorrect or has expired.",
"login.message_invalid_2fa_code": "Wpisany kod nie jest poprawny lub wygasł.",
"login.message_invalid_username_or_password": "Nieprawidłowa nazwa lub hasło użytkownika",
"login.title_login": "Zaloguj",
"menu.docker.label_restart_container": "Zrestartuj kontener",
Expand Down Expand Up @@ -304,17 +304,17 @@
"users.label_new_password": "Nowe hasło",
"users.label_password": "Hasło",
"users.label_username": "Nazwa użytkownika",
"users.setup_2fa": "Setup 2FA",
"users.setup_2fa_cannot_setup_2fa": "Cannot Setup 2FA",
"users.setup_2fa_disable": "Disable 2FA",
"users.setup_2fa_disable_enter_current_password": "Enter your current password to disable two factor authentication:",
"users.setup_2fa_disable_success": "Two factor authentication has been disabled.",
"users.setup_2fa_enable": "Enable 2FA",
"users.setup_2fa_enabled_success": "Two factor authentication has been enabled.",
"users.setup_2fa_enter_code": "Enter the code from your authenticator app:",
"users.setup_2fa_scan_qr_code": "Scan the QR code below with your authenticator app:",
"users.setup_2fa_server_time_out": "Your server's clock is out by {{ timeDiffError }} ms. The maximum allowed is +/-5000 ms.",
"users.setup_2fa_warning": "Two Factor Authentication requires your Homebridge server to have a very accurate date and time to login. If your server does not have the ability to keep time accurately you should not enable 2FA or risk being locked out of the Homebridge UI.",
"users.setup_2fa": "Konfiguruj 2FA",
"users.setup_2fa_cannot_setup_2fa": "Nie można skonfigurować 2FA",
"users.setup_2fa_disable": "Wyłącz 2FA",
"users.setup_2fa_disable_enter_current_password": "Wprowadź aktualne hasło aby wyłączyć 2FA:",
"users.setup_2fa_disable_success": "2FA została wyłączona.",
"users.setup_2fa_enable": "Włącz 2FA",
"users.setup_2fa_enabled_success": "2FA zostałą włączona.",
"users.setup_2fa_enter_code": "Wprowadź kod z aplikacji uwierzytelniającej:",
"users.setup_2fa_scan_qr_code": "Zeskanuj kod QR w aplikacji uwierzytelniającej:",
"users.setup_2fa_server_time_out": "Zegar serwera iest przesunięty o {{ timeDiffError }} ms. Dopuszczalne maksimum to +/-5000 ms.",
"users.setup_2fa_warning": "Uwierzytelnianie dwu składnikowe wymaga serwera Homebridge aby mieć aktualny czas i datę w trakcie logowania. Jeśli twój server nie będzie w stanie utrzymać poprawnego czasu może nie być możliwe załączenie 2FA lub może wystąpić ryzyko zablokowania interfejsu Config UI X.",
"users.title_add_user": "Dodaj użytkownika",
"users.title_edit_user": "Edytuj użytkownika",
"users.title_users": "Użytkownicy",
Expand Down