@sc-guode/yzl-components 0.0.28 → 0.0.30

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.
@@ -0,0 +1,35 @@
1
+ const e = {
2
+ common: {
3
+ selectAll: "Select All"
4
+ },
5
+ Form: {
6
+ input: "Please enter ",
7
+ select: "Please select "
8
+ },
9
+ Dialog: {
10
+ cancel: "Cancel",
11
+ confirm: "Confirm"
12
+ },
13
+ Table: {
14
+ export: "Export Data",
15
+ config: "Column Configuration",
16
+ showCcolumns: "Show Columns",
17
+ allColumns: "All Columns",
18
+ save: "Save Configuration"
19
+ },
20
+ Pagination: {
21
+ total: "Total",
22
+ item: "items",
23
+ selected: "Select"
24
+ },
25
+ DatePicker: {
26
+ start: "Start Time",
27
+ end: "End Time",
28
+ aWeek: "Last Week",
29
+ aMonth: "Last Month",
30
+ threeMonth: "Last Three Months"
31
+ }
32
+ };
33
+ export {
34
+ e as default
35
+ };