lion/packages/ui/components/calendar/translations/en.js

11 lines
465 B
JavaScript

export default {
nextMonth: 'Next month',
previousMonth: 'Previous month',
nextFullYear: 'Next year',
previousFullYear: 'Previous year',
defaultDisabledDate: 'This date is unavailable. Please choose another date.',
beforeDisabledDate:
'This date is unavailable. Earliest available date is {params}. Please choose another date.',
afterDisabledDate:
'This date is unavailable. Latest available date is {params}. Please choose another date.',
};