UNPKG

@mui/x-data-grid

Version:

The Community plan edition of the Data Grid components (MUI X).

149 lines (148 loc) 6.08 kB
import { viVN as viVNCore } from '@mui/material/locale'; import { getGridLocalization } from '../utils/getGridLocalization'; const viVNGrid = { // Root noRowsLabel: 'Không có dữ liệu', noResultsOverlayLabel: 'Không tìm thấy kết quả.', // Density selector toolbar button text toolbarDensity: 'Độ giãn', toolbarDensityLabel: 'Độ giãn', toolbarDensityCompact: 'Trung bình', toolbarDensityStandard: 'Tiêu chuẩn', toolbarDensityComfortable: 'Rộng', // Columns selector toolbar button text toolbarColumns: 'Cột', toolbarColumnsLabel: 'Chọn cột', // Filters toolbar button text toolbarFilters: 'Bộ lọc', toolbarFiltersLabel: 'Hiển thị bộ lọc', toolbarFiltersTooltipHide: 'Ẩn', toolbarFiltersTooltipShow: 'Hiện', toolbarFiltersTooltipActive: count => count > 1 ? `${count} bộ lọc hoạt động` : `${count} bộ lọc hoạt động`, // Quick filter toolbar field toolbarQuickFilterPlaceholder: 'Tìm kiếm…', toolbarQuickFilterLabel: 'Tìm kiếm', toolbarQuickFilterDeleteIconLabel: 'Xóa tìm kiếm', // Export selector toolbar button text toolbarExport: 'Xuất', toolbarExportLabel: 'Xuất', toolbarExportCSV: 'Xuất CSV', toolbarExportPrint: 'In', toolbarExportExcel: 'Xuất Excel', // Columns management text // columnsManagementSearchTitle: 'Search', // columnsManagementNoColumns: 'No columns', // columnsManagementShowHideAllText: 'Show/Hide All', // columnsManagementReset: 'Reset', // Filter panel text filterPanelAddFilter: 'Thêm bộ lọc', filterPanelRemoveAll: 'Xóa tất cả', filterPanelDeleteIconLabel: 'Xóa', filterPanelLogicOperator: 'Toán tử logic', filterPanelOperator: 'Toán tử', filterPanelOperatorAnd: 'Và', filterPanelOperatorOr: 'Hoặc', filterPanelColumns: 'Cột', filterPanelInputLabel: 'Giá trị', filterPanelInputPlaceholder: 'Lọc giá trị', // Filter operators text filterOperatorContains: 'Chứa', filterOperatorEquals: 'Bằng', filterOperatorStartsWith: 'Bắt đầu bằng', filterOperatorEndsWith: 'Kết thúc bằng', filterOperatorIs: 'Là', filterOperatorNot: 'Không là', filterOperatorAfter: 'Trước', filterOperatorOnOrAfter: 'bằng hoặc sau', filterOperatorBefore: 'Sau', filterOperatorOnOrBefore: 'bằng hoặc trước', filterOperatorIsEmpty: 'Rỗng', filterOperatorIsNotEmpty: 'Khác rỗng', filterOperatorIsAnyOf: 'Bất kỳ', 'filterOperator=': '=', 'filterOperator!=': '!=', 'filterOperator>': '>', 'filterOperator>=': '>=', 'filterOperator<': '<', 'filterOperator<=': '<=', // Header filter operators text headerFilterOperatorContains: 'Chứa', headerFilterOperatorEquals: 'Bằng', headerFilterOperatorStartsWith: 'Bắt đầu với', headerFilterOperatorEndsWith: 'Kết thúc với', headerFilterOperatorIs: 'là', headerFilterOperatorNot: 'Không là', headerFilterOperatorAfter: 'Sau', headerFilterOperatorOnOrAfter: 'Đang hoặc sau', headerFilterOperatorBefore: 'Trước', headerFilterOperatorOnOrBefore: 'Đang hoặc trước', headerFilterOperatorIsEmpty: 'Rỗng', headerFilterOperatorIsNotEmpty: 'Khác rỗng', headerFilterOperatorIsAnyOf: 'Bất kỳ', 'headerFilterOperator=': 'Bằng', 'headerFilterOperator!=': 'Khác', 'headerFilterOperator>': 'Lớn hơn', 'headerFilterOperator>=': 'Lớn hơn hoặc bằng', 'headerFilterOperator<': 'Nhỏ hơn', 'headerFilterOperator<=': 'Nhỏ hơn hoặc bằng', // Filter values text filterValueAny: 'bất kỳ giá trị nào', filterValueTrue: 'Có', filterValueFalse: 'Không', // Column menu text columnMenuLabel: 'Danh mục', columnMenuShowColumns: 'Danh sách cột', columnMenuManageColumns: 'Quản lý cột', columnMenuFilter: 'Bộ lọc', columnMenuHideColumn: 'Ẩn cột', columnMenuUnsort: 'Bỏ sắp xếp', columnMenuSortAsc: 'Sắp xếp tăng dần', columnMenuSortDesc: 'Sắp xếp giảm dần', // Column header text columnHeaderFiltersTooltipActive: count => count > 1 ? `${count} bộ lọc hoạt động` : `${count} bộ lọc hoạt động`, columnHeaderFiltersLabel: 'Bộ lọc', columnHeaderSortIconLabel: 'Sắp xếp', // Rows selected footer text footerRowSelected: count => count > 1 ? `${count.toLocaleString()} hàng đã chọn` : `${count.toLocaleString()} hàng đã chọn`, // Total row amount footer text footerTotalRows: 'Tổng:', // Total visible row amount footer text footerTotalVisibleRows: (visibleCount, totalCount) => `${visibleCount.toLocaleString()} / ${totalCount.toLocaleString()}`, // Checkbox selection text checkboxSelectionHeaderName: 'Tích vào ô trống', checkboxSelectionSelectAllRows: 'Chọn tất cả hàng', checkboxSelectionUnselectAllRows: 'Bỏ chọn tất cả hàng', checkboxSelectionSelectRow: 'Chọn hàng', checkboxSelectionUnselectRow: 'Bỏ chọn hàng', // Boolean cell text booleanCellTrueLabel: 'Có', booleanCellFalseLabel: 'Không', // Actions cell more text actionsCellMore: 'Thêm', // Column pinning text pinToLeft: 'Ghim cột bên trái', pinToRight: 'Ghim cột bên phải', unpin: 'Bỏ ghim', // Tree Data treeDataGroupingHeaderName: 'Nhóm', treeDataExpand: 'mở rộng', treeDataCollapse: 'ẩn đi', // Grouping columns groupingColumnHeaderName: 'Nhóm', groupColumn: name => `Nhóm theo ${name}`, unGroupColumn: name => `Hủy nhóm theo ${name}`, // Master/detail detailPanelToggle: 'Ẩn/hiện chi tiết', expandDetailPanel: 'Mở rộng', collapseDetailPanel: 'Thu nhỏ', // Row reordering text rowReorderingHeaderName: 'Sắp xếp hàng', // Aggregation aggregationMenuItemHeader: 'Tổng hợp', aggregationFunctionLabelSum: 'Tổng', aggregationFunctionLabelAvg: 'Trung bình', aggregationFunctionLabelMin: 'Tối thiểu', aggregationFunctionLabelMax: 'Tối đa', aggregationFunctionLabelSize: 'Kích cỡ' }; export const viVN = getGridLocalization(viVNGrid, viVNCore);