결제 관리 페이지 및 컴포넌트 다국어화 완료
- 결제 관리 페이지 다국어화 (결제 정보, 통보 데이터) * 헤더 타이틀 및 탭 버튼 다국어화 - 결제 엔티티 컴포넌트 전체 다국어화 * payment-tab: 결제 정보/결제데이터 통보 탭 * info-wrap: 서비스 이용, 수수료 및 정산주기 섹션 * notification-data-wrap: 결제데이터 통보 조회 (신용카드, 계좌이체 등 5개 결제수단) * info-item: 수수료 및 정산주기 버튼 * notify-row: 통보 상세 정보 (시작일자, 관리자 메일, URL/IP 등) - 결제 바텀시트 컴포넌트 다국어화 * card-commission-bottom-sheet: 카드 수수료 (일반/무이자/머니포인트 탭, 할부개월) * transfer-commission-bottom-sheet: 계좌이체 수수료 (통화 표기 포함) * credit-card-list-bottom-sheet: 카드사 목록 * no-interest-info-bottom-sheet: 무이자 정보 (통화 표기 포함) - 통화 표기 개선 (한국어: 원 suffix / 영어: ₩ prefix) - 번역 키 추가: payment 네임스페이스 32개 키 - 계정 관리 페이지 헤더 타이틀 다국어화 적용 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -293,5 +293,45 @@
|
||||
"title": "Billing",
|
||||
"detailTitle": "Billing Details",
|
||||
"charge": "Billing Charge"
|
||||
},
|
||||
"payment": {
|
||||
"title": "Payment Management",
|
||||
"info": "Payment Info",
|
||||
"notificationData": "Notification Data",
|
||||
"notificationDataInquiry": "Payment Notification Data Inquiry",
|
||||
"serviceUsageCommissionAndSettlement": "Service Usage, Commission & Settlement Period",
|
||||
"merchantNoInterestInfo": "Merchant No-Interest Info",
|
||||
"commissionAndSettlement": "Commission & Settlement",
|
||||
"settlementPeriod": "Settlement Period",
|
||||
"general": "General",
|
||||
"noInterest": "No Interest",
|
||||
"moneyPoint": "Money/Point",
|
||||
"cardCompany": "Card Company",
|
||||
"installmentMonths": "Installment Months",
|
||||
"commission": "Commission",
|
||||
"months": "{{count}} Months",
|
||||
"dailyPlus3Days": "Daily (+3 days)",
|
||||
"paymentFeeMinimum": "Payment Fee (Minimum)",
|
||||
"paymentFeeFrom1Won": "Payment Fee (From ₩1)",
|
||||
"cancellationFee": "Cancellation Fee",
|
||||
"noInterestInfo": "No-Interest Info",
|
||||
"applicationPeriod": "Application Period",
|
||||
"applicationAmount": "Application Amount",
|
||||
"notificationDataSettingInfo": "Payment notification data settings are available on PC.",
|
||||
"onlyConfiguredPaymentMethodsShown": "Only configured payment methods are shown.",
|
||||
"startDate": "Start Date",
|
||||
"adminEmail": "Admin Email",
|
||||
"urlIp": "URL/IP",
|
||||
"retransmissionInterval": "Retransmission Interval",
|
||||
"retransmissionCount": "Retransmission Count",
|
||||
"okCheck": "OK Check",
|
||||
"encryptionStatus": "Encryption Status",
|
||||
"paymentMethods": {
|
||||
"creditCard": "Credit Card",
|
||||
"accountTransfer": "Account Transfer",
|
||||
"virtualAccount": "Virtual Account",
|
||||
"mobilePayment": "Mobile Payment",
|
||||
"escrowPayment": "Escrow Payment"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user