mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
2FA: Write about the date and time on the enable page
This commit is contained in:
parent
b4c6061a9a
commit
b9c2163b4f
2 changed files with 2 additions and 2 deletions
|
@ -364,7 +364,7 @@
|
||||||
"two_factor_authentication_enabled" = "Two-factor authentication is enabled. Your page is protected.";
|
"two_factor_authentication_enabled" = "Two-factor authentication is enabled. Your page is protected.";
|
||||||
"two_factor_authentication_login" = "You have two-factor authentication enabled. To login, enter the code received in the application.";
|
"two_factor_authentication_login" = "You have two-factor authentication enabled. To login, enter the code received in the application.";
|
||||||
|
|
||||||
"two_factor_authentication_settings_1" = "Two-factor authentication via TOTP can be used even without internet. To do this, you need a code generation app. For example, <b>Google Authenticator</b> for Android and iOS or <b>FOSS Aegis and andOTP</b> for Android.";
|
"two_factor_authentication_settings_1" = "Two-factor authentication via TOTP can be used even without internet. To do this, you need a code generation app. For example, <b>Google Authenticator</b> for Android and iOS or <b>FOSS Aegis and andOTP</b> for Android. Make sure the date and time is set correctly on your phone.";
|
||||||
"two_factor_authentication_settings_2" = "Using the app for two-factor authentication, scan the QR code below:";
|
"two_factor_authentication_settings_2" = "Using the app for two-factor authentication, scan the QR code below:";
|
||||||
"two_factor_authentication_settings_3" = "or manually enter the given secret key: <b>$1</b>.";
|
"two_factor_authentication_settings_3" = "or manually enter the given secret key: <b>$1</b>.";
|
||||||
"two_factor_authentication_settings_4" = "Now enter the code that the application gave you and the password for your page so that we can confirm that you really are.";
|
"two_factor_authentication_settings_4" = "Now enter the code that the application gave you and the password for your page so that we can confirm that you really are.";
|
||||||
|
|
|
@ -392,7 +392,7 @@
|
||||||
"two_factor_authentication_enabled" = "Двухфакторная аутентификация включена. Ваша страница защищена.";
|
"two_factor_authentication_enabled" = "Двухфакторная аутентификация включена. Ваша страница защищена.";
|
||||||
"two_factor_authentication_login" = "У вас включена двухфакторная аутентификация. Для входа введите код полученный в приложении.";
|
"two_factor_authentication_login" = "У вас включена двухфакторная аутентификация. Для входа введите код полученный в приложении.";
|
||||||
|
|
||||||
"two_factor_authentication_settings_1" = "Двухфакторную аутентификацию через TOTP можно использовать даже без интернета. Для этого вам понадобится приложение для генерации кодов. Например, <b>Google Authenticator</b> для Android и iOS или свободные <b>Aegis и andOTP</b> для Android.";
|
"two_factor_authentication_settings_1" = "Двухфакторную аутентификацию через TOTP можно использовать даже без интернета. Для этого вам понадобится приложение для генерации кодов. Например, <b>Google Authenticator</b> для Android и iOS или свободные <b>Aegis и andOTP</b> для Android. Убедитесь, что на телефоне точно установлена дата и время.";
|
||||||
"two_factor_authentication_settings_2" = "Используя приложение для двухфакторной аутентификации, отсканируйте приведенный ниже QR-код:";
|
"two_factor_authentication_settings_2" = "Используя приложение для двухфакторной аутентификации, отсканируйте приведенный ниже QR-код:";
|
||||||
"two_factor_authentication_settings_3" = "или вручную введите секретный ключ: <b>$1</b>.";
|
"two_factor_authentication_settings_3" = "или вручную введите секретный ключ: <b>$1</b>.";
|
||||||
"two_factor_authentication_settings_4" = "Теперь введите код, который вам предоставило приложение, и пароль от вашей страницы, чтобы мы могли подтвердить, что вы действительно вы.";
|
"two_factor_authentication_settings_4" = "Теперь введите код, который вам предоставило приложение, и пароль от вашей страницы, чтобы мы могли подтвердить, что вы действительно вы.";
|
||||||
|
|
Loading…
Reference in a new issue