가맹점 관리 페이지 및 컴포넌트 다국어화 완료

- 가맹점 관리 페이지 다국어화 (가맹점 정보, 등록현황)
  * 헤더 타이틀 및 탭 버튼 다국어화
- 가맹점 엔티티 컴포넌트 전체 다국어화
  * 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:
Jay Sheen
2025-10-29 18:04:08 +09:00
parent 8d67d59d78
commit 9b193ee6f9
11 changed files with 145 additions and 55 deletions

View File

@@ -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"
}
}