안면인증 페이지 다국어화 및 공통 정렬 옵션 추가
- 안면인증 페이지 다국어화 * 헤더 타이틀: 안면인증 → Face Authentication * 검색옵션, 다운로드 버튼 aria-label 및 alt 텍스트 * 정렬 옵션: 최신순/오래된순 - 공통 번역 키 추가 * common.latest: 최신순 / Latest * common.oldest: 오래된순 / Oldest - 번역 키 추가: faceAuth 네임스페이스 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -290,8 +290,8 @@
|
||||
"detailTitle": "Settlement Details",
|
||||
"settlementAmount": "Settlement Amount",
|
||||
"arrow": "Arrow",
|
||||
"merchantBasis": "Merchant Basis",
|
||||
"transactionBasis": "Transaction Basis",
|
||||
"merchantBasis": "Merchant",
|
||||
"transactionBasis": "Transaction",
|
||||
"settled": "Settled",
|
||||
"approved": "Approved",
|
||||
"settlementShort": "Settlement",
|
||||
@@ -487,5 +487,12 @@
|
||||
"all": "All",
|
||||
"retentionNotice": "※ Notifications are kept for 90 days and then deleted.",
|
||||
"goTo": "Go to {{category}}"
|
||||
},
|
||||
"faceAuth": {
|
||||
"title": "Face Authentication"
|
||||
},
|
||||
"common": {
|
||||
"latest": "Latest",
|
||||
"oldest": "Oldest"
|
||||
}
|
||||
}
|
||||
@@ -491,5 +491,12 @@
|
||||
"all": "전체",
|
||||
"retentionNotice": "※ 알림은 90일간 보관 후 삭제됩니다.",
|
||||
"goTo": "{{category}} 바로가기"
|
||||
},
|
||||
"faceAuth": {
|
||||
"title": "안면인증"
|
||||
},
|
||||
"common": {
|
||||
"latest": "최신순",
|
||||
"oldest": "오래된순"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user