✨ feat(locales): Replace 'nodeGroupId' with 'groupId' in multiple language files for consistency
This commit is contained in:
@@ -52,11 +52,11 @@
|
||||
"enableTLS": "启用TLS",
|
||||
"encryptionMethod": "加密方法",
|
||||
"flow": "流控算法",
|
||||
"groupId": "节点组",
|
||||
"hopInterval": "跳跃间隔",
|
||||
"hopPorts": "跳跃端口",
|
||||
"hopPortsPlaceholder": "多个端口用逗号分隔",
|
||||
"name": "名称",
|
||||
"nodeGroupId": "节点组ID",
|
||||
"obfsPassword": "混淆密码",
|
||||
"obfsPasswordPlaceholder": "留空则不混淆",
|
||||
"path": "路径",
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
"discountPercent": "折扣比",
|
||||
"discount_price": "折扣价格",
|
||||
"duration": "时长(月)",
|
||||
"groupId": "订阅组",
|
||||
"inventory": "库存",
|
||||
"monthlyReset": "按月重置",
|
||||
"name": "名称",
|
||||
@@ -42,7 +43,7 @@
|
||||
"noReset": "不重置",
|
||||
"pricing": "定价",
|
||||
"purchaseWithDiscount": "允许抵扣",
|
||||
"purchaseWithDiscountDescription": "启用或禁用抵扣功能。启用后,系统将根据配置的规则和比例进行抵扣处理。",
|
||||
"purchaseWithDiscountDescription": "启用或禁用退订功能。激活后,系统将根据配置的规则和比例进行扣除处理,剩余价值将返回到余额中",
|
||||
"quota": "限购数量",
|
||||
"renewalReset": "续费重置",
|
||||
"renewalResetDescription": "续费时重置周期",
|
||||
@@ -55,8 +56,7 @@
|
||||
"server": "服务",
|
||||
"serverGroup": "服务组",
|
||||
"servers": "服务",
|
||||
"speedLimit": "速度限制(Mbps)",
|
||||
"subscribeGroup": "订阅组",
|
||||
"speedLimit": "速度限制",
|
||||
"traffic": "流量",
|
||||
"unitPrice": "单价",
|
||||
"unitTime": "单位时间"
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"actions": "操作",
|
||||
"balance": "余额",
|
||||
"cancel": "取消",
|
||||
"commission": "佣金",
|
||||
"confirm": "确认",
|
||||
"confirmDelete": "您确定要删除吗?",
|
||||
"create": "创建",
|
||||
@@ -19,7 +20,11 @@
|
||||
"balance": "余额",
|
||||
"balancePlaceholder": "余额",
|
||||
"cancel": "取消",
|
||||
"commission": "佣金",
|
||||
"commissionPlaceholder": "输入佣金",
|
||||
"confirm": "确认",
|
||||
"giftAmount": "礼品金额",
|
||||
"giftAmountPlaceholder": "输入礼品金额",
|
||||
"invalidEmailFormat": "无效的电子邮件格式",
|
||||
"inviteCode": "邀请码",
|
||||
"inviteCodePlaceholder": "请输入邀请码(留空则自动生成)",
|
||||
@@ -31,6 +36,8 @@
|
||||
"userEmail": "用户邮箱",
|
||||
"userEmailPlaceholder": "请输入用户邮箱"
|
||||
},
|
||||
"giftAmount": "礼物金额",
|
||||
"inviteCode": "邀请码",
|
||||
"referer": "推荐人",
|
||||
"updateSuccess": "更新成功",
|
||||
"userList": "用户列表",
|
||||
|
||||
Reference in New Issue
Block a user