yn_hxy_web/hxy-web/plugs/bootstrap/locales/bootstrap-datetimepicker.zh...

17 lines
813 B
JavaScript
Raw Normal View History

2024-07-26 18:15:22 +08:00
/**
* Traditional Chinese translation for bootstrap-datetimepicker
* Rung-Sheng Jang <daniel@i-trend.co.cc>
*/
;(function($){
$.fn.datetimepicker.dates['zh-TW'] = {
days: ["星期日", "星期壹", "星期贰", "星期叁", "星期肆", "星期伍", "星期陆", "星期日"],
daysShort: ["周日", "周壹", "周贰", "周叁", "周肆", "周伍", "周陆", "周日"],
daysMin: ["日", "壹", "贰", "叁", "肆", "伍", "陆", "日"],
months: ["壹月", "贰月", "叁月", "肆月", "伍月", "陆月", "柒月", "捌月", "玖月", "拾月", "拾壹月", "拾贰月"],
monthsShort: ["壹月", "贰月", "叁月", "肆月", "伍月", "陆月", "柒月", "捌月", "玖月", "拾月", "拾壹月", "拾贰月"],
today: "今天",
suffix: [],
meridiem: ["上午", "下午"]
};
}(jQuery));