summaryrefslogtreecommitdiff
path: root/javascript/jquery/plugins/bootstrap-datetimepicker/locales/bootstrap-datetimepicker.zh-CN.js
diff options
context:
space:
mode:
authorspider@dev <spiderr@bitweaver.org>2017-02-24 11:04:50 -0500
committerspider@dev <spiderr@bitweaver.org>2017-02-24 11:04:50 -0500
commit321d8871cc194b72a240242ac161eb170081a56b (patch)
tree1cace11ed02e7c30bf07d4dd9b3c8ea6c775a5b0 /javascript/jquery/plugins/bootstrap-datetimepicker/locales/bootstrap-datetimepicker.zh-CN.js
parent75b7b46b9dafdee7f703d34f549941c88a9e9e15 (diff)
downloadutil-321d8871cc194b72a240242ac161eb170081a56b.tar.gz
util-321d8871cc194b72a240242ac161eb170081a56b.tar.bz2
util-321d8871cc194b72a240242ac161eb170081a56b.zip
add bootstrap-datetimepicker
Diffstat (limited to 'javascript/jquery/plugins/bootstrap-datetimepicker/locales/bootstrap-datetimepicker.zh-CN.js')
-rw-r--r--javascript/jquery/plugins/bootstrap-datetimepicker/locales/bootstrap-datetimepicker.zh-CN.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/javascript/jquery/plugins/bootstrap-datetimepicker/locales/bootstrap-datetimepicker.zh-CN.js b/javascript/jquery/plugins/bootstrap-datetimepicker/locales/bootstrap-datetimepicker.zh-CN.js
new file mode 100644
index 0000000..418fb30
--- /dev/null
+++ b/javascript/jquery/plugins/bootstrap-datetimepicker/locales/bootstrap-datetimepicker.zh-CN.js
@@ -0,0 +1,16 @@
+/**
+ * Simplified Chinese translation for bootstrap-datetimepicker
+ * Yuan Cheung <advanimal@gmail.com>
+ */
+;(function($){
+ $.fn.datetimepicker.dates['zh-CN'] = {
+ days: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期日"],
+ daysShort: ["周日", "周一", "周二", "周三", "周四", "周五", "周六", "周日"],
+ daysMin: ["日", "一", "二", "三", "四", "五", "六", "日"],
+ months: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
+ monthsShort: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
+ today: "今天",
+ suffix: [],
+ meridiem: ["上午", "下午"]
+ };
+}(jQuery));