Skip to content

Commit

Permalink
fix(locale): update hu translation (#19738)
Browse files Browse the repository at this point in the history
  • Loading branch information
vlacko0930 committed May 13, 2024
1 parent 19ddcef commit 74158a8
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions packages/vuetify/src/locale/hu.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
export default {
badge: 'Jelvény',
open: 'Open',
open: 'Megnyit',
close: 'Bezárás',
dismiss: 'Dismiss',
dismiss: 'Elutasít',
confirmEdit: {
ok: 'OK',
cancel: 'Cancel',
cancel: 'Mégsem',
},
dataIterator: {
noResultsText: 'Nincs egyező találat',
Expand Down Expand Up @@ -36,15 +36,15 @@ export default {
divider: 'to',
},
datePicker: {
itemsSelected: '{0} selected',
itemsSelected: '{0} kiválasztva',
range: {
title: 'Select dates',
header: 'Enter dates',
title: 'Válassza ki a dátumokat',
header: 'Adja meg a dátumokat',
},
title: 'Select date',
header: 'Enter date',
title: 'Válassza ki a dátumot',
header: 'Adja meg a dátumot',
input: {
placeholder: 'Enter date',
placeholder: 'Adja meg a dátumot',
},
},
noDataText: 'Nincs elérhető adat',
Expand All @@ -57,7 +57,7 @@ export default {
},
calendar: {
moreEvents: '{0} további',
today: 'Today',
today: 'Ma',
},
input: {
clear: 'Clear {0}',
Expand All @@ -72,7 +72,7 @@ export default {
timePicker: {
am: 'de',
pm: 'du',
title: 'Select Time',
title: 'Válassza ki az időpontot',
},
pagination: {
ariaLabel: {
Expand All @@ -81,22 +81,22 @@ export default {
previous: 'Előző oldal',
page: 'Menj a(z) {0}. oldalra',
currentPage: 'Aktuális oldal: {0}',
first: 'First page',
last: 'Last page',
first: 'Első oldal',
last: 'Utolsó oldal',
},
},
stepper: {
next: 'Next',
prev: 'Previous',
next: 'Következő',
prev: 'Előző',
},
rating: {
ariaLabel: {
item: 'Rating {0} of {1}',
},
},
loading: 'Loading...',
loading: 'Betöltés...',
infiniteScroll: {
loadMore: 'Load more',
empty: 'No more',
loadMore: 'Továbbiak',
empty: 'Nincsen több',
},
}

0 comments on commit 74158a8

Please sign in to comment.