kendo.messages.uk-UA.js
15 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
/**
* 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) {
/* Filter cell operator messages */
if (kendo.ui.FilterCell) {
kendo.ui.FilterCell.prototype.options.operators =
$.extend(true, kendo.ui.FilterCell.prototype.options.operators,{
"date": {
"eq": "рівними",
"gte": "після або рівна",
"gt": "після",
"lte": "до або рівними",
"lt": "до",
"neq": "не рівна"
},
"number": {
"eq": "рівне",
"gte": "більше або рівними",
"gt": "більше",
"lte": "менше або рівними",
"lt": "менше",
"neq": "не рівними"
},
"string": {
"endswith": "закінчуються на",
"eq": "рівні",
"neq": "не рівні",
"startswith": "починаються на",
"contains": "містять",
"doesnotcontain": "Does not contain"
},
"enums": {
"eq": "рівними",
"neq": "не рівними"
}
});
}
/* Filter menu operator messages */
if (kendo.ui.FilterMenu) {
kendo.ui.FilterMenu.prototype.options.operators =
$.extend(true, kendo.ui.FilterMenu.prototype.options.operators,{
"date": {
"eq": "рівними",
"gte": "після або рівна",
"gt": "після",
"lte": "до або рівними",
"lt": "до",
"neq": "не рівна"
},
"number": {
"eq": "рівне",
"gte": "більше або рівними",
"gt": "більше",
"lte": "менше або рівними",
"lt": "менше",
"neq": "не рівними"
},
"string": {
"endswith": "закінчуються на",
"eq": "рівні",
"neq": "не рівні",
"startswith": "починаються на",
"contains": "містять",
"doesnotcontain": "Does not contain"
},
"enums": {
"eq": "рівними",
"neq": "не рівними"
}
});
}
/* ColumnMenu messages */
if (kendo.ui.ColumnMenu) {
kendo.ui.ColumnMenu.prototype.options.messages =
$.extend(true, kendo.ui.ColumnMenu.prototype.options.messages,{
"columns": "Kолони",
"sortAscending": "Сортування за зростанням",
"sortDescending": "Сортування за спаданням",
"settings": "Параметри стовпців",
"done": "Зроблений",
"lock": "Замикати",
"unlock": "Відімкнути"
});
}
/* RecurrenceEditor messages */
if (kendo.ui.RecurrenceEditor) {
kendo.ui.RecurrenceEditor.prototype.options.messages =
$.extend(true, kendo.ui.RecurrenceEditor.prototype.options.messages,{
"daily": {
"interval": "days(s)",
"repeatEvery": "Repeat every:"
},
"end": {
"after": "After",
"occurrence": "occurrence(s)",
"label": "End:",
"never": "Never",
"on": "On",
"mobileLabel": "Ends"
},
"frequencies": {
"daily": "Daily",
"monthly": "Monthly",
"never": "Never",
"weekly": "Weekly",
"yearly": "Yearly"
},
"monthly": {
"day": "Day",
"interval": "month(s)",
"repeatEvery": "Repeat every:",
"repeatOn": "Repeat on:"
},
"offsetPositions": {
"first": "first",
"fourth": "fourth",
"last": "last",
"second": "second",
"third": "third"
},
"weekly": {
"repeatEvery": "Repeat every:",
"repeatOn": "Repeat on:",
"interval": "week(s)"
},
"yearly": {
"of": "of",
"repeatEvery": "Repeat every:",
"repeatOn": "Repeat on:",
"interval": "year(s)"
},
"weekdays": {
"day": "day",
"weekday": "weekday",
"weekend": "weekend day"
}
});
}
/* Grid messages */
if (kendo.ui.Grid) {
kendo.ui.Grid.prototype.options.messages =
$.extend(true, kendo.ui.Grid.prototype.options.messages,{
"commands": {
"create": "Додати",
"destroy": "Видалити",
"canceledit": "Скасувати",
"update": "Оновити",
"edit": "Редагувати",
"excel": "Export to Excel",
"pdf": "Export to PDF",
"select": "Вибрати",
"cancel": "Cancel Changes",
"save": "Save Changes"
},
"editable": {
"confirmation": "Ви впевнені, що бажаєте видалити даний запис?",
"cancelDelete": "Скасувати",
"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": "Більше сторінок"
});
}
/* 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": "Oператор"
});
}
/* 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": "Or",
"cancel": "Скасувати",
"operator": "Oператор",
"value": "Значення"
});
}
/* 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": "(inherited font)",
"fontSize": "Розмір шрифта",
"fontSizeInherit": "(inherited size)",
"formatBlock": "Форматування",
"indent": "Збільшити відступ",
"insertHtml": "Додати HTML",
"insertImage": "Додати зображення",
"insertOrderedList": "Нумерований список",
"insertUnorderedList": "Маркований список",
"italic": "Курсив",
"justifyCenter": "По центру",
"justifyFull": "По ширині",
"justifyLeft": "По лівому краю",
"justifyRight": "По правому краю",
"outdent": "Зменшити відступ",
"strikethrough": "Закреслений",
"styles": "Стиль",
"subscript": "Subscript",
"superscript": "Superscript",
"underline": "Підкреслений",
"unlink": "Видалити посилання",
"dialogButtonSeparator": "or",
"dialogCancel": "Cancel",
"dialogInsert": "Insert",
"imageAltText": "Alternate text",
"imageWebAddress": "Web address",
"linkOpenInNewWindow": "Open link in new window",
"linkText": "Text",
"linkToolTip": "ToolTip",
"linkWebAddress": "Web address",
"search": "Search",
"createTable": "Створити таблицю",
"addColumnLeft": "Add column on the left",
"addColumnRight": "Add column on the right",
"addRowAbove": "Add row above",
"addRowBelow": "Add row below",
"deleteColumn": "Delete column",
"deleteRow": "Delete row",
"backColor": "Background color",
"deleteFile": "Are you sure you want to delete \"{0}\"?",
"deleteRow1": "Delete row",
"dialogButtonSeparator1": "or",
"dialogCancel1": "Cancel",
"dialogInsert1": "Insert",
"directoryNotFound": "A directory with this name was not found.",
"dropFilesHere": "drop files here to upload",
"emptyFolder": "Empty Folder",
"foreColor": "Color",
"invalidFileType": "The selected file \"{0}\" is not valid. Supported file types are {1}.",
"orderBy": "Arrange by:",
"orderByName": "Name",
"orderBySize": "Size",
"overwriteFile": "'A file with name \"{0}\" already exists in the current directory. Do you want to overwrite it?",
"uploadFile": "Upload",
"formatting": "Format",
"viewHtml": "View HTML",
"dialogUpdate": "Update",
"insertFile": "Insert file"
});
}
/* Scheduler messages */
if (kendo.ui.Scheduler) {
kendo.ui.Scheduler.prototype.options.messages =
$.extend(true, kendo.ui.Scheduler.prototype.options.messages,{
"allDay": "all day",
"cancel": "Скасувати",
"editable": {
"confirmation": "Are you sure you want to delete this event?"
},
"date": "Date",
"destroy": "Delete",
"editor": {
"allDayEvent": "All day event",
"description": "Description",
"editorTitle": "Event",
"end": "End",
"endTimezone": "End timezone",
"repeat": "Repeat",
"separateTimezones": "Use separate start and end time zones",
"start": "Start",
"startTimezone": "Start timezone",
"timezone": " ",
"timezoneEditorButton": "Time zone",
"timezoneEditorTitle": "Timezones",
"title": "Title",
"noTimezone": "No timezone"
},
"event": "Event",
"recurrenceMessages": {
"deleteRecurring": "Do you want to delete only this event occurrence or the whole series?",
"deleteWindowOccurrence": "Delete current occurrence",
"deleteWindowSeries": "Delete the series",
"deleteWindowTitle": "Delete Recurring Item",
"editRecurring": "Do you want to edit only this event occurrence or the whole series?",
"editWindowOccurrence": "Edit current occurrence",
"editWindowSeries": "Edit the series",
"editWindowTitle": "Edit Recurring Item"
},
"save": "Save",
"time": "Time",
"today": "Today",
"views": {
"agenda": "Agenda",
"day": "Day",
"month": "Month",
"week": "Week",
"workWeek": "Work Week"
},
"deleteWindowTitle": "Delete event",
"showFullDay": "Show full day",
"showWorkDay": "Show business hours"
});
}
/* Upload messages */
if (kendo.ui.Upload) {
kendo.ui.Upload.prototype.options.localization =
$.extend(true, kendo.ui.Upload.prototype.options.localization,{
"cancel": "Cancel",
"dropFilesHere": "drop files here to upload",
"headerStatusUploaded": "Done",
"headerStatusUploading": "Uploading...",
"remove": "Remove",
"retry": "Retry",
"select": "Select...",
"statusFailed": "failed",
"statusUploaded": "uploaded",
"statusUploading": "uploading",
"uploadSelectedFiles": "Upload files"
});
}
})(window.kendo.jQuery);
}));