UNPKG

1.69 kBJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = void 0;
7
8/*
9Copyright (c) 2018-2020 Uber Technologies, Inc.
10
11This source code is licensed under the MIT license found in the
12LICENSE file in the root directory of this source tree.
13*/
14var locale = {
15 ariaLabel: 'Select a date.',
16 ariaLabelRange: 'Select a date range.',
17 ariaLabelCalendar: 'Calendar.',
18 ariaRoleDescriptionCalendarMonth: 'Calendar month',
19 previousMonth: 'Previous month.',
20 nextMonth: 'Next month.',
21 pastWeek: 'Past Week',
22 pastMonth: 'Past Month',
23 pastThreeMonths: 'Past 3 Months',
24 pastSixMonths: 'Past 6 Months',
25 pastYear: 'Past Year',
26 pastTwoYears: 'Past 2 Years',
27 screenReaderMessageInput: 'Press the down arrow key to interact with the calendar and select a date. Press the escape button to close the calendar.',
28 selectedDate: 'Selected date is ${date}.',
29 selectedDateRange: 'Selected date range is from ${startDate} to ${endDate}.',
30 selectSecondDatePrompt: 'Select the second date.',
31 quickSelectLabel: 'Choose a date range',
32 quickSelectAriaLabel: 'Choose a date range',
33 quickSelectPlaceholder: 'None',
34 timeSelectEndLabel: 'End time',
35 timeSelectStartLabel: 'Start time',
36 timePickerAriaLabel12Hour: 'Select a time, 12-hour format.',
37 timePickerAriaLabel24Hour: 'Select a time, 24-hour format.',
38 timezonePickerAriaLabel: 'Select a timezone.',
39 selectedStartDateLabel: 'Selected start date.',
40 selectedEndDateLabel: 'Selected end date.',
41 dateNotAvailableLabel: 'Not available.',
42 dateAvailableLabel: "It's available.",
43 selectedLabel: 'Selected.',
44 chooseLabel: 'Choose'
45};
46var _default = locale;
47exports.default = _default;
\No newline at end of file