UNPKG

vuetify

Version:

Vue Material Component Framework

77 lines 2.03 kB
export default { badge: 'Huy hiệu', close: 'Đóng', 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}' }, datePicker: { itemsSelected: '{0} được chọn', nextMonthAriaLabel: 'Tháng sau', nextYearAriaLabel: 'Năm sau', prevMonthAriaLabel: 'Tháng trước', prevYearAriaLabel: 'Năm trước' }, 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' }, input: { clear: 'Clear {0}', prependAction: '{0} prepended action', appendAction: '{0} appended action' }, 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' } }, rating: { ariaLabel: { item: 'Đánh giá {0} trên {1}' } } }; //# sourceMappingURL=vi.mjs.map