baseui
Version:
A React Component library implementing the Base design language
54 lines (51 loc) • 1.87 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 = {
emptyState: 'No rows match the filter criteria defined. Please remove one or more filters to view more data.',
loadingState: 'Loading rows.',
searchAriaLabel: 'Search by text',
filterAdd: 'Add Filter',
filterExclude: 'Exclude',
filterApply: 'Apply',
filterExcludeRange: 'Exclude range',
filterExcludeValue: 'Exclude value',
filterAppliedTo: 'filter applied to',
optionsLabel: 'Select column to filter by',
optionsSearch: 'Search for a column to filter by...',
optionsEmpty: 'No columns available.',
categoricalFilterSearchLabel: 'Search categories',
categoricalFilterSelectAll: 'Select All',
categoricalFilterSelectClear: 'Clear',
categoricalFilterEmpty: 'No categories found',
datetimeFilterRange: 'Range',
datetimeFilterRangeDatetime: 'Date, Time',
datetimeFilterRangeDate: 'Date',
datetimeFilterRangeTime: 'Time',
datetimeFilterCategorical: 'Categorical',
datetimeFilterCategoricalWeekday: 'Weekday',
datetimeFilterCategoricalMonth: 'Month',
datetimeFilterCategoricalQuarter: 'Quarter',
datetimeFilterCategoricalHalf: 'Half',
datetimeFilterCategoricalFirstHalf: 'H1',
datetimeFilterCategoricalSecondHalf: 'H2',
datetimeFilterCategoricalYear: 'Year',
numericalFilterRange: 'Range',
numericalFilterSingleValue: 'Single Value',
booleanFilterTrue: 'true',
booleanFilterFalse: 'false',
booleanColumnTrueShort: 'T',
booleanColumnFalseShort: 'F',
selectRow: 'Select row',
selectAllRows: 'Select all rows',
sortColumn: 'Sort column',
textQueryPlaceholder: 'Search...'
};
var _default = exports.default = locale;