forgejo/public/js/locales/bootstrap-datepicker.ja.js
2014-05-09 22:33:07 +08:00

15 lines
665 B
JavaScript

/**
* Japanese translation for bootstrap-datepicker
* Norio Suzuki <https://github.com/suzuki/>
*/
;(function($){
$.fn.datepicker.dates['ja'] = {
days: ["日曜", "月曜", "火曜", "水曜", "木曜", "金曜", "土曜", "日曜"],
daysShort: ["", "", "", "", "", "", "", ""],
daysMin: ["", "", "", "", "", "", "", ""],
months: ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"],
monthsShort: ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"],
today: "今日",
format: "yyyy/mm/dd"
};
}(jQuery));