KEY-IN 결제 페이지 다국어 지원 추가
KEY-IN 결제 관련 모든 페이지에 대한 다국어 지원을 추가했습니다. 변경사항: - 목록 페이지: 페이지 타이틀 다국어화 - 결제 신청 페이지: 모든 폼 레이블, 버튼, 에러 메시지 다국어화 - 성공 페이지: 성공 메시지, 버튼 다국어화 번역 키 추가: - 폼 레이블: merchant, productName, productPrice, buyerName, buyerEmail, buyerPhoneNumber, cardNumber, expiryDate, installmentPeriod, lumpSum, orderNumber - 성공/실패 메시지: requestSuccess, requestFailed, requestError - 성공 페이지: paymentRequestComplete, resultLabel, arsRequestComplete, confirm - 기타: phoneNumberPlaceholder, fullCancel, postCancel 중복 keyIn 섹션 제거 및 통합 완료 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -890,6 +890,31 @@
|
||||
"paymentMethod": "Payment Method",
|
||||
"requestFailed": "Request failed."
|
||||
},
|
||||
"keyIn": {
|
||||
"title": "KEY-IN Payment",
|
||||
"paymentRequest": "Payment Request",
|
||||
"merchant": "Merchant",
|
||||
"productName": "Product Name",
|
||||
"productPrice": "Product Price",
|
||||
"buyerName": "Buyer Name",
|
||||
"buyerEmail": "Buyer Email",
|
||||
"buyerPhoneNumber": "Buyer Phone Number",
|
||||
"phoneNumberPlaceholder": "Enter without -",
|
||||
"cardNumber": "Card Number",
|
||||
"expiryDate": "Expiry Date (MM/YY)",
|
||||
"installmentPeriod": "Installment Period",
|
||||
"lumpSum": "Lump Sum",
|
||||
"orderNumber": "Order Number",
|
||||
"requestSuccess": "KEY-IN payment request successful.",
|
||||
"requestFailed": "Payment request failed.",
|
||||
"requestError": "An error occurred during payment request",
|
||||
"paymentRequestComplete": "Payment request completed.",
|
||||
"resultLabel": "Result",
|
||||
"arsRequestComplete": "ARS request processing complete",
|
||||
"confirm": "Confirm",
|
||||
"fullCancel": "Full Cancel",
|
||||
"postCancel": "Post Cancel"
|
||||
},
|
||||
"sms": {
|
||||
"title": "SMS Payment Notification",
|
||||
"virtualAccountRequest": "Virtual Account Request",
|
||||
@@ -1155,11 +1180,6 @@
|
||||
"sendCancel": "Send Cancel",
|
||||
"progressStatus": "Progress Status"
|
||||
},
|
||||
"keyIn": {
|
||||
"fullCancel": "Pre-cancel",
|
||||
"partialCancel": "Post-cancel",
|
||||
"productPrice": "Product Price"
|
||||
},
|
||||
"infoWrap": {
|
||||
"paymentInfo": "Payment Information",
|
||||
"buyerName": "Buyer Name",
|
||||
|
||||
Reference in New Issue
Block a user