123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- export 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}'
- },
- dateRangeInput: {
- divider: 'to'
- },
- datePicker: {
- ok: 'OK',
- cancel: 'Cancel',
- range: {
- title: 'Select dates',
- header: 'Enter dates'
- },
- title: 'Select date',
- header: 'Enter date',
- input: {
- placeholder: 'Enter date'
- }
- },
- noDataText: 'Χωρίς δεδομένα',
- carousel: {
- prev: 'הקודם חזותי',
- next: 'הבא חזותי',
- ariaLabel: {
- delimiter: 'Carousel slide {0} of {1}'
- }
- },
- calendar: {
- moreEvents: '{0} ακόμη'
- },
- input: {
- clear: 'Clear {0}',
- prependAction: '{0} prepended action',
- appendAction: '{0} appended action',
- otp: 'Please enter OTP character {0}'
- },
- fileInput: {
- counter: '{0} files',
- counterSize: '{0} files ({1} in total)'
- },
- timePicker: {
- am: 'AM',
- pm: 'PM'
- },
- pagination: {
- ariaLabel: {
- root: 'Πλοήγηση με προορισμούς',
- next: 'Επόμενη σελίδα',
- previous: 'Προηγούμενη σελίδα',
- page: 'Πήγαινε στην σελίδα {0}',
- currentPage: 'Τρέχουσα σελίδα, σελίδα {0}',
- first: 'First page',
- last: 'Last page'
- }
- },
- stepper: {
- next: 'Next',
- prev: 'Previous'
- },
- rating: {
- ariaLabel: {
- item: 'Rating {0} of {1}'
- }
- },
- loading: 'Loading...',
- infiniteScroll: {
- loadMore: 'Load more',
- empty: 'No more'
- }
- };
- //# sourceMappingURL=el.mjs.map
|