File tree Expand file tree Collapse file tree 9 files changed +27
-26
lines changed Expand file tree Collapse file tree 9 files changed +27
-26
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ node_modules
22npm-debug.log
33* .tgz
44
5+ /.vs
Original file line number Diff line number Diff line change 11kendo :
22 calendar :
33 # The label for the today button in the calendar header
4- today : Today
4+ today : Сегодня
Original file line number Diff line number Diff line change 11kendo :
22 dateinput :
33 # The label for the **Increment** button in the DateInput
4- increment : Aumentar valor
4+ increment : Увеличить значение
55
66 # The label for the **Decrement** button in the DateInput
7- decrement : Diminuir valor
7+ decrement : Уменьшить значение
Original file line number Diff line number Diff line change 11kendo :
22 dateinput :
33 # The label for the **Increment** button in the DateInput
4- increment : Aumentar valor
4+ increment : Увеличить значение
55
66 # The label for the **Decrement** button in the DateInput
7- decrement : Diminuir valor
7+ decrement : Уменьшить значение
Original file line number Diff line number Diff line change 11kendo :
22 datepicker :
33 # The label for the today button in the calendar header
4- today : Today
4+ today : Сегодня
55
66 # The label for the toggle button in the datepicker component
7- toggle : Toggle calendar
7+ toggle : Переключить календарь
Original file line number Diff line number Diff line change @@ -109,32 +109,32 @@ kendo:
109109 filterOrLogic : или
110110
111111 # The loading text
112- loading : Loading
112+ loading : Загрузка
113113
114114 # The label of the sort icon
115115 sort : Sort
116116
117117 # The title of the column menu icon
118- columnMenu : Column Menu
118+ columnMenu : Меню колонок
119119
120120 # The text shown in the column menu for the columns item
121- columns : Columns
121+ columns : Колонки
122122
123123 # The text shown in the column menu for the lock item
124- lock : Lock
124+ lock : Заблокировать
125125
126126 # The text shown in the column menu for the unlock item
127- unlock : Unlock
127+ unlock : Разблокировать
128128
129129 # The text shown in the column menu for the sort ascending item
130- sortAscending : Sort Ascending
130+ sortAscending : Сортировать по возрастанию
131131
132132 # The text shown in the column menu for the sort descending item
133- sortDescending : Sort Descending
133+ sortDescending : Сортировать по убыванию
134134
135135 # The text shown in the column menu or column chooser for the columns apply button
136- columnsApply : Apply
136+ columnsApply : Применить
137137
138138 # The text shown in the column menu or column chooser for the columns reset button
139- columnsReset : Reset
139+ columnsReset : Сбросить
140140
Original file line number Diff line number Diff line change 11kendo :
22 numerictextbox :
33 # The label for the **Increment** button title in the NumericTextBox
4- increment : Aumentar valor
4+ increment : Увеличить значение
55
66 # The label for the **Decrement** button title in the NumericTextBox
7- decrement : Diminuir valor
7+ decrement : Уменьшить значение
Original file line number Diff line number Diff line change 11kendo :
22 slider :
33 # The title of the **Increase** button of the Slider.
4- increment : Aumentar valor
4+ increment : Увеличить значение
55
66 # The title of the **Decrease** button of the Slider.
7- decrement : Diminuir valor
7+ decrement : Уменьшить значение
88
99 # The title of the drag handle of the Slider.
10- dragHandle : drag
10+ dragHandle : Изменить
1111
Original file line number Diff line number Diff line change 44 cancel : Отменить загрузку
55
66 # The text for the Clear button
7- clearSelectedFiles : Clear
7+ clearSelectedFiles : Очистить
88
99 # The drop zone hint
1010 dropFilesHere : перетащите сюда файлы для загрузки
@@ -16,16 +16,16 @@ kendo:
1616 headerStatusUploading : Загружается...
1717
1818 # The text for the invalid allowed extensions restriction message
19- invalidFileExtension : File type not allowed .
19+ invalidFileExtension : Не разрешенный тип файла .
2020
2121 # The text for the invalid files message
22- invalidFiles : Invalid file(s ). Please check file upload requirements .
22+ invalidFiles : Некорректный файл(ы ). Пожалуйста проверьте загружаемый файл .
2323
2424 # The text for the invalid max file size restriction message
25- invalidMaxFileSize : File size too large .
25+ invalidMaxFileSize : Размер файла слишком большой .
2626
2727 # The text for the invalid min file size restriction message
28- invalidMinFileSize : File size too small .
28+ invalidMinFileSize : Размер файла слишком маленький .
2929
3030 # The text for the Remove button
3131 remove : Удалить
You can’t perform that action at this time.
0 commit comments