-
Notifications
You must be signed in to change notification settings - Fork 14
/
two-factor-auth.properties
42 lines (41 loc) · 3.59 KB
/
two-factor-auth.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# When adding new values run 'countly task locales' and then 'countly restart' to make sure these new values are added
#two-factor-auth
two-factor-auth.plugin-title = Two Factor Authentication
two-factor-auth.plugin-description = Time based second factor authentication for use with Microsoft and Google Authenticator apps
two-factor-auth.login.placeholder = Two Factor Code
two-factor-auth.login.code = Login Error: The Two Factor Code you entered is incorrect. Please try again.
two-factor-auth.login.setup = Login Error: Two Factor Authentication has not been setup for this account, please contact your Administrator to help you set it up. You will not be able to log in until you have set up Two Factor Authentication.
two-factor-auth.two-factor-authentication = Two Factor Authentication
two-factor-auth.globally_enabled = Enforce globally
two-factor-auth.confirm = Confirm
two-factor-auth.prompt = Please enter verification code
configs.help.two-factor-auth-globally_enabled = When enabled, users without Two Factor Authentication enabled will be asked to set it up.
two-factor-auth.global_enable_setup = This option is only available when your own account has Two Factor Authentication enabled.
two-factor-auth.enable = Enable
two-factor-auth.disable = Disable
two-factor-auth.disable_2fa = Disable 2FA
two-factor-auth.setup_auth = Configure Two Factor Authentication
two-factor-auth.setup_auth_to_continue = Please configure two factor authentication to continue
two-factor-auth.resetup_2fa = Re-setup Two Factor Authentication
two-factor-auth.disable_global_first = Two Factor Authentication is enabled and enforced by your administrator. Contact your administrator to disable it globally.
two-factor-auth.invalid = Error: You entered an invalid code
two-factor-auth.title = Two Factor Authentication Setup
two-factor-auth.setup_title = 2FA set up
two-factor-auth.setup_message = Two Factor Authentication has been successfully setup for your account
two-factor-auth.failsetup_title = Failed to setup 2FA
two-factor-auth.failsetup_message = Two Factor Authentication setup failed with the message "{0}"
two-factor-auth.disable_title = 2FA disabled
two-factor-auth.disable_message = Two Factor Authentication has been disabled for your account
two-factor-auth.disable_user_message = Two Factor Authentication has been disabled for the user
two-factor-auth.faildisable_title = Failed to disable 2FA
two-factor-auth.faildisable_message = Disabling Two Factor Authentication failed with the message "{0}"
two-factor-auth.install_app = Install Google / Microsoft authenticator on your smartphone (<a href="https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en">Android</a>, <a href="https://itunes.apple.com/au/app/google-authenticator/id388497605?mt=8">iOS</a>, <a href="https://www.microsoft.com/en-au/store/p/microsoft-authenticator/9nblgggzmcj6">Windows</a>).
two-factor-auth.scan_qr = To add / renew time based password, open the authenticator app and scan the QR code below.
two-factor-auth.secret_token = Secret Token
two-factor-auth.enter_otp = Enter the time based password generated by the app below and click confirm to activate.
two-factor-auth.enter_otp_short = Enter generated password
two-factor-auth.confirm_disable_title = Disable 2FA?
two-factor-auth.confirm_disable = You are about to disable Two Factor Authentication for your account. Do you want to continue?
two-factor-auth.confirm_disable_admin = You are about to disable Two Factor Authentication for <b>{0}</b>. Do you want to continue?
systemlogs.action.two_factor_auth_enabled = Enabled 2FA
systemlogs.action.two_factor_auth_disabled = Disabled 2FA