feat(api): Add new subscription properties and locale support for deduction ratios and reset cycles

This commit is contained in:
web@ppanel
2024-12-29 16:18:21 +07:00
parent a93db4eb9f
commit fec80f592d
29 changed files with 976 additions and 431 deletions
+17 -1
View File
@@ -19,9 +19,14 @@
"Hour": "시",
"Minute": "분",
"Month": "월",
"NoLimit": "제한 없음",
"Year": "년",
"annualReset": "연간 초기화",
"basic": "기본",
"cancel": "취소",
"confirm": "확인",
"deductionRatio": "자동/수동 공제 설정",
"deductionRatioDescription": "공제에 사용됩니다. 기본적으로 시스템은 자동 계산 알고리즘을 채택합니다. 수동 비율이 제공되면 시스템은 시간 및 트래픽 비율에 따라 비율을 계산하여 총합이 100%가 되도록 합니다.",
"description": "설명",
"deviceLimit": "기기 제한",
"discount": "할인",
@@ -31,14 +36,25 @@
"discount_price": "할인가",
"duration": "기간 (개월)",
"inventory": "재고",
"monthlyReset": "월별 초기화",
"name": "이름",
"noLimit": "무제한",
"noReset": "초기화 없음",
"pricing": "가격",
"purchaseWithDiscount": "공제 허용",
"purchaseWithDiscountDescription": "공제 기능을 활성화하거나 비활성화합니다. 활성화되면 시스템은 구성된 규칙과 비율에 따라 공제를 처리합니다.",
"quota": "구매 한도",
"renewalReset": "갱신 초기화",
"renewalResetDescription": "갱신 시 초기화 주기",
"replacement": "재설정 가격 (매회)",
"resetCycle": "초기화 주기",
"resetOn1st": "매월 1일 초기화",
"selectResetCycle": "초기화 주기를 선택하세요",
"selectSubscribeGroup": "구독 그룹을 선택하세요",
"selectUnitTime": "단위 시간을 선택하세요",
"server": "서버",
"serverGroup": "서버 그룹",
"servers": "서버",
"speedLimit": "속도 제한 (Mbps)",
"subscribeGroup": "구독 그룹",
"traffic": "트래픽",
@@ -83,6 +99,6 @@
"subscribeGroup": "구독 그룹"
},
"traffic": "트래픽",
"unitPrice": "가격/월",
"unitPrice": "가",
"updateSuccess": "업데이트 성공"
}