1 | var __create = Object.create;
|
2 | var __defProp = Object.defineProperty;
|
3 | var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
4 | var __getOwnPropNames = Object.getOwnPropertyNames;
|
5 | var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
6 | var __getProtoOf = Object.getPrototypeOf;
|
7 | var __hasOwnProp = Object.prototype.hasOwnProperty;
|
8 | var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
9 | var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
10 | var __spreadValues = (a, b) => {
|
11 | for (var prop in b || (b = {}))
|
12 | if (__hasOwnProp.call(b, prop))
|
13 | __defNormalProp(a, prop, b[prop]);
|
14 | if (__getOwnPropSymbols)
|
15 | for (var prop of __getOwnPropSymbols(b)) {
|
16 | if (__propIsEnum.call(b, prop))
|
17 | __defNormalProp(a, prop, b[prop]);
|
18 | }
|
19 | return a;
|
20 | };
|
21 | var __export = (target, all) => {
|
22 | for (var name in all)
|
23 | __defProp(target, name, { get: all[name], enumerable: true });
|
24 | };
|
25 | var __copyProps = (to, from, except, desc) => {
|
26 | if (from && typeof from === "object" || typeof from === "function") {
|
27 | for (let key of __getOwnPropNames(from))
|
28 | if (!__hasOwnProp.call(to, key) && key !== except)
|
29 | __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
30 | }
|
31 | return to;
|
32 | };
|
33 | var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
|
34 | var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
35 |
|
36 |
|
37 | var he_IL_exports = {};
|
38 | __export(he_IL_exports, {
|
39 | default: () => he_IL_default4
|
40 | });
|
41 | module.exports = __toCommonJS(he_IL_exports);
|
42 | var import_he_IL4 = __toESM(require("rc-pagination/lib/locale/he_IL"));
|
43 |
|
44 |
|
45 | var import_he_IL = __toESM(require("rc-picker/lib/locale/he_IL"));
|
46 |
|
47 |
|
48 | var locale = {
|
49 | placeholder: "בחר שעה"
|
50 | };
|
51 | var he_IL_default = locale;
|
52 |
|
53 |
|
54 | var locale2 = {
|
55 | lang: __spreadValues({
|
56 | placeholder: "בחר תאריך",
|
57 | rangePlaceholder: ["תאריך התחלה", "תאריך סיום"]
|
58 | }, import_he_IL.default),
|
59 | timePickerLocale: __spreadValues({}, he_IL_default)
|
60 | };
|
61 | var he_IL_default2 = locale2;
|
62 |
|
63 |
|
64 | var he_IL_default3 = he_IL_default2;
|
65 |
|
66 |
|
67 | var typeTemplate = "${label} הוא לא ${type} תקין";
|
68 | var localeValues = {
|
69 | locale: "he",
|
70 | Pagination: import_he_IL4.default,
|
71 | DatePicker: he_IL_default2,
|
72 | TimePicker: he_IL_default,
|
73 | Calendar: he_IL_default3,
|
74 | global: {
|
75 | placeholder: "אנא בחר"
|
76 | },
|
77 | Table: {
|
78 | filterTitle: "תפריט סינון",
|
79 | filterConfirm: "אישור",
|
80 | filterReset: "איפוס",
|
81 | selectAll: "בחר הכל",
|
82 | selectInvert: "הפוך בחירה",
|
83 | selectionAll: "בחר את כל הנתונים",
|
84 | sortTitle: "מיון",
|
85 | expand: "הרחב שורה",
|
86 | collapse: "צמצם שורהw",
|
87 | triggerDesc: "לחץ על מיון לפי סדר יורד",
|
88 | triggerAsc: "לחץ על מיון לפי סדר עולה",
|
89 | cancelSort: "לחץ כדי לבטל את המיון"
|
90 | },
|
91 | Modal: {
|
92 | okText: "אישור",
|
93 | cancelText: "ביטול",
|
94 | justOkText: "אישור"
|
95 | },
|
96 | Popconfirm: {
|
97 | okText: "אישור",
|
98 | cancelText: "ביטול"
|
99 | },
|
100 | Transfer: {
|
101 | titles: ["", ""],
|
102 | searchPlaceholder: "חפש כאן",
|
103 | itemUnit: "פריט",
|
104 | itemsUnit: "פריטים"
|
105 | },
|
106 | Upload: {
|
107 | uploading: "מעלה...",
|
108 | removeFile: "הסר קובץ",
|
109 | uploadError: "שגיאת העלאה",
|
110 | previewFile: "הצג קובץ",
|
111 | downloadFile: "הורד קובץ"
|
112 | },
|
113 | Empty: {
|
114 | description: "אין מידע"
|
115 | },
|
116 | Icon: {
|
117 | icon: "סמל"
|
118 | },
|
119 | Text: {
|
120 | edit: "ערוך",
|
121 | copy: "העתק",
|
122 | copied: "הועתק",
|
123 | expand: "הרחב"
|
124 | },
|
125 | PageHeader: {
|
126 | back: "חזרה"
|
127 | },
|
128 | Form: {
|
129 | defaultValidateMessages: {
|
130 | default: "ערך השדה שגוי ${label}",
|
131 | required: "בבקשה הזן ${label}",
|
132 | enum: "${label} חייב להיות אחד מערכים אלו [${enum}]",
|
133 | whitespace: "${label} לא יכול להיות ריק",
|
134 | date: {
|
135 | format: "${label} תאריך לא תקין",
|
136 | parse: "${label} לא ניתן להמיר לתאריך",
|
137 | invalid: "${label} הוא לא תאריך תקין"
|
138 | },
|
139 | types: {
|
140 | string: typeTemplate,
|
141 | method: typeTemplate,
|
142 | array: typeTemplate,
|
143 | object: typeTemplate,
|
144 | number: typeTemplate,
|
145 | date: typeTemplate,
|
146 | boolean: typeTemplate,
|
147 | integer: typeTemplate,
|
148 | float: typeTemplate,
|
149 | regexp: typeTemplate,
|
150 | email: typeTemplate,
|
151 | url: typeTemplate,
|
152 | hex: typeTemplate
|
153 | },
|
154 | string: {
|
155 | len: "${label} חייב להיות ${len} תווים",
|
156 | min: "${label} חייב להיות ${min} תווים",
|
157 | max: "${label} מקסימום ${max} תווים",
|
158 | range: "${label} חייב להיות בין ${min}-${max} תווים"
|
159 | },
|
160 | number: {
|
161 | len: "${label} חייב להיות שווה ל ${len}",
|
162 | min: "${label} ערך מינימלי הוא ${min}",
|
163 | max: "${label} ערך מקסימלי הוא ${max}",
|
164 | range: "${label} חייב להיות בין ${min}-${max}"
|
165 | },
|
166 | array: {
|
167 | len: "חייב להיות ${len} ${label}",
|
168 | min: "מינימום ${min} ${label}",
|
169 | max: "מקסימום ${max} ${label}",
|
170 | range: "הסכום של ${label} חייב להיות בין ${min}-${max}"
|
171 | },
|
172 | pattern: {
|
173 | mismatch: "${label} לא תואם לתבנית ${pattern}"
|
174 | }
|
175 | }
|
176 | }
|
177 | };
|
178 | var he_IL_default4 = localeValues;
|
179 |
|
180 | 0 && (module.exports = {});
|