계정 관리 페이지 및 컴포넌트 다국어화 완료

- 계정 관리 페이지 전체 다국어화 (8개 페이지)
  * 사용자 관리: 계정 추가, 메뉴 권한, 계정 정보, 로그인 인증정보
  * 비밀번호 관리: 로그인/취소 비밀번호 변경
- 계정 엔티티 컴포넌트 다국어화
  * account-tab: 사용자 관리/비밀번호 관리 탭
  * account-user-tab: 로그인 인증정보/계정권한 서브탭
  * password-manage-wrap: 비밀번호 변경 버튼
  * user-manage-wrap: 등록 현황, 사용자 추가 버튼
  * user-login-auth-info-wrap: 이메일/휴대폰 관리 인터페이스
- 계정 추가 페이지 상세 다국어화
  * 폼 라벨: 사용자ID, 비밀번호, 로그인 범위
  * 본인인증 정보 입력 섹션
  * 유효성 검사 메시지
  * 성공/실패 알림 메시지
- 메뉴 권한 페이지 다국어화
  * 권한 설정 안내 메시지
  * 저장/실행/다운로드 권한 라벨
  * 탭 변경 시 초기화 안내
- 번역 키 추가: account 네임스페이스 50개 키
- 모든 폼, 버튼, 알림 메시지 일관된 다국어 지원

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jay Sheen
2025-10-29 18:14:40 +09:00
parent 9b193ee6f9
commit 3f0ab49a3d
15 changed files with 226 additions and 100 deletions

View File

@@ -189,6 +189,56 @@
"logout": "Logout"
},
"account": {
"title": "Account Management",
"userManagement": "User Management",
"passwordManagement": "Password Management",
"userSettings": "User Settings",
"addUser": "Add User",
"addAccount": "Add Account",
"loginAuthInfo": "Login Authentication Info",
"accountPermission": "Account Permission",
"registrationStatus": "Registration Status",
"userId": "User ID",
"password": "Password",
"loginRange": "Login Range",
"merchant": "Merchant",
"currentPassword": "Current Password",
"newPassword": "New Password",
"reEnterNewPassword": "Re-enter New Password",
"changeLoginPassword": "Change Login Password",
"changeCancelPassword": "Change Cancel Password",
"identityVerificationInfo": "Identity Verification Information",
"identityVerificationNotice": "The information you provide will be used for login and sending merchant-related materials.",
"emailAddress": "Email Address",
"phoneNumber": "Phone Number",
"addEmail": "Add Email",
"addPhone": "Add Phone",
"pleaseEnterId": "Please enter ID",
"pleaseEnterPassword": "Please enter password",
"pleaseEnter8OrMoreCharacters": "Please enter 8 or more characters",
"enterPassword": "Enter password",
"reEnterPassword": "Re-enter password",
"enterPhoneNumber": "Enter phone number",
"checking": "Checking...",
"availableId": "This ID is available.",
"duplicateIdExists": "This ID already exists.",
"inputMismatch": "Input mismatch",
"processing": "Processing...",
"userAddedSuccessfully": "User added successfully.",
"userAddFailed": "Failed to add user.",
"userInfoSavedSuccessfully": "User information saved successfully.",
"userInfoSaveFailed": "Failed to save user information.",
"passwordChangedSuccessfully": "Password changed successfully.",
"passwordChangeFailed": "Failed to change password.",
"permissionSavedSuccessfully": "Permission saved successfully.",
"permissionSaveFailed": "Failed to save permission.",
"permissionSaved": "Permission saved.",
"setMenuPermissions": "Please set menu permissions.",
"permissionRestrictionsNotice": "Function usage will be restricted according to selected permissions.",
"save": "Save",
"execute": "Execute",
"download": "Download",
"tabChangeResetNotice": "※ Unsaved content will be reset when switching tabs.",
"accountStatus": "Account Status",
"active": "Active",
"inactive": "Inactive",