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/uk.js

47 lines
1.4 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: 'Close',
dataIterator: {
pageText: '{0}-{1} з {2}',
noResultsText: 'В результаті пошуку нічого не знайдено',
loadingText: 'Loading item...'
},
dataTable: {
itemsPerPageText: 'Рядків на сторінці:',
ariaLabel: {
sortDescending: ': Sorted descending. Activate to remove sorting.',
sortAscending: ': Sorted ascending. Activate to sort descending.',
sortNone: ': Not sorted. Activate to sort ascending.'
}
},
dataFooter: {
itemsPerPageText: 'Елементів на сторінці:',
itemsPerPageAll: 'Всі',
nextPage: 'Наступна сторінка',
prevPage: 'Попередня сторінка',
firstPage: 'Перша сторінка',
lastPage: 'Остання сторінка'
},
datePicker: {
itemsSelected: '{0} вибрано'
},
noDataText: 'Немає даних для відображення',
carousel: {
prev: 'Попередній візуальний',
next: 'Наступний візуальнийa'
},
calendar: {
moreEvents: 'Ще {0}'
},
fileInput: {
counter: '{0} files',
counterSize: '{0} files ({1} in total)'
}
};
exports.default = _default;
//# sourceMappingURL=uk.js.map