UNPKG

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