Skip to content

Commit

Permalink
fix(locale): ko translations (#19687)
Browse files Browse the repository at this point in the history
  • Loading branch information
santarosalia committed Apr 30, 2024
1 parent 2c726a5 commit a063f94
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/vuetify/src/locale/ko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default {
},
calendar: {
moreEvents: '{0} 더보기',
today: 'Today',
today: '였늘',
},
input: {
clear: 'Clear {0}',
Expand All @@ -72,29 +72,29 @@ export default {
timePicker: {
am: 'μ˜€μ „',
pm: 'μ˜€ν›„',
title: 'Select Time',
title: 'μ‹œκ°„μ„ μ„ νƒν•˜μ„Έμš”.',
},
pagination: {
ariaLabel: {
root: 'Pagination Navigation',
next: 'λ‹€μŒ νŽ˜μ΄μ§€',
previous: '이전 νŽ˜μ΄μ§€',
page: 'κ³ ν†  νŽ˜μ΄μ§€ {0}',
page: '{0} νŽ˜μ΄μ§€λ‘œ 이동',
currentPage: 'ν˜„μž¬ νŽ˜μ΄μ§€, νŽ˜μ΄μ§€ {0}',
first: 'First page',
last: 'Last page',
first: '첫 νŽ˜μ΄μ§€',
last: 'λ§ˆμ§€λ§‰ νŽ˜μ΄μ§€',
},
},
stepper: {
next: 'Next',
prev: 'Previous',
next: 'λ‹€μŒ',
prev: '이전',
},
rating: {
ariaLabel: {
item: 'Rating {0} of {1}',
},
},
loading: 'Loading...',
loading: 'λΆˆλŸ¬μ˜€λŠ” 쀑...',
infiniteScroll: {
loadMore: 'Load more',
empty: 'No more',
Expand Down

0 comments on commit a063f94

Please sign in to comment.