first commit
This commit is contained in:
122
frontend/node_modules/antd/es/locale/he_IL.js
generated
vendored
Normal file
122
frontend/node_modules/antd/es/locale/he_IL.js
generated
vendored
Normal file
@@ -0,0 +1,122 @@
|
||||
import Pagination from "rc-pagination/es/locale/he_IL";
|
||||
import Calendar from '../calendar/locale/he_IL';
|
||||
import DatePicker from '../date-picker/locale/he_IL';
|
||||
import TimePicker from '../time-picker/locale/he_IL';
|
||||
const typeTemplate = '${label} הוא לא ${type} תקין';
|
||||
const localeValues = {
|
||||
locale: 'he',
|
||||
Pagination,
|
||||
DatePicker,
|
||||
TimePicker,
|
||||
Calendar,
|
||||
global: {
|
||||
placeholder: 'אנא בחר',
|
||||
close: 'סגור'
|
||||
},
|
||||
Table: {
|
||||
filterTitle: 'תפריט סינון',
|
||||
filterConfirm: 'אישור',
|
||||
filterReset: 'איפוס',
|
||||
selectAll: 'בחר הכל',
|
||||
selectInvert: 'הפוך בחירה',
|
||||
selectionAll: 'בחר את כל הנתונים',
|
||||
sortTitle: 'מיון',
|
||||
expand: 'הרחב שורה',
|
||||
collapse: 'צמצם שורה',
|
||||
triggerDesc: 'לחץ למיון לפי סדר יורד',
|
||||
triggerAsc: 'לחץ למיון לפי סדר עולה',
|
||||
cancelSort: 'לחץ כדי לבטל את המיון'
|
||||
},
|
||||
Tour: {
|
||||
Next: 'הבא',
|
||||
Previous: 'הקודם',
|
||||
Finish: 'סיום'
|
||||
},
|
||||
Modal: {
|
||||
okText: 'אישור',
|
||||
cancelText: 'ביטול',
|
||||
justOkText: 'אישור'
|
||||
},
|
||||
Popconfirm: {
|
||||
okText: 'אישור',
|
||||
cancelText: 'ביטול'
|
||||
},
|
||||
Transfer: {
|
||||
titles: ['', ''],
|
||||
searchPlaceholder: 'חפש כאן',
|
||||
itemUnit: 'פריט',
|
||||
itemsUnit: 'פריטים'
|
||||
},
|
||||
Upload: {
|
||||
uploading: 'מעלה...',
|
||||
removeFile: 'הסר קובץ',
|
||||
uploadError: 'שגיאת העלאה',
|
||||
previewFile: 'הצג קובץ',
|
||||
downloadFile: 'הורד קובץ'
|
||||
},
|
||||
Empty: {
|
||||
description: 'אין מידע'
|
||||
},
|
||||
Icon: {
|
||||
icon: 'סמל'
|
||||
},
|
||||
Text: {
|
||||
edit: 'ערוך',
|
||||
copy: 'העתק',
|
||||
copied: 'הועתק',
|
||||
expand: 'הרחב'
|
||||
},
|
||||
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}'
|
||||
}
|
||||
}
|
||||
},
|
||||
Image: {
|
||||
preview: 'תצוגה מקדימה'
|
||||
}
|
||||
};
|
||||
export default localeValues;
|
||||
Reference in New Issue
Block a user