Add missing Korean translations for QNA pages
Added missing detailLabels and formLabels sections to ko.json qna section: detailLabels: - title: 제목 - type: 유형 - registrationDate: 등록일 - answerDate: 답변일 - inquiryAnswer: 문의 답변 - inquiryContents: 문의 내용 formLabels: - title: 제목 - inquiryType: 문의 유형 - requesterName: 요청자명 - phoneNumber: 휴대폰번호 - emailAddress: 이메일 주소 - inquiryContents: 문의 내용 - required: * - phonePlaceholder: '-' 없이 입력 - emailPlaceholder: TEST123@nicepay.com These translations are used in qna detail-page and register-page. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -238,6 +238,25 @@
|
||||
"requestTel": "휴대폰번호은 필수 항목 입니다.",
|
||||
"requestEmail": "이메일 형식이 맞지 않습니다.",
|
||||
"contents": "문의내용은 필수 항목 입니다."
|
||||
},
|
||||
"detailLabels": {
|
||||
"title": "제목",
|
||||
"type": "유형",
|
||||
"registrationDate": "등록일",
|
||||
"answerDate": "답변일",
|
||||
"inquiryAnswer": "문의 답변",
|
||||
"inquiryContents": "문의 내용"
|
||||
},
|
||||
"formLabels": {
|
||||
"title": "제목",
|
||||
"inquiryType": "문의 유형",
|
||||
"requesterName": "요청자명",
|
||||
"phoneNumber": "휴대폰번호",
|
||||
"emailAddress": "이메일 주소",
|
||||
"inquiryContents": "문의 내용",
|
||||
"required": "*",
|
||||
"phonePlaceholder": "'-' 없이 입력",
|
||||
"emailPlaceholder": "TEST123@nicepay.com"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user