Current state
This commit is contained in:
13
public/assets/plugins/pickadate/translations/zh_CN.js
Normal file
13
public/assets/plugins/pickadate/translations/zh_CN.js
Normal file
@@ -0,0 +1,13 @@
|
||||
// Simplified Chinese
|
||||
|
||||
jQuery.extend( jQuery.fn.pickadate.defaults, {
|
||||
monthsFull: [ '一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月' ],
|
||||
monthsShort: [ '一', '二', '三', '四', '五', '六', '七', '八', '九', '十', '十一', '十二' ],
|
||||
weekdaysFull: [ '星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六' ],
|
||||
weekdaysShort: [ '日', '一', '二', '三', '四', '五', '六' ],
|
||||
today: '今日',
|
||||
clear: '删',
|
||||
firstDay: 1,
|
||||
format: 'yyyy 年 mm 月 dd 日',
|
||||
formatSubmit: 'yyyy/mm/dd'
|
||||
});
|
||||
Reference in New Issue
Block a user