grid.locale-th.js 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. ;(function($){
  2. /**
  3. * jqGrid Thai Translation
  4. * Kittituch Manakul m.kittituch@Gmail.com
  5. * http://trirand.com/blog/
  6. * Dual licensed under the MIT and GPL licenses:
  7. * http://www.opensource.org/licenses/mit-license.php
  8. * http://www.gnu.org/licenses/gpl.html
  9. **/
  10. $.jgrid = $.jgrid || {};
  11. $.extend($.jgrid,{
  12. defaults : {
  13. recordtext: "แสดง {0} - {1} จาก {2}",
  14. emptyrecords: "ไม่พบข้อมูล",
  15. loadtext: "กำลังร้องขอข้อมูล...",
  16. pgtext : "หน้า {0} จาก {1}",
  17. pgfirst : "First Page",
  18. pglast : "Last Page",
  19. pgnext : "Next Page",
  20. pgprev : "Previous Page",
  21. pgrecs : "Records per Page",
  22. showhide: "Toggle Expand Collapse Grid"
  23. },
  24. search : {
  25. caption: "กำลังค้นหา...",
  26. Find: "ค้นหา",
  27. Reset: "คืนค่ากลับ",
  28. odata: [{ oper:'eq', text:"เท่ากับ"},{ oper:'ne', text:"ไม่เท่ากับ"},{ oper:'lt', text:"น้อยกว่า"},{ oper:'le', text:"ไม่มากกว่า"},{ oper:'gt', text:"มากกกว่า"},{ oper:'ge', text:"ไม่น้อยกว่า"},{ oper:'bw', text:"ขึ้นต้นด้วย"},{ oper:'bn', text:"ไม่ขึ้นต้นด้วย"},{ oper:'in', text:"มีคำใดคำหนึ่งใน"},{ oper:'ni', text:"ไม่มีคำใดคำหนึ่งใน"},{ oper:'ew', text:"ลงท้ายด้วย"},{ oper:'en', text:"ไม่ลงท้ายด้วย"},{ oper:'cn', text:"มีคำว่า"},{ oper:'nc', text:"ไม่มีคำว่า"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
  29. groupOps: [ { op: "และ", text: "ทั้งหมด" }, { op: "หรือ", text: "ใดๆ" } ],
  30. operandTitle : "Click to select search operation.",
  31. resetTitle : "Reset Search Value"
  32. },
  33. edit : {
  34. addCaption: "เพิ่มข้อมูล",
  35. editCaption: "แก้ไขข้อมูล",
  36. bSubmit: "บันทึก",
  37. bCancel: "ยกเลิก",
  38. bClose: "ปิด",
  39. saveData: "คุณต้องการบันทึการแก้ไข ใช่หรือไม่?",
  40. bYes : "บันทึก",
  41. bNo : "ละทิ้งการแก้ไข",
  42. bExit : "ยกเลิก",
  43. msg: {
  44. required:"ข้อมูลนี้จำเป็น",
  45. number:"กรุณากรอกหมายเลขให้ถูกต้อง",
  46. minValue:"ค่าของข้อมูลนี้ต้องไม่น้อยกว่า",
  47. maxValue:"ค่าของข้อมูลนี้ต้องไม่มากกว่า",
  48. email: "อีเมลล์นี้ไม่ถูกต้อง",
  49. integer: "กรุณากรอกเป็นจำนวนเต็ม",
  50. date: "กรุณากรอกวันที่ให้ถูกต้อง",
  51. url: "URL ไม่ถูกต้อง URL จำเป็นต้องขึ้นต้นด้วย 'http://' หรือ 'https://'",
  52. nodefined : "ไม่ได้ถูกกำหนดค่า!",
  53. novalue : "ต้องการการคืนค่า!",
  54. customarray : "ฟังก์ชันที่สร้างขึ้นต้องส่งค่ากลับเป็นแบบแอเรย์",
  55. customfcheck : "ระบบต้องการฟังก์ชันที่สร้างขึ้นสำหรับการตรวจสอบ!"
  56. }
  57. },
  58. view : {
  59. caption: "เรียกดูข้อมูล",
  60. bClose: "ปิด"
  61. },
  62. del : {
  63. caption: "ลบข้อมูล",
  64. msg: "คุณต้องการลบข้อมูลที่ถูกเลือก ใช่หรือไม่?",
  65. bSubmit: "ต้องการลบ",
  66. bCancel: "ยกเลิก"
  67. },
  68. nav : {
  69. edittext: "",
  70. edittitle: "แก้ไขข้อมูล",
  71. addtext:"",
  72. addtitle: "เพิ่มข้อมูล",
  73. deltext: "",
  74. deltitle: "ลบข้อมูล",
  75. searchtext: "",
  76. searchtitle: "ค้นหาข้อมูล",
  77. refreshtext: "",
  78. refreshtitle: "รีเฟรช",
  79. alertcap: "คำเตือน",
  80. alerttext: "กรุณาเลือกข้อมูล",
  81. viewtext: "",
  82. viewtitle: "ดูรายละเอียดข้อมูล"
  83. },
  84. col : {
  85. caption: "กรุณาเลือกคอลัมน์",
  86. bSubmit: "ตกลง",
  87. bCancel: "ยกเลิก"
  88. },
  89. errors : {
  90. errcap : "เกิดความผิดพลาด",
  91. nourl : "ไม่ได้กำหนด URL",
  92. norecords: "ไม่มีข้อมูลให้ดำเนินการ",
  93. model : "จำนวนคอลัมน์ไม่เท่ากับจำนวนคอลัมน์โมเดล!"
  94. },
  95. formatter : {
  96. integer : {thousandsSeparator: " ", defaultValue: '0'},
  97. number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
  98. currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
  99. date : {
  100. dayNames: [
  101. "อา", "จ", "อ", "พ", "พฤ", "ศ", "ส",
  102. "อาทิตย์", "จันทร์", "อังคาร", "พุธ", "พฤหัสบดี", "ศูกร์", "เสาร์"
  103. ],
  104. monthNames: [
  105. "ม.ค.", "ก.พ.", "มี.ค.", "เม.ย.", "พ.ค.", "มิ.ย.", "ก.ค.", "ส.ค.", "ก.ย.", "ต.ค.", "พ.ย.", "ธ.ค.",
  106. "มกราคม", "กุมภาพันธ์", "มีนาคม", "เมษายน", "พฤษภาคม", "มิถุนายน", "กรกฏาคม", "สิงหาคม", "กันยายน", "ตุลาคม", "พฤศจิกายน", "ธันวาคม"
  107. ],
  108. AmPm : ["am","pm","AM","PM"],
  109. S: function (j) {return ''},
  110. srcformat: 'Y-m-d',
  111. newformat: 'd/m/Y',
  112. parseRe : /[#%\\\/:_;.,\t\s-]/,
  113. masks : {
  114. ISO8601Long:"Y-m-d H:i:s",
  115. ISO8601Short:"Y-m-d",
  116. ShortDate: "n/j/Y",
  117. LongDate: "l, F d, Y",
  118. FullDateTime: "l, F d, Y g:i:s A",
  119. MonthDay: "F d",
  120. ShortTime: "g:i A",
  121. LongTime: "g:i:s A",
  122. SortableDateTime: "Y-m-d\\TH:i:s",
  123. UniversalSortableDateTime: "Y-m-d H:i:sO",
  124. YearMonth: "F, Y"
  125. },
  126. reformatAfterEdit : false,
  127. userLocalTime : false
  128. },
  129. baseLinkUrl: '',
  130. showAction: '',
  131. target: '',
  132. checkbox : {disabled:true},
  133. idName : 'id'
  134. }
  135. });
  136. })(jQuery);