short-url/public/vendor/bootstrap-datepicker/js/locales/bootstrap-datepicker.uz-cyrl.js
Supan Adit Pratama b2e434483d first commit
2020-07-01 15:57:45 +07:00

19 lines
945 B
JavaScript
Executable File
Vendored
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* Uzbek latin translation for bootstrap-datepicker
* Kakhramonov Javlonbek <kakjavlon@gmail.com>
*/
;(function($){
$.fn.datepicker.dates['uz-cyrl'] = {
days: ["Якшанба", "Душанба", "Сешанба", "Чоршанба", "Пайшанба", "Жума", "Шанба"],
daysShort: ["Якш", "Ду", "Се", "Чор", "Пай", "Жу", "Ша"],
daysMin: ["Як", "Ду", "Се", "Чо", "Па", "Жу", "Ша"],
months: ["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],
monthsShort: ["Янв","Фев","Мар","Апр","Май","Июн","Июл","Авг","Сен","Окт","Ноя","Дек"],
today: "Бугун",
clear: "Ўчириш",
format: "dd.mm.yyyy",
weekStart: 1,
monthsTitle: 'Ойлар'
};
}(jQuery));