antd3-esm 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/dist/Checkbox.js +164 -0
- package/dist/CommonMixin.js +816 -0
- package/dist/Divider.js +646 -0
- package/dist/Notification.js +279 -0
- package/dist/Pagination.js +1106 -0
- package/dist/PortalWrapper.js +347 -0
- package/dist/RowContext.js +5 -0
- package/dist/Sider.js +533 -0
- package/dist/TextArea.js +432 -0
- package/dist/_arrayMap.js +68 -0
- package/dist/_assignValue.js +95 -0
- package/dist/_copyArray.js +31 -0
- package/dist/_hasPath.js +53 -0
- package/dist/_overArg.js +437 -0
- package/dist/_stringToArray.js +136 -0
- package/dist/antd/es/affix.js +12 -0
- package/dist/antd/es/alert.js +5 -0
- package/dist/antd/es/anchor.js +466 -0
- package/dist/antd/es/auto-complete.js +5 -0
- package/dist/antd/es/avatar.js +5 -0
- package/dist/antd/es/back-top.js +5 -0
- package/dist/antd/es/badge.js +5 -0
- package/dist/antd/es/breadcrumb.js +18 -0
- package/dist/antd/es/button.js +12 -0
- package/dist/antd/es/calendar.js +953 -0
- package/dist/antd/es/card.js +5 -0
- package/dist/antd/es/carousel.js +5 -0
- package/dist/antd/es/cascader.js +1275 -0
- package/dist/antd/es/checkbox.js +11 -0
- package/dist/antd/es/col.js +4 -0
- package/dist/antd/es/collapse.js +688 -0
- package/dist/antd/es/comment.js +5 -0
- package/dist/antd/es/config-provider.js +2 -0
- package/dist/antd/es/date-picker.js +4322 -0
- package/dist/antd/es/descriptions.js +342 -0
- package/dist/antd/es/divider.js +53 -0
- package/dist/antd/es/drawer.js +1115 -0
- package/dist/antd/es/dropdown.js +14 -0
- package/dist/antd/es/empty.js +6 -0
- package/dist/antd/es/form.js +5008 -0
- package/dist/antd/es/grid.js +13 -0
- package/dist/antd/es/icon.js +6 -0
- package/dist/antd/es/input-number.js +5 -0
- package/dist/antd/es/input.js +16 -0
- package/dist/antd/es/layout.js +14 -0
- package/dist/antd/es/list.js +5 -0
- package/dist/antd/es/locale/ar_EG.js +102 -0
- package/dist/antd/es/locale/bg_BG.js +98 -0
- package/dist/antd/es/locale/ca_ES.js +96 -0
- package/dist/antd/es/locale/cs_CZ.js +96 -0
- package/dist/antd/es/locale/da_DK.js +98 -0
- package/dist/antd/es/locale/de_DE.js +98 -0
- package/dist/antd/es/locale/default.js +2 -0
- package/dist/antd/es/locale/el_GR.js +98 -0
- package/dist/antd/es/locale/en_GB.js +98 -0
- package/dist/antd/es/locale/en_US.js +2 -0
- package/dist/antd/es/locale/es_ES.js +114 -0
- package/dist/antd/es/locale/et_EE.js +98 -0
- package/dist/antd/es/locale/fa_IR.js +98 -0
- package/dist/antd/es/locale/fi_FI.js +99 -0
- package/dist/antd/es/locale/fr_BE.js +102 -0
- package/dist/antd/es/locale/fr_FR.js +102 -0
- package/dist/antd/es/locale/ga_IE.js +99 -0
- package/dist/antd/es/locale/he_IL.js +99 -0
- package/dist/antd/es/locale/hi_IN.js +107 -0
- package/dist/antd/es/locale/hr_HR.js +113 -0
- package/dist/antd/es/locale/hu_HU.js +99 -0
- package/dist/antd/es/locale/hy_AM.js +109 -0
- package/dist/antd/es/locale/id_ID.js +101 -0
- package/dist/antd/es/locale/is_IS.js +98 -0
- package/dist/antd/es/locale/it_IT.js +111 -0
- package/dist/antd/es/locale/ja_JP.js +96 -0
- package/dist/antd/es/locale/kn_IN.js +107 -0
- package/dist/antd/es/locale/ko_KR.js +98 -0
- package/dist/antd/es/locale/ku_IQ.js +98 -0
- package/dist/antd/es/locale/lv_LV.js +98 -0
- package/dist/antd/es/locale/mk_MK.js +113 -0
- package/dist/antd/es/locale/mn_MN.js +99 -0
- package/dist/antd/es/locale/ms_MY.js +118 -0
- package/dist/antd/es/locale/nb_NO.js +97 -0
- package/dist/antd/es/locale/ne_NP.js +44 -0
- package/dist/antd/es/locale/nl_BE.js +98 -0
- package/dist/antd/es/locale/nl_NL.js +117 -0
- package/dist/antd/es/locale/pl_PL.js +98 -0
- package/dist/antd/es/locale/pt_BR.js +104 -0
- package/dist/antd/es/locale/pt_PT.js +127 -0
- package/dist/antd/es/locale/ro_RO.js +118 -0
- package/dist/antd/es/locale/ru_RU.js +110 -0
- package/dist/antd/es/locale/sk_SK.js +118 -0
- package/dist/antd/es/locale/sl_SI.js +96 -0
- package/dist/antd/es/locale/sr_RS.js +97 -0
- package/dist/antd/es/locale/sv_SE.js +101 -0
- package/dist/antd/es/locale/ta_IN.js +119 -0
- package/dist/antd/es/locale/th_TH.js +117 -0
- package/dist/antd/es/locale/tr_TR.js +112 -0
- package/dist/antd/es/locale/uk_UA.js +97 -0
- package/dist/antd/es/locale/vi_VN.js +99 -0
- package/dist/antd/es/locale/zh_CN.js +104 -0
- package/dist/antd/es/locale/zh_TW.js +100 -0
- package/dist/antd/es/locale-provider.js +6 -0
- package/dist/antd/es/mention.js +23215 -0
- package/dist/antd/es/mentions.js +961 -0
- package/dist/antd/es/menu.js +5 -0
- package/dist/antd/es/message.js +161 -0
- package/dist/antd/es/modal.js +885 -0
- package/dist/antd/es/notification.js +216 -0
- package/dist/antd/es/page-header.js +350 -0
- package/dist/antd/es/pagination.js +15 -0
- package/dist/antd/es/popconfirm.js +215 -0
- package/dist/antd/es/popover.js +5 -0
- package/dist/antd/es/progress.js +10 -0
- package/dist/antd/es/radio.js +10 -0
- package/dist/antd/es/rate.js +5 -0
- package/dist/antd/es/result.js +828 -0
- package/dist/antd/es/row.js +9 -0
- package/dist/antd/es/select.js +5 -0
- package/dist/antd/es/skeleton.js +370 -0
- package/dist/antd/es/slider.js +5 -0
- package/dist/antd/es/spin.js +11 -0
- package/dist/antd/es/statistic.js +650 -0
- package/dist/antd/es/steps.js +5 -0
- package/dist/antd/es/style.js +5 -0
- package/dist/antd/es/switch.js +5 -0
- package/dist/antd/es/table.js +7057 -0
- package/dist/antd/es/tabs.js +5 -0
- package/dist/antd/es/tag.js +12 -0
- package/dist/antd/es/time-picker.js +10 -0
- package/dist/antd/es/timeline.js +206 -0
- package/dist/antd/es/tooltip.js +9 -0
- package/dist/antd/es/transfer.js +2508 -0
- package/dist/antd/es/tree-select.js +5 -0
- package/dist/antd/es/tree.js +10 -0
- package/dist/antd/es/typography.js +1246 -0
- package/dist/antd/es/upload.js +3418 -0
- package/dist/antd/es/version.js +7 -0
- package/dist/col.js +142 -0
- package/dist/config-provider.js +6949 -0
- package/dist/dropdown.js +442 -0
- package/dist/get.js +1043 -0
- package/dist/icon.js +6138 -0
- package/dist/identity.js +230 -0
- package/dist/index.js +462 -0
- package/dist/index10.js +478 -0
- package/dist/index11.js +232 -0
- package/dist/index12.js +2766 -0
- package/dist/index13.js +422 -0
- package/dist/index14.js +283 -0
- package/dist/index15.js +1755 -0
- package/dist/index2.js +374 -0
- package/dist/index3.js +407 -0
- package/dist/index4.js +522 -0
- package/dist/index5.js +601 -0
- package/dist/index6.js +601 -0
- package/dist/index7.js +364 -0
- package/dist/index8.js +436 -0
- package/dist/index9.js +130 -0
- package/dist/input.js +475 -0
- package/dist/isLength.js +402 -0
- package/dist/keys.js +292 -0
- package/dist/menu.js +8138 -0
- package/dist/progress.js +852 -0
- package/dist/raf.js +34 -0
- package/dist/responsiveObserve.js +444 -0
- package/dist/row.js +173 -0
- package/dist/scrollTo.js +66 -0
- package/dist/toInteger.js +123 -0
- package/dist/toString.js +84 -0
- package/dist/transButton.js +121 -0
- package/dist/tree.js +3017 -0
- package/dist/warning.js +55 -0
- package/dist/wave.js +230 -0
- package/dist/zh_CN.js +17 -0
- package/package.json +160 -0
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
var Pagination = {
|
|
2
|
+
// Options.jsx
|
|
3
|
+
items_per_page: '/ сторінці',
|
|
4
|
+
jump_to: 'Перейти',
|
|
5
|
+
jump_to_confirm: 'підтвердити',
|
|
6
|
+
page: '',
|
|
7
|
+
|
|
8
|
+
// Pagination.jsx
|
|
9
|
+
prev_page: 'Попередня сторінка',
|
|
10
|
+
next_page: 'Наступна сторінка',
|
|
11
|
+
prev_5: 'Попередні 5 сторінок',
|
|
12
|
+
next_5: 'Наступні 5 сторінок',
|
|
13
|
+
prev_3: 'Попередні 3 сторінки',
|
|
14
|
+
next_3: 'Наступні 3 сторінки'
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
var CalendarLocale = {
|
|
18
|
+
today: 'Сьогодні',
|
|
19
|
+
now: 'Зараз',
|
|
20
|
+
backToToday: 'Поточна дата',
|
|
21
|
+
ok: 'Ok',
|
|
22
|
+
clear: 'Очистити',
|
|
23
|
+
month: 'Місяць',
|
|
24
|
+
year: 'Рік',
|
|
25
|
+
timeSelect: 'Обрати час',
|
|
26
|
+
dateSelect: 'Обрати дату',
|
|
27
|
+
monthSelect: 'Обрати місяць',
|
|
28
|
+
yearSelect: 'Обрати рік',
|
|
29
|
+
decadeSelect: 'Обрати десятиріччя',
|
|
30
|
+
yearFormat: 'YYYY',
|
|
31
|
+
dateFormat: 'D-M-YYYY',
|
|
32
|
+
dayFormat: 'D',
|
|
33
|
+
dateTimeFormat: 'D-M-YYYY HH:mm:ss',
|
|
34
|
+
monthBeforeYear: true,
|
|
35
|
+
previousMonth: 'Попередній місяць (PageUp)',
|
|
36
|
+
nextMonth: 'Наступний місяць (PageDown)',
|
|
37
|
+
previousYear: 'Попередній рік (Control + left)',
|
|
38
|
+
nextYear: 'Наступний рік (Control + right)',
|
|
39
|
+
previousDecade: 'Попереднє десятиріччя',
|
|
40
|
+
nextDecade: 'Наступне десятиріччя',
|
|
41
|
+
previousCentury: 'Попереднє століття',
|
|
42
|
+
nextCentury: 'Наступне століття'
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
var locale$1 = {
|
|
46
|
+
placeholder: 'Оберіть час'
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
50
|
+
var locale = {
|
|
51
|
+
lang: _extends({
|
|
52
|
+
placeholder: 'Оберіть дату',
|
|
53
|
+
rangePlaceholder: ['Початкова дата', 'Кінцева дата']
|
|
54
|
+
}, CalendarLocale),
|
|
55
|
+
timePickerLocale: _extends({}, locale$1)
|
|
56
|
+
}; // All settings at:
|
|
57
|
+
|
|
58
|
+
var uk_UA = {
|
|
59
|
+
locale: 'uk',
|
|
60
|
+
Pagination: Pagination,
|
|
61
|
+
DatePicker: locale,
|
|
62
|
+
TimePicker: locale$1,
|
|
63
|
+
Calendar: locale,
|
|
64
|
+
Table: {
|
|
65
|
+
filterTitle: 'Фільтрувати',
|
|
66
|
+
filterConfirm: 'OK',
|
|
67
|
+
filterReset: 'Скинути',
|
|
68
|
+
selectAll: 'Обрати всі',
|
|
69
|
+
selectInvert: 'Інвертувати вибір'
|
|
70
|
+
},
|
|
71
|
+
Modal: {
|
|
72
|
+
okText: 'Гаразд',
|
|
73
|
+
cancelText: 'Скасувати',
|
|
74
|
+
justOkText: 'Гаразд'
|
|
75
|
+
},
|
|
76
|
+
Popconfirm: {
|
|
77
|
+
okText: 'Гаразд',
|
|
78
|
+
cancelText: 'Скасувати'
|
|
79
|
+
},
|
|
80
|
+
Transfer: {
|
|
81
|
+
searchPlaceholder: 'Введіть текст для пошуку',
|
|
82
|
+
itemUnit: 'item',
|
|
83
|
+
itemsUnit: 'items'
|
|
84
|
+
},
|
|
85
|
+
Upload: {
|
|
86
|
+
uploading: 'Завантаження ...',
|
|
87
|
+
removeFile: 'Видалити файл',
|
|
88
|
+
uploadError: 'Помилка завантаження',
|
|
89
|
+
previewFile: 'Попередній перегляд файлу',
|
|
90
|
+
downloadFile: 'Завантажити файл'
|
|
91
|
+
},
|
|
92
|
+
Empty: {
|
|
93
|
+
description: 'Даних немає'
|
|
94
|
+
}
|
|
95
|
+
};
|
|
96
|
+
|
|
97
|
+
export { uk_UA as default };
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
var Pagination = {
|
|
2
|
+
// Options.jsx
|
|
3
|
+
items_per_page: '/ trang',
|
|
4
|
+
jump_to: 'Đến',
|
|
5
|
+
jump_to_confirm: 'xác nhận',
|
|
6
|
+
page: '',
|
|
7
|
+
|
|
8
|
+
// Pagination.jsx
|
|
9
|
+
prev_page: 'Trang Trước',
|
|
10
|
+
next_page: 'Trang Kế',
|
|
11
|
+
prev_5: 'Về 5 Trang Trước',
|
|
12
|
+
next_5: 'Đến 5 Trang Kế',
|
|
13
|
+
prev_3: 'Về 3 Trang Trước',
|
|
14
|
+
next_3: 'Đến 3 Trang Kế'
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
var CalendarLocale = {
|
|
18
|
+
today: 'Hôm nay',
|
|
19
|
+
now: 'Bây giờ',
|
|
20
|
+
backToToday: 'Trở về hôm nay',
|
|
21
|
+
ok: 'Ok',
|
|
22
|
+
clear: 'Xóa',
|
|
23
|
+
month: 'Tháng',
|
|
24
|
+
year: 'Năm',
|
|
25
|
+
timeSelect: 'Chọn thời gian',
|
|
26
|
+
dateSelect: 'Chọn ngày',
|
|
27
|
+
weekSelect: 'Chọn tuần',
|
|
28
|
+
monthSelect: 'Chọn tháng',
|
|
29
|
+
yearSelect: 'Chọn năm',
|
|
30
|
+
decadeSelect: 'Chọn thập kỷ',
|
|
31
|
+
yearFormat: 'YYYY',
|
|
32
|
+
dateFormat: 'D/M/YYYY',
|
|
33
|
+
dayFormat: 'D',
|
|
34
|
+
dateTimeFormat: 'D/M/YYYY HH:mm:ss',
|
|
35
|
+
monthBeforeYear: true,
|
|
36
|
+
previousMonth: 'Tháng trước (PageUp)',
|
|
37
|
+
nextMonth: 'Tháng sau (PageDown)',
|
|
38
|
+
previousYear: 'Năm trước (Control + left)',
|
|
39
|
+
nextYear: 'Năm sau (Control + right)',
|
|
40
|
+
previousDecade: 'Thập kỷ trước',
|
|
41
|
+
nextDecade: 'Thập kỷ sau',
|
|
42
|
+
previousCentury: 'Thế kỷ trước',
|
|
43
|
+
nextCentury: 'Thế kỷ sau'
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
var locale$1 = {
|
|
47
|
+
placeholder: 'Chọn thời gian'
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
51
|
+
|
|
52
|
+
var locale = {
|
|
53
|
+
lang: _extends({
|
|
54
|
+
placeholder: 'Chọn thời điểm',
|
|
55
|
+
rangePlaceholder: ['Ngày bắt đầu', 'Ngày kết thúc']
|
|
56
|
+
}, CalendarLocale),
|
|
57
|
+
timePickerLocale: _extends({}, locale$1)
|
|
58
|
+
}; // All settings at:
|
|
59
|
+
|
|
60
|
+
var vi_VN = {
|
|
61
|
+
locale: 'vi',
|
|
62
|
+
Pagination: Pagination,
|
|
63
|
+
DatePicker: locale,
|
|
64
|
+
TimePicker: locale$1,
|
|
65
|
+
Calendar: locale,
|
|
66
|
+
Table: {
|
|
67
|
+
filterTitle: 'Bộ ',
|
|
68
|
+
filterConfirm: 'OK',
|
|
69
|
+
filterReset: 'Tạo Lại',
|
|
70
|
+
selectAll: 'Chọn Tất Cả',
|
|
71
|
+
selectInvert: 'Chọn Ngược Lại'
|
|
72
|
+
},
|
|
73
|
+
Modal: {
|
|
74
|
+
okText: 'OK',
|
|
75
|
+
cancelText: 'Huỷ',
|
|
76
|
+
justOkText: 'OK'
|
|
77
|
+
},
|
|
78
|
+
Popconfirm: {
|
|
79
|
+
okText: 'OK',
|
|
80
|
+
cancelText: 'Huỷ'
|
|
81
|
+
},
|
|
82
|
+
Transfer: {
|
|
83
|
+
searchPlaceholder: 'Tìm ở đây',
|
|
84
|
+
itemUnit: 'mục',
|
|
85
|
+
itemsUnit: 'mục'
|
|
86
|
+
},
|
|
87
|
+
Upload: {
|
|
88
|
+
uploading: 'Đang tải lên...',
|
|
89
|
+
removeFile: 'Gỡ bỏ tập tin',
|
|
90
|
+
uploadError: 'Lỗi tải lên',
|
|
91
|
+
previewFile: 'Xem thử tập tin',
|
|
92
|
+
downloadFile: 'Tải tập tin'
|
|
93
|
+
},
|
|
94
|
+
Empty: {
|
|
95
|
+
description: 'Trống'
|
|
96
|
+
}
|
|
97
|
+
};
|
|
98
|
+
|
|
99
|
+
export { vi_VN as default };
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import { P as Pagination } from '../../../zh_CN.js';
|
|
2
|
+
|
|
3
|
+
var CalendarLocale = {
|
|
4
|
+
today: '今天',
|
|
5
|
+
now: '此刻',
|
|
6
|
+
backToToday: '返回今天',
|
|
7
|
+
ok: '确定',
|
|
8
|
+
timeSelect: '选择时间',
|
|
9
|
+
dateSelect: '选择日期',
|
|
10
|
+
weekSelect: '选择周',
|
|
11
|
+
clear: '清除',
|
|
12
|
+
month: '月',
|
|
13
|
+
year: '年',
|
|
14
|
+
previousMonth: '上个月 (翻页上键)',
|
|
15
|
+
nextMonth: '下个月 (翻页下键)',
|
|
16
|
+
monthSelect: '选择月份',
|
|
17
|
+
yearSelect: '选择年份',
|
|
18
|
+
decadeSelect: '选择年代',
|
|
19
|
+
yearFormat: 'YYYY年',
|
|
20
|
+
dayFormat: 'D日',
|
|
21
|
+
dateFormat: 'YYYY年M月D日',
|
|
22
|
+
dateTimeFormat: 'YYYY年M月D日 HH时mm分ss秒',
|
|
23
|
+
previousYear: '上一年 (Control键加左方向键)',
|
|
24
|
+
nextYear: '下一年 (Control键加右方向键)',
|
|
25
|
+
previousDecade: '上一年代',
|
|
26
|
+
nextDecade: '下一年代',
|
|
27
|
+
previousCentury: '上一世纪',
|
|
28
|
+
nextCentury: '下一世纪'
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
var locale$1 = {
|
|
32
|
+
placeholder: '请选择时间'
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
36
|
+
var locale = {
|
|
37
|
+
lang: _extends({
|
|
38
|
+
placeholder: '请选择日期',
|
|
39
|
+
rangePlaceholder: ['开始日期', '结束日期']
|
|
40
|
+
}, CalendarLocale),
|
|
41
|
+
timePickerLocale: _extends({}, locale$1)
|
|
42
|
+
}; // should add whitespace between char in Button
|
|
43
|
+
|
|
44
|
+
locale.lang.ok = '确 定'; // All settings at:
|
|
45
|
+
|
|
46
|
+
var zh_CN = {
|
|
47
|
+
locale: 'zh-cn',
|
|
48
|
+
Pagination: Pagination,
|
|
49
|
+
DatePicker: locale,
|
|
50
|
+
TimePicker: locale$1,
|
|
51
|
+
Calendar: locale,
|
|
52
|
+
// locales for all comoponents
|
|
53
|
+
global: {
|
|
54
|
+
placeholder: '请选择'
|
|
55
|
+
},
|
|
56
|
+
Table: {
|
|
57
|
+
filterTitle: '筛选',
|
|
58
|
+
filterConfirm: '确定',
|
|
59
|
+
filterReset: '重置',
|
|
60
|
+
selectAll: '全选当页',
|
|
61
|
+
selectInvert: '反选当页',
|
|
62
|
+
sortTitle: '排序',
|
|
63
|
+
expand: '展开行',
|
|
64
|
+
collapse: '关闭行'
|
|
65
|
+
},
|
|
66
|
+
Modal: {
|
|
67
|
+
okText: '确定',
|
|
68
|
+
cancelText: '取消',
|
|
69
|
+
justOkText: '知道了'
|
|
70
|
+
},
|
|
71
|
+
Popconfirm: {
|
|
72
|
+
cancelText: '取消',
|
|
73
|
+
okText: '确定'
|
|
74
|
+
},
|
|
75
|
+
Transfer: {
|
|
76
|
+
searchPlaceholder: '请输入搜索内容',
|
|
77
|
+
itemUnit: '项',
|
|
78
|
+
itemsUnit: '项'
|
|
79
|
+
},
|
|
80
|
+
Upload: {
|
|
81
|
+
uploading: '文件上传中',
|
|
82
|
+
removeFile: '删除文件',
|
|
83
|
+
uploadError: '上传错误',
|
|
84
|
+
previewFile: '预览文件',
|
|
85
|
+
downloadFile: '下载文件'
|
|
86
|
+
},
|
|
87
|
+
Empty: {
|
|
88
|
+
description: '暂无数据'
|
|
89
|
+
},
|
|
90
|
+
Icon: {
|
|
91
|
+
icon: '图标'
|
|
92
|
+
},
|
|
93
|
+
Text: {
|
|
94
|
+
edit: '编辑',
|
|
95
|
+
copy: '复制',
|
|
96
|
+
copied: '复制成功',
|
|
97
|
+
expand: '展开'
|
|
98
|
+
},
|
|
99
|
+
PageHeader: {
|
|
100
|
+
back: '返回'
|
|
101
|
+
}
|
|
102
|
+
};
|
|
103
|
+
|
|
104
|
+
export { zh_CN as default };
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
var Pagination = {
|
|
2
|
+
// Options.jsx
|
|
3
|
+
items_per_page: '條/頁',
|
|
4
|
+
jump_to: '跳至',
|
|
5
|
+
jump_to_confirm: '確定',
|
|
6
|
+
page: '頁',
|
|
7
|
+
|
|
8
|
+
// Pagination.jsx
|
|
9
|
+
prev_page: '上一頁',
|
|
10
|
+
next_page: '下一頁',
|
|
11
|
+
prev_5: '向前 5 頁',
|
|
12
|
+
next_5: '向後 5 頁',
|
|
13
|
+
prev_3: '向前 3 頁',
|
|
14
|
+
next_3: '向後 3 頁'
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
var CalendarLocale = {
|
|
18
|
+
today: '今天',
|
|
19
|
+
now: '此刻',
|
|
20
|
+
backToToday: '返回今天',
|
|
21
|
+
ok: '確定',
|
|
22
|
+
timeSelect: '選擇時間',
|
|
23
|
+
dateSelect: '選擇日期',
|
|
24
|
+
clear: '清除',
|
|
25
|
+
month: '月',
|
|
26
|
+
year: '年',
|
|
27
|
+
previousMonth: '上個月 (翻頁上鍵)',
|
|
28
|
+
nextMonth: '下個月 (翻頁下鍵)',
|
|
29
|
+
monthSelect: '選擇月份',
|
|
30
|
+
yearSelect: '選擇年份',
|
|
31
|
+
decadeSelect: '選擇年代',
|
|
32
|
+
yearFormat: 'YYYY年',
|
|
33
|
+
dayFormat: 'D日',
|
|
34
|
+
dateFormat: 'YYYY年M月D日',
|
|
35
|
+
dateTimeFormat: 'YYYY年M月D日 HH時mm分ss秒',
|
|
36
|
+
previousYear: '上一年 (Control鍵加左方向鍵)',
|
|
37
|
+
nextYear: '下一年 (Control鍵加右方向鍵)',
|
|
38
|
+
previousDecade: '上一年代',
|
|
39
|
+
nextDecade: '下一年代',
|
|
40
|
+
previousCentury: '上一世紀',
|
|
41
|
+
nextCentury: '下一世紀'
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
var locale$1 = {
|
|
45
|
+
placeholder: '請選擇時間'
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
49
|
+
var locale = {
|
|
50
|
+
lang: _extends({
|
|
51
|
+
placeholder: '請選擇日期',
|
|
52
|
+
rangePlaceholder: ['開始日期', '結束日期']
|
|
53
|
+
}, CalendarLocale),
|
|
54
|
+
timePickerLocale: _extends({}, locale$1)
|
|
55
|
+
};
|
|
56
|
+
locale.lang.ok = '確 定'; // All settings at:
|
|
57
|
+
|
|
58
|
+
var zh_TW = {
|
|
59
|
+
locale: 'zh-tw',
|
|
60
|
+
Pagination: Pagination,
|
|
61
|
+
DatePicker: locale,
|
|
62
|
+
TimePicker: locale$1,
|
|
63
|
+
Calendar: locale,
|
|
64
|
+
Table: {
|
|
65
|
+
filterTitle: '篩選器',
|
|
66
|
+
filterConfirm: '確 定',
|
|
67
|
+
filterReset: '重 置',
|
|
68
|
+
selectAll: '全部選取',
|
|
69
|
+
selectInvert: '反向選取'
|
|
70
|
+
},
|
|
71
|
+
Modal: {
|
|
72
|
+
okText: '確 定',
|
|
73
|
+
cancelText: '取 消',
|
|
74
|
+
justOkText: 'OK'
|
|
75
|
+
},
|
|
76
|
+
Popconfirm: {
|
|
77
|
+
okText: '確 定',
|
|
78
|
+
cancelText: '取 消'
|
|
79
|
+
},
|
|
80
|
+
Transfer: {
|
|
81
|
+
searchPlaceholder: '搜尋資料',
|
|
82
|
+
itemUnit: '項目',
|
|
83
|
+
itemsUnit: '項目'
|
|
84
|
+
},
|
|
85
|
+
Upload: {
|
|
86
|
+
uploading: '正在上傳...',
|
|
87
|
+
removeFile: '刪除檔案',
|
|
88
|
+
uploadError: '上傳失敗',
|
|
89
|
+
previewFile: '檔案預覽',
|
|
90
|
+
downloadFile: '下载文件'
|
|
91
|
+
},
|
|
92
|
+
Empty: {
|
|
93
|
+
description: '無此資料'
|
|
94
|
+
},
|
|
95
|
+
PageHeader: {
|
|
96
|
+
back: '返回'
|
|
97
|
+
}
|
|
98
|
+
};
|
|
99
|
+
|
|
100
|
+
export { zh_TW as default };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { n } from '../../config-provider.js';
|
|
2
|
+
export { A as ANT_MARK } from '../../config-provider.js';
|
|
3
|
+
import 'react';
|
|
4
|
+
|
|
5
|
+
var css = "/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */\n/* stylelint-disable no-duplicate-selectors */\n/* stylelint-disable */\n/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */\n/*# sourceMappingURL=index.css.map */";
|
|
6
|
+
n(css,{"prepend":true});
|