53 lines
3.4 KiB
PHP
53 lines
3.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Edit Profile',
|
|
'profile_information' => 'Profile Information',
|
|
'profile_information_description' => 'Update your account profile information and email address.',
|
|
'name' => 'Name',
|
|
'email' => 'Email',
|
|
'avatar' => 'Photo',
|
|
'password' => 'Password',
|
|
'locale' => 'Language',
|
|
'theme_color' => 'Theme Color',
|
|
'update_password' => 'Update Password',
|
|
'current_password' => 'Current Password',
|
|
'new_password' => 'New Password',
|
|
'confirm_password' => 'Confirm Password',
|
|
'ensure_your_password' => 'Ensure your account is using long, random password to stay secure.',
|
|
'delete_account' => 'Delete Account',
|
|
'delete_account_description' => 'Permanently delete your account.',
|
|
'yes_delete_it' => 'Yes, delete it!',
|
|
'are_you_sure' => 'Are you sure you would like to delete your account? This cannot be undone!',
|
|
'incorrect_password' => 'The password you entered was incorrect. Please try again.',
|
|
'user_load_error' => 'The authenticated user object must be an Eloquent model to allow the profile page to update it.',
|
|
'delete_account_card_description' => 'Once your account is deleted, all of your resources and data will be permanently erased. Before deleting your account, please download any data or information you wish to keep.',
|
|
'saved_successfully' => 'Your profile information has been saved successfully.',
|
|
'custom_fields' => 'Custom Fields',
|
|
'custom_fields_description' => 'Update your custom fields.',
|
|
'save' => 'Save',
|
|
'token_name' => 'Token name',
|
|
'token_abilities' => 'Abilities',
|
|
'token_created_at' => 'Created at',
|
|
'token_expires_at' => 'Expires at',
|
|
'token_section_title' => 'API Tokens',
|
|
'token_section_description' => 'Manage API tokens that allow third-party services to access this application on your behalf.',
|
|
'token_action_label' => 'Create Token',
|
|
'token_modal_heading' => 'Create',
|
|
'token_create_notification' => 'Token created successfully!',
|
|
'token_helper_text' => 'Your token is only shown once upon creation. If you lose your token, you will need to delete it and create a new one.',
|
|
'token_modal_heading_2' => 'Copy Personal Access Token',
|
|
'token_empty_state_heading' => 'Create your first token',
|
|
'token_empty_state_description' => 'Create a personal access token to get started.',
|
|
'mfa_section_title' => 'Multi-Factor Authentication',
|
|
'mfa_section_description' => 'Manage your multi factor authentication settings.',
|
|
'browser_section_title' => 'Browser Sessions',
|
|
'browser_section_description' => 'Manage and log out your active sessions on other browsers and devices.',
|
|
'browser_sessions_content' => 'If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.',
|
|
'browser_sessions_device' => 'This device',
|
|
'browser_sessions_last_active' => 'Last active',
|
|
'browser_sessions_log_out' => 'Log Out Other Browser Sessions',
|
|
'browser_sessions_confirm_pass' => 'Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.',
|
|
'browser_sessions_logout_success_notification' => 'All other browser sessions have been logged out successfully.',
|
|
];
|