✨ feat: Add language support and descriptions in product localization files
- Added language, languageDescription, and languagePlaceholder fields to product.json for multiple locales (ja-JP, ko-KR, no-NO, pl-PL, pt-BR, ro-RO, ru-RU, th-TH, tr-TR, uk-UA, vi-VN, zh-HK). - Removed group-related fields from product.json for cleaner structure. - Updated API calls in user services to include language parameter for subscription retrieval. - Enhanced type definitions for subscription requests to accommodate language parameter.
This commit is contained in:
@@ -35,8 +35,10 @@
|
||||
"discountPercent": "할인율",
|
||||
"discount_price": "할인가",
|
||||
"duration": "기간 (개월)",
|
||||
"groupId": "구독 그룹",
|
||||
"inventory": "구독 한도",
|
||||
"language": "언어",
|
||||
"languageDescription": "언어 제한 없이 기본값으로 두려면 비워 두세요",
|
||||
"languagePlaceholder": "구독을 위한 언어 식별자, 예: en-US, zh-CN",
|
||||
"monthlyReset": "월별 초기화",
|
||||
"name": "이름",
|
||||
"noLimit": "무제한",
|
||||
@@ -54,39 +56,14 @@
|
||||
"resetCycle": "초기화 주기",
|
||||
"resetOn1st": "매월 1일 초기화",
|
||||
"selectResetCycle": "초기화 주기를 선택하세요",
|
||||
"selectSubscribeGroup": "구독 그룹을 선택하세요",
|
||||
"selectUnitTime": "단위 시간을 선택하세요",
|
||||
"speedLimit": "속도 제한 ",
|
||||
"traffic": "트래픽",
|
||||
"unitPrice": "단가",
|
||||
"unitTime": "단위 시간"
|
||||
},
|
||||
"group": {
|
||||
"actions": "작업",
|
||||
"cancel": "취소",
|
||||
"confirm": "확인",
|
||||
"confirmDelete": "삭제하시겠습니까?",
|
||||
"create": "생성",
|
||||
"createSubscribeGroup": "새 구독 그룹 생성",
|
||||
"createSuccess": "생성 성공",
|
||||
"delete": "삭제",
|
||||
"deleteSuccess": "삭제 성공",
|
||||
"deleteWarning": "삭제 후 데이터는 복구할 수 없습니다. 신중하게 진행하세요.",
|
||||
"description": "설명",
|
||||
"edit": "편집",
|
||||
"editSubscribeGroup": "구독 그룹 편집",
|
||||
"form": {
|
||||
"cancel": "취소",
|
||||
"confirm": "확인",
|
||||
"description": "설명",
|
||||
"name": "이름"
|
||||
},
|
||||
"name": "이름",
|
||||
"title": "구독 그룹 목록",
|
||||
"updateSuccess": "업데이트 성공",
|
||||
"updatedAt": "업데이트 시간"
|
||||
},
|
||||
"inventory": "구독 한도",
|
||||
"language": "언어",
|
||||
"name": "이름",
|
||||
"quota": "구매 제한/회",
|
||||
"replacement": "가격 재설정/회",
|
||||
@@ -94,11 +71,6 @@
|
||||
"show": "표시",
|
||||
"sold": "구독 수",
|
||||
"subscribe": "구독",
|
||||
"subscribeGroup": "구독 그룹",
|
||||
"tabs": {
|
||||
"subscribe": "구독",
|
||||
"subscribeGroup": "구독 그룹"
|
||||
},
|
||||
"traffic": "트래픽",
|
||||
"unitPrice": "단가",
|
||||
"updateSuccess": "업데이트 성공"
|
||||
|
||||
Reference in New Issue
Block a user