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