mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
jQuery Timepicker update to rev1.5.0
for localization just add .js.file for required languge code from https://github.com/trentrichardson/jQuery-Timepicker-Addon/tree/master/src/i18n jQuerry-ui update (only for timepicker )
This commit is contained in:
43
include/timepicker/jquery-ui-timepicker-ru.js
vendored
Normal file
43
include/timepicker/jquery-ui-timepicker-ru.js
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
/* Russian translation for the jQuery Timepicker Addon */
|
||||
/* Written by Trent Richardson */
|
||||
(function($) {
|
||||
$.datepicker.regional['ru'] = {
|
||||
closeText: 'Закрыть',
|
||||
prevText: '<Пред',
|
||||
nextText: 'След>',
|
||||
currentText: 'Сегодня',
|
||||
monthNames: ['Январь','Февраль','Март','Апрель','Май','Июнь', 'Июль','Август','Сентябрь','Октябрь','Ноябрь','Декабрь'],
|
||||
monthNamesShort: ['Янв','Фев','Мар','Апр','Май','Июн', 'Июл','Авг','Сен','Окт','Ноя','Дек'],
|
||||
dayNames: ['воскресенье','понедельник','вторник','среда','четверг','пятница','суббота'],
|
||||
dayNamesShort: ['вск','пнд','втр','срд','чтв','птн','сбт'],
|
||||
dayNamesMin: ['Вс','Пн','Вт','Ср','Чт','Пт','Сб'],
|
||||
weekHeader: 'Не',
|
||||
dateFormat: 'dd.mm.yy',
|
||||
firstDay: 1,
|
||||
isRTL: false,
|
||||
showMonthAfterYear: false,
|
||||
yearSuffix: ''
|
||||
};
|
||||
$.datepicker.setDefaults($.datepicker.regional['ru']);
|
||||
|
||||
|
||||
|
||||
|
||||
$.timepicker.regional['ru'] = {
|
||||
timeOnlyTitle: 'Выберите время',
|
||||
timeText: 'Время',
|
||||
hourText: 'Часы',
|
||||
minuteText: 'Минуты',
|
||||
secondText: 'Секунды',
|
||||
millisecText: 'Миллисекунды',
|
||||
microsecText: 'Микросекунды',
|
||||
timezoneText: 'Часовой пояс',
|
||||
currentText: 'Сейчас',
|
||||
closeText: 'Закрыть',
|
||||
timeFormat: 'HH:mm',
|
||||
amNames: ['AM', 'A'],
|
||||
pmNames: ['PM', 'P'],
|
||||
isRTL: false
|
||||
};
|
||||
$.timepicker.setDefaults($.timepicker.regional['ru']);
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user