form.js 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. export default {
  2. "Key": "id",
  3. "Id": "รหัส",
  4. "Delete": "ลบ",
  5. "DeleteConfirm": "คุณแน่ใจหรือไม่ว่าต้องการลบข้อมูลนี้?",
  6. "Edit": "แก้ไข",
  7. "Add": "เพิ่ม",
  8. "Cancel": "ยกเลิก",
  9. "Confirm": "ยืนยัน",
  10. "Search": "ค้นหา",
  11. "Reset": "รีเซ็ต",
  12. "Export": "ส่งออก",
  13. "Import": "นำเข้า",
  14. "Status": "สถานะ",
  15. "ExportSuccess": "ส่งออกสำเร็จ",
  16. "ImportSuccess": "นำเข้าสำเร็จ",
  17. "ExportFailed": "ส่งออกล้มเหลว",
  18. "ImportFailed": "นำเข้าล้มเหลว",
  19. "ExportConfirm": "คุณแน่ใจหรือไม่ว่าต้องการส่งออก?",
  20. "ImportConfirm": "คุณแน่ใจหรือไม่ว่าต้องการนำเข้า?",
  21. "PleaseEnterThe": "กรุณากรอก",
  22. "DBdistributorSource": "แหล่งที่มา DB",
  23. // Menu form
  24. "Name": "ชื่อเมนู",
  25. "Icon": "ไอคอน",
  26. "SortNumber": "หมายเลขเรียงลำดับ",
  27. "Refresh": "รีเฟรช",
  28. "Path": "ตัวระบุ",
  29. "Url": "เส้นทาง",
  30. // Dictionary
  31. "dictionaryName": "ชื่อพจนานุกรม",
  32. "dictionaryType": "ประเภทพจนานุกรม",
  33. "dictionaryValue": "ค่า",
  34. "dictionarySortNumber": "หมายเลขเรียงลำดับ",
  35. "dictionaryDescription": "คำอธิบาย",
  36. "createUser": "สร้างโดย",
  37. "updateUser": "อัปเดตโดย",
  38. "createTime": "เวลาที่สร้าง",
  39. "updateTime": "เวลาที่อัปเดต",
  40. // Distributor
  41. "distributorName": "ชื่อผู้จัดจำหน่าย",
  42. "distributorContact": "ผู้ติดต่อ",
  43. "distributorPhone": "เบอร์โทรติดต่อ",
  44. // Data pool form
  45. "datapoolForm": {
  46. "title": "สร้างพูล SIM การ์ด",
  47. "dealer": "ตัวแทนจำหน่าย",
  48. "poolName": "ชื่อพูล",
  49. "operator": "ผู้ให้บริการ",
  50. "planType": "ประเภทแผน",
  51. "displayFlow": "แสดงการไหล",
  52. "plan": "แผน",
  53. "pleaseSelect": "กรุณาเลือก",
  54. "pleaseEnter": "กรุณากรอก",
  55. "submit": "ส่ง",
  56. "cancel": "ยกเลิก"
  57. },
  58. }