UNPKG

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