✨ feat(api): Add an interface to obtain user subscription details, update related type definitions and localized text
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"accountEnable": "账号启用",
|
||||
"actions": "操作",
|
||||
"active": "活跃",
|
||||
"add": "添加",
|
||||
"administrator": "管理员",
|
||||
"areaCode": "区号",
|
||||
@@ -41,10 +42,12 @@
|
||||
"email": "邮箱",
|
||||
"enable": "启用",
|
||||
"expireTime": "到期时间",
|
||||
"expired": "已过期",
|
||||
"expiredAt": "过期时间",
|
||||
"failed": "失败",
|
||||
"giftAmount": "赠送金额",
|
||||
"giftAmountPlaceholder": "输入赠送金额",
|
||||
"inactive": "非活跃",
|
||||
"invalidEmailFormat": "邮箱格式不正确",
|
||||
"inviteCode": "邀请码",
|
||||
"inviteCodePlaceholder": "输入邀请码(留空自动生成)",
|
||||
@@ -63,6 +66,7 @@
|
||||
"passwordPlaceholder": "输入新密码(选填)",
|
||||
"permanent": "永久",
|
||||
"pleaseEnterEmail": "请输入邮箱",
|
||||
"price": "价格",
|
||||
"referer": "推荐人",
|
||||
"refererId": "推荐人ID",
|
||||
"refererIdPlaceholder": "输入推荐人ID",
|
||||
@@ -74,8 +78,12 @@
|
||||
"searchIp": "搜索IP地址",
|
||||
"selectAuthType": "选择认证类型",
|
||||
"speedLimit": "速度限制",
|
||||
"startTime": "开始时间",
|
||||
"status": "状态",
|
||||
"subscription": "订阅",
|
||||
"subscriptionDetails": "订阅详情",
|
||||
"subscriptionId": "订阅 ID",
|
||||
"subscriptionInfo": "订阅信息",
|
||||
"subscriptionList": "订阅列表",
|
||||
"subscriptionLogs": "订阅日志",
|
||||
"subscriptionName": "订阅名称",
|
||||
@@ -89,6 +97,8 @@
|
||||
"tradeNotifications": "交易通知",
|
||||
"trafficLimit": "流量限制",
|
||||
"trafficLogs": "流量日志",
|
||||
"trafficUsage": "流量使用",
|
||||
"unknown": "未知",
|
||||
"unlimited": "无限制",
|
||||
"unverified": "未验证",
|
||||
"update": "更新",
|
||||
@@ -98,11 +108,15 @@
|
||||
"userAgent": "用户代理",
|
||||
"userEmail": "用户邮箱",
|
||||
"userEmailPlaceholder": "输入用户邮箱",
|
||||
"userId": "用户 ID",
|
||||
"userInfo": "用户信息",
|
||||
"userList": "用户列表",
|
||||
"userLogs": "登录历史",
|
||||
"userName": "用户标识",
|
||||
"userOrders": "订单",
|
||||
"userProfile": "个人资料",
|
||||
"userSubscriptions": "订阅",
|
||||
"verified": "已验证"
|
||||
"username": "用户名",
|
||||
"verified": "已验证",
|
||||
"viewDetails": "查看详情"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user