mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2025-11-05 22:27:33 +08:00
提交新项目
This commit is contained in:
16
jhboss/static/lib/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.az.js
vendored
Normal file
16
jhboss/static/lib/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.az.js
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* Azerbaijani translation for bootstrap-datetimepicker
|
||||
* Konstantin Kaluzhnikov <k.kaluzhnikov@gmail.com>
|
||||
*/
|
||||
;(function($){
|
||||
$.fn.datetimepicker.dates['az'] = {
|
||||
days: ["Bazar", "Bazar ertəsi", "Çərşənbə axşamı", "Çərşənbə", "Cümə axşamı", "Cümə", "Şənbə", "Bazar"],
|
||||
daysShort: ["B", "Be", "Ça", "Ç", "Ca", "C", "Ş", "B"],
|
||||
daysMin: ["B", "Be", "Ça", "Ç", "Ca", "C", "Ş", "B"],
|
||||
months: ["Yanvar", "Fevral", "Mart", "Aprel", "May", "İyun", "İyul", "Avqust", "Sentyabr", "Oktyabr", "Noyabr", "Dekabr"],
|
||||
monthsShort: ["Yan", "Fev", "Mar", "Apr", "May", "İyun", "İyul", "Avq", "Sen", "Okt", "Noy", "Dek"],
|
||||
today: "Bugün",
|
||||
suffix: [],
|
||||
meridiem: []
|
||||
};
|
||||
}(jQuery));
|
||||
Reference in New Issue
Block a user