UNPKG

wot-design

Version:

Mobile UI components built on vue.js

112 lines (111 loc) 2.56 kB
export default { wd: { calendar: { placeholder: 'Select', title: 'Select Date', day: 'Date', week: 'Week', month: 'Month', confirm: 'OK', startTime: 'Start Date', endTime: 'End Date', to: 'To', timeFormat: 'YY-MM-DD HH:mm:ss', dateFormat: 'YYYY-MM-DD', weekFormat: '{year} W{week}', startWeek: 'Start Week', endWeek: 'End Week', startMonth: 'Start Month', endMonth: 'End Month', monthFormat: 'YYYY-MM' }, calendarView: { startTime: 'Start Time', endTime: 'End Time', weeks: { sun: 'Sun', mon: 'Mon', tue: 'Tue', wed: 'Wed', thu: 'Thu', fri: 'Fri', sat: 'Sat' }, rangePrompt: 'The number of selected days cannot exceed {maxRange} days', rangePromptWeek: 'The number of weeks selected cannot exceed {maxRange} weeks', rangePromptMonth: 'The selected month cannot exceed {maxRange} months', monthTitle: 'YYYY-MM', yearTitle: 'YYYY', month: 'MM', hour: '{value}', minute: '{value}', second: '{value}' }, datetimePicker: { start: 'From', end: 'To' }, collapse: { expand: 'Expand', retract: 'Fold' }, colPicker: { title: 'Select', placeholder: 'Select', select: 'Select' }, infiniteLoad: { loading: 'Loading...', finished: 'Finished loading', error: 'Failed to load...', retry: 'Refresh' }, imgCropper: { confirm: 'OK', cancel: 'Cancel' }, messageBox: { inputPlaceholder: 'Please input information', confirm: 'OK', cancel: 'Cancel', inputNoValidate: 'Please ensure you input correct information' }, numberKeyboard: { confirm: 'done' }, pagination: { prev: 'Previous', next: 'Next', page: 'Page:{value}', total: 'Total:{total}', size: '{size}/page' }, picker: { cancel: 'Cancel', done: 'Done', placeholder: 'Select' }, pullRefresh: { topPull: 'Drag down to refresh', topDrop: 'Release to refresh', topLoading: 'Refreshing the page..' }, search: { search: 'Search', cancel: 'Cancel' }, steps: { wait: 'Not Started', finished: 'Expired', process: 'In Progress', failed: 'Failed' }, tabs: { all: 'All' }, upload: { fileName: 'File name', error: 'Failed to upload' } } }