kendo.messages.he-IL.js
19 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
/**
* Kendo UI v2016.1.112 (http://www.telerik.com/kendo-ui)
* Copyright 2016 Telerik AD. All rights reserved.
*
* Kendo UI commercial licenses may be obtained at
* http://www.telerik.com/purchase/license-agreement/kendo-ui-complete
* If you do not own a commercial license, this file shall be governed by the trial license terms.
*/
(function(f){
if (typeof define === 'function' && define.amd) {
define([ "./kendo.core" ], f);
} else {
f();
}
}(function(){
(function ($, undefined) {
/* Validator */
if (kendo.ui.Validator) {
kendo.ui.Validator.prototype.options.messages =
$.extend(true, kendo.ui.Validator.prototype.options.messages,{
"required": "{0} נדרש",
"pattern": "{0} לא תקין",
"min": "{0} אמור להיות גדול או שווה ל {1}",
"max": "{0} אמור להיות קטן או שווה ל {1}",
"step": "{0} לא תקין",
"email": "{0} אימייל לא תקין",
"url": "{0} לא תקין URL",
"date": "{0} תאריך לא תקין",
"dateCompare": "משווה נתונים"
});
}
/* TreeView */
if (kendo.ui.TreeView) {
kendo.ui.TreeView.prototype.options.messages =
$.extend(true, kendo.ui.TreeView.prototype.options.messages,{
"loading": "אנא המתן...",
"requestFailed": "הבקשה נכשלה",
"retry": "נסה שנית"
});
}
/* Upload */
if (kendo.ui.Upload) {
kendo.ui.Upload.prototype.options.localization=
$.extend(true, kendo.ui.Upload.prototype.options.localization,{
"select": "בחר...",
"cancel": "בטל",
"retry": "נסה שנית",
"remove": "הסר",
"uploadSelectedFiles": "בחר קבצים להעלות לשרת",
"dropFilesHere": "גרור לכאן את הקבצים",
"statusUploading": "מעלה לשרת",
"statusUploaded": "הקבצים הועלו בהצלחה",
"statusWarning": "אזהרה",
"statusFailed": "נכשל",
"headerStatusUploading": "מעלה...",
"headerStatusUploaded": "העלאת קבצים"
});
}
/* Slider */
if (kendo.ui.Slider) {
kendo.ui.Slider.prototype.options =
$.extend(true, kendo.ui.Slider.prototype.options,{
"increaseButtonTitle": "יותר",
"decreaseButtonTitle": "פחות"
});
}
/* Numeric text box */
if (kendo.ui.NumericTextBox) {
kendo.ui.NumericTextBox.prototype.options =
$.extend(true, kendo.ui.NumericTextBox.prototype.options,{
"upArrowText": "למעלה",
"downArrowText": "למטה"
});
}
/* Gantt */
if (kendo.ui.Gantt) {
kendo.ui.Gantt.prototype.options.messages =
$.extend(true, kendo.ui.Gantt.prototype.options.messages,{
"actions": {
"addChild": "הוסף ילד",
"append": "הוסף",
"insertAfter": "הכנס אחרי",
"insertBefore": "הכנס לפני",
"pdf": "קובץ PDF"
},
"cancel": "בטל",
"deleteDependencyWindowTitle": "מחיקה",
"deleteTaskWindowTitle": "מחיקה",
"destroy": "Delete",
"editor": {
"assingButton": "שייך",
"editorTitle": "כותרת",
"end": "סיים",
"percentComplete": "אחוז שהושלם",
"resources": "משאבים",
"resourcesEditorTitle": "כותרת עורך",
"resourcesHeader": "כותרת כללית",
"start": "התחל",
"title": "כותרת",
"unitsHeader": "מידה"
},
"save": "שמור",
"views": {
"day": "יום",
"end": "סוף",
"month": "חודש",
"start": "התחלה",
"week": "שבוע",
"year": "שנה"
}
});
}
/* File browser */
if (kendo.ui.FileBrowser) {
kendo.ui.FileBrowser.prototype.options.messages =
$.extend(true, kendo.ui.FileBrowser.prototype.options.messages,{
"uploadFile": "העלאה",
"orderBy": "סדר לפי",
"orderByName": "שם",
"orderBySize": "גודל",
"directoryNotFound": "תיקייה בשם זה לא נמצאה",
"emptyFolder": "תיקייה ריקה",
"deleteFile": 'האם למחוק "{0}"?',
"invalidFileType": "הקובץ הנבחר \"{0}\"לא חוקי, הקבצים הנתמכים הם {1}.",
"overwriteFile": "קובץ בשם \"{0}\" כבר קיים בתיקייה. האם לדרוס אותו?",
"dropFilesHere": "גרור קבצים לכאן כדי להעלות",
"search": "חפש"
});
}
/* Flat color picker */
if (kendo.ui.FlatColorPicker) {
kendo.ui.FlatColorPicker.prototype.options.messages =
$.extend(true, kendo.ui.FlatColorPicker.prototype.options.messages,{
"apply": "עדכן",
"cancel": "בטל"
});
}
/* Color picker */
if (kendo.ui.ColorPicker) {
kendo.ui.ColorPicker.prototype.options.messages =
$.extend(true, kendo.ui.ColorPicker.prototype.options.messages,{
"apply": "עדכן",
"cancel": "בטל"
});
}
/* Filter menu operator messages */
if (kendo.ui.FilterMenu) {
kendo.ui.FilterMenu.prototype.options.operators =
$.extend(true, kendo.ui.FilterMenu.prototype.options.operators,{
"string": {
"eq": "שווה ל",
"neq": "לא שווה ל",
"startswith": "מתחיל עם",
"contains": "מכיל",
"doesnotcontain": "לא מכיל",
"endswith": "נגמר ב"
},
"number": {
"eq": "שווה ל",
"neq": "לא שווה ל",
"gte": "גדול או שווה מ",
"gt": "גדול מ",
"lte": "קטן או שווה ל",
"lt": "קטן מ"
},
"date": {
"eq": "שןןה ל",
"neq": "לא שווה ל",
"gte": "אחרי או שווה ל",
"gt": "אחרי",
"lte": "לפני או שווה ל",
"lt": "לפני"
},
"enums": {
"eq": "שווה",
"neq": "לא שווה"
}
});
}
/* Filter cell operator messages */
if (kendo.ui.FilterCell) {
kendo.ui.FilterCell.prototype.options.operators =
$.extend(true, kendo.ui.FilterCell.prototype.options.operators,{
"string": {
"eq": "שווה ל",
"neq": "לא שווה ל",
"startswith": "מתחיל עם",
"contains": "מכיל",
"doesnotcontain": "לא מכיל",
"endswith": "נגמר ב"
},
"number": {
"eq": "שווה ל",
"neq": "לא שווה ל",
"gte": "גדול או שווה מ",
"gt": "גדול מ",
"lte": "קטן או שווה ל",
"lt": "קטן מ"
},
"date": {
"eq": "שןןה ל",
"neq": "לא שווה ל",
"gte": "אחרי או שווה ל",
"gt": "אחרי",
"lte": "לפני או שווה ל",
"lt": "לפני"
},
"enums": {
"eq": "שווה",
"neq": "לא שווה"
}
});
}
/* ColumnMenu messages */
if (kendo.ui.ColumnMenu) {
kendo.ui.ColumnMenu.prototype.options.messages =
$.extend(true, kendo.ui.ColumnMenu.prototype.options.messages,{
"sortAscending": "מיון עולה",
"sortDescending": "מיון יורד",
"filter": "סינון",
"columns": "עמודות",
"done": "בצע",
"settings": "הגדרות",
"lock": "קבע",
"unlock": "שחרר"
});
}
/* RecurrenceEditor messages */
if (kendo.ui.RecurrenceEditor) {
kendo.ui.RecurrenceEditor.prototype.options.messages =
$.extend(true, kendo.ui.RecurrenceEditor.prototype.options.messages,{
"daily": {
"interval": "מחזוריות",
"repeatEvery": "חזור כל: "
},
"end": {
"after": "לאחר ",
"occurrence": "מחזוריות",
"label": "תגית:",
"never": "אף פעם",
"on": "ב ",
"mobileLabel": "נייד"
},
"frequencies": {
"daily": "יומי",
"monthly": "חודשי",
"never": "אף פעם",
"weekly": "שבועי",
"yearly": "שנתי"
},
"monthly": {
"day": "יום ",
"interval": " מחזוריות",
"repeatEvery": "חזרה כל: ",
"repeatOn": "חזור ב: "
},
"offsetPositions": {
"first": "ראשון",
"fourth":"רביעי",
"last": "אחרון",
"second": "שני",
"third": "שלישי"
},
"weekly": {
"repeatEvery": "חזור כל: ",
"repeatOn": "חזור ב: ",
"interval": "מחזוריות"
},
"yearly": {
"of": " ב ",
"repeatEvery": "חזור כל: ",
"repeatOn": "חזור ב: ",
"interval": "מחזוריות"
},
"weekdays": {
"day": "יום",
"weekday": "בשבוע",
"weekend": "בסוף שבוע"
}
});
}
/* Grid messages */
if (kendo.ui.Grid) {
kendo.ui.Grid.prototype.options.messages =
$.extend(true, kendo.ui.Grid.prototype.options.messages,{
"commands": {
"cancel": "בטל",
"canceledit": "בטל עריכה",
"create": "צור חדש",
"destroy": "מחק",
"edit": "עריכה",
"save": "שמור",
"select": "בחר",
"update": "עדכן"
},
"editable": {
"cancelDelete": "בטל מחיקה",
"confirmation": "האם הנך בטוח שברונך לבצע זאת?",
"confirmDelete": "אשר מחיקה"
}
});
}
/* Pager messages */
if (kendo.ui.Pager) {
kendo.ui.Pager.prototype.options.messages =
$.extend(true, kendo.ui.Pager.prototype.options.messages,{
"allPages": "All",
"page": "עמוד",
"display": "{0} - {1} מתוך {2} פריטים",
"of": "מתוך {0}",
"empty": "אין פריטים להצגה",
"refresh": "רענן",
"first": "לעמוד הראשון",
"itemsPerPage": "פריטים בעמוד",
"last": "לעמוד האחרון",
"next": "לעמוד הבא",
"previous": "לעמוד הקודם",
"morePages": "עמודים נוספים"
});
}
/* FilterMenu messages */
if (kendo.ui.FilterMenu) {
kendo.ui.FilterMenu.prototype.options.messages =
$.extend(true, kendo.ui.FilterMenu.prototype.options.messages,{
"filter": "סנן",
"and": "וגם",
"clear": "נקה",
"info": "הראה פריטים עם ערך ש",
"selectValue": "-בחר ערך-",
"isFalse":"לא",
"isTrue": "כן",
"or": "או",
"cancel": "בטל",
"operator": "אופרטור",
"value": "ערך"
});
}
/* FilterCell messages */
if (kendo.ui.FilterCell) {
kendo.ui.FilterCell.prototype.options.messages =
$.extend(true, kendo.ui.FilterCell.prototype.options.messages,{
"filter": "סנן",
"clear": "נקה",
"isFalse": "לא",
"isTrue": "כן",
"operator": "אופרטור"
});
}
/* FilterMultiCheck messages */
if (kendo.ui.FilterMultiCheck) {
kendo.ui.FilterMultiCheck.prototype.options.messages =
$.extend(true, kendo.ui.FilterMultiCheck.prototype.options.messages,{
"checkAll": "בחר הכל",
"clear": "נקה",
"filter": "סנן"
});
}
/* Groupable messages */
if (kendo.ui.Groupable) {
kendo.ui.Groupable.prototype.options.messages =
$.extend(true, kendo.ui.Groupable.prototype.options.messages,{
"empty": "כדי לקבץ לפי העמודה גרור כותרת העמודה לכאן"
});
}
/* Editor messages */
if (kendo.ui.Editor) {
kendo.ui.Editor.prototype.options.messages =
$.extend(true, kendo.ui.Editor.prototype.options.messages,{
"bold": "מודגש",
"createLink": "הכנסת קישור",
"fontName": "בחירת משפחת גופנים",
"fontNameInherit": "(גופן בירושה)",
"fontSize": "בחר גודל פונט",
"fontSizeInherit": "(גודל בירושה)",
"formatBlock": "פורמט",
"indent": "Indent",
"insertHtml": "הכנסת HTML",
"insertImage": "הכנסת תמונה",
"insertOrderedList": "Insert ordered list",
"insertUnorderedList": "Insert unordered list",
"italic": "נטוי",
"justifyCenter": "ממורכז",
"justifyFull": "מיושר",
"justifyLeft": "ישור לשמאל",
"justifyRight": "ישור לימין",
"outdent": "הזחה",
"strikethrough": "קו חוצה",
"style": "סגנון",
"subscript": "ציון תחתי",
"superscript": "ציון עילי",
"underline": "קו תחתון",
"unlink": "הסרת קישור",
"deleteFile": 'האם בוודאות ברצונך למחוק "{0}"?',
"directoryNotFound": "תיקייה בשם זה כבר קיימת.",
"emptyFolder": "תיקייה ריקה",
"invalidFileType": "הקובץ הנבחר \"{0}\" אינו חוקי. סוגי קבצים נתמכים {1}.",
"orderBy": "מיון לפי:",
"orderByName": "שם",
"orderBySize": "גודל",
"overwriteFile": 'קובץ עם השם "{0}" כבר קיים במחיצה הנוכחית. האם לדרוס אותו?',
"uploadFile": "העלה",
"backColor": "צבע רקע",
"foreColor": "צבע",
"dialogButtonSeparator": "או",
"dialogCancel": "ביטול",
"dialogInsert": "הכנסה",
"imageAltText": "Alternate text",
"imageWebAddress": "כתובת אינטרנט",
"linkOpenInNewWindow": "Open link in new window",
"linkText": "Text",
"linkToolTip": "ToolTip",
"linkWebAddress": "Web address",
"search": "חפש",
"createTable": "צור טבלה",
"dropFilesHere": "גרור לכאן קבצים",
"addColumnLeft": "הוסף עמודה לשמאל",
"addColumnRight": "הוסף עמודה לימין",
"addRowAbove": "הוסף שורה מעל",
"addRowBelow": "הוסף שורה מתחת",
"deleteColumn": "מחק עמודה",
"deleteRow": "מחק שורה",
"styles": "סגנונות",
"formatting": "פורמט",
"viewHtml": "ראה HTML",
"dialogUpdate": "עדכן",
"insertFile": "צרף קובץ"
});
}
/* Upload messages */
if (kendo.ui.Upload) {
kendo.ui.Upload.prototype.options.localization =
$.extend(true, kendo.ui.Upload.prototype.options.localization,{
"cancel": "בטל",
"dropFilesHere": "גרור קבצים לכאן כדי להעלות",
"remove": "הסר",
"retry": "חזור על הפעולה שוב",
"select": "העלאה",
"statusFailed": "הפעולה כשלה",
"statusUploaded": "הפעולה הצליחה",
"statusUploading": "מעלה את הקבצים",
"uploadSelectedFiles": "העלה קבצים שבחרת",
"headerStatusUploaded": "בוצע",
"headerStatusUploading": "מעלה קבצים"
});
}
/* Scheduler messages */
if (kendo.ui.Scheduler) {
kendo.ui.Scheduler.prototype.options.messages =
$.extend(true, kendo.ui.Scheduler.prototype.options.messages,{
"allDay": "כל יום",
"cancel": "בטל",
"date": "תאריך",
"destroy": "מחק",
"editable": {
"confirmation": "האם הנך בטוח כי ברצונך למחוק אירוע זה ?"
},
"editor": {
"allDayEvent": "אירוע של יום שלם",
"description": "תיאור",
"editorTitle": "אירוע",
"end": "סיום",
"endTimezone": "After timezone",
"repeat": "ארוע חוזר",
"separateTimezones": "Use different time zones start and end",
"start": "התחלה",
"startTimezone": "זמן מקומי",
"timezone": " ",
"timezoneEditorButton": "Classes zone",
"timezoneEditorTitle": "Classes zone",
"title": "כותרת",
"noTimezone": "No hours zone"
},
"event": "אירוע",
"recurrenceMessages": {
"deleteRecurring": "האם הנך בטוח כי ברצונך למחוק אירוע זה או את כל הסדרה ?",
"deleteWindowOccurrence": "מחיקת אירוע בודד",
"deleteWindowSeries": "מחק סדרת ארועים",
"deleteWindowTitle": "מחק אירוע מחזורי",
"editRecurring": "האם הנך בטוח כי ברצונך לשנות אירוע זה או את כל הסדרה ?",
"editWindowOccurrence": "שינוי אירוע בודד",
"editWindowSeries": "שינוי סדרת אירועים",
"editWindowTitle": "שינוי אירוע מחזורי"
},
"save": "שמור",
"time": "שעה",
"today": "היום",
"views": {
"agenda": "סדר יום",
"day": "יום",
"month": "חודש",
"week": "שבוע",
"workWeek": "שבוע עבודה"
},
"deleteWindowTitle": "מחיקה",
"showFullDay": "הצג יום מלא",
"showWorkDay": "הצג יום עבודה"
});
}
})(window.kendo.jQuery);
}));