Date.js 515 B

1234567891011121314151617181920
  1. /**
  2. * 简体中文 by lovelyelfpop <479858761@qq.com>
  3. * 2017年10月12日
  4. */
  5. Ext.define('Ext.locale.zh_CN.picker.Date', {
  6. override: 'Ext.picker.Date',
  7. config: {
  8. doneButton: '完成',
  9. monthText: '月',
  10. dayText: '日',
  11. yearText: '年',
  12. todayText: '今天',
  13. todayTip: '{0} (今天)',
  14. monthYearText: '选择月 (Ctrl + 上/下增减年)',
  15. nextText: '下一个月 (Ctrl + 右)',
  16. prevText: '上一个月 (Ctrl + 左)',
  17. }
  18. });