Theme Inspinia
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. ;(function($){
  2. /**
  3. * jqGrid Vietnamese Translation
  4. * Lê Đình Dũng dungtdc@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: "View {0} - {1} of {2}",
  14. emptyrecords: "Không có dữ liệu",
  15. loadtext: "Đang nạp dữ liệu...",
  16. pgtext : "Trang {0} trong tổng số {1}"
  17. },
  18. search : {
  19. caption: "Tìm kiếm...",
  20. Find: "Tìm",
  21. Reset: "Khởi tạo lại",
  22. odata: [{ oper:'eq', text:"bằng"},{ oper:'ne', text:"không bằng"},{ oper:'lt', text:"bé hơn"},{ oper:'le', text:"bé hơn hoặc bằng"},{ oper:'gt', text:"lớn hơn"},{ oper:'ge', text:"lớn hơn hoặc bằng"},{ oper:'bw', text:"bắt đầu với"},{ oper:'bn', text:"không bắt đầu với"},{ oper:'in', text:"trong"},{ oper:'ni', text:"không nằm trong"},{ oper:'ew', text:"kết thúc với"},{ oper:'en', text:"không kết thúc với"},{ oper:'cn', text:"chứa"},{ oper:'nc', text:"không chứa"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
  23. groupOps: [ { op: "VÀ", text: "tất cả" }, { op: "HOẶC", text: "bất kỳ" } ],
  24. operandTitle : "Click to select search operation.",
  25. resetTitle : "Reset Search Value"
  26. },
  27. edit : {
  28. addCaption: "Thêm bản ghi",
  29. editCaption: "Sửa bản ghi",
  30. bSubmit: "Gửi",
  31. bCancel: "Hủy bỏ",
  32. bClose: "Đóng",
  33. saveData: "Dữ liệu đã thay đổi! Có lưu thay đổi không?",
  34. bYes : "Có",
  35. bNo : "Không",
  36. bExit : "Hủy bỏ",
  37. msg: {
  38. required:"Trường dữ liệu bắt buộc có",
  39. number:"Hãy điền đúng số",
  40. minValue:"giá trị phải lớn hơn hoặc bằng với ",
  41. maxValue:"giá trị phải bé hơn hoặc bằng",
  42. email: "không phải là một email đúng",
  43. integer: "Hãy điền đúng số nguyên",
  44. date: "Hãy điền đúng ngày tháng",
  45. url: "không phải là URL. Khởi đầu bắt buộc là ('http://' hoặc 'https://')",
  46. nodefined : " chưa được định nghĩa!",
  47. novalue : " giá trị trả về bắt buộc phải có!",
  48. customarray : "Hàm nên trả về một mảng!",
  49. customfcheck : "Custom function should be present in case of custom checking!"
  50. }
  51. },
  52. view : {
  53. caption: "Xem bản ghi",
  54. bClose: "Đóng"
  55. },
  56. del : {
  57. caption: "Xóa",
  58. msg: "Xóa bản ghi đã chọn?",
  59. bSubmit: "Xóa",
  60. bCancel: "Hủy bỏ"
  61. },
  62. nav : {
  63. edittext: "",
  64. edittitle: "Sửa dòng đã chọn",
  65. addtext:"",
  66. addtitle: "Thêm mới 1 dòng",
  67. deltext: "",
  68. deltitle: "Xóa dòng đã chọn",
  69. searchtext: "",
  70. searchtitle: "Tìm bản ghi",
  71. refreshtext: "",
  72. refreshtitle: "Nạp lại lưới",
  73. alertcap: "Cảnh báo",
  74. alerttext: "Hãy chọn một dòng",
  75. viewtext: "",
  76. viewtitle: "Xem dòng đã chọn"
  77. },
  78. col : {
  79. caption: "Chọn cột",
  80. bSubmit: "OK",
  81. bCancel: "Hủy bỏ"
  82. },
  83. errors : {
  84. errcap : "Lỗi",
  85. nourl : "không url được đặt",
  86. norecords: "Không có bản ghi để xử lý",
  87. model : "Chiều dài của colNames <> colModel!"
  88. },
  89. formatter : {
  90. integer : {thousandsSeparator: ".", defaultValue: '0'},
  91. number : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, defaultValue: '0'},
  92. currency : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0'},
  93. date : {
  94. dayNames: [
  95. "CN", "T2", "T3", "T4", "T5", "T6", "T7",
  96. "Chủ nhật", "Thứ hai", "Thứ ba", "Thứ tư", "Thứ năm", "Thứ sáu", "Thứ bảy"
  97. ],
  98. monthNames: [
  99. "Th1", "Th2", "Th3", "Th4", "Th5", "Th6", "Th7", "Th8", "Th9", "Th10", "Th11", "Th12",
  100. "Tháng một", "Tháng hai", "Tháng ba", "Tháng tư", "Tháng năm", "Tháng sáu", "Tháng bảy", "Tháng tám", "Tháng chín", "Tháng mười", "Tháng mười một", "Tháng mười hai"
  101. ],
  102. AmPm : ["sáng","chiều","SÁNG","CHIỀU"],
  103. S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th';},
  104. srcformat: 'Y-m-d',
  105. newformat: 'n/j/Y',
  106. parseRe : /[#%\\\/:_;.,\t\s-]/,
  107. masks : {
  108. // see http://php.net/manual/en/function.date.php for PHP format used in jqGrid
  109. // and see http://docs.jquery.com/UI/Datepicker/formatDate
  110. // and https://github.com/jquery/globalize#dates for alternative formats used frequently
  111. // one can find on https://github.com/jquery/globalize/tree/master/lib/cultures many
  112. // information about date, time, numbers and currency formats used in different countries
  113. // one should just convert the information in PHP format
  114. ISO8601Long:"Y-m-d H:i:s",
  115. ISO8601Short:"Y-m-d",
  116. // short date:
  117. // n - Numeric representation of a month, without leading zeros
  118. // j - Day of the month without leading zeros
  119. // Y - A full numeric representation of a year, 4 digits
  120. // example: 3/1/2012 which means 1 March 2012
  121. ShortDate: "n/j/Y", // in jQuery UI Datepicker: "M/d/yyyy"
  122. // long date:
  123. // l - A full textual representation of the day of the week
  124. // F - A full textual representation of a month
  125. // d - Day of the month, 2 digits with leading zeros
  126. // Y - A full numeric representation of a year, 4 digits
  127. LongDate: "l, F d, Y", // in jQuery UI Datepicker: "dddd, MMMM dd, yyyy"
  128. // long date with long time:
  129. // l - A full textual representation of the day of the week
  130. // F - A full textual representation of a month
  131. // d - Day of the month, 2 digits with leading zeros
  132. // Y - A full numeric representation of a year, 4 digits
  133. // g - 12-hour format of an hour without leading zeros
  134. // i - Minutes with leading zeros
  135. // s - Seconds, with leading zeros
  136. // A - Uppercase Ante meridiem and Post meridiem (AM or PM)
  137. FullDateTime: "l, F d, Y g:i:s A", // in jQuery UI Datepicker: "dddd, MMMM dd, yyyy h:mm:ss tt"
  138. // month day:
  139. // F - A full textual representation of a month
  140. // d - Day of the month, 2 digits with leading zeros
  141. MonthDay: "F d", // in jQuery UI Datepicker: "MMMM dd"
  142. // short time (without seconds)
  143. // g - 12-hour format of an hour without leading zeros
  144. // i - Minutes with leading zeros
  145. // A - Uppercase Ante meridiem and Post meridiem (AM or PM)
  146. ShortTime: "g:i A", // in jQuery UI Datepicker: "h:mm tt"
  147. // long time (with seconds)
  148. // g - 12-hour format of an hour without leading zeros
  149. // i - Minutes with leading zeros
  150. // s - Seconds, with leading zeros
  151. // A - Uppercase Ante meridiem and Post meridiem (AM or PM)
  152. LongTime: "g:i:s A", // in jQuery UI Datepicker: "h:mm:ss tt"
  153. SortableDateTime: "Y-m-d\\TH:i:s",
  154. UniversalSortableDateTime: "Y-m-d H:i:sO",
  155. // month with year
  156. // Y - A full numeric representation of a year, 4 digits
  157. // F - A full textual representation of a month
  158. YearMonth: "F, Y" // in jQuery UI Datepicker: "MMMM, yyyy"
  159. },
  160. reformatAfterEdit : false
  161. },
  162. baseLinkUrl: '',
  163. showAction: '',
  164. target: '',
  165. checkbox : {disabled:true},
  166. idName : 'id'
  167. }
  168. });
  169. })(jQuery);