kendo.messages.ru-RU.js
15.9 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
/**
* 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 menu 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": "не содержит"
},
"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": "не содержит"
},
"enums": {
"eq": "равно",
"neq": "не равно"
}
});
}
/* ColumnMenu messages */
if (kendo.ui.ColumnMenu) {
kendo.ui.ColumnMenu.prototype.options.messages =
$.extend(true, kendo.ui.ColumnMenu.prototype.options.messages,{
"columns": "Колонны",
"sortAscending": "Сортировка по возрастанию",
"sortDescending": "Сортировка по убыванию",
"settings": "Параметры столбцов",
"done": "Cделанный",
"lock": "Запирать",
"unlock": "Отпереть",
"filter": "Фильтровать"
});
}
/* 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": "Отменить изменения",
"save": "Сохранить изменения"
},
"editable": {
"confirmation": "Вы уверены, что хотите удалить эту запись?",
"cancelDelete": "Отмена",
"confirmDelete": "Удалить"
},
"noRecords": "Нет записей доступны."
});
}
/* 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": "Оператор"
});
}
/* 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": "Значение"
});
}
/* 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": "Увеличить отступ",
"insertHtml": "Вставить HTML",
"insertImage": "Изображение",
"insertOrderedList": "Нумерованный список",
"insertUnorderedList": "Маркированныйсписок",
"italic": "Курсив",
"justifyCenter": "По центру",
"justifyFull": "По ширине",
"justifyLeft": "Влево",
"justifyRight": "Вправо",
"outdent": "Уменьшить отступ",
"strikethrough": "Зачеркнутый",
"styles": "Стиль",
"subscript": "Под строкой",
"superscript": "Над строкой",
"underline": "Подчеркнутый",
"unlink": "Удалить гиперссылку",
"dialogButtonSeparator": "или",
"dialogCancel": "Отмена",
"dialogInsert": "Вставить",
"imageAltText": "Alternate text",
"imageWebAddress": "Веб адрес",
"linkOpenInNewWindow": "Открыть в новом окне",
"linkText": "Текст",
"linkToolTip": "Всплывающая подсказка",
"linkWebAddress": "Веб адрес",
"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}\"?",
"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"
});
}
/* 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": "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"
});
}
/* Validator messages */
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} не корректный email",
"url": "{0} не корректный URL",
"date": "{0} не корректная дата"
});
}
})(window.kendo.jQuery);
}));