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": "更新成功"
}