baseui
Version:
A React Component library implementing the Base design language
46 lines (43 loc) • 1.71 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
/*
Copyright (c) Uber Technologies, Inc.
This source code is licensed under the MIT license found in the
LICENSE file in the root directory of this source tree.
*/
const locale = {
ariaLabel: 'Select a date.',
ariaLabelRange: 'Select a date range.',
ariaLabelCalendar: 'Calendar.',
ariaRoleDescriptionCalendarMonth: 'Calendar month',
previousMonth: 'Previous month.',
nextMonth: 'Next month.',
pastWeek: 'Past Week',
pastMonth: 'Past Month',
pastThreeMonths: 'Past 3 Months',
pastSixMonths: 'Past 6 Months',
pastYear: 'Past Year',
pastTwoYears: 'Past 2 Years',
screenReaderMessageInput: 'Date format is ${formatString}. Press the down arrow or enter key to interact with the calendar and select a date. Press the escape button to close the calendar.',
selectedDate: 'Selected date is ${date}.',
selectedDateRange: 'Selected date range is from ${startDate} to ${endDate}.',
selectSecondDatePrompt: 'Select the second date.',
quickSelectLabel: 'Choose a date range',
quickSelectAriaLabel: 'Choose a date range',
quickSelectPlaceholder: 'None',
timeSelectEndLabel: 'End time',
timeSelectStartLabel: 'Start time',
timePickerAriaLabel12Hour: 'Select a time, 12-hour format.',
timePickerAriaLabel24Hour: 'Select a time, 24-hour format.',
timezonePickerAriaLabel: 'Select a timezone.',
selectedStartDateLabel: 'Selected start date.',
selectedEndDateLabel: 'Selected end date.',
dateNotAvailableLabel: 'Not available.',
dateAvailableLabel: "It's available.",
selectedLabel: 'Selected.',
chooseLabel: 'Choose'
};
var _default = exports.default = locale;