Web: Client: add translations

This commit is contained in:
Viktor Fomin 2021-04-14 15:23:03 +03:00
parent f76ebe4095
commit dd4ca59e66
2 changed files with 10 additions and 2 deletions

View File

@ -26,5 +26,9 @@
"ConfirmOwnerPortalTitle": "Please confirm that you want to change portal owner to {{newOwner}}",
"SaveButton": "Save",
"CancelButton": "Cancel",
"ConfirmOwnerPortalSuccessMessage": "Portal owner has been successfully changed. {0}In 10 seconds you will be redirected {1}here{2}"
"ConfirmOwnerPortalSuccessMessage": "Portal owner has been successfully changed. {0}In 10 seconds you will be redirected {1}here{2}",
"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"
}

View File

@ -21,5 +21,9 @@
"ConfirmOwnerPortalTitle": "Пожалуйста, подтвердите, что Вы хотите изменить владельца портала на {{newOwner}}",
"SaveButton": "Сохранить",
"CancelButton": "Отмена",
"ConfirmOwnerPortalSuccessMessage": "Portal owner has been successfully changed. {0}In 10 seconds you will be redirected {1}here{2}"
"ConfirmOwnerPortalSuccessMessage": "Portal owner has been successfully changed. {0}In 10 seconds you will be redirected {1}here{2}",
"EnterAppCodeTitle": "Введите код из приложения аутентификации",
"EnterAppCodeDescription": "Введите 6-значный сгенерированный код из вашего приложения. Если у вас нет доступа к телефону, вы можете использовать резервные коды.",
"EnterCodePlaceholder": "Введите код",
"Continue": "Продолжить"
}