부가서비스 페이지 및 컴포넌트 다국어화 완료
- 부가서비스 메인 페이지 다국어화 * 헤더 타이틀, 사용중인 서비스/신청 가능한 서비스 섹션 * 비활성 서비스 안내 메시지 - 부가서비스 공통 컴포넌트 다국어화 * list-item: 11개 서비스의 상태 라벨 (성공, 실패, 요청, 재발송) * title-info-wrap: 서비스 정보 표시 - 정산대행 페이지 다국어화 (5개 페이지) * 관리, 입금, 회원, 상세 페이지 헤더 * 상세 페이지: 입금 확인, 정산 정보, 수수료 정보 등 17개 필드 * 상태 변경 이력: 출금 실패, 동의 완료, 동의 만료 등 - 서비스별 상세 페이지 통화 표기 개선 (4개 페이지) * ARS, 펀드계좌(이체/결과), 페이아웃 상세 페이지 - 전체 통화 표기 통일 (11개 인스턴스) * 한국어: 100,000원 (suffix) * 영어: ₩100,000 (prefix) - 번역 키 추가: additionalService 네임스페이스 51+ 키 * 공통 상태 라벨, 11개 서비스명 및 설명 * 정산대행 전용 21개 키 - 지원 서비스: SMS결제, ARS결제, KEY-IN결제, 계좌조회/인증, 페이아웃, 정산대행, 링크결제, 펀드계좌, 알림톡, 안면인증 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -384,6 +384,68 @@
|
||||
"escrowPayment": "Escrow Payment"
|
||||
}
|
||||
},
|
||||
"additionalService": {
|
||||
"title": "Additional Services",
|
||||
"activeServices": "Active Services",
|
||||
"availableServices": "Available Services",
|
||||
"notActiveServiceMessage": "This service is not currently active.",
|
||||
"contactSalesMessage": "Please contact your sales representative or customer service for inquiries.",
|
||||
"common": {
|
||||
"success": "Success",
|
||||
"fail": "Fail",
|
||||
"request": "Request",
|
||||
"resend": "Resend"
|
||||
},
|
||||
"services": {
|
||||
"sms": "SMS Payment Notification",
|
||||
"smsDesc": "Automatic SMS sending from deposit request to completion",
|
||||
"ars": "Credit Card ARS Payment",
|
||||
"arsDesc": "Convenient and secure payment service with just one phone call",
|
||||
"keyIn": "KEY-IN Payment",
|
||||
"keyInDesc": "Simple payment support by entering card information during consultation",
|
||||
"accountHolderSearch": "Account Holder Search",
|
||||
"accountHolderSearchDesc": "Instant account holder verification with account holder information",
|
||||
"payout": "Payout Service",
|
||||
"payoutDesc": "Quick settlement payment service for sub-merchants",
|
||||
"settlementAgency": "Settlement Agency",
|
||||
"settlementAgencyDesc": "Automated settlement calculation and payment service for sub-merchants",
|
||||
"linkPayment": "Link Payment",
|
||||
"linkPaymentDesc": "Payment service available anywhere with just a payment link",
|
||||
"fundAccount": "Fund Transfer",
|
||||
"fundAccountDesc": "Instant transfer with deposits, multiple transfers with file registration",
|
||||
"accountHolderAuth": "Account Holder Authentication",
|
||||
"accountHolderAuthDesc": "Account ownership verification with 1 KRW transfer",
|
||||
"alimtalk": "Alimtalk Payment Notification",
|
||||
"alimtalkDesc": "Easy and fast payment status notifications via Alimtalk",
|
||||
"faceAuth": "Face Authentication",
|
||||
"faceAuthDesc": "Secure payment service with face recognition for easy identity verification"
|
||||
},
|
||||
"settlementAgency": {
|
||||
"title": "Settlement Agency",
|
||||
"depositConfirmation": "Deposit Confirmation",
|
||||
"settlementInfo": "Settlement Information",
|
||||
"settlementId": "Settlement ID",
|
||||
"settlementDate": "Settlement Date",
|
||||
"settlementStatus": "Settlement Status",
|
||||
"totalTransactionAmount": "Total Transaction Amount",
|
||||
"settlementAmount": "Settlement Amount",
|
||||
"settlementStoreInfo": "Settlement Store Information",
|
||||
"settlementStoreId": "Settlement Store ID",
|
||||
"settlementStoreName": "Settlement Store Name",
|
||||
"businessNumber": "Business Number",
|
||||
"feeInfo": "Fee Information",
|
||||
"taxStatus": "Tax Status",
|
||||
"bank": "Bank",
|
||||
"accountNumber": "Account Number",
|
||||
"statusChangeHistory": "Status Change History",
|
||||
"withdrawalFailed": "Withdrawal Failed",
|
||||
"agreementCompleted": "Agreement Completed",
|
||||
"agreementExpired": "Agreement Expired",
|
||||
"reason": "Reason",
|
||||
"accountError": "Payment Account Error",
|
||||
"agreeOrReject": "Agree/Reject Settlement"
|
||||
}
|
||||
},
|
||||
"merchant": {
|
||||
"title": "Merchant Management",
|
||||
"info": "Merchant Info",
|
||||
|
||||
Reference in New Issue
Block a user