101 lines
2.3 KiB
JavaScript
101 lines
2.3 KiB
JavaScript
export default {
|
|
badge: '배지',
|
|
open: 'Open',
|
|
close: '닫기',
|
|
confirmEdit: {
|
|
ok: 'OK',
|
|
cancel: 'Cancel'
|
|
},
|
|
dataIterator: {
|
|
noResultsText: '일치하는 항목이 없습니다.',
|
|
loadingText: '불러오는 중...'
|
|
},
|
|
dataTable: {
|
|
itemsPerPageText: '페이지 당 행 수:',
|
|
ariaLabel: {
|
|
sortDescending: '내림차순 정렬.',
|
|
sortAscending: '오름차순 정렬.',
|
|
sortNone: '정렬하지 않음.',
|
|
activateNone: '정렬을 취소하려면 활성화하세요.',
|
|
activateDescending: '내림차순 정렬을 위해 활성화하세요.',
|
|
activateAscending: '오름차순 정렬을 위해 활성화하세요.'
|
|
},
|
|
sortBy: 'Sort by'
|
|
},
|
|
dataFooter: {
|
|
itemsPerPageText: '페이지 당 항목 수:',
|
|
itemsPerPageAll: '전체',
|
|
nextPage: '다음 페이지',
|
|
prevPage: '이전 페이지',
|
|
firstPage: '첫 페이지',
|
|
lastPage: '마지막 페이지',
|
|
pageText: '{2} 중 {0}-{1}'
|
|
},
|
|
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: '데이터가 없습니다.',
|
|
carousel: {
|
|
prev: '이전 화면',
|
|
next: '다음 화면',
|
|
ariaLabel: {
|
|
delimiter: 'Carousel slide {0} of {1}'
|
|
}
|
|
},
|
|
calendar: {
|
|
moreEvents: '{0} 더보기',
|
|
today: 'Today'
|
|
},
|
|
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: '오전',
|
|
pm: '오후'
|
|
},
|
|
pagination: {
|
|
ariaLabel: {
|
|
root: 'Pagination Navigation',
|
|
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=ko.mjs.map
|