You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
208 B
13 lines
208 B
1 year ago
|
export default {
|
||
|
year: '年',
|
||
|
month: '月',
|
||
|
date: '日',
|
||
|
hour: '时',
|
||
|
minute: '分',
|
||
|
second: '秒',
|
||
|
am: '上午',
|
||
|
pm: '下午',
|
||
|
confirm: '确定',
|
||
|
cancel: '取消',
|
||
|
};
|