mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-26 06:59:53 +05:30
Исправлены английские строки, связанные с двухфакторной аутентификацией
This commit is contained in:
parent
70eb543477
commit
9ec146193b
@ -10,5 +10,5 @@
|
|||||||
"enabled": "Enabled",
|
"enabled": "Enabled",
|
||||||
"nickname": "Nickname",
|
"nickname": "Nickname",
|
||||||
"password": "Password",
|
"password": "Password",
|
||||||
"twoFactorAuth": "Two factor auth"
|
"twoFactorAuth": "Two‑factor auth"
|
||||||
}
|
}
|
||||||
|
@ -68,7 +68,7 @@ export default class MfaEnable extends Component<Props, {
|
|||||||
buttonAction: () => this.nextStep()
|
buttonAction: () => this.nextStep()
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
buttonLabel: messages.enableTwoFactorAuth,
|
buttonLabel: messages.enable,
|
||||||
buttonAction: () => this.confirmationFormEl && this.confirmationFormEl.submit()
|
buttonAction: () => this.confirmationFormEl && this.confirmationFormEl.submit()
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
@ -1,25 +1,25 @@
|
|||||||
{
|
{
|
||||||
"mfaTitle": "Two factor authentication",
|
"mfaTitle": "Two‑factor authentication",
|
||||||
"mfaDescription": "Two factor authentication is an extra layer of security for your account designed to ensure that you're the only person who can access your account, even when your password was compromised.",
|
"mfaDescription": "Two‑factor authentication is an extra layer of security designed to ensure you that you're the only person who can access your account, even if the password gets stolen.",
|
||||||
|
|
||||||
"mfaIntroduction": "First of all you need to install one of suggested apps on your phone. This app will generate auth codes for you. Please choose your OS to get corresponding installation links.",
|
"mfaIntroduction": "First of all, you need to install one of our suggested apps on your phone. This app will generate login codes for you. Please choose your OS to get corresponding installation links.",
|
||||||
"installOnOfTheApps": "Install one of the following apps:",
|
"installOnOfTheApps": "Install one of the following apps:",
|
||||||
"findAlternativeApps": "Find alternative apps",
|
"findAlternativeApps": "Find alternative apps",
|
||||||
"theAppIsInstalled": "The app is installed",
|
"theAppIsInstalled": "App has been installed",
|
||||||
|
|
||||||
"scanQrCode": "Open your favorite QR scanner app and scan the following QR code:",
|
"scanQrCode": "Open your favorite QR scanner app and scan the following QR code:",
|
||||||
"or": "OR",
|
"or": "OR",
|
||||||
"enterKeyManually": "If you can't scan QR code, then enter the secret key manually:",
|
"enterKeyManually": "If you can't scan QR code, try entering your secret key manually:",
|
||||||
"whenKeyEntered": "Go to the next step, after you will see temporary code in your two-factor auth app.",
|
"whenKeyEntered": "If a temporary code appears in your two‑factor auth app, then you may proceed to the next step.",
|
||||||
"ready": "Ready",
|
"ready": "Ready",
|
||||||
|
|
||||||
"codePlaceholder": "Enter the code here",
|
"codePlaceholder": "Enter the code here",
|
||||||
"enterCodeFromApp": "In order to finish two-factor auth setup, please enter the code received in mobile app:",
|
"enterCodeFromApp": "In order to finish two‑factor auth setup, please enter the code received in the mobile app:",
|
||||||
"enableTwoFactorAuth": "Enable two-factor auth",
|
"enable": "Enable",
|
||||||
|
|
||||||
"disable": "Disable",
|
"disable": "Disable",
|
||||||
"mfaEnabledForYourAcc": "The two-factor authentication is enabled for your account",
|
"mfaEnabledForYourAcc": "Two‑factor authentication for your account is active now",
|
||||||
"mfaLoginFlowDesc": "In order to log in next time, you'll need to enter additional code. Please note, that Minecraft authorization won't work with two-factor auth enabled.",
|
"mfaLoginFlowDesc": "Additional code will be requested next time you log in. Please note, that Minecraft authorization won't work when two‑factor auth is enabled.",
|
||||||
"disableMfa": "Disable two-factor authentication",
|
"disableMfa": "Disable two‑factor authentication",
|
||||||
"disableMfaInstruction": "In order to disable two-factor authentication, you need to provide a code from your mobile app and finally confirm your action with your current account password."
|
"disableMfaInstruction": "In order to disable two‑factor authentication, you need to provide a code from your mobile app and confirm your action with your current account password."
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user