UNPKG

3.62 kBJavaScriptView Raw
1(function (global, factory) {
2 if (typeof define === "function" && define.amd) {
3 define('element/locale/he', ['module', 'exports'], factory);
4 } else if (typeof exports !== "undefined") {
5 factory(module, exports);
6 } else {
7 var mod = {
8 exports: {}
9 };
10 factory(mod, mod.exports);
11 global.ELEMENT.lang = global.ELEMENT.lang || {};
12 global.ELEMENT.lang.he = mod.exports;
13 }
14})(this, function (module, exports) {
15 'use strict';
16
17 exports.__esModule = true;
18 exports.default = {
19 el: {
20 colorpicker: {
21 confirm: 'אישור',
22 clear: 'נקה'
23 },
24 datepicker: {
25 now: 'כעת',
26 today: 'היום',
27 cancel: 'בטל',
28 clear: 'נקה',
29 confirm: 'אישור',
30 selectDate: 'בחר תאריך',
31 selectTime: 'בחר זמן',
32 startDate: 'תאריך התחלה',
33 startTime: 'זמן התחלה',
34 endDate: 'תאריך סיום',
35 endTime: 'זמן סיום',
36 prevYear: 'Previous Year', // to be translated
37 nextYear: 'Next Year', // to be translated
38 prevMonth: 'Previous Month', // to be translated
39 nextMonth: 'Next Month', // to be translated
40 year: '',
41 month1: 'ינואר',
42 month2: 'פברואר',
43 month3: 'מרץ',
44 month4: 'אפריל',
45 month5: 'מאי',
46 month6: 'יוני',
47 month7: 'יולי',
48 month8: 'אוגוסט',
49 month9: 'ספטמבר',
50 month10: 'אוקטובר',
51 month11: 'נובמבר',
52 month12: 'דצמבר',
53 // week: 'week',
54 weeks: {
55 sun: 'א׳',
56 mon: 'ב׳',
57 tue: 'ג׳',
58 wed: 'ד׳',
59 thu: 'ה׳',
60 fri: 'ו׳',
61 sat: 'שבת'
62 },
63 months: {
64 jan: 'ינואר',
65 feb: 'פברואר',
66 mar: 'מרץ',
67 apr: 'אפריל',
68 may: 'מאי',
69 jun: 'יוני',
70 jul: 'יולי',
71 aug: 'אוגוסט',
72 sep: 'ספטמבר',
73 oct: 'אוקטובר',
74 nov: 'נובמבר',
75 dec: 'דצמבר'
76 }
77 },
78 select: {
79 loading: 'טוען',
80 noMatch: 'לא נמצאו נתונים',
81 noData: 'ללא נתונים',
82 placeholder: 'בחר'
83 },
84 cascader: {
85 noMatch: 'ללא נתונים מתאימים',
86 loading: 'טוען',
87 placeholder: 'בחר'
88 },
89 pagination: {
90 goto: 'עבור ל',
91 pagesize: '/page',
92 total: 'כולל {total}',
93 pageClassifier: ''
94 },
95 messagebox: {
96 title: 'הודעה',
97 confirm: 'אישור',
98 cancel: 'בטל',
99 error: 'קלט לא תקין'
100 },
101 upload: {
102 deleteTip: 'press delete to remove', // to be translated
103 delete: 'מחק',
104 preview: 'תצוגה מקדימה',
105 continue: 'המשך'
106 },
107 table: {
108 emptyText: 'אין נתונים',
109 confirmFilter: 'אישור',
110 resetFilter: 'נקה',
111 clearFilter: 'הכל',
112 sumText: 'סך'
113 },
114 tree: {
115 emptyText: 'אין נתונים'
116 },
117 transfer: {
118 noMatch: 'אין נתונים מתאימים',
119 noData: 'ללא נתונים',
120 titles: ['רשימה 1', 'רשימה 2'],
121 filterPlaceholder: 'הקלד',
122 noCheckedFormat: 'פריטים {total}',
123 hasCheckedFormat: ' אישור {checked}/{total}'
124 }
125 }
126 };
127 module.exports = exports['default'];
128});
\No newline at end of file