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

47 lines
1.3 KiB
JavaScript

"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: 'הבא חזותי'
},
calendar: {
moreEvents: '{0} ακόμη'
},
fileInput: {
counter: '{0} files',
counterSize: '{0} files ({1} in total)'
}
};
exports.default = _default;
//# sourceMappingURL=el.js.map