Add comprehensive i18n localization to transaction UI components
- Localize 23 transaction UI component files - Add 150+ translation keys to ko.json and en.json - Organized translations under transaction namespace: * transaction.bottomSheet - Bottom sheet modals * transaction.sections - Section titles * transaction.fields - Field labels (90+ keys) * transaction.cancel - Cancellation flows * transaction.handWrittenIssuance - Manual issuance forms * transaction.list - List actions Updated files: - Bottom sheets: escrow-mail-resend, cash-receipt-purpose-update - Sections: billing-info, part-cancel-info, detail-info, issue-info, escrow-info, important-info, payment-info, transaction-info, settlement-info, merchant-info, amount-info, cancel-bank-group, cancel-password-group - Lists: list-item, billing-list, cash-receipt-list - Cancel flows: all-cancel, part-cancel, prevent-bond - Issuance: hand-written-issuance-step1, hand-written-issuance-step2 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -358,7 +358,214 @@
|
||||
"searchOptions": "Search Options",
|
||||
"download": "Download",
|
||||
"cancelTransaction": "Cancel Transaction",
|
||||
"confirmCancel": "Do you want to cancel this transaction?"
|
||||
"confirmCancel": "Do you want to cancel this transaction?",
|
||||
"bottomSheet": {
|
||||
"escrowMailResend": {
|
||||
"title": "Select Email Address",
|
||||
"close": "Close",
|
||||
"mailLabel": "Receive by Email",
|
||||
"mail": "Mail",
|
||||
"select": "Select",
|
||||
"errorNoEmail": "No registered email information.\nPlease add email authentication information from the user management menu before applying."
|
||||
},
|
||||
"cashReceiptPurposeUpdate": {
|
||||
"title": "Cash Receipt Purpose Change Notice",
|
||||
"description": "When changing the purpose of a cash receipt, the existing issuance record will be cancelled and a new one will be issued according to the selected purpose.",
|
||||
"expenseProof": "Expense Proof",
|
||||
"incomeDeduction": "Income Deduction",
|
||||
"expenseToIncome": "Expense Proof → Income Deduction",
|
||||
"incomeToExpense": "Income Deduction → Expense Proof"
|
||||
}
|
||||
},
|
||||
"sections": {
|
||||
"importantInfo": "Important Information",
|
||||
"billingInfo": "Billing Information",
|
||||
"partCancelInfo": "Partial Cancel Information",
|
||||
"detailInfo": "Detail Information",
|
||||
"issueInfo": "Issue Information",
|
||||
"escrowInfo": "Escrow Information",
|
||||
"paymentInfo": "Payment Information",
|
||||
"transactionInfo": "Transaction Information",
|
||||
"settlementInfo": "Settlement Information",
|
||||
"merchantInfo": "Merchant Information",
|
||||
"amountDetail": "Amount Details"
|
||||
},
|
||||
"fields": {
|
||||
"billKey": "Bill Key",
|
||||
"tid": "TID",
|
||||
"orderNumber": "Order Number",
|
||||
"approvalNumber": "Approval Number",
|
||||
"approvalDate": "Approval Date",
|
||||
"approvalDay": "Approval Day",
|
||||
"requestStatus": "Request Status",
|
||||
"processResult": "Process Result",
|
||||
"installmentMonth": "Installment Month",
|
||||
"installmentPeriod": "Installment Period",
|
||||
"installmentMonthly": "{{count}} Month Installment",
|
||||
"lumpSum": "Lump Sum",
|
||||
"productName": "Product Name",
|
||||
"buyerName": "Buyer Name",
|
||||
"buyer": "Buyer",
|
||||
"originalTid": "Original TID",
|
||||
"originalAmount": "Original Amount",
|
||||
"partCancelTid": "Partial Cancel TID",
|
||||
"reApprovalTid": "Re-approval TID",
|
||||
"partCancelAmount": "Partial Cancel Amount",
|
||||
"remainingAmount": "Remaining Amount",
|
||||
"reApprovalAmount": "Re-approval Amount",
|
||||
"cancelDate": "Cancel Date",
|
||||
"cancelApprovalNumber": "Cancel Approval Number",
|
||||
"receiptInfo": "Cash Receipt",
|
||||
"transactionId": "Transaction ID",
|
||||
"merchantTid": "Transaction ID",
|
||||
"subMallName": "Sub Mall Name",
|
||||
"subMallBusinessNumber": "Sub Mall Business Number",
|
||||
"issueChannel": "Issue Channel",
|
||||
"failureReason": "Failure Reason",
|
||||
"issueNumber": "Issue Number",
|
||||
"issueDate": "Issue Date",
|
||||
"issueDateTime": "Issue Date Time",
|
||||
"purpose": "Purpose",
|
||||
"paymentMethod": "Payment Method",
|
||||
"transactionStatus": "Transaction Status",
|
||||
"transactionMethod": "Transaction Method",
|
||||
"transactionType": "Transaction Type",
|
||||
"deliveryStatus": "Delivery Status",
|
||||
"deliveryRegistration": "Delivery Registration",
|
||||
"deliveryComplete": "Delivery Complete",
|
||||
"purchaseConfirm": "Purchase Confirm",
|
||||
"purchaseReject": "Purchase Reject",
|
||||
"rejectReason": "Reject Reason",
|
||||
"escrowCertNumber": "Escrow Cert Number",
|
||||
"deliveryCompany": "Delivery Company",
|
||||
"trackingNumber": "Tracking Number",
|
||||
"deliveryAddress": "Delivery Address",
|
||||
"approvalPurchase": "Approval Purchase",
|
||||
"approvalPurchaseDate": "Approval Purchase Date",
|
||||
"approvalRejectCount": "Approval Reject (Count)",
|
||||
"approvalRepurchaseCount": "Approval Repurchase (Count)",
|
||||
"approvalVAN": "Approval VAN",
|
||||
"cancelPurchase": "Cancel Purchase",
|
||||
"cancelPurchaseDate": "Cancel Purchase",
|
||||
"cancelRejectCount": "Cancel Reject (Count)",
|
||||
"cancelRepurchaseCount": "Cancel Repurchase (Count)",
|
||||
"purchaseVan": "Purchase VAN",
|
||||
"purchaseCompany": "Purchase Company (Issuer)",
|
||||
"cardNo": "Card Number",
|
||||
"approvalNo": "Approval Number",
|
||||
"authentication": "Authentication",
|
||||
"joinType": "Type",
|
||||
"bankName": "Bank Name",
|
||||
"bank": "Bank",
|
||||
"accountNo": "Account Number",
|
||||
"refundCompleteDate": "Refund Complete Date",
|
||||
"customerId": "Customer ID",
|
||||
"culturelandId": "Cultureland ID",
|
||||
"partner": "Partner",
|
||||
"cpid": "CPID",
|
||||
"goodsCategory": "Goods Category",
|
||||
"cellphoneNo": "Cellphone Number",
|
||||
"giftCardNumber": "Gift Card Number",
|
||||
"depositBankName": "Deposit Bank Name",
|
||||
"depositorName": "Depositor Name",
|
||||
"depositDeadline": "Deposit Deadline",
|
||||
"depositDate": "Deposit Date",
|
||||
"refundScheduleDate": "Refund Schedule Date",
|
||||
"refundBankName": "Refund Bank Name",
|
||||
"refundAccountNo": "Refund Account Number",
|
||||
"accountHolder": "Account Holder",
|
||||
"buyerEmail": "Email",
|
||||
"buyerTel": "Phone Number",
|
||||
"cancelReason": "Cancel Reason",
|
||||
"cancelRequestor": "Cancel Requestor",
|
||||
"partialCancel": "Partial Cancel",
|
||||
"cashReceiptIssue": "Cash Receipt Issue",
|
||||
"approvalSettlementDate": "Approval Settlement Date",
|
||||
"approvalSettlementAmount": "Approval Settlement Amount",
|
||||
"cancelSettlementDate": "Cancel Settlement Date",
|
||||
"cancelSettlementAmount": "Cancel Settlement Amount",
|
||||
"companyName": "Company Name",
|
||||
"gid": "GID",
|
||||
"aid": "AID",
|
||||
"mid": "MID",
|
||||
"transactionRequestAmount": "Transaction Request Amount",
|
||||
"approvalRequestAmount": "Approval Request Amount",
|
||||
"transactionAmount": "Transaction Amount",
|
||||
"creditCardAmount": "Credit Card Amount",
|
||||
"cardAmount": "Credit Card Amount",
|
||||
"pointAmount": "Point Amount",
|
||||
"couponAmount": "Coupon Amount",
|
||||
"escrowFee": "Escrow Fee",
|
||||
"kakaoMoneyAmount": "Kakao Money",
|
||||
"kakaoPointAmount": "Kakao Point",
|
||||
"kakaoDiscountAmount": "Kakao Instant Discount",
|
||||
"naverPointAmount": "Naver Point",
|
||||
"tossMoneyAmount": "Toss Money",
|
||||
"tossDiscountAmount": "Toss Discount",
|
||||
"paycoPointAmount": "Payco Point",
|
||||
"paycoCouponAmount": "Payco Coupon",
|
||||
"supplyAmount": "Supply Amount",
|
||||
"vat": "VAT",
|
||||
"serviceAmount": "Service Charge",
|
||||
"taxFreeAmount": "Tax Free Amount",
|
||||
"amount": "Amount",
|
||||
"totalBalance": "Total Balance",
|
||||
"totalCancelAmount": "Total Cancel Amount",
|
||||
"customerName": "Customer Name",
|
||||
"transactionConfirmation": "Transaction Confirmation"
|
||||
},
|
||||
"handWrittenIssuance": {
|
||||
"step1Title": "Enter Issue Information",
|
||||
"step2Title": "Enter Issue Amount",
|
||||
"businessNumber": "Business Number",
|
||||
"incomeDeduction": "Income Deduction",
|
||||
"expenseProof": "Expense Proof",
|
||||
"productNamePlaceholder": "Product Name",
|
||||
"buyerNamePlaceholder": "Buyer Name",
|
||||
"issueNumberPlaceholder": "Business Number OR Phone Number",
|
||||
"emailPlaceholder": "TEST123@nicepay.com",
|
||||
"phoneNumberPlaceholder": "01012345678",
|
||||
"issueAmount": "Issue Amount",
|
||||
"vatAutoCalc": "VAT Auto Calculate",
|
||||
"errorMessage": "The issue amount must equal the sum of supply amount, VAT, tax-free amount, and service charge."
|
||||
},
|
||||
"list": {
|
||||
"paymentRequest": "Payment Request",
|
||||
"manualIssuance": "Manual Issuance",
|
||||
"separator": "|"
|
||||
},
|
||||
"cancel": {
|
||||
"bankGroup": {
|
||||
"select": "Select",
|
||||
"notice": "Refunds will be paid to the entered account information without separate verification.\nPlease check the entered information once more."
|
||||
},
|
||||
"passwordGroup": {
|
||||
"cancelPassword": "Cancel Password",
|
||||
"passwordMismatch": "Password Mismatch"
|
||||
},
|
||||
"afterDeposit": {
|
||||
"title": "Transaction Cancel (After Deposit Cancel)",
|
||||
"notice": "The requested transaction cancellation can be processed after deposit.",
|
||||
"cancelTransactionTitle": "Cancel Transaction Details",
|
||||
"approvalAmount": "Approval Amount",
|
||||
"depositRequestAmount": "Deposit Request Amount",
|
||||
"depositInfoTitle": "Deposit Information",
|
||||
"guide1": "Cancellation must be submitted through the [Cancel Request] button.",
|
||||
"guide2": "Please enter the merchant name as the depositor name.",
|
||||
"guide3": "Cancellation will proceed only if the same amount as the deposit request amount is deposited.",
|
||||
"guide4": "Cancellation details can be confirmed after up to 3 days.",
|
||||
"guide5": "After Deposit Cancellation Process:\nMerchant Cancel Request -> Merchant Deposit -> Confirm Deposit -> Process Cancel",
|
||||
"guide6": "For transactions that have not been settled, please send transaction details to service@nicepay.co.kr. (Only for transactions with more than 2 days remaining until the settlement date)"
|
||||
},
|
||||
"partCancel": {
|
||||
"balance": "Balance",
|
||||
"cancelAmount": "Cancel Amount",
|
||||
"taxableAmount": "Taxable Amount",
|
||||
"taxAmount": "Tax Amount",
|
||||
"taxFree": "Tax Free",
|
||||
"serviceFee": "Service Fee"
|
||||
}
|
||||
}
|
||||
},
|
||||
"cashReceipt": {
|
||||
"title": "Cash Receipt",
|
||||
|
||||
Reference in New Issue
Block a user