정산 및 거래 페이지 다국어화 및 통화 표기 개선
- 정산 페이지 다국어화 (정산조회, 정산내역 상세) - 거래 페이지 다국어화 (거래내역 조회, 거래 취소, 거래내역 상세) - 정산 엔티티 컴포넌트 다국어화 (list-wrap, list-item, amount-info-wrap) - 정산 탭 컴포넌트 다국어화 (정산달력, 정산내역) - 홈 화면 통화 표기 개선 (한국어: 999,999원 / 영어: ₩999,999) - 정산 및 거래 페이지 통화 표기 개선 (prefix/suffix 동적 처리) - 요일 번역 기능 (월요일-일요일 → Monday-Sunday) - 번역 키 추가: settlement, transaction 네임스페이스 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -220,7 +220,8 @@
|
||||
"comparedToPreviousMonth": "Compared to Previous Month",
|
||||
"totalSales": "Total Sales",
|
||||
"totalSettlement": "Total Settlement",
|
||||
"currencyWon": "KRW",
|
||||
"currencyWon": "",
|
||||
"currencySymbol": "₩",
|
||||
"goToSales": "Go to Sales",
|
||||
"transactionInsights": "Transaction Insights",
|
||||
"basedOnLastWeek": "Based on Last Week",
|
||||
@@ -230,5 +231,49 @@
|
||||
"topSalesHours": "Top Sales Hours",
|
||||
"topPaymentMethods": "Top Payment Methods",
|
||||
"noticesAndUpdates": "Notices & Updates"
|
||||
},
|
||||
"settlement": {
|
||||
"title": "Settlement",
|
||||
"calendar": "Calendar",
|
||||
"history": "History",
|
||||
"detailTitle": "Settlement Details",
|
||||
"settlementAmount": "Settlement Amount",
|
||||
"arrow": "Arrow",
|
||||
"merchantBasis": "Merchant Basis",
|
||||
"transactionBasis": "Transaction Basis",
|
||||
"settled": "Settled",
|
||||
"approved": "Approved",
|
||||
"settlementShort": "Settlement",
|
||||
"approvalShort": "Approval",
|
||||
"amountInfo": "Amount Information",
|
||||
"totalTransactionAmount": "Total Transaction Amount",
|
||||
"creditCard": "Credit Card",
|
||||
"accountTransfer": "Account Transfer",
|
||||
"totalPgFee": "Total PG Fee",
|
||||
"paymentFee": "Payment Fee",
|
||||
"escrowFee": "Escrow Fee",
|
||||
"authFee": "Auth Fee",
|
||||
"hold": "Hold",
|
||||
"release": "Release",
|
||||
"offset": "Offset",
|
||||
"transactionAmount": "Transaction Amount",
|
||||
"expectedSettlementAmount": "Expected Settlement Amount",
|
||||
"preSettlementCancelOffset": "Pre-Settlement Cancel Offset"
|
||||
},
|
||||
"transaction": {
|
||||
"listTitle": "Transaction History",
|
||||
"detailTitle": "Transaction Details",
|
||||
"cancelTitle": "Cancel Transaction",
|
||||
"fullCancel": "Full Cancel",
|
||||
"partialCancel": "Partial Cancel",
|
||||
"submit": "Submit",
|
||||
"searchAmount": "Search Amount",
|
||||
"searchDate": "Search Date",
|
||||
"transactionCount": "Transaction Count",
|
||||
"total": "Total",
|
||||
"searchOptions": "Search Options",
|
||||
"download": "Download",
|
||||
"cancelTransaction": "Cancel Transaction",
|
||||
"confirmCancel": "Do you want to cancel this transaction?"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user