Skip to content

Commit

Permalink
fix(locale): add missing Lithuanian translations (#19536)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasgadeikis authored Apr 3, 2024
1 parent dd79276 commit 53202ff
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions packages/vuetify/src/locale/lt.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export default {
badge: 'Ženklelis',
open: 'Open',
open: 'Atidaryti',
close: 'Uždaryti',
confirmEdit: {
ok: 'OK',
cancel: 'Cancel',
cancel: 'Atšaukti',
},
dataIterator: {
noResultsText: 'Nerasta atitinkančių įrašų',
Expand All @@ -20,7 +20,7 @@ export default {
activateDescending: 'Suaktyvinkite, jei norite rikiuoti mažėjimo tvarka.',
activateAscending: 'Suaktyvinkite, jei norite rikiuoti didėjimo tvarka.',
},
sortBy: 'Sort by',
sortBy: 'Rikiuoti pagal',
},
dataFooter: {
itemsPerPageText: 'Įrašai per puslapį:',
Expand All @@ -32,37 +32,37 @@ export default {
pageText: '{0}-{1} iš {2}',
},
dateRangeInput: {
divider: 'to',
divider: 'iki',
},
datePicker: {
itemsSelected: '{0} selected',
itemsSelected: '{0} parinkta',
range: {
title: 'Select dates',
header: 'Enter dates',
title: 'Pasirinkite datas',
header: 'Įveskite datas',
},
title: 'Select date',
header: 'Enter date',
title: 'Pasirinkite datą',
header: 'Įveskite datą',
input: {
placeholder: 'Enter date',
placeholder: 'Įveskite datą',
},
},
noDataText: 'Nėra duomenų',
carousel: {
prev: 'Ankstesnioji skaidrė',
next: 'Kita skaidrė',
ariaLabel: {
delimiter: 'Carousel slide {0} of {1}',
delimiter: 'Skaidrė {0} {1}',
},
},
calendar: {
moreEvents: 'Daugiau {0}',
today: 'Today',
today: 'Šiandien',
},
input: {
clear: 'Clear {0}',
prependAction: '{0} prepended action',
appendAction: '{0} appended action',
otp: 'Please enter OTP character {0}',
clear: 'Išvalyti {0}',
prependAction: '{0} pridėtas veiksmas',
appendAction: '{0} pridėtas veiksmas',
otp: 'Prašome įvesti OTP simbolį {0}',
},
fileInput: {
counter: '{0} failų',
Expand All @@ -71,7 +71,7 @@ export default {
timePicker: {
am: 'AM',
pm: 'PM',
title: 'Select Time',
title: 'Pasirinkite laiką',
},
pagination: {
ariaLabel: {
Expand All @@ -80,22 +80,22 @@ export default {
previous: 'Ankstesnis puslapis',
page: 'Eiti į puslapį {0}',
currentPage: 'Dabartinis puslapis, puslapis {0}',
first: 'First page',
last: 'Last page',
first: 'Pirmas puslapis',
last: 'Paskutinis puslapis',
},
},
stepper: {
next: 'Next',
prev: 'Previous',
next: 'Kitas',
prev: 'Ankstesnis',
},
rating: {
ariaLabel: {
item: 'Rating {0} of {1}',
item: 'Įvertinimas {0} {1}',
},
},
loading: 'Loading...',
loading: 'Kraunama...',
infiniteScroll: {
loadMore: 'Load more',
empty: 'No more',
loadMore: 'Užkrauti daugiau',
empty: 'Daugiau nėra',
},
}

0 comments on commit 53202ff

Please sign in to comment.