정산 및 거래 페이지 다국어화 및 통화 표기 개선
- 정산 페이지 다국어화 (정산조회, 정산내역 상세) - 거래 페이지 다국어화 (거래내역 조회, 거래 취소, 거래내역 상세) - 정산 엔티티 컴포넌트 다국어화 (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?"
|
||||
}
|
||||
}
|
||||
@@ -235,5 +235,49 @@
|
||||
"topSalesHours": "매출이 가장 높은 시간",
|
||||
"topPaymentMethods": "가장 많이쓰인 결제 수단",
|
||||
"noticesAndUpdates": "공지 & 최신정보"
|
||||
},
|
||||
"settlement": {
|
||||
"title": "정산조회",
|
||||
"calendar": "정산달력",
|
||||
"history": "정산내역",
|
||||
"detailTitle": "정산내역 상세",
|
||||
"settlementAmount": "정산금액",
|
||||
"arrow": "화살표",
|
||||
"merchantBasis": "가맹점 기준",
|
||||
"transactionBasis": "거래 기준",
|
||||
"settled": "정산",
|
||||
"approved": "승인",
|
||||
"settlementShort": "정산",
|
||||
"approvalShort": "승인",
|
||||
"amountInfo": "금액 정보",
|
||||
"totalTransactionAmount": "거래금액 합계",
|
||||
"creditCard": "신용카드",
|
||||
"accountTransfer": "계좌이체",
|
||||
"totalPgFee": "PG 수수료 합계",
|
||||
"paymentFee": "결제 수수료",
|
||||
"escrowFee": "에스크로 수수료",
|
||||
"authFee": "인증 수수료",
|
||||
"hold": "보류",
|
||||
"release": "해제",
|
||||
"offset": "상계",
|
||||
"transactionAmount": "거래금액",
|
||||
"expectedSettlementAmount": "정산예정금액",
|
||||
"preSettlementCancelOffset": "정산전 취소상계"
|
||||
},
|
||||
"transaction": {
|
||||
"listTitle": "거래내역 조회",
|
||||
"detailTitle": "거래내역 상세",
|
||||
"cancelTitle": "거래 취소",
|
||||
"fullCancel": "전체 취소",
|
||||
"partialCancel": "부분 취소",
|
||||
"submit": "신청",
|
||||
"searchAmount": "조회금액",
|
||||
"searchDate": "조회일자",
|
||||
"transactionCount": "거래건수",
|
||||
"total": "총",
|
||||
"searchOptions": "검색옵션",
|
||||
"download": "다운로드",
|
||||
"cancelTransaction": "거래 취소",
|
||||
"confirmCancel": "거래를 취소하시겠습니까?"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user