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:
2025-11-29 12:03:28 +09:00
parent cdf0bf4bad
commit 9bb2ff8ccc
12 changed files with 202 additions and 26 deletions

View File

@@ -113,5 +113,27 @@
'confirm_password' => '確認密碼',
'already_registered' => '已有帳號?',
],
// Profile
'profile' => [
'title' => '個人資料',
'information' => '個人資料資訊',
'information_description' => '更新您的帳戶個人資料資訊和電子郵件地址。',
'name' => '姓名',
'email' => '電子郵件',
'email_unverified' => '您的電子郵件地址尚未驗證。',
'resend_verification' => '點擊此處重新發送驗證郵件。',
'verification_sent' => '新的驗證連結已發送到您的電子郵件地址。',
'saved' => '已儲存。',
'update_password' => '更新密碼',
'update_password_description' => '確保您的帳戶使用長隨機密碼以保持安全。',
'current_password' => '目前密碼',
'new_password' => '新密碼',
'confirm_password' => '確認密碼',
'delete_account' => '刪除帳戶',
'delete_account_description' => '帳戶刪除後,所有資源和資料將被永久刪除。刪除帳戶前,請下載您想保留的任何資料或資訊。',
'delete_account_confirm' => '您確定要刪除您的帳戶嗎?',
'delete_account_confirm_description' => '帳戶刪除後,所有資源和資料將被永久刪除。請輸入您的密碼以確認您要永久刪除您的帳戶。',
],
];