20 lines
725 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default {
dataIterator: {
rowsPerPageText: 'Елементів на сторінці:',
rowsPerPageAll: 'Всі',
pageText: '{0}-{1} з {2}',
noResultsText: 'В результаті пошуку нічого не знайдено',
nextPage: 'Наступна сторінка',
prevPage: 'Попередня сторінка'
},
dataTable: {
rowsPerPageText: 'Рядків на сторінці:'
},
noDataText: 'Немає даних для відображення',
carousel: {
prev: 'Попередній візуальний',
next: 'Наступний візуальнийa'
}
};
//# sourceMappingURL=uk.js.map