UNPKG

rsuite

Version:

A suite of react components

79 lines (78 loc) 1.69 kB
import _extends from "@babel/runtime/helpers/esm/extends"; import enGB from 'date-fns/locale/en-GB'; var Calendar = { sunday: 'Su', monday: 'Mo', tuesday: 'Tu', wednesday: 'We', thursday: 'Th', friday: 'Fr', saturday: 'Sa', ok: 'OK', today: 'Today', yesterday: 'Yesterday', hours: 'Hours', minutes: 'Minutes', seconds: 'Seconds', /** * Format of the string is based on Unicode Technical Standard #35: * https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table **/ formattedMonthPattern: 'MMM yyyy', formattedDayPattern: 'dd MMM yyyy', dateLocale: enGB }; export default { common: { loading: 'Loading...', emptyMessage: 'No data found' }, Plaintext: { unfilled: 'Unfilled', notSelected: 'Not selected', notUploaded: 'Not uploaded' }, Pagination: { more: 'More', prev: 'Previous', next: 'Next', first: 'First', last: 'Last', limit: '{0} / page', total: 'Total Rows: {0}', skip: 'Go to{0}' }, Calendar: Calendar, DatePicker: _extends({}, Calendar), DateRangePicker: _extends({}, Calendar, { last7Days: 'Last 7 Days' }), Picker: { noResultsText: 'No results found', placeholder: 'Select', searchPlaceholder: 'Search', checkAll: 'All' }, InputPicker: { newItem: 'New item', createOption: 'Create option "{0}"' }, Uploader: { inited: 'Initial', progress: 'Uploading', error: 'Error', complete: 'Finished', emptyFile: 'Empty', upload: 'Upload' }, CloseButton: { closeLabel: 'Close' }, Breadcrumb: { expandText: 'Show path' }, Toggle: { on: 'Open', off: 'Close' } };