Исправлены английские строки, связанные с двухфакторной аутентификацией

This commit is contained in:
ErickSkrauch 2017-11-21 14:10:15 +03:00
parent 70eb543477
commit 9ec146193b
3 changed files with 14 additions and 14 deletions

View File

@ -10,5 +10,5 @@
"enabled": "Enabled", "enabled": "Enabled",
"nickname": "Nickname", "nickname": "Nickname",
"password": "Password", "password": "Password",
"twoFactorAuth": "Two factor auth" "twoFactorAuth": "Twofactor auth"
} }

View File

@ -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()
} }
]; ];

View File

@ -1,25 +1,25 @@
{ {
"mfaTitle": "Two factor authentication", "mfaTitle": "Twofactor 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": "Twofactor 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 twofactor 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 twofactor 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": "Twofactor 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 twofactor auth is enabled.",
"disableMfa": "Disable two-factor authentication", "disableMfa": "Disable twofactor 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 twofactor authentication, you need to provide a code from your mobile app and confirm your action with your current account password."
} }