101 lines
2.3 KiB
JavaScript
101 lines
2.3 KiB
JavaScript
|
export default {
|
||
|
badge: 'Ženklelis',
|
||
|
open: 'Open',
|
||
|
close: 'Uždaryti',
|
||
|
confirmEdit: {
|
||
|
ok: 'OK',
|
||
|
cancel: 'Cancel'
|
||
|
},
|
||
|
dataIterator: {
|
||
|
noResultsText: 'Nerasta atitinkančių įrašų',
|
||
|
loadingText: 'Kraunama...'
|
||
|
},
|
||
|
dataTable: {
|
||
|
itemsPerPageText: 'Eilutės per puslapį:',
|
||
|
ariaLabel: {
|
||
|
sortDescending: 'Išrikiuota mažėjimo tvarka.',
|
||
|
sortAscending: 'Išrikiuota didėjimo tvarka.',
|
||
|
sortNone: 'Nerikiuota.',
|
||
|
activateNone: 'Suaktyvinkite, jei norite rikiavimą pašalinti.',
|
||
|
activateDescending: 'Suaktyvinkite, jei norite rikiuoti mažėjimo tvarka.',
|
||
|
activateAscending: 'Suaktyvinkite, jei norite rikiuoti didėjimo tvarka.'
|
||
|
},
|
||
|
sortBy: 'Sort by'
|
||
|
},
|
||
|
dataFooter: {
|
||
|
itemsPerPageText: 'Įrašai per puslapį:',
|
||
|
itemsPerPageAll: 'Visi',
|
||
|
nextPage: 'Kitas puslapis',
|
||
|
prevPage: 'Ankstesnis puslapis',
|
||
|
firstPage: 'Pirmas puslapis',
|
||
|
lastPage: 'Paskutinis puslapis',
|
||
|
pageText: '{0}-{1} iš {2}'
|
||
|
},
|
||
|
dateRangeInput: {
|
||
|
divider: 'to'
|
||
|
},
|
||
|
datePicker: {
|
||
|
itemsSelected: '{0} selected',
|
||
|
range: {
|
||
|
title: 'Select dates',
|
||
|
header: 'Enter dates'
|
||
|
},
|
||
|
title: 'Select date',
|
||
|
header: 'Enter date',
|
||
|
input: {
|
||
|
placeholder: 'Enter date'
|
||
|
}
|
||
|
},
|
||
|
noDataText: 'Nėra duomenų',
|
||
|
carousel: {
|
||
|
prev: 'Ankstesnioji skaidrė',
|
||
|
next: 'Kita skaidrė',
|
||
|
ariaLabel: {
|
||
|
delimiter: 'Carousel slide {0} of {1}'
|
||
|
}
|
||
|
},
|
||
|
calendar: {
|
||
|
moreEvents: 'Daugiau {0}',
|
||
|
today: 'Today'
|
||
|
},
|
||
|
input: {
|
||
|
clear: 'Clear {0}',
|
||
|
prependAction: '{0} prepended action',
|
||
|
appendAction: '{0} appended action',
|
||
|
otp: 'Please enter OTP character {0}'
|
||
|
},
|
||
|
fileInput: {
|
||
|
counter: '{0} failų',
|
||
|
counterSize: '{0} failų ({1} iš viso)'
|
||
|
},
|
||
|
timePicker: {
|
||
|
am: 'AM',
|
||
|
pm: 'PM'
|
||
|
},
|
||
|
pagination: {
|
||
|
ariaLabel: {
|
||
|
root: 'Puslapio naršymas',
|
||
|
next: 'Kitas puslapis',
|
||
|
previous: 'Ankstesnis puslapis',
|
||
|
page: 'Eiti į puslapį {0}',
|
||
|
currentPage: 'Dabartinis puslapis, puslapis {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=lt.mjs.map
|