Skip to content

Commit

Permalink
update 2FA
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz914 committed May 26, 2020
1 parent f3eb7b7 commit 3e14e54
Showing 1 changed file with 12 additions and 12 deletions.
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

0 comments on commit 3e14e54

Please sign in to comment.