2024-01-29 08:55:56 +01:00
< ? php
return [
/*
|--------------------------------------------------------------------------
| Admin 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 .
|
*/
'admin' => 'Admin' ,
'app_setup' => 'App setup' ,
2024-01-30 16:15:02 +01:00
'registrations' => 'Registrations' ,
2024-01-29 08:55:56 +01:00
'users' => 'Users' ,
'users_legend' => 'Manage users registered on your instance or create new ones.' ,
'admin_settings' => 'Admin settings' ,
'create_new_user' => 'Create a user' ,
'new_user' => 'New user' ,
2024-02-13 09:27:39 +01:00
'search_user_placeholder' => 'User name, email...' ,
2024-02-13 09:31:01 +01:00
'quick_filters_colons' => 'Quick filters:' ,
2024-01-29 08:55:56 +01:00
'user_created' => 'user successfully created' ,
'confirm' => [
'delete_user' => 'Are you sure you want to delete this user? There is no going back.' ,
'request_password_reset' => 'Are you sure you want to reset this user\'s password?' ,
2024-03-23 18:43:20 +01:00
'purge_password_reset_request' => 'Are you sure you want to revoke the previous request?' ,
2024-01-29 08:55:56 +01:00
'delete_account' => 'Are you sure you want to delete this user?' ,
'edit_own_account' => 'This is your own account. Are you sure?' ,
2024-01-30 16:14:34 +01:00
'change_admin_role' => 'This will have serious impacts on this user\'s permissions. Are you sure?' ,
'demote_own_account' => 'You will no longer be an administrator. Really sure?'
2024-01-29 08:55:56 +01:00
],
'logs' => 'Logs' ,
'administration_legend' => 'Following settings are global and apply to all users.' ,
'user_management' => 'User management' ,
'oauth_provider' => 'OAuth provider' ,
'account_bound_to_x_via_oauth' => 'This account is bound to a :provider account via OAuth' ,
2024-02-13 11:41:34 +01:00
'last_seen_on_date' => 'Last seen :date' ,
'registered_on_date' => 'Registered :date' ,
'updated_on_date' => 'Updated :date' ,
2024-01-29 08:55:56 +01:00
'access' => 'Access' ,
2024-03-28 09:25:25 +01:00
'password_requested_on_t' => 'A password reset request exists for this user (request sent at :datetime), which means that the user has not yet changed their password but the link they received is still valid. This may be a request from the user themselves or from an administrator.' ,
'password_request_expired' => 'A password reset request exists for this user but has expired, meaning that the user has not changed their password in time. This may be a request from the user themselves or from an administrator.' ,
2024-01-29 08:55:56 +01:00
'resend_email' => 'Resend email' ,
'resend_email_title' => 'Resend a password reset email to the user' ,
'resend_email_help' => 'Use <b>Resend email</b> to send a new password reset email to the user so he can set a new password. This will leave its current password as is and any previous request will be revoked.' ,
'reset_password' => 'Reset password' ,
2024-03-28 09:25:25 +01:00
'reset_password_help' => 'Use <b>Reset password</b> to force a password reset (this will set a temporary password) before sending a password reset email to the user so they can set a new password. Any previous request will be revoked.' ,
2024-01-29 08:55:56 +01:00
'reset_password_title' => 'Reset the user\'s password' ,
'password_successfully_reset' => 'Password successfully reset' ,
'user_has_x_active_pat' => ':count active token(s)' ,
'user_has_x_security_devices' => ':count security device(s) (passkeys)' ,
'revoke_all_pat_for_user' => 'Revoke all user\'s tokens' ,
'revoke_all_devices_for_user' => 'Revoke all user\'s security devices' ,
'danger_zone' => 'Danger Zone' ,
'delete_this_user_legend' => 'The user account will be deleted as well as all its 2FA data.' ,
'this_is_not_soft_delete' => 'This is not a soft delete, there is no going back.' ,
'delete_this_user' => 'Delete this user' ,
'user_role_updated' => 'User role updated' ,
'pats_succesfully_revoked' => 'User\'s PATs successfully revoked' ,
'security_devices_succesfully_revoked' => 'User\'s security devices successfully revoked' ,
2024-03-07 14:13:02 +01:00
'variables' => 'Variables' ,
'cache_cleared' => 'Cache cleared' ,
'cache_optimized' => 'Cache optimized' ,
2024-03-07 13:03:24 +01:00
'check_now' => 'Check now' ,
'view_on_github' => 'View on Github' ,
'x_is_available' => ':version is available' ,
2024-04-16 11:02:38 +02:00
'successful_login_on' => 'Successful login on <span class="light-or-darker">:login_at</span>' ,
'successful_logout_on' => 'Successful logout on <span class="light-or-darker">:login_at</span>' ,
'failed_login_on' => 'Failed login on <span class="light-or-darker">:login_at</span>' ,
2024-04-15 00:44:18 +02:00
'last_accesses' => 'Last accesses' ,
'see_full_log' => 'See full log' ,
'browser_on_platform' => ':browser on :platform' ,
'access_log_has_more_entries' => 'The access log is likely to contain more entries.' ,
'access_log_legend_for_user' => 'Full access log for user :username' ,
2024-04-15 18:39:37 +02:00
'show_last_month_log' => 'Show entries from the last month' ,
'show_three_months_log' => 'Show entries from the last 3 months' ,
'show_six_months_log' => 'Show entries from the last 6 months' ,
'show_one_year_log' => 'Show entries from the last year' ,
'sort_by_date_asc' => 'Show least recent first' ,
'sort_by_date_desc' => 'Show most recent first' ,
2024-01-29 08:55:56 +01:00
'forms' => [
'use_encryption' => [
2024-02-29 13:42:28 +01:00
'label' => 'Protect sensitive data' ,
2024-01-29 08:55:56 +01:00
'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.' ,
],
2024-02-29 13:42:28 +01:00
'restrict_registration' => [
'label' => 'Restrict registration' ,
2024-03-08 15:05:49 +01:00
'help' => 'Make registration only available to a limited range of email addresses. Both rules can be used simultaneously. This has no effect on registration via SSO.' ,
2024-02-29 13:42:28 +01:00
],
'restrict_list' => [
'label' => 'Filtering list' ,
'help' => 'Emails in this list will be allowed to register. Separate addresses with a pipe ("|")' ,
],
'restrict_rule' => [
'label' => 'Filtering rule' ,
'help' => 'Emails matching this regular expression will be allowed to register' ,
],
2024-01-29 08:55:56 +01:00
'disable_registration' => [
'label' => 'Disable registration' ,
2024-03-08 15:05:49 +01:00
'help' => 'Prevent new user registration. Unless overridden (see below), this affects SSO as well, so new users won\'t be able to sign in via SSO' ,
2024-01-29 08:55:56 +01:00
],
'enable_sso' => [
'label' => 'Enable Single Sign-On (SSO)' ,
'help' => 'Allow visitors to authenticate using an external ID via the Single Sign-On scheme' ,
],
2024-03-08 15:05:49 +01:00
'keep_sso_registration_enabled' => [
'label' => 'Keep SSO registration enabled' ,
'help' => 'Allow new users to sign in for the first time via SSO whereas registration is disabled' ,
],
2024-01-29 08:55:56 +01:00
'is_admin' => [
'label' => 'Is administrator' ,
2024-02-26 09:01:40 +01:00
'help' => 'Give administrator rights to the user. Administrators have permissions to manage the whole app, i.e. settings and other users, but cannot generate password for a 2FA they don\'t own.'
2024-02-26 15:06:26 +01:00
],
'test_email' => [
'label' => 'Email configuration test' ,
'help' => 'Send a test email to control your instance\'s email configuration. It is important to have a working configuration, otherwise users will not be able to request a reset password.' ,
'email_will_be_send_to_x' => 'The email will be send to <span class="is-family-code has-text-info">:email</span>' ,
2024-03-07 14:13:02 +01:00
],
'cache_management' => [
'label' => 'Cache management' ,
'help' => 'Sometimes cache needs to be cleared, for instance after a change to environment variables or an update. You can do it from here.' ,
2024-01-29 08:55:56 +01:00
]
],
];