he_IL.js 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. "use strict";
  2. var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
  3. Object.defineProperty(exports, "__esModule", {
  4. value: true
  5. });
  6. exports.default = void 0;
  7. var _he_IL = _interopRequireDefault(require("rc-pagination/lib/locale/he_IL"));
  8. var _he_IL2 = _interopRequireDefault(require("../calendar/locale/he_IL"));
  9. var _he_IL3 = _interopRequireDefault(require("../date-picker/locale/he_IL"));
  10. var _he_IL4 = _interopRequireDefault(require("../time-picker/locale/he_IL"));
  11. const typeTemplate = '${label} הוא לא ${type} תקין';
  12. const localeValues = {
  13. locale: 'he',
  14. Pagination: _he_IL.default,
  15. DatePicker: _he_IL3.default,
  16. TimePicker: _he_IL4.default,
  17. Calendar: _he_IL2.default,
  18. global: {
  19. placeholder: 'אנא בחר',
  20. close: 'סגור'
  21. },
  22. Table: {
  23. filterTitle: 'תפריט סינון',
  24. filterConfirm: 'אישור',
  25. filterReset: 'איפוס',
  26. selectAll: 'בחר הכל',
  27. selectInvert: 'הפוך בחירה',
  28. selectionAll: 'בחר את כל הנתונים',
  29. sortTitle: 'מיון',
  30. expand: 'הרחב שורה',
  31. collapse: 'צמצם שורה',
  32. triggerDesc: 'לחץ למיון לפי סדר יורד',
  33. triggerAsc: 'לחץ למיון לפי סדר עולה',
  34. cancelSort: 'לחץ כדי לבטל את המיון'
  35. },
  36. Tour: {
  37. Next: 'הבא',
  38. Previous: 'הקודם',
  39. Finish: 'סיום'
  40. },
  41. Modal: {
  42. okText: 'אישור',
  43. cancelText: 'ביטול',
  44. justOkText: 'אישור'
  45. },
  46. Popconfirm: {
  47. okText: 'אישור',
  48. cancelText: 'ביטול'
  49. },
  50. Transfer: {
  51. titles: ['', ''],
  52. searchPlaceholder: 'חפש כאן',
  53. itemUnit: 'פריט',
  54. itemsUnit: 'פריטים'
  55. },
  56. Upload: {
  57. uploading: 'מעלה...',
  58. removeFile: 'הסר קובץ',
  59. uploadError: 'שגיאת העלאה',
  60. previewFile: 'הצג קובץ',
  61. downloadFile: 'הורד קובץ'
  62. },
  63. Empty: {
  64. description: 'אין מידע'
  65. },
  66. Icon: {
  67. icon: 'סמל'
  68. },
  69. Text: {
  70. edit: 'ערוך',
  71. copy: 'העתק',
  72. copied: 'הועתק',
  73. expand: 'הרחב'
  74. },
  75. Form: {
  76. defaultValidateMessages: {
  77. default: 'ערך השדה שגוי ${label}',
  78. required: 'בבקשה הזן ${label}',
  79. enum: '${label} חייב להיות אחד מערכים אלו [${enum}]',
  80. whitespace: '${label} לא יכול להיות ריק',
  81. date: {
  82. format: '${label} תאריך לא תקין',
  83. parse: '${label} לא ניתן להמיר לתאריך',
  84. invalid: '${label} הוא לא תאריך תקין'
  85. },
  86. types: {
  87. string: typeTemplate,
  88. method: typeTemplate,
  89. array: typeTemplate,
  90. object: typeTemplate,
  91. number: typeTemplate,
  92. date: typeTemplate,
  93. boolean: typeTemplate,
  94. integer: typeTemplate,
  95. float: typeTemplate,
  96. regexp: typeTemplate,
  97. email: typeTemplate,
  98. url: typeTemplate,
  99. hex: typeTemplate
  100. },
  101. string: {
  102. len: '${label} חייב להיות ${len} תווים',
  103. min: '${label} חייב להיות ${min} תווים',
  104. max: '${label} מקסימום ${max} תווים',
  105. range: '${label} חייב להיות בין ${min}-${max} תווים'
  106. },
  107. number: {
  108. len: '${label} חייב להיות שווה ל ${len}',
  109. min: '${label} ערך מינימלי הוא ${min}',
  110. max: '${label} ערך מקסימלי הוא ${max}',
  111. range: '${label} חייב להיות בין ${min}-${max}'
  112. },
  113. array: {
  114. len: 'חייב להיות ${len} ${label}',
  115. min: 'מינימום ${min} ${label}',
  116. max: 'מקסימום ${max} ${label}',
  117. range: 'הסכום של ${label} חייב להיות בין ${min}-${max}'
  118. },
  119. pattern: {
  120. mismatch: '${label} לא תואם לתבנית ${pattern}'
  121. }
  122. }
  123. },
  124. Image: {
  125. preview: 'תצוגה מקדימה'
  126. }
  127. };
  128. var _default = exports.default = localeValues;