grid.locale-he.js 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. ;(function($){
  2. /**
  3. * jqGrid Hebrew Translation
  4. * Shuki Shukrun shukrun.shuki@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. },
  18. search : {
  19. caption: "מחפש...",
  20. Find: "חפש",
  21. Reset: "התחל",
  22. 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:"לא מכיל"}],
  23. groupOps: [ { op: "AND", text: "הכל" }, { op: "OR", text: "אחד מ" } ]
  24. },
  25. edit : {
  26. addCaption: "הוסף רשומה",
  27. editCaption: "ערוך רשומה",
  28. bSubmit: "שלח",
  29. bCancel: "בטל",
  30. bClose: "סגור",
  31. saveData: "נתונים השתנו! לשמור?",
  32. bYes : "כן",
  33. bNo : "לא",
  34. bExit : "בטל",
  35. msg: {
  36. required:"שדה חובה",
  37. number:"אנא, הכנס מספר תקין",
  38. minValue:"ערך צריך להיות גדול או שווה ל ",
  39. maxValue:"ערך צריך להיות קטן או שווה ל ",
  40. email: "היא לא כתובת איימל תקינה",
  41. integer: "אנא, הכנס מספר שלם",
  42. date: "אנא, הכנס תאריך תקין",
  43. url: "הכתובת אינה תקינה. דרושה תחילית ('http://' או 'https://')",
  44. nodefined : " is not defined!",
  45. novalue : " return value is required!",
  46. customarray : "Custom function should return array!",
  47. customfcheck : "Custom function should be present in case of custom checking!"
  48. }
  49. },
  50. view : {
  51. caption: "הצג רשומה",
  52. bClose: "סגור"
  53. },
  54. del : {
  55. caption: "מחק",
  56. msg: "האם למחוק את הרשומה/ות המסומנות?",
  57. bSubmit: "מחק",
  58. bCancel: "בטל"
  59. },
  60. nav : {
  61. edittext: "",
  62. edittitle: "ערוך שורה מסומנת",
  63. addtext:"",
  64. addtitle: "הוסף שורה חדשה",
  65. deltext: "",
  66. deltitle: "מחק שורה מסומנת",
  67. searchtext: "",
  68. searchtitle: "חפש רשומות",
  69. refreshtext: "",
  70. refreshtitle: "טען גריד מחדש",
  71. alertcap: "אזהרה",
  72. alerttext: "אנא, בחר שורה",
  73. viewtext: "",
  74. viewtitle: "הצג שורה מסומנת"
  75. },
  76. col : {
  77. caption: "הצג/הסתר עמודות",
  78. bSubmit: "שלח",
  79. bCancel: "בטל"
  80. },
  81. errors : {
  82. errcap : "שגיאה",
  83. nourl : "לא הוגדרה כתובת url",
  84. norecords: "אין רשומות לעבד",
  85. model : "אורך של colNames <> colModel!"
  86. },
  87. formatter : {
  88. integer : {thousandsSeparator: " ", defaultValue: '0'},
  89. number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
  90. currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
  91. date : {
  92. dayNames: [
  93. "א", "ב", "ג", "ד", "ה", "ו", "ש",
  94. "ראשון", "שני", "שלישי", "רביעי", "חמישי", "שישי", "שבת"
  95. ],
  96. monthNames: [
  97. "ינו", "פבר", "מרץ", "אפר", "מאי", "יונ", "יול", "אוג", "ספט", "אוק", "נוב", "דצמ",
  98. "ינואר", "פברואר", "מרץ", "אפריל", "מאי", "יוני", "יולי", "אוגוסט", "ספטמבר", "אוקטובר", "נובמבר", "דצמבר"
  99. ],
  100. AmPm : ["לפני הצהרים","אחר הצהרים","לפני הצהרים","אחר הצהרים"],
  101. S: function (j) {return j < 11 || j > 13 ? ['', '', '', ''][Math.min((j - 1) % 10, 3)] : ''},
  102. srcformat: 'Y-m-d',
  103. newformat: 'd/m/Y',
  104. parseRe : /[Tt\\\/:_;.,\t\s-]/,
  105. masks : {
  106. ISO8601Long:"Y-m-d H:i:s",
  107. ISO8601Short:"Y-m-d",
  108. ShortDate: "n/j/Y",
  109. LongDate: "l, F d, Y",
  110. FullDateTime: "l, F d, Y g:i:s A",
  111. MonthDay: "F d",
  112. ShortTime: "g:i A",
  113. LongTime: "g:i:s A",
  114. SortableDateTime: "Y-m-d\\TH:i:s",
  115. UniversalSortableDateTime: "Y-m-d H:i:sO",
  116. YearMonth: "F, Y"
  117. },
  118. reformatAfterEdit : false
  119. },
  120. baseLinkUrl: '',
  121. showAction: '',
  122. target: '',
  123. checkbox : {disabled:true},
  124. idName : 'id'
  125. }
  126. });
  127. })(jQuery);