🐛 fix: Remove GroupTable and related components, simplify SubscribeTable and update language handling in subscription forms

This commit is contained in:
web
2025-09-03 15:46:36 -07:00
parent 4563c570ac
commit 1ab9b39e8a
14 changed files with 135 additions and 552 deletions
+4 -34
View File
@@ -35,8 +35,10 @@
"discountPercent": "折扣比",
"discount_price": "折扣价格",
"duration": "时长(月)",
"groupId": "订阅组",
"inventory": "订阅限制",
"language": "语言",
"languageDescription": "不填写则为没有语言限制的默认选项",
"languagePlaceholder": "订阅产品支持的语言标识符,如:en-US, zh-CN",
"monthlyReset": "按月重置",
"name": "名称",
"noLimit": "无限制",
@@ -51,7 +53,6 @@
"resetCycle": "重置周期",
"resetOn1st": "1号重置",
"selectResetCycle": "请选择重置周期",
"selectSubscribeGroup": "请选择订阅组",
"selectUnitTime": "请选择单位时间",
"node": "节点",
"nodeGroup": "节点组",
@@ -61,32 +62,8 @@
"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,13 +71,6 @@
"show": "显示",
"sold": "订阅数量",
"subscribe": "订阅",
"subscribeGroup": "订阅组",
"tabs": {
"subscribe": "订阅",
"subscribeApp": "应用配置",
"subscribeConfig": "订阅配置",
"subscribeGroup": "订阅组"
},
"traffic": "流量",
"unitPrice": "单价",
"updateSuccess": "更新成功"