✨ 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": "รหัสผู้แนะนำ",
|
||||
"refererIdPlaceholder": "กรอก ID ผู้แนะนำ",
|
||||
@@ -74,8 +78,12 @@
|
||||
"searchIp": "ค้นหาที่อยู่ IP",
|
||||
"selectAuthType": "เลือกประเภทการยืนยันตัวตน",
|
||||
"speedLimit": "จำกัดความเร็ว",
|
||||
"startTime": "เวลาเริ่มต้น",
|
||||
"status": "สถานะ",
|
||||
"subscription": "การสมัครสมาชิก",
|
||||
"subscriptionDetails": "รายละเอียดการสมัครสมาชิก",
|
||||
"subscriptionId": "รหัสการสมัครสมาชิก",
|
||||
"subscriptionInfo": "ข้อมูลการสมัครสมาชิก",
|
||||
"subscriptionList": "รายการสมัครสมาชิก",
|
||||
"subscriptionLogs": "บันทึกการสมัครสมาชิก",
|
||||
"subscriptionName": "ชื่อการสมัครสมาชิก",
|
||||
@@ -89,6 +97,8 @@
|
||||
"tradeNotifications": "การแจ้งเตือนการซื้อขาย",
|
||||
"trafficLimit": "ขีดจำกัดการจราจร",
|
||||
"trafficLogs": "บันทึกการจราจร",
|
||||
"trafficUsage": "การใช้งานข้อมูล",
|
||||
"unknown": "ไม่ทราบ",
|
||||
"unlimited": "ไม่จำกัด",
|
||||
"unverified": "ยังไม่ได้รับการยืนยัน",
|
||||
"update": "อัปเดต",
|
||||
@@ -98,11 +108,15 @@
|
||||
"userAgent": "ตัวแทนผู้ใช้",
|
||||
"userEmail": "อีเมลผู้ใช้",
|
||||
"userEmailPlaceholder": "กรอกอีเมลผู้ใช้",
|
||||
"userId": "รหัสผู้ใช้",
|
||||
"userInfo": "ข้อมูลผู้ใช้",
|
||||
"userList": "รายชื่อผู้ใช้",
|
||||
"userLogs": "ประวัติการเข้าสู่ระบบ",
|
||||
"userName": "ตัวระบุผู้ใช้",
|
||||
"userOrders": "คำสั่งซื้อ",
|
||||
"userProfile": "โปรไฟล์",
|
||||
"userSubscriptions": "การสมัครสมาชิก",
|
||||
"verified": "ยืนยันแล้ว"
|
||||
"username": "ชื่อผู้ใช้",
|
||||
"verified": "ยืนยันแล้ว",
|
||||
"viewDetails": "ดูรายละเอียด"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user