forked from daren.hsu/line_push
65 lines
2.0 KiB
JavaScript
65 lines
2.0 KiB
JavaScript
export 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} одабрано',
|
|
nextMonthAriaLabel: 'Следећег месеца',
|
|
nextYearAriaLabel: 'Следеће године',
|
|
prevMonthAriaLabel: 'Претходни мјесец',
|
|
prevYearAriaLabel: 'Претходна година'
|
|
},
|
|
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'
|
|
},
|
|
pagination: {
|
|
ariaLabel: {
|
|
wrapper: 'Навигација страницама',
|
|
next: 'Следећа страница',
|
|
previous: 'Претходна страница',
|
|
page: 'Иди на страну {0}',
|
|
currentPage: 'Тренутна страница, страница {0}'
|
|
}
|
|
}
|
|
};
|
|
//# sourceMappingURL=sr-Cyrl.js.map
|