메뉴 및 슬라이드 메뉴 다국어화

- MenuItems에 영문 메뉴명(menuNameEng) 추가
- MenuCategory 컴포넌트에 i18n 적용하여 언어별 메뉴 표시
- SlideMenu 컴포넌트 다국어 지원 추가
- ko.json, en.json에 slideMenu 번역 키 추가

🤖 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 15:22:55 +09:00
parent 7c0da1cd8e
commit 0c40d2150c
5 changed files with 114 additions and 54 deletions

View File

@@ -166,5 +166,24 @@
"contents": "Contents is Required."
}
}
},
"slideMenu": {
"title": "Menu",
"accountManagement": "Account Management",
"profileSettings": "Profile Settings",
"changePassword": "Change Password",
"notificationSettings": "Notification Settings",
"paymentService": "Payment Service",
"paymentHistory": "Payment History",
"refundRequest": "Refund Request",
"paymentMethodManagement": "Payment Method Management",
"customerSupport": "Support",
"faq": "FAQ",
"inquiry": "Q&A",
"termsOfService": "Terms of Service",
"other": "Other",
"appInfo": "App Info",
"developerInfo": "Developer Info",
"logout": "Logout"
}
}

View File

@@ -171,5 +171,24 @@
"contents": "문의내용은 필수 항목 입니다."
}
}
},
"slideMenu": {
"title": "메뉴",
"accountManagement": "계정 관리",
"profileSettings": "프로필 설정",
"changePassword": "비밀번호 변경",
"notificationSettings": "알림 설정",
"paymentService": "결제 서비스",
"paymentHistory": "결제 내역",
"refundRequest": "환불 요청",
"paymentMethodManagement": "결제 방법 관리",
"customerSupport": "고객 지원",
"faq": "FAQ",
"inquiry": "1:1 문의",
"termsOfService": "이용약관",
"other": "기타",
"appInfo": "앱 정보",
"developerInfo": "개발자 정보",
"logout": "로그아웃"
}
}