Skip to content

Commit

Permalink
Improve Vietnamese (vi-VN) locale
Browse files Browse the repository at this point in the history
  • Loading branch information
chucamphong committed Sep 30, 2024
1 parent 55bb09a commit 8179920
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion docs/data/data-grid/localization/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
"languageTag": "vi-VN",
"importName": "viVN",
"localeName": "Vietnamese",
"missingKeysCount": 4,
"missingKeysCount": 0,
"totalKeysCount": 122,
"githubLink": "https://github.com/mui/mui-x/blob/master/packages/x-data-grid/src/locales/viVN.ts"
}
Expand Down
40 changes: 20 additions & 20 deletions packages/x-data-grid/src/locales/viVN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,21 @@ const viVNGrid: Partial<GridLocaleText> = {
filterPanelInputPlaceholder: 'Lọc giá trị',

// Filter operators text
filterOperatorContains: 'Chứa',
// filterOperatorDoesNotContain: 'does not contain',
filterOperatorEquals: 'Bằng',
// filterOperatorDoesNotEqual: 'does not equal',
filterOperatorStartsWith: 'Bắt đầu bằng',
filterOperatorEndsWith: 'Kết thúc bằng',
filterOperatorIs: '',
filterOperatorNot: 'Không là',
filterOperatorAfter: 'Trước',
filterOperatorContains: 'chứa',
filterOperatorDoesNotContain: 'không chứa',
filterOperatorEquals: 'bằng',
filterOperatorDoesNotEqual: 'không bằng',
filterOperatorStartsWith: 'bắt đầu với',
filterOperatorEndsWith: 'kết thúc với',
filterOperatorIs: '',
filterOperatorNot: 'không phải là',
filterOperatorAfter: 'sau',
filterOperatorOnOrAfter: 'bằng hoặc sau',
filterOperatorBefore: 'Sau',
filterOperatorBefore: 'trước',
filterOperatorOnOrBefore: 'bằng hoặc trước',
filterOperatorIsEmpty: 'Rỗng',
filterOperatorIsNotEmpty: 'Khác rỗng',
filterOperatorIsAnyOf: 'Bất kỳ',
filterOperatorIsEmpty: 'rỗng',
filterOperatorIsNotEmpty: 'khác rỗng',
filterOperatorIsAnyOf: 'là một trong',
'filterOperator=': '=',
'filterOperator!=': '!=',
'filterOperator>': '>',
Expand All @@ -81,20 +81,20 @@ const viVNGrid: Partial<GridLocaleText> = {

// Header filter operators text
headerFilterOperatorContains: 'Chứa',
// headerFilterOperatorDoesNotContain: 'Does not contain',
headerFilterOperatorDoesNotContain: 'Không chứa',
headerFilterOperatorEquals: 'Bằng',
// headerFilterOperatorDoesNotEqual: 'Does not equal',
headerFilterOperatorDoesNotEqual: 'Không bằng',
headerFilterOperatorStartsWith: 'Bắt đầu với',
headerFilterOperatorEndsWith: 'Kết thúc với',
headerFilterOperatorIs: '',
headerFilterOperatorNot: 'Không là',
headerFilterOperatorIs: '',
headerFilterOperatorNot: 'Không phải là',
headerFilterOperatorAfter: 'Sau',
headerFilterOperatorOnOrAfter: 'Đang hoặc sau',
headerFilterOperatorOnOrAfter: 'Bằng hoặc sau',
headerFilterOperatorBefore: 'Trước',
headerFilterOperatorOnOrBefore: 'Đang hoặc trước',
headerFilterOperatorOnOrBefore: 'Bằng hoặc trước',
headerFilterOperatorIsEmpty: 'Rỗng',
headerFilterOperatorIsNotEmpty: 'Khác rỗng',
headerFilterOperatorIsAnyOf: 'Bất kỳ',
headerFilterOperatorIsAnyOf: 'Là một trong',
'headerFilterOperator=': 'Bằng',
'headerFilterOperator!=': 'Khác',
'headerFilterOperator>': 'Lớn hơn',
Expand Down

0 comments on commit 8179920

Please sign in to comment.