UNPKG

4 kBJavaScriptView Raw
1"use strict";
2
3var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
4Object.defineProperty(exports, "__esModule", {
5 value: true
6});
7exports["default"] = void 0;
8var _he_IL = _interopRequireDefault(require("rc-pagination/lib/locale/he_IL"));
9var _he_IL2 = _interopRequireDefault(require("../calendar/locale/he_IL"));
10var _he_IL3 = _interopRequireDefault(require("../date-picker/locale/he_IL"));
11var _he_IL4 = _interopRequireDefault(require("../time-picker/locale/he_IL"));
12/* eslint-disable no-template-curly-in-string */
13
14var typeTemplate = '${label} הוא לא ${type} תקין';
15var localeValues = {
16 locale: 'he',
17 Pagination: _he_IL["default"],
18 DatePicker: _he_IL3["default"],
19 TimePicker: _he_IL4["default"],
20 Calendar: _he_IL2["default"],
21 global: {
22 placeholder: 'אנא בחר'
23 },
24 Table: {
25 filterTitle: 'תפריט סינון',
26 filterConfirm: 'אישור',
27 filterReset: 'איפוס',
28 selectAll: 'בחר הכל',
29 selectInvert: 'הפוך בחירה',
30 selectionAll: 'בחר את כל הנתונים',
31 sortTitle: 'מיון',
32 expand: 'הרחב שורה',
33 collapse: 'צמצם שורהw',
34 triggerDesc: 'לחץ על מיון לפי סדר יורד',
35 triggerAsc: 'לחץ על מיון לפי סדר עולה',
36 cancelSort: 'לחץ כדי לבטל את המיון'
37 },
38 Modal: {
39 okText: 'אישור',
40 cancelText: 'ביטול',
41 justOkText: 'אישור'
42 },
43 Popconfirm: {
44 okText: 'אישור',
45 cancelText: 'ביטול'
46 },
47 Transfer: {
48 titles: ['', ''],
49 searchPlaceholder: 'חפש כאן',
50 itemUnit: 'פריט',
51 itemsUnit: 'פריטים'
52 },
53 Upload: {
54 uploading: 'מעלה...',
55 removeFile: 'הסר קובץ',
56 uploadError: 'שגיאת העלאה',
57 previewFile: 'הצג קובץ',
58 downloadFile: 'הורד קובץ'
59 },
60 Empty: {
61 description: 'אין מידע'
62 },
63 Icon: {
64 icon: 'סמל'
65 },
66 Text: {
67 edit: 'ערוך',
68 copy: 'העתק',
69 copied: 'הועתק',
70 expand: 'הרחב'
71 },
72 PageHeader: {
73 back: 'חזרה'
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};
125var _default = localeValues;
126exports["default"] = _default;
\No newline at end of file