20 lines
690 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: 'Следующий визуальный'
}
};
//# sourceMappingURL=ru.js.map