40 lines
997 B
JavaScript
40 lines
997 B
JavaScript
|
export default {
|
||
|
close: 'Close',
|
||
|
dataIterator: {
|
||
|
pageText: '{0}-{1} of {2}',
|
||
|
noResultsText: 'No matching records found',
|
||
|
loadingText: 'Loading items...'
|
||
|
},
|
||
|
dataTable: {
|
||
|
itemsPerPageText: 'Rows per page:',
|
||
|
ariaLabel: {
|
||
|
sortDescending: ': Sorted descending. Activate to remove sorting.',
|
||
|
sortAscending: ': Sorted ascending. Activate to sort descending.',
|
||
|
sortNone: ': Not sorted. Activate to sort ascending.'
|
||
|
}
|
||
|
},
|
||
|
dataFooter: {
|
||
|
itemsPerPageText: 'Items per page:',
|
||
|
itemsPerPageAll: 'All',
|
||
|
nextPage: 'Next page',
|
||
|
prevPage: 'Previous page',
|
||
|
firstPage: 'First page',
|
||
|
lastPage: 'Last page'
|
||
|
},
|
||
|
datePicker: {
|
||
|
itemsSelected: '{0} selected'
|
||
|
},
|
||
|
noDataText: 'No data available',
|
||
|
carousel: {
|
||
|
prev: 'Previous visual',
|
||
|
next: 'Next visual'
|
||
|
},
|
||
|
calendar: {
|
||
|
moreEvents: '{0} more'
|
||
|
},
|
||
|
fileInput: {
|
||
|
counter: '{0} files',
|
||
|
counterSize: '{0} files ({1} in total)'
|
||
|
}
|
||
|
};
|
||
|
//# sourceMappingURL=en.js.map
|