feat: Add i18n support for profile page
- Add profile section translations to all 8 language files - Update profile/edit.blade.php header - Update update-profile-information-form.blade.php - Update update-password-form.blade.php - Update delete-user-form.blade.php Translated sections: - Profile information form - Password update form - Account deletion form
This commit is contained in:
@@ -113,5 +113,27 @@
|
||||
'confirm_password' => 'Confirm Password',
|
||||
'already_registered' => 'Already registered?',
|
||||
],
|
||||
|
||||
// Profile
|
||||
'profile' => [
|
||||
'title' => 'Profile',
|
||||
'information' => 'Profile Information',
|
||||
'information_description' => "Update your account's profile information and email address.",
|
||||
'name' => 'Name',
|
||||
'email' => 'Email',
|
||||
'email_unverified' => 'Your email address is unverified.',
|
||||
'resend_verification' => 'Click here to re-send the verification email.',
|
||||
'verification_sent' => 'A new verification link has been sent to your email address.',
|
||||
'saved' => 'Saved.',
|
||||
'update_password' => 'Update Password',
|
||||
'update_password_description' => 'Ensure your account is using a long, random password to stay secure.',
|
||||
'current_password' => 'Current Password',
|
||||
'new_password' => 'New Password',
|
||||
'confirm_password' => 'Confirm Password',
|
||||
'delete_account' => 'Delete Account',
|
||||
'delete_account_description' => 'Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.',
|
||||
'delete_account_confirm' => 'Are you sure you want to delete your account?',
|
||||
'delete_account_confirm_description' => 'Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.',
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user