101 lines
2.3 KiB
JavaScript
101 lines
2.3 KiB
JavaScript
|
export default {
|
||
|
badge: 'Huy hiệu',
|
||
|
open: 'Open',
|
||
|
close: 'Đóng',
|
||
|
confirmEdit: {
|
||
|
ok: 'OK',
|
||
|
cancel: 'Cancel'
|
||
|
},
|
||
|
dataIterator: {
|
||
|
noResultsText: 'Không tìm thấy kết quả nào',
|
||
|
loadingText: 'Đang tải...'
|
||
|
},
|
||
|
dataTable: {
|
||
|
itemsPerPageText: 'Số hàng mỗi trang:',
|
||
|
ariaLabel: {
|
||
|
sortDescending: 'Sắp xếp giảm dần.',
|
||
|
sortAscending: 'Sắp xếp tăng dần.',
|
||
|
sortNone: 'Không sắp xếp.',
|
||
|
activateNone: 'Kích hoạt để bỏ sắp xếp.',
|
||
|
activateDescending: 'Kích hoạt để sắp xếp giảm dần.',
|
||
|
activateAscending: 'Kích hoạt để sắp xếp tăng dần.'
|
||
|
},
|
||
|
sortBy: 'Sắp xếp'
|
||
|
},
|
||
|
dataFooter: {
|
||
|
itemsPerPageText: 'Số mục mỗi trang:',
|
||
|
itemsPerPageAll: 'Toàn bộ',
|
||
|
nextPage: 'Trang tiếp theo',
|
||
|
prevPage: 'Trang trước',
|
||
|
firstPage: 'Trang đầu',
|
||
|
lastPage: 'Trang cuối',
|
||
|
pageText: '{0}-{1} trên {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: 'Không có dữ liệu',
|
||
|
carousel: {
|
||
|
prev: 'Ảnh tiếp theo',
|
||
|
next: 'Ảnh trước',
|
||
|
ariaLabel: {
|
||
|
delimiter: 'Carousel slide {0} trên {1}'
|
||
|
}
|
||
|
},
|
||
|
calendar: {
|
||
|
moreEvents: '{0} nữa',
|
||
|
today: 'Today'
|
||
|
},
|
||
|
input: {
|
||
|
clear: 'Clear {0}',
|
||
|
prependAction: '{0} prepended action',
|
||
|
appendAction: '{0} appended action',
|
||
|
otp: 'Please enter OTP character {0}'
|
||
|
},
|
||
|
fileInput: {
|
||
|
counter: '{0} tệp',
|
||
|
counterSize: '{0} tệp (tổng cộng {1})'
|
||
|
},
|
||
|
timePicker: {
|
||
|
am: 'SA',
|
||
|
pm: 'CH'
|
||
|
},
|
||
|
pagination: {
|
||
|
ariaLabel: {
|
||
|
root: 'Điều hướng phân trang',
|
||
|
next: 'Trang tiếp theo',
|
||
|
previous: 'Trang trước',
|
||
|
page: 'Đến trang {0}',
|
||
|
currentPage: 'Trang hiện tại, Trang {0}',
|
||
|
first: 'First page',
|
||
|
last: 'Last page'
|
||
|
}
|
||
|
},
|
||
|
stepper: {
|
||
|
next: 'Next',
|
||
|
prev: 'Previous'
|
||
|
},
|
||
|
rating: {
|
||
|
ariaLabel: {
|
||
|
item: 'Đánh giá {0} trên {1}'
|
||
|
}
|
||
|
},
|
||
|
loading: 'Loading...',
|
||
|
infiniteScroll: {
|
||
|
loadMore: 'Load more',
|
||
|
empty: 'No more'
|
||
|
}
|
||
|
};
|
||
|
//# sourceMappingURL=vi.mjs.map
|