UNPKG

789 BJavaScriptView Raw
1export default {
2 today: '今天',
3 now: '此刻',
4 backToToday: '返回今天',
5 ok: '确定',
6 timeSelect: '选择时间',
7 dateSelect: '选择日期',
8 weekSelect: '选择周',
9 clear: '清除',
10 month: '月',
11 year: '年',
12 previousMonth: '上个月 (翻页上键)',
13 nextMonth: '下个月 (翻页下键)',
14 monthSelect: '选择月份',
15 yearSelect: '选择年份',
16 decadeSelect: '选择年代',
17 yearFormat: 'YYYY年',
18 dayFormat: 'D日',
19 dateFormat: 'YYYY年M月D日',
20 dateTimeFormat: 'YYYY年M月D日 HH时mm分ss秒',
21 previousYear: '上一年 (Control键加左方向键)',
22 nextYear: '下一年 (Control键加右方向键)',
23 previousDecade: '上一年代',
24 nextDecade: '下一年代',
25 previousCentury: '上一世纪',
26 nextCentury: '下一世纪'
27};
\No newline at end of file