All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
gwt.material.design.client.resources.js.datepicker.zh_CN.js Maven / Gradle / Ivy
// Simplified Chinese
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ '一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月' ],
monthsShort: [ '一', '二', '三', '四', '五', '六', '七', '八', '九', '十', '十一', '十二' ],
weekdaysFull: [ '星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六' ],
weekdaysShort: [ '日', '一', '二', '三', '四', '五', '六' ],
weekdaysLetter: [ '日', '一', '二', '三', '四', '五', '六' ],
today: '今日',
clear: '清除',
close: '关闭',
firstDay: 1,
format: 'yyyy 年 mm 月 dd 日',
formatSubmit: 'yyyy/mm/dd'
});