✨ 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