grid.locale-vi.js 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. /**
  2. * jqGrid Vietnamese Translation
  3. * Lê Đình Dũng dungtdc@gmail.com
  4. * http://trirand.com/blog/
  5. * Dual licensed under the MIT and GPL licenses:
  6. * http://www.opensource.org/licenses/mit-license.php
  7. * http://www.gnu.org/licenses/gpl.html
  8. **/
  9. /*global jQuery, define */
  10. (function( factory ) {
  11. "use strict";
  12. if ( typeof define === "function" && define.amd ) {
  13. // AMD. Register as an anonymous module.
  14. define([
  15. "jquery",
  16. "../grid.base"
  17. ], factory );
  18. } else {
  19. // Browser globals
  20. factory( jQuery );
  21. }
  22. }(function( $ ) {
  23. $.jgrid = $.jgrid || {};
  24. if(!$.jgrid.hasOwnProperty("regional")) {
  25. $.jgrid.regional = [];
  26. }
  27. $.jgrid.regional["vi"] = {
  28. defaults : {
  29. recordtext: "View {0} - {1} of {2}",
  30. emptyrecords: "Không có dữ liệu",
  31. loadtext: "Đang nạp dữ liệu...",
  32. pgtext : "Trang {0} trong tổng số {1}",
  33. savetext: "Saving...",
  34. pgfirst : "First Page",
  35. pglast : "Last Page",
  36. pgnext : "Next Page",
  37. pgprev : "Previous Page",
  38. pgrecs : "Records per Page",
  39. showhide: "Toggle Expand Collapse Grid",
  40. // mobile
  41. pagerCaption : "Grid::Page Settings",
  42. pageText : "Page:",
  43. recordPage : "Records per Page",
  44. nomorerecs : "No more records...",
  45. scrollPullup: "Pull up to load more...",
  46. scrollPulldown : "Pull down to refresh...",
  47. scrollRefresh : "Release to refresh..."
  48. },
  49. search : {
  50. caption: "Tìm kiếm...",
  51. Find: "Tìm",
  52. Reset: "Khởi tạo lại",
  53. 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'}, {oper:'bt', text:'between'}],
  54. groupOps: [ { op: "VÀ", text: "tất cả" }, { op: "HOẶC", text: "bất kỳ" } ],
  55. operandTitle : "Click to select search operation.",
  56. resetTitle : "Reset Search Value"
  57. },
  58. edit : {
  59. addCaption: "Thêm bản ghi",
  60. editCaption: "Sửa bản ghi",
  61. bSubmit: "Gửi",
  62. bCancel: "Hủy bỏ",
  63. bClose: "Đóng",
  64. saveData: "Dữ liệu đã thay đổi! Có lưu thay đổi không?",
  65. bYes : "Có",
  66. bNo : "Không",
  67. bExit : "Hủy bỏ",
  68. msg: {
  69. required:"Trường dữ liệu bắt buộc có",
  70. number:"Hãy điền đúng số",
  71. minValue:"giá trị phải lớn hơn hoặc bằng với ",
  72. maxValue:"giá trị phải bé hơn hoặc bằng",
  73. email: "không phải là một email đúng",
  74. integer: "Hãy điền đúng số nguyên",
  75. date: "Hãy điền đúng ngày tháng",
  76. url: "không phải là URL. Khởi đầu bắt buộc là ('http://' hoặc 'https://')",
  77. nodefined : " chưa được định nghĩa!",
  78. novalue : " giá trị trả về bắt buộc phải có!",
  79. customarray : "Hàm nên trả về một mảng!",
  80. customfcheck : "Custom function should be present in case of custom checking!"
  81. }
  82. },
  83. view : {
  84. caption: "Xem bản ghi",
  85. bClose: "Đóng"
  86. },
  87. del : {
  88. caption: "Xóa",
  89. msg: "Xóa bản ghi đã chọn?",
  90. bSubmit: "Xóa",
  91. bCancel: "Hủy bỏ"
  92. },
  93. nav : {
  94. edittext: "",
  95. edittitle: "Sửa dòng đã chọn",
  96. addtext:"",
  97. addtitle: "Thêm mới 1 dòng",
  98. deltext: "",
  99. deltitle: "Xóa dòng đã chọn",
  100. searchtext: "",
  101. searchtitle: "Tìm bản ghi",
  102. refreshtext: "",
  103. refreshtitle: "Nạp lại lưới",
  104. alertcap: "Cảnh báo",
  105. alerttext: "Hãy chọn một dòng",
  106. viewtext: "",
  107. viewtitle: "Xem dòng đã chọn",
  108. savetext: "",
  109. savetitle: "Save row",
  110. canceltext: "",
  111. canceltitle : "Cancel row editing",
  112. selectcaption : "Actions..."
  113. },
  114. col : {
  115. caption: "Chọn cột",
  116. bSubmit: "OK",
  117. bCancel: "Hủy bỏ"
  118. },
  119. errors : {
  120. errcap : "Lỗi",
  121. nourl : "không url được đặt",
  122. norecords: "Không có bản ghi để xử lý",
  123. model : "Chiều dài của colNames <> colModel!"
  124. },
  125. formatter : {
  126. integer : {thousandsSeparator: ".", defaultValue: '0'},
  127. number : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, defaultValue: '0'},
  128. currency : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0'},
  129. date : {
  130. dayNames: [
  131. "CN", "T2", "T3", "T4", "T5", "T6", "T7",
  132. "Chủ nhật", "Thứ hai", "Thứ ba", "Thứ tư", "Thứ năm", "Thứ sáu", "Thứ bảy"
  133. ],
  134. monthNames: [
  135. "Th1", "Th2", "Th3", "Th4", "Th5", "Th6", "Th7", "Th8", "Th9", "Th10", "Th11", "Th12",
  136. "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"
  137. ],
  138. AmPm : ["sáng","chiều","SÁNG","CHIỀU"],
  139. S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th';},
  140. srcformat: 'Y-m-d',
  141. newformat: 'n/j/Y',
  142. parseRe : /[#%\\\/:_;.,\t\s-]/,
  143. masks : {
  144. // see http://php.net/manual/en/function.date.php for PHP format used in jqGrid
  145. // and see http://docs.jquery.com/UI/Datepicker/formatDate
  146. // and https://github.com/jquery/globalize#dates for alternative formats used frequently
  147. // one can find on https://github.com/jquery/globalize/tree/master/lib/cultures many
  148. // information about date, time, numbers and currency formats used in different countries
  149. // one should just convert the information in PHP format
  150. ISO8601Long:"Y-m-d H:i:s",
  151. ISO8601Short:"Y-m-d",
  152. // short date:
  153. // n - Numeric representation of a month, without leading zeros
  154. // j - Day of the month without leading zeros
  155. // Y - A full numeric representation of a year, 4 digits
  156. // example: 3/1/2012 which means 1 March 2012
  157. ShortDate: "n/j/Y", // in jQuery UI Datepicker: "M/d/yyyy"
  158. // long date:
  159. // l - A full textual representation of the day of the week
  160. // F - A full textual representation of a month
  161. // d - Day of the month, 2 digits with leading zeros
  162. // Y - A full numeric representation of a year, 4 digits
  163. LongDate: "l, F d, Y", // in jQuery UI Datepicker: "dddd, MMMM dd, yyyy"
  164. // long date with long time:
  165. // l - A full textual representation of the day of the week
  166. // F - A full textual representation of a month
  167. // d - Day of the month, 2 digits with leading zeros
  168. // Y - A full numeric representation of a year, 4 digits
  169. // g - 12-hour format of an hour without leading zeros
  170. // i - Minutes with leading zeros
  171. // s - Seconds, with leading zeros
  172. // A - Uppercase Ante meridiem and Post meridiem (AM or PM)
  173. FullDateTime: "l, F d, Y g:i:s A", // in jQuery UI Datepicker: "dddd, MMMM dd, yyyy h:mm:ss tt"
  174. // month day:
  175. // F - A full textual representation of a month
  176. // d - Day of the month, 2 digits with leading zeros
  177. MonthDay: "F d", // in jQuery UI Datepicker: "MMMM dd"
  178. // short time (without seconds)
  179. // g - 12-hour format of an hour without leading zeros
  180. // i - Minutes with leading zeros
  181. // A - Uppercase Ante meridiem and Post meridiem (AM or PM)
  182. ShortTime: "g:i A", // in jQuery UI Datepicker: "h:mm tt"
  183. // long time (with seconds)
  184. // g - 12-hour format of an hour without leading zeros
  185. // i - Minutes with leading zeros
  186. // s - Seconds, with leading zeros
  187. // A - Uppercase Ante meridiem and Post meridiem (AM or PM)
  188. LongTime: "g:i:s A", // in jQuery UI Datepicker: "h:mm:ss tt"
  189. SortableDateTime: "Y-m-d\\TH:i:s",
  190. UniversalSortableDateTime: "Y-m-d H:i:sO",
  191. // month with year
  192. // Y - A full numeric representation of a year, 4 digits
  193. // F - A full textual representation of a month
  194. YearMonth: "F, Y" // in jQuery UI Datepicker: "MMMM, yyyy"
  195. },
  196. reformatAfterEdit : false,
  197. userLocalTime : false
  198. },
  199. baseLinkUrl: '',
  200. showAction: '',
  201. target: '',
  202. checkbox : {disabled:true},
  203. idName : 'id'
  204. },
  205. colmenu : {
  206. sortasc : "Sort Ascending",
  207. sortdesc : "Sort Descending",
  208. columns : "Columns",
  209. filter : "Filter",
  210. grouping : "Group By",
  211. ungrouping : "Ungroup",
  212. searchTitle : "Get items with value that:",
  213. freeze : "Freeze",
  214. unfreeze : "Unfreeze",
  215. reorder : "Move to reorder"
  216. }
  217. };
  218. }));