he.js 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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. },
  74. pagination: {
  75. goto: 'עבור ל',
  76. pagesize: '/page',
  77. total: 'כולל {total}',
  78. pageClassifier: ''
  79. },
  80. messagebox: {
  81. title: 'הודעה',
  82. confirm: 'אישור',
  83. cancel: 'בטל',
  84. error: 'קלט לא תקין'
  85. },
  86. upload: {
  87. deleteTip: 'press delete to remove', // to be translated
  88. delete: 'מחק',
  89. preview: 'תצוגה מקדימה',
  90. continue: 'המשך'
  91. },
  92. table: {
  93. emptyText: 'אין נתונים',
  94. confirmFilter: 'אישור',
  95. resetFilter: 'נקה',
  96. clearFilter: 'הכל',
  97. sumText: 'סך'
  98. },
  99. tree: {
  100. emptyText: 'אין נתונים'
  101. },
  102. transfer: {
  103. noMatch: 'אין נתונים מתאימים',
  104. noData: 'ללא נתונים',
  105. titles: ['רשימה 1', 'רשימה 2'],
  106. filterPlaceholder: 'הקלד',
  107. noCheckedFormat: 'פריטים {total}',
  108. hasCheckedFormat: ' אישור {checked}/{total}'
  109. },
  110. image: {
  111. error: 'FAILED' // to be translated
  112. }
  113. }
  114. };