2020-02-12 23:24:35 +01:00
< ? php
return [
/*
|--------------------------------------------------------------------------
| Settings 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 .
|
*/
'settings' => 'Settings' ,
'account' => 'Account' ,
2021-10-29 17:12:58 +02:00
'oauth' => 'OAuth' ,
2022-03-15 14:47:07 +01:00
'webauthn' => 'WebAuthn' ,
2021-10-29 17:12:58 +02:00
'tokens' => 'Tokens' ,
2020-03-09 20:24:25 +01:00
'options' => 'Options' ,
2022-07-21 15:48:23 +02:00
'user_options' => 'User options' ,
2020-02-12 23:24:35 +01:00
'confirm' => [
],
2020-10-08 15:38:36 +02:00
'general' => 'General' ,
'security' => 'Security' ,
2021-10-29 17:12:58 +02:00
'profile' => 'Profile' ,
'change_password' => 'Change password' ,
'personal_access_tokens' => 'Personal access tokens' ,
'token_legend' => 'Personal Access Tokens allow any app to authenticate to the 2Fauth API. You should specify the access token as a Bearer token in the authorization header of consumer apps requests.' ,
'generate_new_token' => 'Generate a new token' ,
'revoke' => 'Revoke' ,
'token_revoked' => 'Token successfully revoked' ,
2022-03-15 14:47:07 +01:00
'revoking_a_token_is_permanent' => 'Revoking a token is permanent' ,
2021-10-29 17:12:58 +02:00
'confirm' => [
'revoke' => 'Are you sure you want to revoke this token?' ,
],
'make_sure_copy_token' => 'Make sure to copy your personal access token now. You won’ t be able to see it again!' ,
2020-11-20 18:59:36 +01:00
'data_input' => 'Data input' ,
2020-02-12 23:24:35 +01:00
'forms' => [
'edit_settings' => 'Edit settings' ,
2020-02-27 12:18:46 +01:00
'setting_saved' => 'Settings saved' ,
2021-10-29 17:12:58 +02:00
'new_token' => 'New token' ,
2021-12-03 22:50:28 +01:00
'some_translation_are_missing' => 'Some translations are missing using the browser preferred language?' ,
'help_translate_2fauth' => 'Help translate 2FAuth' ,
2020-02-27 16:58:04 +01:00
'language' => [
'label' => 'Language' ,
2021-12-03 22:50:28 +01:00
'help' => 'Language used to translate the 2FAuth user interface. Named languages are complete, set the one of your choice to override your browser preference.'
2020-02-27 16:58:04 +01:00
],
2021-10-09 19:23:24 +02:00
'show_otp_as_dot' => [
'label' => 'Show generated one-time passwords as dot' ,
'help' => 'Replace generated password caracters with *** to ensure confidentiality. Do not affect the copy/paste feature.'
2020-02-27 16:58:04 +01:00
],
2021-10-09 19:23:24 +02:00
'close_otp_on_copy' => [
'label' => 'Close OTP after copy' ,
'help' => 'Automatically close the popup showing the generated password after it has been copied'
2020-03-23 21:41:59 +01:00
],
2020-04-02 10:43:05 +02:00
'use_basic_qrcode_reader' => [
2020-11-23 00:53:03 +01:00
'label' => 'Use basic QR code reader' ,
'help' => 'If you experiences issues when capturing QR codes enables this option to switch to a more basic but more reliable QR code reader'
2020-04-02 10:43:05 +02:00
],
2020-05-02 17:55:41 +02:00
'display_mode' => [
2020-05-08 11:39:15 +02:00
'label' => 'Display mode' ,
'help' => 'Choose whether you want accounts to be displayed as a list or as a grid'
2020-05-02 17:55:41 +02:00
],
'grid' => 'Grid' ,
'list' => 'List' ,
2020-10-03 19:29:14 +02:00
'show_accounts_icons' => [
'label' => 'Show icons' ,
'help' => 'Show icons accounts in the main view'
],
2022-07-21 19:07:53 +02:00
'get_official_icons' => [
'label' => 'Get official icons' ,
'help' => '(Try to) Get the official icon of the 2FA issuer when adding an account'
],
2020-10-08 15:38:36 +02:00
'auto_lock' => [
'label' => 'Auto lock' ,
2022-05-16 23:58:31 +02:00
'help' => 'Log out the user automatically in case of inactivity. Has no effect when authentication is handled by a proxy and no custom logout url is specified.'
2020-10-08 15:38:36 +02:00
],
2020-10-31 01:16:15 +01:00
'use_encryption' => [
'label' => 'Protect sensible data' ,
'help' => 'Sensitive data, the 2FA secrets and emails, are stored encrypted in database. Be sure to backup the APP_KEY value of your .env file (or the whole file) as it serves as key encryption. There is no way to decypher encrypted data without this key.' ,
],
2020-11-02 22:41:40 +01:00
'default_group' => [
'label' => 'Default group' ,
'help' => 'The group to which the newly created accounts are associated' ,
],
2020-11-20 18:59:36 +01:00
'useDirectCapture' => [
'label' => 'Direct input' ,
'help' => 'Choose whether you want to be prompted to choose an input mode among those available or if you want to directly use the default input mode' ,
],
'defaultCaptureMode' => [
'label' => 'Default input mode' ,
'help' => 'Default input mode used when the Direct input option is On' ,
],
2020-11-23 13:01:56 +01:00
'remember_active_group' => [
'label' => 'Remember group filter' ,
'help' => 'Save the last group filter applied and restore it on your next visit' ,
],
2020-10-08 15:38:36 +02:00
'never' => 'Never' ,
2021-10-09 19:23:24 +02:00
'on_otp_copy' => 'On security code copy' ,
2020-10-08 15:38:36 +02:00
'1_minutes' => 'After 1 minute' ,
'5_minutes' => 'After 5 minutes' ,
'10_minutes' => 'After 10 minutes' ,
'15_minutes' => 'After 15 minutes' ,
2020-10-15 15:15:29 +02:00
'30_minutes' => 'After 30 minutes' ,
2020-10-08 15:38:36 +02:00
'1_hour' => 'After 1 hour' ,
'1_day' => 'After 1 day' ,
2020-11-20 18:59:36 +01:00
'livescan' => 'QR code livescan' ,
'upload' => 'QR code upload' ,
'advanced_form' => 'Advanced form' ,
2020-02-12 23:24:35 +01:00
],
2021-10-29 17:12:58 +02:00
];