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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user