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": "詳細を見る"
}