|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- "use strict";
-
- Object.defineProperty(exports, "__esModule", {
- value: true
- });
- exports.default = void 0;
- var _default = {
- badge: 'Значка',
- close: 'Close',
- dataIterator: {
- noResultsText: 'Ни један запис није пронађен',
- loadingText: 'Loading item...'
- },
- dataTable: {
- itemsPerPageText: 'Редова по страници:',
- ariaLabel: {
- sortDescending: 'Sorted descending.',
- sortAscending: 'Sorted ascending.',
- sortNone: 'Not sorted.',
- activateNone: 'Activate to remove sorting.',
- activateDescending: 'Activate to sort descending.',
- activateAscending: 'Activate to sort ascending.'
- },
- sortBy: 'Sort by'
- },
- dataFooter: {
- itemsPerPageText: 'Ставки по страници:',
- itemsPerPageAll: 'Све',
- nextPage: 'Следећа страница',
- prevPage: 'Претходна страница',
- firstPage: 'Прва страница',
- lastPage: 'Последња страница',
- pageText: '{0}-{1} од {2}'
- },
- datePicker: {
- itemsSelected: '{0} одабрано'
- },
- noDataText: 'Нема доступних података',
- carousel: {
- prev: 'Превиоус висуал',
- next: 'Нект висуал',
- ariaLabel: {
- delimiter: 'Carousel slide {0} of {1}'
- }
- },
- calendar: {
- moreEvents: '{0} море'
- },
- fileInput: {
- counter: '{0} files',
- counterSize: '{0} files ({1} in total)'
- },
- timePicker: {
- am: 'AM',
- pm: 'PM'
- }
- };
- exports.default = _default;
- //# sourceMappingURL=sr-Cyrl.js.map
|