任务明细页面
This commit is contained in:
12
components/date-time-picker/locale/en.d.ts
vendored
Normal file
12
components/date-time-picker/locale/en.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
declare const _default: {
|
||||
year: string;
|
||||
month: string;
|
||||
day: string;
|
||||
hour: string;
|
||||
minute: string;
|
||||
am: string;
|
||||
pm: string;
|
||||
confirm: string;
|
||||
cancel: string;
|
||||
};
|
||||
export default _default;
|
||||
11
components/date-time-picker/locale/en.js
Normal file
11
components/date-time-picker/locale/en.js
Normal file
@@ -0,0 +1,11 @@
|
||||
export default {
|
||||
year: '',
|
||||
month: '',
|
||||
day: '',
|
||||
hour: '',
|
||||
minute: '',
|
||||
am: 'AM',
|
||||
pm: 'PM',
|
||||
confirm: 'confirm',
|
||||
cancel: 'cancel',
|
||||
};
|
||||
12
components/date-time-picker/locale/zh.d.ts
vendored
Normal file
12
components/date-time-picker/locale/zh.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
declare const _default: {
|
||||
year: string;
|
||||
month: string;
|
||||
day: string;
|
||||
hour: string;
|
||||
minute: string;
|
||||
am: string;
|
||||
pm: string;
|
||||
confirm: string;
|
||||
cancel: string;
|
||||
};
|
||||
export default _default;
|
||||
11
components/date-time-picker/locale/zh.js
Normal file
11
components/date-time-picker/locale/zh.js
Normal file
@@ -0,0 +1,11 @@
|
||||
export default {
|
||||
year: '年',
|
||||
month: '月',
|
||||
day: '日',
|
||||
hour: '时',
|
||||
minute: '分',
|
||||
am: '上午',
|
||||
pm: '下午',
|
||||
confirm: '确定',
|
||||
cancel: '取消',
|
||||
};
|
||||
Reference in New Issue
Block a user