feat(user): Add User Detail

This commit is contained in:
web@ppanel
2025-02-02 14:40:29 +07:00
parent 6733fc211c
commit fdaf11b654
66 changed files with 1977 additions and 704 deletions
+1
View File
@@ -24,5 +24,6 @@
"Ticket Management": "การจัดการตั๋ว",
"Twitter": "ทวิตเตอร์",
"User": "ผู้ใช้",
"User Detail": "รายละเอียดผู้ใช้",
"User Management": "การจัดการผู้ใช้"
}
+33 -25
View File
@@ -1,8 +1,17 @@
{
"actions": "การดำเนินการ",
"areaCode": "รหัสพื้นที่",
"areaCodePlaceholder": "รหัสพื้นที่",
"auth": "การยืนยันตัวตน",
"authIdentifier": "ตัวระบุการยืนยันตัวตน",
"authIdentifierPlaceholder": "กรอกตัวระบุการยืนยันตัวตน",
"authType": "ประเภทการยืนยันตัวตน",
"authUser": "ผู้ใช้ที่ได้รับอนุญาต",
"balance": "ยอดคงเหลือ",
"balancePlaceholder": "ยอดคงเหลือ",
"cancel": "ยกเลิก",
"commission": "คอมมิชชั่น",
"commissionPlaceholder": "กรอกค่าคอมมิชชั่น",
"confirm": "ยืนยัน",
"confirmDelete": "คุณแน่ใจหรือว่าต้องการลบ?",
"create": "สร้าง",
@@ -12,39 +21,38 @@
"delete": "ลบ",
"deleteDescription": "หลังจากลบแล้วจะไม่สามารถกู้คืนข้อมูลได้ โปรดดำเนินการด้วยความระมัดระวัง",
"deleteSuccess": "ลบสำเร็จ",
"detail": "รายละเอียด",
"edit": "แก้ไข",
"editUser": "แก้ไขผู้ใช้",
"email": "อีเมล",
"enable": "เปิดใช้งาน",
"form": {
"areaCode": "รหัสพื้นที่",
"areaCodePlaceholder": "รหัสพื้นที่",
"balance": "ยอดคงเหลือ",
"balancePlaceholder": "ยอดคงเหลือ",
"cancel": "ยกเลิก",
"commission": "ค่าคอมมิชชั่น",
"commissionPlaceholder": "กรอกค่าคอมมิชชั่น",
"confirm": "ยืนยัน",
"giftAmount": "จำนวนของขวัญ",
"giftAmountPlaceholder": "กรอกจำนวนของขวัญ",
"invalidEmailFormat": "รูปแบบอีเมลไม่ถูกต้อง",
"inviteCode": "รหัสเชิญ",
"inviteCodePlaceholder": "กรุณาใส่รหัสเชิญ (เว้นว่างเพื่อสร้างอัตโนมัติ)",
"manager": "ผู้ดูแลระบบ",
"password": "รหัสผ่าน",
"passwordPlaceholder": "กรุณาใส่รหัสผ่านใหม่ (สามารถเว้นว่างได้)",
"refererId": "รหัสผู้แนะนำ",
"refererIdPlaceholder": "กรุณาใส่รหัสผู้แนะนำ",
"telephone": "หมายเลขโทรศัพท์",
"telephonePlaceholder": "กรอกหมายเลขโทรศัพท์",
"userEmail": "อีเมลผู้ใช้",
"userEmailPlaceholder": "กรุณาใส่อีเมลผู้ใช้"
},
"giftAmount": "จำนวนเงินของขวัญ",
"giftAmountPlaceholder": "กรอกจำนวนเงินของขวัญ",
"invalidEmailFormat": "รูปแบบอีเมลไม่ถูกต้อง",
"inviteCode": "รหัสเชิญ",
"inviteCodePlaceholder": "กรอกรหัสเชิญ (เว้นว่างไว้เพื่อสร้างใหม่)",
"loading": "กำลังโหลด...",
"loginIp": "ไอพีที่เข้าสู่ระบบ",
"loginTime": "เวลาเข้าสู่ระบบ",
"manager": "ผู้จัดการ",
"password": "รหัสผ่าน",
"passwordPlaceholder": "กรุณาใส่รหัสผ่านใหม่ (ไม่บังคับ)",
"referer": "ผู้แนะนำ",
"refererId": "รหัสผู้แนะนำ",
"refererIdPlaceholder": "กรอก ID ผู้แนะนำ",
"searchIp": "ค้นหาที่อยู่ IP",
"selectAuthType": "เลือกประเภทการยืนยันตัวตน",
"telephone": "หมายเลขโทรศัพท์",
"telephonePlaceholder": "กรอกหมายเลขโทรศัพท์",
"updateSuccess": "อัปเดตสำเร็จ",
"userAgent": "ตัวแทนผู้ใช้",
"userEmail": "อีเมลผู้ใช้",
"userEmailPlaceholder": "กรอกอีเมลผู้ใช้",
"userList": "รายชื่อผู้ใช้",
"userName": "ตัวระบุผู้ใช้"
"userLogs": "ประวัติการเข้าสู่ระบบ",
"userName": "ตัวระบุผู้ใช้",
"userOrders": "คำสั่งซื้อ",
"userProfile": "โปรไฟล์",
"userSubscriptions": "การสมัครสมาชิก",
"verified": "ยืนยันแล้ว"
}