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
+22
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' => '계정이 삭제되면 모든 리소스와 데이터가 영구적으로 삭제됩니다. 계정을 영구적으로 삭제하려면 비밀번호를 입력하세요.',
],
];