vft 0.0.507 → 0.0.509
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/dist/index.css +1 -1
- package/es/components/carousel/use-carousel.js +1 -1
- package/es/components/cascader/cascader.vue2.js +203 -202
- package/es/components/cascader-panel/menu.vue2.js +50 -49
- package/es/components/clamp-toggle/clamp-toggle.vue2.js +21 -17
- package/es/components/color-picker/color-picker.vue2.js +134 -133
- package/es/components/config-provider/config-provider.vue.d.ts +2 -0
- package/es/components/config-provider/config-provider.vue2.js +5 -4
- package/es/components/config-provider/constants.d.ts +1 -0
- package/es/components/config-provider/constants.js +3 -2
- package/es/components/config-provider/hooks/use-global-config.js +33 -30
- package/es/components/config-provider/index.d.ts +9 -0
- package/es/components/config-provider/index.js +6 -5
- package/es/components/date-picker/composables/use-basic-date-table.d.ts +1 -1
- package/es/components/date-picker/composables/use-basic-date-table.js +124 -123
- package/es/components/date-picker/composables/use-month-range-header.js +15 -14
- package/es/components/date-picker/composables/use-panel-date-range.js +24 -23
- package/es/components/date-picker/date-picker-com/basic-month-table.vue2.js +39 -38
- package/es/components/date-picker/date-picker-com/basic-year-table.vue2.js +39 -38
- package/es/components/date-picker/date-picker-com/panel-date-pick.vue2.js +179 -178
- package/es/components/date-picker/date-picker-com/panel-date-range.vue2.js +225 -224
- package/es/components/date-time-select/date-time-select.vue2.js +39 -36
- package/es/components/dropdown/dropdown.vue2.js +68 -67
- package/es/components/empty/empty.vue2.js +39 -38
- package/es/components/full-screen/full-screen.vue2.js +18 -17
- package/es/components/image/image.vue2.js +60 -59
- package/es/components/image-viewer/image-viewer.vue2.js +45 -44
- package/es/components/index.js +161 -160
- package/es/components/input/input.vue2.js +4 -4
- package/es/components/input-tag/composables/use-input-tag.js +1 -1
- package/es/components/md-container/md-container.vue2.js +75 -74
- package/es/components/md-container/toc.js +37 -36
- package/es/components/modal/modal-footer-action.vue2.js +25 -24
- package/es/components/multiple-tabs/multiple-tabs.vue2.js +16 -15
- package/es/components/multiple-tabs/use/use-tab-dropdown.js +54 -53
- package/es/components/pagination/components/jumper.vue2.js +29 -28
- package/es/components/pagination/components/sizes.vue2.js +21 -20
- package/es/components/pagination/components/total.vue2.js +11 -10
- package/es/components/popconfirm/popconfirm.vue2.js +40 -39
- package/es/components/search/search.vue2.js +79 -77
- package/es/components/select/useSelect.js +232 -231
- package/es/components/super-form/super-form-action.vue2.js +41 -40
- package/es/components/super-form/super-form-item.vue2.js +206 -203
- package/es/components/super-form/use/helper.d.ts +1 -1
- package/es/components/super-form/use/helper.js +62 -62
- package/es/components/table/field.js +130 -110
- package/es/components/table/table.vue2.js +152 -150
- package/es/components/table/use/use-columns.js +29 -26
- package/es/components/table/use/use-data-source.js +87 -86
- package/es/components/time-picker/time-picker-com/panel-time-pick.vue2.js +66 -65
- package/es/components/time-picker/time-picker-com/panel-time-range.vue2.js +134 -133
- package/es/components/transfer/transfer-panel.vue2.js +57 -56
- package/es/components/transfer/transfer.vue2.js +70 -69
- package/es/components/tree/tree.vue2.js +60 -59
- package/es/components/upload/index.d.ts +3 -3
- package/es/components/upload/upload-content.vue.d.ts +2 -2
- package/es/components/upload/upload-content.vue2.js +78 -75
- package/es/components/upload/upload-list.vue2.js +46 -45
- package/es/components/upload/upload.vue.d.ts +2 -2
- package/es/components/upload/upload.vue2.js +87 -85
- package/es/components/upload/utils.js +29 -29
- package/es/constants/date.d.ts +1 -1
- package/es/constants/date.js +9 -1
- package/es/hooks/use-z-index/index.js +3 -3
- package/es/index.d.ts +1 -0
- package/es/index.js +5 -1
- package/es/locale/index.d.js +1 -0
- package/es/locale/index.d.ts +26 -0
- package/es/locale/index.js +10 -0
- package/es/locale/lang/en.d.ts +183 -0
- package/es/locale/lang/en.js +241 -0
- package/es/locale/lang/zh-cn.d.ts +183 -0
- package/es/locale/lang/zh-cn.js +241 -0
- package/es/locale/lang/zh-tw.d.ts +183 -0
- package/es/locale/lang/zh-tw.js +241 -0
- package/es/locale/use-locale.d.ts +17 -0
- package/es/locale/use-locale.js +56 -0
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/es/utils/vue/vnode.js +1 -1
- package/lib/components/cascader/cascader.vue2.cjs +1 -1
- package/lib/components/cascader-panel/menu.vue2.cjs +4 -4
- package/lib/components/clamp-toggle/clamp-toggle.vue2.cjs +1 -1
- package/lib/components/color-picker/color-picker.vue2.cjs +1 -1
- package/lib/components/config-provider/config-provider.vue.d.ts +2 -0
- package/lib/components/config-provider/config-provider.vue2.cjs +1 -1
- package/lib/components/config-provider/constants.cjs +1 -1
- package/lib/components/config-provider/constants.d.ts +1 -0
- package/lib/components/config-provider/hooks/use-global-config.cjs +1 -1
- package/lib/components/config-provider/index.cjs +1 -1
- package/lib/components/config-provider/index.d.ts +9 -0
- package/lib/components/date-picker/composables/use-basic-date-table.cjs +1 -1
- package/lib/components/date-picker/composables/use-basic-date-table.d.ts +1 -1
- package/lib/components/date-picker/composables/use-month-range-header.cjs +1 -1
- package/lib/components/date-picker/composables/use-panel-date-range.cjs +1 -1
- package/lib/components/date-picker/date-picker-com/basic-month-table.vue2.cjs +1 -1
- package/lib/components/date-picker/date-picker-com/basic-year-table.vue2.cjs +1 -1
- package/lib/components/date-picker/date-picker-com/panel-date-pick.vue2.cjs +1 -1
- package/lib/components/date-picker/date-picker-com/panel-date-range.vue2.cjs +1 -1
- package/lib/components/date-time-select/date-time-select.vue2.cjs +1 -1
- package/lib/components/dropdown/dropdown.vue2.cjs +1 -1
- package/lib/components/empty/empty.vue2.cjs +1 -1
- package/lib/components/full-screen/full-screen.vue2.cjs +1 -1
- package/lib/components/image/image.vue2.cjs +1 -1
- package/lib/components/image-viewer/image-viewer.vue2.cjs +1 -1
- package/lib/components/index.cjs +1 -1
- package/lib/components/input/input.vue2.cjs +1 -1
- package/lib/components/md-container/md-container.vue2.cjs +1 -1
- package/lib/components/md-container/toc.cjs +1 -1
- package/lib/components/modal/modal-footer-action.vue2.cjs +1 -1
- package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
- package/lib/components/multiple-tabs/use/use-tab-dropdown.cjs +1 -1
- package/lib/components/pagination/components/jumper.vue2.cjs +1 -1
- package/lib/components/pagination/components/sizes.vue2.cjs +1 -1
- package/lib/components/pagination/components/total.vue2.cjs +1 -1
- package/lib/components/popconfirm/popconfirm.vue2.cjs +1 -1
- package/lib/components/search/search.vue2.cjs +1 -1
- package/lib/components/select/useSelect.cjs +1 -1
- package/lib/components/super-form/super-form-action.vue2.cjs +1 -1
- package/lib/components/super-form/super-form-item.vue2.cjs +1 -1
- package/lib/components/super-form/use/helper.cjs +1 -1
- package/lib/components/super-form/use/helper.d.ts +1 -1
- package/lib/components/table/field.cjs +1 -1
- package/lib/components/table/table.vue2.cjs +1 -1
- package/lib/components/table/use/use-columns.cjs +1 -1
- package/lib/components/table/use/use-data-source.cjs +1 -1
- package/lib/components/time-picker/time-picker-com/panel-time-pick.vue2.cjs +1 -1
- package/lib/components/time-picker/time-picker-com/panel-time-range.vue2.cjs +1 -1
- package/lib/components/transfer/transfer-panel.vue2.cjs +1 -1
- package/lib/components/transfer/transfer.vue2.cjs +1 -1
- package/lib/components/tree/tree.vue2.cjs +1 -1
- package/lib/components/upload/index.d.ts +3 -3
- package/lib/components/upload/upload-content.vue.d.ts +2 -2
- package/lib/components/upload/upload-content.vue2.cjs +1 -1
- package/lib/components/upload/upload-list.vue2.cjs +1 -1
- package/lib/components/upload/upload.vue.d.ts +2 -2
- package/lib/components/upload/upload.vue2.cjs +1 -1
- package/lib/components/upload/utils.cjs +1 -1
- package/lib/constants/date.cjs +1 -1
- package/lib/constants/date.d.ts +1 -1
- package/lib/index.cjs +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/locale/index.cjs +1 -0
- package/lib/locale/index.d.cjs +1 -0
- package/lib/locale/index.d.ts +26 -0
- package/lib/locale/lang/en.cjs +1 -0
- package/lib/locale/lang/en.d.ts +183 -0
- package/lib/locale/lang/zh-cn.cjs +1 -0
- package/lib/locale/lang/zh-cn.d.ts +183 -0
- package/lib/locale/lang/zh-tw.cjs +1 -0
- package/lib/locale/lang/zh-tw.d.ts +183 -0
- package/lib/locale/use-locale.cjs +1 -0
- package/lib/locale/use-locale.d.ts +17 -0
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +3 -3
- package/theme-style/index.css +1 -1
- package/theme-style/src/super-form.scss +0 -1
- package/theme-style/vft-super-form.css +1 -1
- package/web-types.json +1 -1
|
@@ -0,0 +1,241 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
name: "en",
|
|
3
|
+
vft: {
|
|
4
|
+
// Common
|
|
5
|
+
ok: "OK",
|
|
6
|
+
cancel: "Cancel",
|
|
7
|
+
confirm: "Confirm",
|
|
8
|
+
close: "Close",
|
|
9
|
+
save: "Save",
|
|
10
|
+
delete: "Delete",
|
|
11
|
+
edit: "Edit",
|
|
12
|
+
add: "Add",
|
|
13
|
+
search: "Search",
|
|
14
|
+
reset: "Reset",
|
|
15
|
+
submit: "Submit",
|
|
16
|
+
loading: "Loading",
|
|
17
|
+
noData: "No Data",
|
|
18
|
+
noMatch: "No matching data",
|
|
19
|
+
error: "Error",
|
|
20
|
+
success: "Success",
|
|
21
|
+
warning: "Warning",
|
|
22
|
+
info: "Info",
|
|
23
|
+
// Pagination
|
|
24
|
+
pagination: {
|
|
25
|
+
goto: "Go to",
|
|
26
|
+
pagesize: "items per page",
|
|
27
|
+
total: "Total {total}",
|
|
28
|
+
pageClassifier: ""
|
|
29
|
+
},
|
|
30
|
+
// Table
|
|
31
|
+
table: {
|
|
32
|
+
emptyText: "No data",
|
|
33
|
+
confirmDeleteRecord: "This will permanently delete the record. Continue?",
|
|
34
|
+
deleteSuccess: "Delete successfully",
|
|
35
|
+
deleteFailed: "Delete failed",
|
|
36
|
+
search: "Search",
|
|
37
|
+
seq: "Seq",
|
|
38
|
+
name: "Name",
|
|
39
|
+
time: "Time",
|
|
40
|
+
createTime: "Create Time",
|
|
41
|
+
updateTime: "Update Time",
|
|
42
|
+
status: "Status",
|
|
43
|
+
statusNormal: "Normal",
|
|
44
|
+
statusDisabled: "Disabled",
|
|
45
|
+
actionColumn: "Action",
|
|
46
|
+
edit: "Edit",
|
|
47
|
+
delete: "Delete",
|
|
48
|
+
confirmDelete: "Confirm delete?"
|
|
49
|
+
},
|
|
50
|
+
// Form
|
|
51
|
+
form: {
|
|
52
|
+
required: "This field is required",
|
|
53
|
+
invalidFormat: "Invalid format",
|
|
54
|
+
submitSuccess: "Submit successfully",
|
|
55
|
+
submitFailed: "Submit failed"
|
|
56
|
+
},
|
|
57
|
+
// Dialog
|
|
58
|
+
dialog: {
|
|
59
|
+
confirm: "Confirm",
|
|
60
|
+
cancel: "Cancel"
|
|
61
|
+
},
|
|
62
|
+
// Empty component
|
|
63
|
+
empty: {
|
|
64
|
+
notFound: "Page not found",
|
|
65
|
+
deleted: "Deleted",
|
|
66
|
+
networkDisconnect: "Network disconnected",
|
|
67
|
+
noData: "No data",
|
|
68
|
+
pageError: "System error",
|
|
69
|
+
noFilter: "No results for this filter",
|
|
70
|
+
noSearch: "No search results"
|
|
71
|
+
},
|
|
72
|
+
// Popconfirm component
|
|
73
|
+
popconfirm: {
|
|
74
|
+
confirm: "Confirm",
|
|
75
|
+
cancel: "Cancel"
|
|
76
|
+
},
|
|
77
|
+
// SuperForm component
|
|
78
|
+
superForm: {
|
|
79
|
+
reset: "Reset",
|
|
80
|
+
submit: "Confirm",
|
|
81
|
+
cancel: "Cancel"
|
|
82
|
+
},
|
|
83
|
+
// Tree component
|
|
84
|
+
tree: {
|
|
85
|
+
emptyText: "No data"
|
|
86
|
+
},
|
|
87
|
+
// TimePicker component
|
|
88
|
+
timePicker: {
|
|
89
|
+
cancel: "Cancel",
|
|
90
|
+
confirm: "Confirm"
|
|
91
|
+
},
|
|
92
|
+
// Transfer component
|
|
93
|
+
transfer: {
|
|
94
|
+
filterPlaceholder: "Enter search content"
|
|
95
|
+
},
|
|
96
|
+
// Search component
|
|
97
|
+
search: {
|
|
98
|
+
placeholder: "Enter the content you want to search"
|
|
99
|
+
},
|
|
100
|
+
// Table component
|
|
101
|
+
table: {
|
|
102
|
+
search: "Search"
|
|
103
|
+
},
|
|
104
|
+
// Modal component
|
|
105
|
+
modal: {
|
|
106
|
+
confirm: "Confirm",
|
|
107
|
+
cancel: "Cancel"
|
|
108
|
+
},
|
|
109
|
+
// MultipleTabs component
|
|
110
|
+
multipleTabs: {
|
|
111
|
+
unpin: "Unpin",
|
|
112
|
+
refresh: "Refresh",
|
|
113
|
+
openInNewTab: "Open in new tab",
|
|
114
|
+
closeTab: "Close tab",
|
|
115
|
+
closeLeft: "Close left tabs",
|
|
116
|
+
closeRight: "Close right tabs",
|
|
117
|
+
closeOther: "Close other tabs",
|
|
118
|
+
closeAll: "Close all tabs",
|
|
119
|
+
fullScreen: "Full screen",
|
|
120
|
+
standalone: "Standalone page",
|
|
121
|
+
pin: "Pin"
|
|
122
|
+
},
|
|
123
|
+
// Cascader component
|
|
124
|
+
cascader: {
|
|
125
|
+
placeholder: "Please select",
|
|
126
|
+
noData: "No matching data"
|
|
127
|
+
},
|
|
128
|
+
// ClampToggle component
|
|
129
|
+
clampToggle: {
|
|
130
|
+
expand: "Expand",
|
|
131
|
+
collapse: "Collapse"
|
|
132
|
+
},
|
|
133
|
+
// ColorPicker component
|
|
134
|
+
colorPicker: {
|
|
135
|
+
ariaDescription: "Current color is {color}. Press Enter to select a new color",
|
|
136
|
+
label: "Color picker"
|
|
137
|
+
},
|
|
138
|
+
// DatePicker component
|
|
139
|
+
datePicker: {
|
|
140
|
+
dateTableLabel: "Use arrow keys and Enter to select a date",
|
|
141
|
+
monthTableLabel: "Use arrow keys and Enter to select a month",
|
|
142
|
+
yearTableLabel: "Use arrow keys and Enter to select a year",
|
|
143
|
+
selectDate: "Select date",
|
|
144
|
+
selectTime: "Select time",
|
|
145
|
+
year: "Year",
|
|
146
|
+
startDate: "Start date",
|
|
147
|
+
startTime: "Start time",
|
|
148
|
+
endDate: "End date",
|
|
149
|
+
endTime: "End time",
|
|
150
|
+
weekSunday: "Sun",
|
|
151
|
+
weekMonday: "Mon",
|
|
152
|
+
weekTuesday: "Tue",
|
|
153
|
+
weekWednesday: "Wed",
|
|
154
|
+
weekThursday: "Thu",
|
|
155
|
+
weekFriday: "Fri",
|
|
156
|
+
weekSaturday: "Sat"
|
|
157
|
+
},
|
|
158
|
+
// DateTimeSelect component
|
|
159
|
+
dateTimeSelect: {
|
|
160
|
+
placeholder: "Please select time"
|
|
161
|
+
},
|
|
162
|
+
// Dropdown component
|
|
163
|
+
dropdown: {
|
|
164
|
+
ariaLabel: "Toggle dropdown menu"
|
|
165
|
+
},
|
|
166
|
+
// FullScreen component
|
|
167
|
+
fullScreen: {
|
|
168
|
+
enter: "Full screen",
|
|
169
|
+
exit: "Exit full screen"
|
|
170
|
+
},
|
|
171
|
+
// ImageViewer component
|
|
172
|
+
imageViewer: {
|
|
173
|
+
loadFailed: "Load failed"
|
|
174
|
+
},
|
|
175
|
+
// MdContainer component
|
|
176
|
+
mdContainer: {
|
|
177
|
+
publishTime: "Publish time",
|
|
178
|
+
readCount: "Read count",
|
|
179
|
+
tableOfContents: "Table of contents"
|
|
180
|
+
},
|
|
181
|
+
// Pagination component
|
|
182
|
+
pagination: {
|
|
183
|
+
itemsPerPage: "items per page"
|
|
184
|
+
},
|
|
185
|
+
// Select component
|
|
186
|
+
select: {
|
|
187
|
+
loading: "Loading",
|
|
188
|
+
noMatch: "No matching data",
|
|
189
|
+
noData: "No data",
|
|
190
|
+
placeholder: "Please select"
|
|
191
|
+
},
|
|
192
|
+
// SuperForm component - Extended
|
|
193
|
+
superFormPlaceholder: {
|
|
194
|
+
input: "Please enter",
|
|
195
|
+
password: "Please enter password",
|
|
196
|
+
select: "Please select",
|
|
197
|
+
checkbox: "Please check",
|
|
198
|
+
search: "Please enter search content",
|
|
199
|
+
tag: "Please enter tag content",
|
|
200
|
+
upload: "Please select file to upload",
|
|
201
|
+
slider: "Please drag the slider",
|
|
202
|
+
time: "Please select time",
|
|
203
|
+
startTime: "Start time",
|
|
204
|
+
endTime: "End time",
|
|
205
|
+
startDate: "Start date",
|
|
206
|
+
endDate: "End date",
|
|
207
|
+
startMonth: "Start month",
|
|
208
|
+
endMonth: "End month"
|
|
209
|
+
},
|
|
210
|
+
superFormError: {
|
|
211
|
+
componentPropsError: "componentProps execution error:",
|
|
212
|
+
fetchRemoteDataError: "fetchRemoteData execution error:"
|
|
213
|
+
},
|
|
214
|
+
// Table component - Extended
|
|
215
|
+
tableError: {
|
|
216
|
+
noDataToExpand: "expandTreeLevel: no data to expand"
|
|
217
|
+
},
|
|
218
|
+
// Transfer component - Extended
|
|
219
|
+
transferExtend: {
|
|
220
|
+
noMatch: "No matching data",
|
|
221
|
+
noData: "No data",
|
|
222
|
+
list1: "List 1",
|
|
223
|
+
list2: "List 2"
|
|
224
|
+
},
|
|
225
|
+
// Upload component
|
|
226
|
+
upload: {
|
|
227
|
+
sizeExceed: "File size exceeds limit",
|
|
228
|
+
sizeCheckFailed: "Size check failed:",
|
|
229
|
+
typeNotSupported: "File type does not support size check",
|
|
230
|
+
imageLoadFailed: "Image load failed",
|
|
231
|
+
videoLoadFailed: "Video load failed",
|
|
232
|
+
defaultSizeMessage: "Default file size exceeded message:",
|
|
233
|
+
defaultSizeCheckMessage: "Default size check message:",
|
|
234
|
+
defaultTypeCheckMessage: "Default file type check message:",
|
|
235
|
+
deleteKeyTip: "Press delete key to remove"
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
};
|
|
239
|
+
export {
|
|
240
|
+
e as default
|
|
241
|
+
};
|
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
name: string;
|
|
3
|
+
vft: {
|
|
4
|
+
ok: string;
|
|
5
|
+
cancel: string;
|
|
6
|
+
confirm: string;
|
|
7
|
+
close: string;
|
|
8
|
+
save: string;
|
|
9
|
+
delete: string;
|
|
10
|
+
edit: string;
|
|
11
|
+
add: string;
|
|
12
|
+
search: {
|
|
13
|
+
placeholder: string;
|
|
14
|
+
};
|
|
15
|
+
reset: string;
|
|
16
|
+
submit: string;
|
|
17
|
+
loading: string;
|
|
18
|
+
noData: string;
|
|
19
|
+
noMatch: string;
|
|
20
|
+
error: string;
|
|
21
|
+
success: string;
|
|
22
|
+
warning: string;
|
|
23
|
+
info: string;
|
|
24
|
+
pagination: {
|
|
25
|
+
itemsPerPage: string;
|
|
26
|
+
};
|
|
27
|
+
table: {
|
|
28
|
+
search: string;
|
|
29
|
+
};
|
|
30
|
+
form: {
|
|
31
|
+
required: string;
|
|
32
|
+
invalidFormat: string;
|
|
33
|
+
submitSuccess: string;
|
|
34
|
+
submitFailed: string;
|
|
35
|
+
};
|
|
36
|
+
dialog: {
|
|
37
|
+
confirm: string;
|
|
38
|
+
cancel: string;
|
|
39
|
+
};
|
|
40
|
+
empty: {
|
|
41
|
+
notFound: string;
|
|
42
|
+
deleted: string;
|
|
43
|
+
networkDisconnect: string;
|
|
44
|
+
noData: string;
|
|
45
|
+
pageError: string;
|
|
46
|
+
noFilter: string;
|
|
47
|
+
noSearch: string;
|
|
48
|
+
};
|
|
49
|
+
popconfirm: {
|
|
50
|
+
confirm: string;
|
|
51
|
+
cancel: string;
|
|
52
|
+
};
|
|
53
|
+
superForm: {
|
|
54
|
+
reset: string;
|
|
55
|
+
submit: string;
|
|
56
|
+
cancel: string;
|
|
57
|
+
};
|
|
58
|
+
tree: {
|
|
59
|
+
emptyText: string;
|
|
60
|
+
};
|
|
61
|
+
timePicker: {
|
|
62
|
+
cancel: string;
|
|
63
|
+
confirm: string;
|
|
64
|
+
};
|
|
65
|
+
transfer: {
|
|
66
|
+
filterPlaceholder: string;
|
|
67
|
+
};
|
|
68
|
+
modal: {
|
|
69
|
+
confirm: string;
|
|
70
|
+
cancel: string;
|
|
71
|
+
};
|
|
72
|
+
multipleTabs: {
|
|
73
|
+
unpin: string;
|
|
74
|
+
refresh: string;
|
|
75
|
+
openInNewTab: string;
|
|
76
|
+
closeTab: string;
|
|
77
|
+
closeLeft: string;
|
|
78
|
+
closeRight: string;
|
|
79
|
+
closeOther: string;
|
|
80
|
+
closeAll: string;
|
|
81
|
+
fullScreen: string;
|
|
82
|
+
standalone: string;
|
|
83
|
+
pin: string;
|
|
84
|
+
};
|
|
85
|
+
cascader: {
|
|
86
|
+
placeholder: string;
|
|
87
|
+
noData: string;
|
|
88
|
+
};
|
|
89
|
+
clampToggle: {
|
|
90
|
+
expand: string;
|
|
91
|
+
collapse: string;
|
|
92
|
+
};
|
|
93
|
+
colorPicker: {
|
|
94
|
+
ariaDescription: string;
|
|
95
|
+
label: string;
|
|
96
|
+
};
|
|
97
|
+
datePicker: {
|
|
98
|
+
dateTableLabel: string;
|
|
99
|
+
monthTableLabel: string;
|
|
100
|
+
yearTableLabel: string;
|
|
101
|
+
selectDate: string;
|
|
102
|
+
selectTime: string;
|
|
103
|
+
year: string;
|
|
104
|
+
startDate: string;
|
|
105
|
+
startTime: string;
|
|
106
|
+
endDate: string;
|
|
107
|
+
endTime: string;
|
|
108
|
+
weekSunday: string;
|
|
109
|
+
weekMonday: string;
|
|
110
|
+
weekTuesday: string;
|
|
111
|
+
weekWednesday: string;
|
|
112
|
+
weekThursday: string;
|
|
113
|
+
weekFriday: string;
|
|
114
|
+
weekSaturday: string;
|
|
115
|
+
};
|
|
116
|
+
dateTimeSelect: {
|
|
117
|
+
placeholder: string;
|
|
118
|
+
};
|
|
119
|
+
dropdown: {
|
|
120
|
+
ariaLabel: string;
|
|
121
|
+
};
|
|
122
|
+
fullScreen: {
|
|
123
|
+
enter: string;
|
|
124
|
+
exit: string;
|
|
125
|
+
};
|
|
126
|
+
imageViewer: {
|
|
127
|
+
loadFailed: string;
|
|
128
|
+
};
|
|
129
|
+
mdContainer: {
|
|
130
|
+
publishTime: string;
|
|
131
|
+
readCount: string;
|
|
132
|
+
tableOfContents: string;
|
|
133
|
+
};
|
|
134
|
+
select: {
|
|
135
|
+
loading: string;
|
|
136
|
+
noMatch: string;
|
|
137
|
+
noData: string;
|
|
138
|
+
placeholder: string;
|
|
139
|
+
};
|
|
140
|
+
superFormPlaceholder: {
|
|
141
|
+
input: string;
|
|
142
|
+
password: string;
|
|
143
|
+
select: string;
|
|
144
|
+
checkbox: string;
|
|
145
|
+
search: string;
|
|
146
|
+
tag: string;
|
|
147
|
+
upload: string;
|
|
148
|
+
slider: string;
|
|
149
|
+
time: string;
|
|
150
|
+
startTime: string;
|
|
151
|
+
endTime: string;
|
|
152
|
+
startDate: string;
|
|
153
|
+
endDate: string;
|
|
154
|
+
startMonth: string;
|
|
155
|
+
endMonth: string;
|
|
156
|
+
};
|
|
157
|
+
superFormError: {
|
|
158
|
+
componentPropsError: string;
|
|
159
|
+
fetchRemoteDataError: string;
|
|
160
|
+
};
|
|
161
|
+
tableError: {
|
|
162
|
+
noDataToExpand: string;
|
|
163
|
+
};
|
|
164
|
+
transferExtend: {
|
|
165
|
+
noMatch: string;
|
|
166
|
+
noData: string;
|
|
167
|
+
list1: string;
|
|
168
|
+
list2: string;
|
|
169
|
+
};
|
|
170
|
+
upload: {
|
|
171
|
+
sizeExceed: string;
|
|
172
|
+
sizeCheckFailed: string;
|
|
173
|
+
typeNotSupported: string;
|
|
174
|
+
imageLoadFailed: string;
|
|
175
|
+
videoLoadFailed: string;
|
|
176
|
+
defaultSizeMessage: string;
|
|
177
|
+
defaultSizeCheckMessage: string;
|
|
178
|
+
defaultTypeCheckMessage: string;
|
|
179
|
+
deleteKeyTip: string;
|
|
180
|
+
};
|
|
181
|
+
};
|
|
182
|
+
};
|
|
183
|
+
export default _default;
|
|
@@ -0,0 +1,241 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
name: "zh-cn",
|
|
3
|
+
vft: {
|
|
4
|
+
// 通用
|
|
5
|
+
ok: "确定",
|
|
6
|
+
cancel: "取消",
|
|
7
|
+
confirm: "确认",
|
|
8
|
+
close: "关闭",
|
|
9
|
+
save: "保存",
|
|
10
|
+
delete: "删除",
|
|
11
|
+
edit: "编辑",
|
|
12
|
+
add: "添加",
|
|
13
|
+
search: "搜索",
|
|
14
|
+
reset: "重置",
|
|
15
|
+
submit: "提交",
|
|
16
|
+
loading: "加载中",
|
|
17
|
+
noData: "暂无数据",
|
|
18
|
+
noMatch: "无匹配数据",
|
|
19
|
+
error: "错误",
|
|
20
|
+
success: "成功",
|
|
21
|
+
warning: "警告",
|
|
22
|
+
info: "提示",
|
|
23
|
+
// 分页
|
|
24
|
+
pagination: {
|
|
25
|
+
goto: "前往",
|
|
26
|
+
pagesize: "条/页",
|
|
27
|
+
total: "共 {total} 条",
|
|
28
|
+
pageClassifier: "页"
|
|
29
|
+
},
|
|
30
|
+
// 表格
|
|
31
|
+
table: {
|
|
32
|
+
emptyText: "暂无数据",
|
|
33
|
+
confirmDeleteRecord: "此操作将永久删除该记录,是否继续?",
|
|
34
|
+
deleteSuccess: "删除成功",
|
|
35
|
+
deleteFailed: "删除失败",
|
|
36
|
+
search: "搜索",
|
|
37
|
+
seq: "序号",
|
|
38
|
+
name: "名称",
|
|
39
|
+
time: "时间",
|
|
40
|
+
createTime: "创建时间",
|
|
41
|
+
updateTime: "更新时间",
|
|
42
|
+
status: "状态",
|
|
43
|
+
statusNormal: "正常",
|
|
44
|
+
statusDisabled: "禁用",
|
|
45
|
+
actionColumn: "操作栏",
|
|
46
|
+
edit: "编辑",
|
|
47
|
+
delete: "删除",
|
|
48
|
+
confirmDelete: "确认删除?"
|
|
49
|
+
},
|
|
50
|
+
// 表单
|
|
51
|
+
form: {
|
|
52
|
+
required: "此项为必填项",
|
|
53
|
+
invalidFormat: "格式不正确",
|
|
54
|
+
submitSuccess: "提交成功",
|
|
55
|
+
submitFailed: "提交失败"
|
|
56
|
+
},
|
|
57
|
+
// 对话框
|
|
58
|
+
dialog: {
|
|
59
|
+
confirm: "确定",
|
|
60
|
+
cancel: "取消"
|
|
61
|
+
},
|
|
62
|
+
// Empty 组件
|
|
63
|
+
empty: {
|
|
64
|
+
notFound: "页面不存在",
|
|
65
|
+
deleted: "已删除",
|
|
66
|
+
networkDisconnect: "网络已断开",
|
|
67
|
+
noData: "暂无数据",
|
|
68
|
+
pageError: "系统异常",
|
|
69
|
+
noFilter: "此筛选条件下无结果",
|
|
70
|
+
noSearch: "没有搜索结果"
|
|
71
|
+
},
|
|
72
|
+
// Popconfirm 组件
|
|
73
|
+
popconfirm: {
|
|
74
|
+
confirm: "确认",
|
|
75
|
+
cancel: "取消"
|
|
76
|
+
},
|
|
77
|
+
// SuperForm 组件
|
|
78
|
+
superForm: {
|
|
79
|
+
reset: "重置",
|
|
80
|
+
submit: "确认",
|
|
81
|
+
cancel: "取消"
|
|
82
|
+
},
|
|
83
|
+
// Tree 组件
|
|
84
|
+
tree: {
|
|
85
|
+
emptyText: "暂无数据"
|
|
86
|
+
},
|
|
87
|
+
// TimePicker 组件
|
|
88
|
+
timePicker: {
|
|
89
|
+
cancel: "取消",
|
|
90
|
+
confirm: "确认"
|
|
91
|
+
},
|
|
92
|
+
// Transfer 组件
|
|
93
|
+
transfer: {
|
|
94
|
+
filterPlaceholder: "请输入搜索内容"
|
|
95
|
+
},
|
|
96
|
+
// Search 组件
|
|
97
|
+
search: {
|
|
98
|
+
placeholder: "请输入你要搜索的内容"
|
|
99
|
+
},
|
|
100
|
+
// Table 组件
|
|
101
|
+
table: {
|
|
102
|
+
search: "搜索"
|
|
103
|
+
},
|
|
104
|
+
// Modal 组件
|
|
105
|
+
modal: {
|
|
106
|
+
confirm: "确认",
|
|
107
|
+
cancel: "取消"
|
|
108
|
+
},
|
|
109
|
+
// MultipleTabs 组件
|
|
110
|
+
multipleTabs: {
|
|
111
|
+
unpin: "取消固定",
|
|
112
|
+
refresh: "刷新",
|
|
113
|
+
openInNewTab: "新页面打开",
|
|
114
|
+
closeTab: "关闭标签页",
|
|
115
|
+
closeLeft: "关闭左侧标签页",
|
|
116
|
+
closeRight: "关闭右侧标签页",
|
|
117
|
+
closeOther: "关闭其它标签页",
|
|
118
|
+
closeAll: "关闭所有标签页",
|
|
119
|
+
fullScreen: "全屏",
|
|
120
|
+
standalone: "独立页面",
|
|
121
|
+
pin: "固定"
|
|
122
|
+
},
|
|
123
|
+
// Cascader 组件
|
|
124
|
+
cascader: {
|
|
125
|
+
placeholder: "请选择",
|
|
126
|
+
noData: "无匹配数据"
|
|
127
|
+
},
|
|
128
|
+
// ClampToggle 组件
|
|
129
|
+
clampToggle: {
|
|
130
|
+
expand: "展开",
|
|
131
|
+
collapse: "收缩"
|
|
132
|
+
},
|
|
133
|
+
// ColorPicker 组件
|
|
134
|
+
colorPicker: {
|
|
135
|
+
ariaDescription: "目前色彩為 {color}。按一下 Enter 以選擇新色彩",
|
|
136
|
+
label: "色彩选择器"
|
|
137
|
+
},
|
|
138
|
+
// DatePicker 组件
|
|
139
|
+
datePicker: {
|
|
140
|
+
dateTableLabel: "使用方向键与 Enter 键可选择日期",
|
|
141
|
+
monthTableLabel: "使用方向键与 Enter 键可选择月份",
|
|
142
|
+
yearTableLabel: "使用方向键与 Enter 键以选择年份",
|
|
143
|
+
selectDate: "选择日期",
|
|
144
|
+
selectTime: "选择时间",
|
|
145
|
+
year: "年",
|
|
146
|
+
startDate: "开始日期",
|
|
147
|
+
startTime: "开始时间",
|
|
148
|
+
endDate: "结束日期",
|
|
149
|
+
endTime: "结束时间",
|
|
150
|
+
weekSunday: "日",
|
|
151
|
+
weekMonday: "一",
|
|
152
|
+
weekTuesday: "二",
|
|
153
|
+
weekWednesday: "三",
|
|
154
|
+
weekThursday: "四",
|
|
155
|
+
weekFriday: "五",
|
|
156
|
+
weekSaturday: "六"
|
|
157
|
+
},
|
|
158
|
+
// DateTimeSelect 组件
|
|
159
|
+
dateTimeSelect: {
|
|
160
|
+
placeholder: "请选择时间"
|
|
161
|
+
},
|
|
162
|
+
// Dropdown 组件
|
|
163
|
+
dropdown: {
|
|
164
|
+
ariaLabel: "切换下拉菜单"
|
|
165
|
+
},
|
|
166
|
+
// FullScreen 组件
|
|
167
|
+
fullScreen: {
|
|
168
|
+
enter: "全屏",
|
|
169
|
+
exit: "退出全屏"
|
|
170
|
+
},
|
|
171
|
+
// ImageViewer 组件
|
|
172
|
+
imageViewer: {
|
|
173
|
+
loadFailed: "加载失败"
|
|
174
|
+
},
|
|
175
|
+
// MdContainer 组件
|
|
176
|
+
mdContainer: {
|
|
177
|
+
publishTime: "发布时间",
|
|
178
|
+
readCount: "阅读量",
|
|
179
|
+
tableOfContents: "此页内容"
|
|
180
|
+
},
|
|
181
|
+
// Pagination 组件
|
|
182
|
+
pagination: {
|
|
183
|
+
itemsPerPage: "条/页"
|
|
184
|
+
},
|
|
185
|
+
// Select 组件
|
|
186
|
+
select: {
|
|
187
|
+
loading: "加载中",
|
|
188
|
+
noMatch: "无匹配数据",
|
|
189
|
+
noData: "暂无数据",
|
|
190
|
+
placeholder: "请选择"
|
|
191
|
+
},
|
|
192
|
+
// SuperForm 组件 - 扩展
|
|
193
|
+
superFormPlaceholder: {
|
|
194
|
+
input: "请输入",
|
|
195
|
+
password: "请输入密码",
|
|
196
|
+
select: "请选择",
|
|
197
|
+
checkbox: "请勾选",
|
|
198
|
+
search: "请输入要搜索的内容",
|
|
199
|
+
tag: "请输入标签内容",
|
|
200
|
+
upload: "请选择上传文件",
|
|
201
|
+
slider: "请拖动滑块",
|
|
202
|
+
time: "请选择时间",
|
|
203
|
+
startTime: "开始时间",
|
|
204
|
+
endTime: "结束时间",
|
|
205
|
+
startDate: "开始日期",
|
|
206
|
+
endDate: "结束日期",
|
|
207
|
+
startMonth: "开始月份",
|
|
208
|
+
endMonth: "结束月份"
|
|
209
|
+
},
|
|
210
|
+
superFormError: {
|
|
211
|
+
componentPropsError: "componentProps 执行错误:",
|
|
212
|
+
fetchRemoteDataError: "fetchRemoteData 执行错误:"
|
|
213
|
+
},
|
|
214
|
+
// Table 组件 - 扩展
|
|
215
|
+
tableError: {
|
|
216
|
+
noDataToExpand: "expandTreeLevel: 没有数据可展开"
|
|
217
|
+
},
|
|
218
|
+
// Transfer 组件 - 扩展
|
|
219
|
+
transferExtend: {
|
|
220
|
+
noMatch: "无匹配数据",
|
|
221
|
+
noData: "无数据",
|
|
222
|
+
list1: "列表 1",
|
|
223
|
+
list2: "列表 2"
|
|
224
|
+
},
|
|
225
|
+
// Upload 组件
|
|
226
|
+
upload: {
|
|
227
|
+
sizeExceed: "文件大小超出限制",
|
|
228
|
+
sizeCheckFailed: "尺寸校验失败:",
|
|
229
|
+
typeNotSupported: "文件类型不支持尺寸校验",
|
|
230
|
+
imageLoadFailed: "图片加载失败",
|
|
231
|
+
videoLoadFailed: "视频加载失败",
|
|
232
|
+
defaultSizeMessage: "默认文件大小超出提示:",
|
|
233
|
+
defaultSizeCheckMessage: "默认尺寸校验提示:",
|
|
234
|
+
defaultTypeCheckMessage: "默认文件类型校验提示:",
|
|
235
|
+
deleteKeyTip: "按 delete 键可删除"
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
};
|
|
239
|
+
export {
|
|
240
|
+
e as default
|
|
241
|
+
};
|