This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/vuetify/es5/locale/ru.js

47 lines
1.6 KiB
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.

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
close: 'Закрыть',
dataIterator: {
pageText: '{0}-{1} из {2}',
noResultsText: 'Не найдено подходящих записей',
loadingText: 'Запись загружается...'
},
dataTable: {
itemsPerPageText: 'Строк на странице:',
ariaLabel: {
sortDescending: ': Упорядочено по нисходящей. Активируйте, чтобы убрать сортировку.',
sortAscending: ': Упорядочено во восходящей. Активируйте для упорядочивания по ниcходящей.',
sortNone: ': Не упорядочено. Активируйте для упорядочивания по восходящей.'
}
},
dataFooter: {
itemsPerPageText: 'Записей на странице:',
itemsPerPageAll: 'Все',
nextPage: 'Следующая страница',
prevPage: 'Предыдущая страница',
firstPage: 'Первая страница',
lastPage: 'Последняя страница'
},
datePicker: {
itemsSelected: '{0} выбран'
},
noDataText: 'Отсутствуют данные',
carousel: {
prev: 'Предыдущий визуальный',
next: 'Следующий визуальный'
},
calendar: {
moreEvents: 'Еще {0}'
},
fileInput: {
counter: 'Файлов: {0}',
counterSize: 'Файлов: {0} (всего {1})'
}
};
exports.default = _default;
//# sourceMappingURL=ru.js.map