forked from alibaba-fusion/next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen-us.js
136 lines (136 loc) · 3.36 KB
/
en-us.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
export default {
momentLocale: 'en',
Timeline: {
expand: 'Expand',
fold: 'Fold',
},
Balloon: {
close: 'Close',
},
Card: {
expand: 'Expand',
fold: 'Fold',
},
Calendar: {
today: 'Today',
now: 'Now',
ok: 'OK',
clear: 'Clear',
month: 'Month',
year: 'Year',
prevYear: 'Previous Year',
nextYear: 'Next Year',
prevMonth: 'Previous Month',
nextMonth: 'Next Month',
prevDecade: 'Previous Decade',
nextDecade: 'Next Decade',
yearSelectAriaLabel: 'Select Year',
monthSelectAriaLabel: 'Select Month',
},
DatePicker: {
placeholder: 'Select Date',
datetimePlaceholder: 'Select Date And Time',
monthPlaceholder: 'Select Month',
yearPlaceholder: 'Select Year',
weekPlaceholder: 'Select week',
now: 'Now',
selectTime: 'Select Time',
selectDate: 'Select Date',
ok: 'OK',
clear: 'Clear',
startPlaceholder: 'Start Date',
endPlaceholder: 'End Date',
hour: 'H',
minute: 'M',
second: 'S',
},
Dialog: {
close: 'Close',
ok: 'OK',
cancel: 'Cancel',
},
Drawer: {
close: 'Close',
},
Message: {
closeAriaLabel: 'Close',
},
Pagination: {
prev: 'Previous',
next: 'Next',
goTo: 'Go to',
page: 'Page',
go: 'View',
total: 'Page {current}, {total} pages',
labelPrev: 'Previous page, current page {current}',
labelNext: 'Next page, current page {current}',
inputAriaLabel: 'Please enter what page to skip to',
selectAriaLabel:
'Please select how many items are displayed on each page',
pageSize: 'Items per page:',
},
Input: {
clear: 'Clear',
},
Select: {
selectPlaceholder: 'Please Select',
autoCompletePlaceholder: 'Please Input',
notFoundContent: 'No Options',
maxTagPlaceholder: 'Selected {selected}/{total} Total',
},
Table: {
empty: 'No Data',
ok: 'OK',
reset: 'Reset',
asc: 'Ascending Order',
desc: 'Descending Order',
expanded: 'Expanded',
folded: 'Folded',
filter: 'Filter',
selectAll: 'Select All',
},
TimePicker: {
placeholder: 'Select Time',
clear: 'Clear',
hour: 'H',
minute: 'M',
second: 'S',
},
Transfer: {
items: 'items',
item: 'item',
moveAll: 'Move All',
searchPlaceholder: 'Please Input',
moveToLeft: 'Uncheck Selected Elements',
moveToRight: 'Submit Selected Elements',
},
Upload: {
card: {
cancel: 'Cancel',
addPhoto: 'Add Picture',
download: 'Download',
delete: 'Delete',
},
drag: {
text: 'Click or Drag the file to this area to upload',
hint:
'Support docx, xls, PDF, rar, zip, PNG, JPG and other files upload',
},
upload: {
delete: 'Delete',
},
},
Search: {
buttonText: 'Search',
},
Tag: {
delete: 'Delete',
},
Rating: {
description: 'Rating Options',
},
Switch: {
on: 'on',
off: 'off',
},
};