@cainiaofe/cn-ui-m
Version:
82 lines (81 loc) • 1.76 kB
JavaScript
export default {
ActionSheet: {
cancel: 'Cancel',
},
Calendar: {
weekdays: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
months: [
'Jan',
'Feb',
'Mar',
'Apr',
'May',
'Jun',
'Jul',
'Aug',
'Sept',
'Oct',
'Nov',
'Dec',
],
year: 'Year',
month: 'Mon',
day: 'Day',
timePickerLabel: 'select time',
},
CascaderSelect: {
rootTipText: 'Home',
},
DatePicker: {
year: '',
month: '',
day: '',
prev: 'Previous',
next: 'Next',
selectStartTime: 'Choose start time',
selectEndTime: 'Choose end time',
},
Dialog: {
ok: 'OK',
cancel: 'Cancel',
},
Pagination: {
prev: 'Prev',
next: 'Next',
tip: 'Select Page',
},
Picker: {
empty: 'empty',
},
Search: {
searchTipText: 'search',
cancelText: 'cancel',
},
Select: {
searchTipText: 'search',
totalPrefixText: '',
totalSuffixText: 'item(s) selected',
secondaryOkText: 'Done',
searchToOptionBtnText: 'add new item',
emptySearchText: 'No options about "${searchVal}" could be found',
},
SelectDrawer: {
placeHolderText: 'please select',
ok: 'OK',
cancel: 'Cancel',
},
Tab: {
more: 'More',
},
TimePicker: {
hour: 'H',
minute: 'M',
second: 'Sec',
am: 'AM',
pm: 'PM',
},
Upload: {
reupload: 're-upload',
limit: 'you can only upload up to ${limit} photos',
},
};