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:
Jay Sheen
2025-10-31 17:47:15 +09:00
parent 25cbc03b83
commit 0a88a89f92

View File

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