Localize link-payment-history-filter component

- Added linkPayment filter translation keys to en.json:
  - phoneNumber, email, success, fail, kakao
  - merchant, phoneNumberEmail, transactionStatus
  - sendResult, sendMethod, apply
  - sendRequest, sendCancel, progressStatus
- Localized link-payment-history-filter.tsx:
  - Filter title and close button alt text
  - All filter section titles (merchant, phoneNumberEmail, etc.)
  - Search type options (phone, email)
  - Transaction status options (all, incomplete/active, deposit request, etc.)
  - Process result options (all, success, fail)
  - Send method options (all, SMS, email, kakao)
  - Apply button text
  - Added useTranslation hook

🤖 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-31 13:30:27 +09:00
parent 4e0918a89c
commit e657c5e7e6
2 changed files with 39 additions and 24 deletions

View File

@@ -1023,7 +1023,21 @@
"paymentFailed": "Payment Failed",
"paymentStopped": "Payment Stopped/Inactive",
"applyRequest": "Request",
"noData": "No data available"
"noData": "No data available",
"phoneNumber": "Phone Number",
"email": "Email",
"success": "Success",
"fail": "Fail",
"kakao": "Kakao",
"merchant": "Merchant",
"phoneNumberEmail": "Phone Number/Email",
"transactionStatus": "Transaction Status",
"sendResult": "Send Result",
"sendMethod": "Send Method",
"apply": "Apply",
"sendRequest": "Send Request",
"sendCancel": "Send Cancel",
"progressStatus": "Progress Status"
},
"keyIn": {
"fullCancel": "Full Cancel",