Add localization for account holder auth and search detail pages

- Replace hardcoded Korean strings with translation keys in detail pages
- Add new translation keys for account holder services:
  - accountHolderAuth: title, detailTitle, requestDate, requestWay
  - accountHolderSearch: title, detailTitle
- Add 'result' key to common translations for reusability
- All labels now support Korean and English through i18n

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jay Sheen
2025-11-03 13:09:40 +09:00
parent 8940be56b9
commit e7a3409edc
4 changed files with 25 additions and 11 deletions

View File

@@ -42,6 +42,7 @@
"requestDate": "요청일",
"failed": "실패",
"clear": "지우기",
"result": "결과",
"currency": {
"krw": "원"
}
@@ -925,11 +926,17 @@
"paymentRequest": "결제 신청"
},
"accountHolderAuth": {
"title": "계좌점유인증",
"detailTitle": "계좌점유인증 상세",
"requestDate": "요청일시",
"requestWay": "요청방식",
"accountHolderNameMatch": "예금주명 일치",
"accountHolderNameMismatch": "예금주명 불일치",
"authFailedAccountError": "인증실패 (계좌 오류 등)"
},
"accountHolderSearch": {
"title": "계좌성명조회",
"detailTitle": "계좌성명조회 상세",
"accountHolder": "예금주",
"accountNumber": "계좌번호",
"accountHolderOrAccountNumber": "예금주/계좌번호",