@6thquake/react-material
Version:
React components that implement Google's Material Design.
105 lines (104 loc) • 2.38 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
locale: 'en',
Table: {
filterTitle: 'Filter menu',
filterConfirm: 'OK',
filterReset: 'Reset',
emptyText: 'No data',
selectAll: 'Select current page',
selectInvert: 'Invert current page'
},
Modal: {
okText: 'OK',
cancelText: 'Cancel',
justOkText: 'OK'
},
Popconfirm: {
okText: 'OK',
cancelText: 'Cancel'
},
Transfer: {
titles: ['', ''],
notFoundContent: 'Not Found',
searchPlaceholder: 'Search here',
itemUnit: 'item',
itemsUnit: 'items'
},
Select: {
notFoundContent: 'Not Found'
},
Upload: {
uploading: 'Uploading...',
removeFile: 'Remove file',
uploadError: 'Upload error',
previewFile: 'Preview file'
},
StepperPane: {
next: 'Next',
back: 'Back',
finish: 'Finish'
},
DatePicker: {
okLabel: 'OK',
cancelLabel: 'CANCEL',
clearLabel: 'CLEAR',
todayLabel: 'TODAY',
emptyLabel: '',
invalidDateMessage: 'Invalid Date Format',
invalidLabel: 'Unknown',
maxDateMessage: 'Date should not be after maximal date',
minDateMessage: 'Date should not be before minimal date'
},
DateTimePicker: {
okLabel: 'OK',
cancelLabel: 'CANCEL',
clearLabel: 'CLEAR',
todayLabel: 'TODAY',
emptyLabel: '',
invalidDateMessage: 'Invalid Date Format',
invalidLabel: 'Unknown',
maxDateMessage: 'DateTime should not be after maximal datetime',
minDateMessage: 'DateTime should not be before minimal datetime'
},
TimePicker: {
okLabel: 'OK',
cancelLabel: 'CANCEL',
clearLabel: 'CLEAR',
todayLabel: 'TODAY',
emptyLabel: '',
invalidDateMessage: 'Invalid Date Format',
invalidLabel: 'Unknown',
maxDateMessage: 'Time should not be after maximal time',
minDateMessage: 'Time should not be before minimal time'
},
MomentUtils: {
am: 'AM',
pm: 'PM'
},
Pagination: {
lastPage: 'last',
homePage: 'first',
pageName: 'page',
jumpTo: 'jump to',
prePage: 'Previous page',
nextPage: 'next page'
},
Confirm: {
cancelText: 'cancel',
okText: 'ok'
},
Filter: {
more: 'more',
less: 'collapse'
},
Loading: {
content: 'Loading...',
message: 'No more content'
}
};
exports.default = _default;
;