forked from daren.hsu/line_push
72 lines
2.1 KiB
JavaScript
72 lines
2.1 KiB
JavaScript
"use strict";
|
||
|
||
Object.defineProperty(exports, "__esModule", {
|
||
value: true
|
||
});
|
||
exports.default = void 0;
|
||
var _default = {
|
||
badge: 'Σήμα',
|
||
close: 'Close',
|
||
dataIterator: {
|
||
noResultsText: 'Δε βρέθηκαν αποτελέσματα',
|
||
loadingText: 'Loading item...'
|
||
},
|
||
dataTable: {
|
||
itemsPerPageText: 'Γραμμές ανά σελίδα:',
|
||
ariaLabel: {
|
||
sortDescending: 'Sorted descending.',
|
||
sortAscending: 'Sorted ascending.',
|
||
sortNone: 'Not sorted.',
|
||
activateNone: 'Activate to remove sorting.',
|
||
activateDescending: 'Activate to sort descending.',
|
||
activateAscending: 'Activate to sort ascending.'
|
||
},
|
||
sortBy: 'Sort by'
|
||
},
|
||
dataFooter: {
|
||
itemsPerPageText: 'Αντικείμενα ανά σελίδα:',
|
||
itemsPerPageAll: 'Όλα',
|
||
nextPage: 'Επόμενη σελίδα',
|
||
prevPage: 'Προηγούμενη σελίδα',
|
||
firstPage: 'Πρώτη σελίδα',
|
||
lastPage: 'Τελευταία σελίδα',
|
||
pageText: '{0}-{1} από {2}'
|
||
},
|
||
datePicker: {
|
||
itemsSelected: '{0} επιλεγμένα',
|
||
nextMonthAriaLabel: 'Τον επόμενο μήνα',
|
||
nextYearAriaLabel: 'Του χρόνου',
|
||
prevMonthAriaLabel: 'Προηγούμενος μήνας',
|
||
prevYearAriaLabel: 'Προηγούμενο έτος'
|
||
},
|
||
noDataText: 'Χωρίς δεδομένα',
|
||
carousel: {
|
||
prev: 'הקודם חזותי',
|
||
next: 'הבא חזותי',
|
||
ariaLabel: {
|
||
delimiter: 'Carousel slide {0} of {1}'
|
||
}
|
||
},
|
||
calendar: {
|
||
moreEvents: '{0} ακόμη'
|
||
},
|
||
fileInput: {
|
||
counter: '{0} files',
|
||
counterSize: '{0} files ({1} in total)'
|
||
},
|
||
timePicker: {
|
||
am: 'AM',
|
||
pm: 'PM'
|
||
},
|
||
pagination: {
|
||
ariaLabel: {
|
||
wrapper: 'Πλοήγηση με προορισμούς',
|
||
next: 'Επόμενη σελίδα',
|
||
previous: 'Προηγούμενη σελίδα',
|
||
page: 'Πήγαινε στην σελίδα {0}',
|
||
currentPage: 'Τρέχουσα σελίδα, σελίδα {0}'
|
||
}
|
||
}
|
||
};
|
||
exports.default = _default;
|
||
//# sourceMappingURL=el.js.map
|