wip (#30941)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
c163fb10ac
Коммит
7f1987caec
@@ -15,7 +15,7 @@ exports[`components/mfa/components/Confirm should match snapshot 1`] = `
|
|||||||
</strong>
|
</strong>
|
||||||
<p>
|
<p>
|
||||||
<MemoizedFormattedMessage
|
<MemoizedFormattedMessage
|
||||||
defaultMessage="Your account is now secure. Next time you sign in, you will be asked to enter a code from the Google Authenticator app on your phone."
|
defaultMessage="Your account is now secure. Next time you sign in, you will be asked to enter a code from your authenticator app on your phone."
|
||||||
id="mfa.confirm.secure"
|
id="mfa.confirm.secure"
|
||||||
/>
|
/>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ export default function Confirm() {
|
|||||||
<p>
|
<p>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='mfa.confirm.secure'
|
id='mfa.confirm.secure'
|
||||||
defaultMessage='Your account is now secure. Next time you sign in, you will be asked to enter a code from the Google Authenticator app on your phone.'
|
defaultMessage='Your account is now secure. Next time you sign in, you will be asked to enter a code from your authenticator app on your phone.'
|
||||||
/>
|
/>
|
||||||
</p>
|
</p>
|
||||||
<button
|
<button
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ export default class Setup extends React.PureComponent<Props, State> {
|
|||||||
error: (
|
error: (
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='mfa.setup.codeError'
|
id='mfa.setup.codeError'
|
||||||
defaultMessage='Please enter the code from Google Authenticator.'
|
defaultMessage='Please enter the code from your authenticator app.'
|
||||||
/>
|
/>
|
||||||
),
|
),
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -2397,7 +2397,7 @@
|
|||||||
"admin.service.managedResourcePathsDescription": "A comma-separated list of paths on the Mattermost server that are managed by another service. See <link>here</link> for more information.",
|
"admin.service.managedResourcePathsDescription": "A comma-separated list of paths on the Mattermost server that are managed by another service. See <link>here</link> for more information.",
|
||||||
"admin.service.maximumPayloadSize": "Maximum Payload Size (Bytes):",
|
"admin.service.maximumPayloadSize": "Maximum Payload Size (Bytes):",
|
||||||
"admin.service.maximumPayloadSizeDescription": "The maximum number of bytes allowed in the payload of incoming HTTP calls",
|
"admin.service.maximumPayloadSizeDescription": "The maximum number of bytes allowed in the payload of incoming HTTP calls",
|
||||||
"admin.service.mfaDesc": "When true, users with AD/LDAP or email login can add multi-factor authentication to their account using Google Authenticator.",
|
"admin.service.mfaDesc": "When true, users with AD/LDAP or email login can add multi-factor authentication to their account using an authenticator app.",
|
||||||
"admin.service.mfaTitle": "Enable Multi-factor Authentication:",
|
"admin.service.mfaTitle": "Enable Multi-factor Authentication:",
|
||||||
"admin.service.minimumHashtagLengthDescription": "Minimum number of characters in a hashtag. This must be greater than or equal to 2. MySQL databases must be configured to support searching strings shorter than three characters, <link>see documentation</link>.",
|
"admin.service.minimumHashtagLengthDescription": "Minimum number of characters in a hashtag. This must be greater than or equal to 2. MySQL databases must be configured to support searching strings shorter than three characters, <link>see documentation</link>.",
|
||||||
"admin.service.minimumHashtagLengthExample": "E.g.: \"3\"",
|
"admin.service.minimumHashtagLengthExample": "E.g.: \"3\"",
|
||||||
@@ -4444,10 +4444,10 @@
|
|||||||
"message_submit_error.sendAsMessageLink": "Click here to send as a message.",
|
"message_submit_error.sendAsMessageLink": "Click here to send as a message.",
|
||||||
"mfa.confirm.complete": "Set up complete!",
|
"mfa.confirm.complete": "Set up complete!",
|
||||||
"mfa.confirm.okay": "Okay",
|
"mfa.confirm.okay": "Okay",
|
||||||
"mfa.confirm.secure": "Your account is now secure. Next time you sign in, you will be asked to enter a code from the Google Authenticator app on your phone.",
|
"mfa.confirm.secure": "Your account is now secure. Next time you sign in, you will be asked to enter a code from your authenticator app on your phone.",
|
||||||
"mfa.setup.badCode": "Invalid code. If this issue persists, contact your System Administrator.",
|
"mfa.setup.badCode": "Invalid code. If this issue persists, contact your System Administrator.",
|
||||||
"mfa.setup.code": "MFA Code",
|
"mfa.setup.code": "MFA Code",
|
||||||
"mfa.setup.codeError": "Please enter the code from Google Authenticator.",
|
"mfa.setup.codeError": "Please enter the code from your authenticator app.",
|
||||||
"mfa.setup.required_mfa": "<strong>Multi-factor authentication is required on {siteName}.</strong>",
|
"mfa.setup.required_mfa": "<strong>Multi-factor authentication is required on {siteName}.</strong>",
|
||||||
"mfa.setup.save": "Save",
|
"mfa.setup.save": "Save",
|
||||||
"mfa.setup.secret": "Secret: {secret}",
|
"mfa.setup.secret": "Secret: {secret}",
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user