feat(api): Add an interface to obtain user subscription details, update related type definitions and localized text

This commit is contained in:
web@ppanel
2025-03-25 23:55:31 +07:00
parent 383638f702
commit cf5c39cfe5
34 changed files with 606 additions and 123 deletions
+15 -1
View File
@@ -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": "查看詳情"
}