2019-05-20 07:37:41 +02:00
< ? php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user . You are free to modify
| these language lines according to your application ' s requirements .
|
*/
2020-10-15 13:57:07 +02:00
// Laravel
'failed' => 'These credentials do not match our records.' ,
2021-12-02 13:15:53 +01:00
'password' => 'The provided password is incorrect.' ,
2020-10-15 13:57:07 +02:00
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.' ,
2019-05-20 07:37:41 +02:00
2020-10-15 13:57:07 +02:00
// 2FAuth
2020-01-12 19:55:17 +01:00
'sign_out' => 'Sign out' ,
'sign_in' => 'Sign in' ,
2022-03-15 14:47:07 +01:00
'sign_in_using' => 'Sign in using' ,
2022-10-12 11:30:20 +02:00
'sign_in_using_security_device' => 'Sign in using a security device' ,
2022-03-15 14:47:07 +01:00
'login_and_password' => 'login & password' ,
2020-01-12 19:55:17 +01:00
'register' => 'Register' ,
2023-02-19 23:00:39 +01:00
'welcome_to_2fauth' => 'Welcome to 2FAuth' ,
2022-07-13 14:43:12 +02:00
'autolock_triggered' => 'Auto lock triggered' ,
'autolock_triggered_punchline' => 'The event watched by the Auto Lock feature has fired. You\'ve been automatically disconnected.' ,
'change_autolock_in_settings' => 'You can change the behavior of the Autolock feature in Settings > Options tab.' ,
2020-03-05 17:14:57 +01:00
'already_authenticated' => 'Already authenticated' ,
2022-03-15 14:47:07 +01:00
'authentication' => 'Authentication' ,
'maybe_later' => 'Maybe later' ,
2022-03-24 14:58:30 +01:00
'user_account_controlled_by_proxy' => 'User account made available by an authentication proxy.<br />Manage the account at proxy level.' ,
'auth_handled_by_proxy' => 'Authentication handled by a reverse proxy, below settings are disabled.<br />Manage authentication at proxy level.' ,
2020-01-12 19:55:17 +01:00
'confirm' => [
'logout' => 'Are you sure you want to log out?' ,
2022-03-15 14:47:07 +01:00
'revoke_device' => 'Are you sure you want to revoke this device?' ,
2022-03-28 13:45:19 +02:00
'delete_account' => 'Are you sure you want to delete your account?' ,
2022-03-15 14:47:07 +01:00
],
'webauthn' => [
'security_device' => 'a security device' ,
'security_devices' => 'Security devices' ,
'security_devices_legend' => 'Authentication devices you can use to sign in 2FAuth, like security keys (i.e Yubikey) or smartphones with biometric capabilities (i.e. Apple FaceId/TouchId)' ,
2022-03-24 14:58:30 +01:00
'enhance_security_using_webauthn' => ' You can enhance the security of your 2 FAuth account by enabling WebAuthn authentication .< br />< br />
2022-03-15 14:47:07 +01:00
WebAuthn allows you to use trusted devices ( like Yubikeys or smartphones with biometric capabilities ) to sign in quickly and more securely . ' ,
2022-04-15 16:20:34 +02:00
'use_security_device_to_sign_in' => 'Get ready to authenticate using (one of) your security devices. Plug your key in, remove face mask or gloves, etc.' ,
2022-03-15 14:47:07 +01:00
'lost_your_device' => 'Lost your device?' ,
'recover_your_account' => 'Recover your account' ,
'account_recovery' => 'Account recovery' ,
2022-11-14 17:13:24 +01:00
'recovery_punchline' => '2FAuth will send you a recovery link to this email address. Click the link in the received email and follow the instructions.<br /><br />Ensure you open the email on a device you fully own.' ,
2022-03-15 14:47:07 +01:00
'send_recovery_link' => 'Send recovery link' ,
'account_recovery_email_sent' => 'Account recovery email sent!' ,
2022-11-14 17:13:24 +01:00
'disable_all_security_devices' => 'Disable all security devices' ,
'disable_all_security_devices_help' => 'All your security devices will be revoked. Use this option if you have lost one or its security has been compromised.' ,
2022-03-15 14:47:07 +01:00
'register_a_new_device' => 'Register a new device' ,
2022-09-18 17:11:03 +02:00
'register_a_device' => 'Register a device' ,
2022-03-15 14:47:07 +01:00
'device_successfully_registered' => 'Device successfully registered' ,
'device_revoked' => 'Device successfully revoked' ,
'revoking_a_device_is_permanent' => 'Revoking a device is permanent' ,
2022-11-14 17:13:24 +01:00
'recover_account_instructions' => 'To recover your account, 2FAuth resets some Webauthn settings so you will be able to sign in using your email and password.' ,
2022-03-15 14:47:07 +01:00
'invalid_recovery_token' => 'Invalid recovery token' ,
2022-11-14 17:13:24 +01:00
'webauthn_login_disabled' => 'Webauthn login disabled' ,
'invalid_reset_token' => 'This reset token is invalid.' ,
2022-03-15 14:47:07 +01:00
'rename_device' => 'Rename device' ,
'my_device' => 'My device' ,
'unknown_device' => 'Unknown device' ,
'use_webauthn_only' => [
2022-04-06 09:48:07 +02:00
'label' => 'Use WebAuthn only' ,
2023-03-15 14:44:51 +01:00
'help' => ' Make WebAuthn the only authorized method to log into your 2 FAuth account . This is the recommended setup to take advantage of the WebAuthn enhanced security .< br />< br />
In case of device lost , you will be able to recover your account by resetting this option and signing in using your email and password .< br />< br />
Attention ! The Email & Password form remains available despite this option being enabled , but it will always return an \ 'Authentication failed\' response.'
2022-03-15 14:47:07 +01:00
],
2023-03-15 14:44:51 +01:00
'need_a_security_device_to_enable_options' => 'Set at least one device to enable the following options' ,
2020-01-12 19:55:17 +01:00
],
'forms' => [
'name' => 'Name' ,
'login' => 'Login' ,
2022-04-15 16:20:34 +02:00
'webauthn_login' => 'WebAuthn login' ,
2020-01-12 19:55:17 +01:00
'email' => 'Email' ,
'password' => 'Password' ,
2022-09-10 18:04:14 +02:00
'reveal_password' => 'Reveal password' ,
'hide_password' => 'Hide password' ,
2020-02-25 08:09:54 +01:00
'confirm_password' => 'Confirm password' ,
2020-02-12 23:24:35 +01:00
'confirm_new_password' => 'Confirm new password' ,
2020-01-13 22:24:14 +01:00
'dont_have_account_yet' => 'Don\'t have your account yet?' ,
2020-01-12 19:55:17 +01:00
'already_register' => 'Already registered?' ,
2022-03-15 14:47:07 +01:00
'authentication_failed' => 'Authentication failed' ,
2020-01-14 17:06:59 +01:00
'forgot_your_password' => 'Forgot your password?' ,
2020-11-24 22:57:32 +01:00
'request_password_reset' => 'Reset it' ,
2022-10-12 11:30:20 +02:00
'reset_your_password' => 'Reset your password' ,
2020-01-15 11:47:03 +01:00
'reset_password' => 'Reset password' ,
2022-03-28 13:48:29 +02:00
'disabled_in_demo' => 'Feature disabled in Demo mode' ,
2020-01-15 11:47:03 +01:00
'new_password' => 'New password' ,
2020-02-28 15:21:12 +01:00
'current_password' => [
'label' => 'Current password' ,
'help' => 'Fill in your current password to confirm that it\'s you'
],
2020-01-15 11:47:03 +01:00
'change_password' => 'Change password' ,
'send_password_reset_link' => 'Send password reset link' ,
2021-03-04 20:49:22 +01:00
'password_successfully_changed' => 'Password successfully changed' ,
2020-02-12 23:24:35 +01:00
'edit_account' => 'Edit account' ,
2020-03-18 15:04:34 +01:00
'profile_saved' => 'Profile successfully updated!' ,
2022-07-07 16:39:57 +02:00
'welcome_to_demo_app_use_those_credentials' => 'Welcome to the 2FAuth demo.<br><br>You can connect using the email address <strong>demo@2fauth.app</strong> and the password <strong>demo</strong>' ,
'welcome_to_testing_app_use_those_credentials' => 'Welcome to the 2FAuth testing instance.<br><br>Use email address <strong>testing@2fauth.app</strong> and password <strong>password</strong>' ,
2022-09-13 17:13:17 +02:00
'register_punchline' => 'Welcome to <b>2FAuth</b>.<br/>You need an account to go further, please register yourself.' ,
2020-11-24 22:57:32 +01:00
'reset_punchline' => '2FAuth will send you a password reset link to this address. Click the link in the received email to set a new password.' ,
2022-03-15 14:47:07 +01:00
'name_this_device' => 'Name this device' ,
2022-03-28 13:45:19 +02:00
'delete_account' => 'Delete account' ,
'delete_your_account' => 'Delete your account' ,
'delete_your_account_and_reset_all_data' => 'This will reset 2FAuth. Your user account will be deleted as well as all 2FA data. There is no going back.' ,
'user_account_successfully_deleted' => 'User account successfully deleted' ,
2022-09-13 17:13:17 +02:00
'has_lower_case' => 'Has lower case' ,
'has_upper_case' => 'Has upper case' ,
'has_special_char' => 'Has special char' ,
'has_number' => 'Has number' ,
'is_long_enough' => '8 characters min.' ,
2022-10-14 15:54:24 +02:00
'mandatory_rules' => 'Mandatory' ,
'optional_rules_you_should_follow' => 'Recommanded (highly)' ,
2022-09-14 11:07:22 +02:00
'caps_lock_is_on' => 'Caps lock is On' ,
2020-01-14 23:43:43 +01:00
],
2019-05-20 07:37:41 +02:00
];