가맹점 관리 페이지 및 컴포넌트 다국어화 완료
- 가맹점 관리 페이지 다국어화 (가맹점 정보, 등록현황) * 헤더 타이틀 및 탭 버튼 다국어화 - 가맹점 엔티티 컴포넌트 전체 다국어화 * merchant-tab: 가맹점 정보/등록현황 탭 * info-wrap: 계약/기술/정산 담당자 섹션, 안내 메시지 * registration-status-wrap: 신용카드 심사현황, 에스크로 가입현황 - 가맹점 섹션 컴포넌트 다국어화 * account-section: 정산계좌 정보 (은행, 계좌번호, 예금주) * business-section: 기본정보 (상호, 사업자번호, 업종, 업태 등 11개 필드) * online-section: 온라인 등록현황 (상태, 계약완료, 심사 여부 등) * escrow-section: 에스크로 정보 (NICECROW 가입, 소재지, URL 등) - 번역 키 추가: merchant 네임스페이스 35개 키 - 모든 가맹점 관리 필드 및 라벨 일관된 다국어 지원 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -333,5 +333,41 @@
|
||||
"mobilePayment": "Mobile Payment",
|
||||
"escrowPayment": "Escrow Payment"
|
||||
}
|
||||
},
|
||||
"merchant": {
|
||||
"title": "Merchant Management",
|
||||
"info": "Merchant Info",
|
||||
"registrationStatus": "Registration Status",
|
||||
"contractManager": "Contract Manager",
|
||||
"technicalManager": "Technical Manager",
|
||||
"settlementManager": "Settlement Manager",
|
||||
"infoNotice": "※ Merchant information cannot be modified in the app.\nPlease configure it in the PC merchant admin.",
|
||||
"cardReviewStatus": "Credit Card Review Status",
|
||||
"escrowRegistrationStatus": "Escrow Registration Status",
|
||||
"settlementAccount": "Settlement Account",
|
||||
"bank": "Bank",
|
||||
"accountNumber": "Account Number",
|
||||
"accountHolder": "Account Holder",
|
||||
"basicInfo": "Basic Information",
|
||||
"companyName": "Company Name",
|
||||
"businessRegistrationNumber": "Business Registration Number",
|
||||
"businessAttribute": "Business Attribute",
|
||||
"businessType": "Business Type",
|
||||
"businessCategory": "Business Category",
|
||||
"representativeName": "Representative Name",
|
||||
"representativePhone": "Representative Phone",
|
||||
"representativeEmail": "Representative Email",
|
||||
"businessAddress": "Business Address",
|
||||
"websiteUrl": "Website URL",
|
||||
"onlineRegistrationStatus": "Online Registration Status",
|
||||
"status": "Status",
|
||||
"issueDate": "Issue Date",
|
||||
"contractStatus": "Contract Status",
|
||||
"websiteReviewStatus": "Website Review Status",
|
||||
"guaranteeInsurance": "Guarantee Insurance",
|
||||
"nicecrowJoin": "NICECROW Join",
|
||||
"location": "Location",
|
||||
"url": "URL",
|
||||
"serviceRegistrationNumber": "Service Registration Number"
|
||||
}
|
||||
}
|
||||
@@ -337,5 +337,41 @@
|
||||
"mobilePayment": "휴대폰",
|
||||
"escrowPayment": "에스크로 결제"
|
||||
}
|
||||
},
|
||||
"merchant": {
|
||||
"title": "가맹점 관리",
|
||||
"info": "가맹점 정보",
|
||||
"registrationStatus": "등록현황",
|
||||
"contractManager": "계약 담당자",
|
||||
"technicalManager": "기술 담당자",
|
||||
"settlementManager": "정산 담당자",
|
||||
"infoNotice": "※ 가맹점 정보는 앱에서 수정할 수 없습니다.\nPC 가맹점 관리자에서 설정해 주세요.",
|
||||
"cardReviewStatus": "신용카드 심사현황",
|
||||
"escrowRegistrationStatus": "에스크로 가입현황",
|
||||
"settlementAccount": "정산계좌",
|
||||
"bank": "은행",
|
||||
"accountNumber": "계좌번호",
|
||||
"accountHolder": "예금주",
|
||||
"basicInfo": "기본정보",
|
||||
"companyName": "상호",
|
||||
"businessRegistrationNumber": "사업자번호",
|
||||
"businessAttribute": "사업자속성",
|
||||
"businessType": "업종",
|
||||
"businessCategory": "업태",
|
||||
"representativeName": "대표자명",
|
||||
"representativePhone": "대표 연락처",
|
||||
"representativeEmail": "대표 이메일",
|
||||
"businessAddress": "사업장주소",
|
||||
"websiteUrl": "홈페이지 주소",
|
||||
"onlineRegistrationStatus": "온라인 등록현황",
|
||||
"status": "상태",
|
||||
"issueDate": "발급일자",
|
||||
"contractStatus": "계약완료 여부",
|
||||
"websiteReviewStatus": "홈페이지 심사 여부",
|
||||
"guaranteeInsurance": "보증보험",
|
||||
"nicecrowJoin": "NICECROW 가입",
|
||||
"location": "소재지",
|
||||
"url": "URL",
|
||||
"serviceRegistrationNumber": "서비스 등록번호"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user