You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
991 B
45 lines
991 B
import Pagination from '../vc-pagination/locale/en_GB';
|
|
import DatePicker from '../date-picker/locale/en_GB';
|
|
import TimePicker from '../time-picker/locale/en_GB';
|
|
import Calendar from '../calendar/locale/en_GB';
|
|
|
|
export default {
|
|
locale : 'en-gb',
|
|
Pagination,
|
|
DatePicker,
|
|
TimePicker,
|
|
Calendar,
|
|
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 : {
|
|
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'
|
|
}
|
|
};
|