UNPKG

choerodon-ui

Version:

An enterprise-class UI design language and React-based implementation

82 lines (81 loc) 2.24 kB
import Pagination from '../rc-components/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: Pagination, DatePicker: DatePicker, TimePicker: TimePicker, Calendar: 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', selectAll: 'Select All', selectNone: 'None', filterPlaceholder: 'Input for filter' }, Upload: { uploading: 'Uploading...', removeFile: 'Remove file', uploadError: 'Upload error', previewFile: 'Preview file', confirmRemove: 'Are you sure to delete the file?', confirmReUpload: 'Are you sure to reupload?', reUpload: 'Upload again' }, Collapse: { fold: 'Fold', unfold: 'Unfold' }, imageCrop: { editImage: 'Edit image', avatarUploadError: 'Avatar upload error', avatarServerError: 'Upload server error', avatarUpload: 'Picture upload', avatarReminder: "Here you can crop, rotate, and click \"Save\" Complete the avatar modification", preview: 'Preview', reUpload: 'Upload again', imageTooLarge: 'The picture is too large, please upload again', imageUploadError: 'Image upload error', imageDragHere: 'Please drag the picture here', pleaseUpload: 'Please upload, less than', uploadType: "and the type of picture is ", picture: '', cancelButton: 'Cancel', saveButton: 'Save', changeAvatar: 'Modify avatar' }, PerformanceTable: { emptyMessage: 'No data found', loading: 'Loading...' }, Notification: { total: 'A total of', message: 'messages', closeAll: 'Close all' } }; //# sourceMappingURL=en_GB.js.map