Web: Client: add translations

This commit is contained in:
Viktor Fomin 2021-04-18 23:34:26 +03:00
parent 0b84d9a7fe
commit 62edc883db
2 changed files with 10 additions and 2 deletions

View File

@ -30,5 +30,9 @@
"EnterAppCodeTitle": "Enter code from authentication app",
"EnterAppCodeDescription": "Enter 6-digit generated code from your application. If you dont have access to your phone you can use your backup codes.",
"EnterCodePlaceholder": "Enter code",
"Continue": "Continue"
"Continue": "Continue",
"SetAppTitle": "Configure your authenticator application",
"SetAppDescription": "The two-factor authentication is enabled to provide additional portal security. Configure your authenticator application to continue work on the portal. For example you could use Google Authenticator for Android and iOS or Authenticator for Windows Phone.",
"SetAppInstallDescription": "To connect your apllication scan the QR code or manually enter your secret key {key} then enter 6-digit code from your application in the field below.",
"SetAppButton": "Connect App"
}

View File

@ -25,5 +25,9 @@
"EnterAppCodeTitle": "Введите код из приложения аутентификации",
"EnterAppCodeDescription": "Введите 6-значный сгенерированный код из вашего приложения. Если у вас нет доступа к телефону, вы можете использовать резервные коды.",
"EnterCodePlaceholder": "Введите код",
"Continue": "Продолжить"
"Continue": "Продолжить",
"SetAppTitle": "Настройте приложение для аутентификации",
"SetAppDescription": "Для повышения безопасности на портале включена двухфакторная аутентификация. Чтобы продолжить работу на портале, настройте приложение для аутентификации. Например, вы можете использовать Google Authenticator для Android и iOS или Authenticator для Windows Phone.",
"SetAppInstallDescription": "Для подключения приложения отсканируйте QR-код или вручную введите секретный ключ {key}, затем введите 6-значный код из приложения в поле ниже.",
"SetAppButton": "Подключить приложение"
}