feat: 用户创建充值优化、侧边栏导航修复、在线实例统计修复
This commit is contained in:
@@ -34,7 +34,8 @@
|
||||
"previous": "Previous",
|
||||
"next": "Next",
|
||||
"yes": "Yes",
|
||||
"no": "No"
|
||||
"no": "No",
|
||||
"optional": "Optional"
|
||||
},
|
||||
"premium": {
|
||||
"premium": "premium",
|
||||
@@ -294,7 +295,23 @@
|
||||
"applicationRequired": "Please select application",
|
||||
"success": "User created successfully",
|
||||
"failed": "Failed to create user",
|
||||
"saveBtn": "Save Changes"
|
||||
"saveBtn": "Save Changes",
|
||||
"rechargeCard": "Recharge Card",
|
||||
"rechargeCardDesc": "Optional, generate cards and auto-recharge when creating user",
|
||||
"cardType": "Card Type",
|
||||
"selectCardType": "Select card type",
|
||||
"selectApplicationFirst": "Select application first",
|
||||
"noRecharge": "No recharge",
|
||||
"cardQuantity": "Quantity",
|
||||
"cardQuantityPlaceholder": "Enter quantity",
|
||||
"cardValue": "Recharge Value",
|
||||
"permanent": "Permanent",
|
||||
"points": "Points",
|
||||
"minutes": "Minutes",
|
||||
"hours": "Hours",
|
||||
"days": "Days",
|
||||
"months": "Months",
|
||||
"years": "Years"
|
||||
},
|
||||
"editFailed": "Failed to load user info",
|
||||
"editSuccess": "User updated successfully",
|
||||
@@ -370,34 +387,6 @@
|
||||
"banned": "Banned"
|
||||
},
|
||||
"lastLoginTime": "Last Login",
|
||||
"create": {
|
||||
"title": "Add User",
|
||||
"basicInfo": "Basic Information",
|
||||
"basicInfoDesc": "Fill in the user's basic information",
|
||||
"application": "Application",
|
||||
"selectApplication": "Select application",
|
||||
"username": "Username",
|
||||
"usernamePlaceholder": "Enter username",
|
||||
"email": "Email",
|
||||
"emailPlaceholder": "Enter email",
|
||||
"password": "Password",
|
||||
"passwordPlaceholder": "Enter password",
|
||||
"deviceId": "Device ID",
|
||||
"deviceIdPlaceholder": "Device ID (optional)",
|
||||
"preview": "Preview",
|
||||
"app": "Application",
|
||||
"usernameLabel": "Username",
|
||||
"emailLabel": "Email",
|
||||
"deviceIdLabel": "Device ID",
|
||||
"submit": "Add User",
|
||||
"cancel": "Cancel",
|
||||
"usernameRequired": "Please enter username",
|
||||
"emailRequired": "Please enter email",
|
||||
"passwordRequired": "Please enter password",
|
||||
"applicationRequired": "Please select application",
|
||||
"success": "User created successfully",
|
||||
"failed": "Failed to create user"
|
||||
},
|
||||
"expiry": {
|
||||
"permanent": "Unlimited",
|
||||
"unlimitedTime": "Unlimited Time",
|
||||
|
||||
@@ -34,7 +34,8 @@
|
||||
"previous": "上一页",
|
||||
"next": "下一页",
|
||||
"yes": "是",
|
||||
"no": "否"
|
||||
"no": "否",
|
||||
"optional": "可选"
|
||||
},
|
||||
"premium": {
|
||||
"premium": "会员计划",
|
||||
@@ -294,7 +295,23 @@
|
||||
"applicationRequired": "请选择应用",
|
||||
"success": "创建成功",
|
||||
"failed": "创建失败",
|
||||
"saveBtn": "保存修改"
|
||||
"saveBtn": "保存修改",
|
||||
"rechargeCard": "充值卡密",
|
||||
"rechargeCardDesc": "可选,创建用户时同时生成卡密并自动充值",
|
||||
"cardType": "卡密类型",
|
||||
"selectCardType": "选择卡密类型",
|
||||
"selectApplicationFirst": "请先选择应用",
|
||||
"noRecharge": "不充值",
|
||||
"cardQuantity": "卡密数量",
|
||||
"cardQuantityPlaceholder": "输入数量",
|
||||
"cardValue": "充值内容",
|
||||
"permanent": "永久",
|
||||
"points": "点",
|
||||
"minutes": "分钟",
|
||||
"hours": "小时",
|
||||
"days": "天",
|
||||
"months": "月",
|
||||
"years": "年"
|
||||
},
|
||||
"editFailed": "获取用户信息失败",
|
||||
"editSuccess": "更新用户成功",
|
||||
@@ -371,34 +388,6 @@
|
||||
"banned": "已封禁"
|
||||
},
|
||||
"lastLoginTime": "最后登录",
|
||||
"create": {
|
||||
"title": "添加用户",
|
||||
"basicInfo": "基本信息",
|
||||
"basicInfoDesc": "填写用户的基本信息",
|
||||
"application": "所属应用",
|
||||
"selectApplication": "选择应用",
|
||||
"username": "用户名",
|
||||
"usernamePlaceholder": "请输入用户名",
|
||||
"email": "邮箱",
|
||||
"emailPlaceholder": "请输入邮箱",
|
||||
"password": "密码",
|
||||
"passwordPlaceholder": "请输入密码",
|
||||
"deviceId": "设备指纹",
|
||||
"deviceIdPlaceholder": "设备指纹(可选)",
|
||||
"preview": "预览",
|
||||
"app": "应用",
|
||||
"usernameLabel": "用户名",
|
||||
"emailLabel": "邮箱",
|
||||
"deviceIdLabel": "设备指纹",
|
||||
"submit": "添加用户",
|
||||
"cancel": "取消",
|
||||
"usernameRequired": "请填写用户名",
|
||||
"emailRequired": "请填写邮箱",
|
||||
"passwordRequired": "请填写密码",
|
||||
"applicationRequired": "请选择所属应用",
|
||||
"success": "创建成功",
|
||||
"failed": "创建失败"
|
||||
},
|
||||
"expiry": {
|
||||
"permanent": "无限制",
|
||||
"unlimitedTime": "无限时长",
|
||||
|
||||
Reference in New Issue
Block a user