he.js 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. 'use strict';
  2. exports.__esModule = true;
  3. exports.default = {
  4. el: {
  5. colorpicker: {
  6. confirm: 'אישור',
  7. clear: 'נקה'
  8. },
  9. datepicker: {
  10. now: 'כעת',
  11. today: 'היום',
  12. cancel: 'בטל',
  13. clear: 'נקה',
  14. confirm: 'אישור',
  15. selectDate: 'בחר תאריך',
  16. selectTime: 'בחר זמן',
  17. startDate: 'תאריך התחלה',
  18. startTime: 'זמן התחלה',
  19. endDate: 'תאריך סיום',
  20. endTime: 'זמן סיום',
  21. prevYear: 'Previous Year', // to be translated
  22. nextYear: 'Next Year', // to be translated
  23. prevMonth: 'Previous Month', // to be translated
  24. nextMonth: 'Next Month', // to be translated
  25. year: '',
  26. month1: 'ינואר',
  27. month2: 'פברואר',
  28. month3: 'מרץ',
  29. month4: 'אפריל',
  30. month5: 'מאי',
  31. month6: 'יוני',
  32. month7: 'יולי',
  33. month8: 'אוגוסט',
  34. month9: 'ספטמבר',
  35. month10: 'אוקטובר',
  36. month11: 'נובמבר',
  37. month12: 'דצמבר',
  38. // week: 'week',
  39. weeks: {
  40. sun: 'א׳',
  41. mon: 'ב׳',
  42. tue: 'ג׳',
  43. wed: 'ד׳',
  44. thu: 'ה׳',
  45. fri: 'ו׳',
  46. sat: 'שבת'
  47. },
  48. months: {
  49. jan: 'ינואר',
  50. feb: 'פברואר',
  51. mar: 'מרץ',
  52. apr: 'אפריל',
  53. may: 'מאי',
  54. jun: 'יוני',
  55. jul: 'יולי',
  56. aug: 'אוגוסט',
  57. sep: 'ספטמבר',
  58. oct: 'אוקטובר',
  59. nov: 'נובמבר',
  60. dec: 'דצמבר'
  61. }
  62. },
  63. select: {
  64. loading: 'טוען',
  65. noMatch: 'לא נמצאו נתונים',
  66. noData: 'ללא נתונים',
  67. placeholder: 'בחר'
  68. },
  69. cascader: {
  70. noMatch: 'ללא נתונים מתאימים',
  71. loading: 'טוען',
  72. placeholder: 'בחר',
  73. noData: 'ללא נתונים'
  74. },
  75. pagination: {
  76. goto: 'עבור ל',
  77. pagesize: '/page',
  78. total: 'כולל {total}',
  79. pageClassifier: ''
  80. },
  81. messagebox: {
  82. title: 'הודעה',
  83. confirm: 'אישור',
  84. cancel: 'בטל',
  85. error: 'קלט לא תקין'
  86. },
  87. upload: {
  88. deleteTip: 'press delete to remove', // to be translated
  89. delete: 'מחק',
  90. preview: 'תצוגה מקדימה',
  91. continue: 'המשך'
  92. },
  93. table: {
  94. emptyText: 'אין נתונים',
  95. confirmFilter: 'אישור',
  96. resetFilter: 'נקה',
  97. clearFilter: 'הכל',
  98. sumText: 'סך'
  99. },
  100. tree: {
  101. emptyText: 'אין נתונים'
  102. },
  103. transfer: {
  104. noMatch: 'אין נתונים מתאימים',
  105. noData: 'ללא נתונים',
  106. titles: ['רשימה 1', 'רשימה 2'],
  107. filterPlaceholder: 'הקלד',
  108. noCheckedFormat: 'פריטים {total}',
  109. hasCheckedFormat: ' אישור {checked}/{total}'
  110. },
  111. image: {
  112. error: 'FAILED' // to be translated
  113. },
  114. pageHeader: {
  115. title: 'Back' // to be translated
  116. },
  117. popconfirm: {
  118. confirmButtonText: 'Yes', // to be translated
  119. cancelButtonText: 'No' // to be translated
  120. },
  121. empty: {
  122. description: 'אין נתונים'
  123. }
  124. }
  125. };