File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
docs/data/data-grid/localization
packages/x-data-grid/src/locales Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 35
35
"languageTag" : " zh-HK" ,
36
36
"importName" : " zhHK" ,
37
37
"localeName" : " Chinese (Hong Kong)" ,
38
- "missingKeysCount" : 2 ,
38
+ "missingKeysCount" : 0 ,
39
39
"totalKeysCount" : 124 ,
40
40
"githubLink" : " https://github.com/mui/mui-x/blob/v7.x/packages/x-data-grid/src/locales/zhHK.ts"
41
41
},
42
42
{
43
43
"languageTag" : " zh-CN" ,
44
44
"importName" : " zhCN" ,
45
45
"localeName" : " Chinese (Simplified)" ,
46
- "missingKeysCount" : 1 ,
46
+ "missingKeysCount" : 0 ,
47
47
"totalKeysCount" : 124 ,
48
48
"githubLink" : " https://github.com/mui/mui-x/blob/v7.x/packages/x-data-grid/src/locales/zhCN.ts"
49
49
},
50
50
{
51
51
"languageTag" : " zh-TW" ,
52
52
"importName" : " zhTW" ,
53
53
"localeName" : " Chinese (Taiwan)" ,
54
- "missingKeysCount" : 2 ,
54
+ "missingKeysCount" : 0 ,
55
55
"totalKeysCount" : 124 ,
56
56
"githubLink" : " https://github.com/mui/mui-x/blob/v7.x/packages/x-data-grid/src/locales/zhTW.ts"
57
57
},
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ const zhCNGrid: Partial<GridLocaleText> = {
109
109
110
110
// Column menu text
111
111
columnMenuLabel : '菜单' ,
112
- // columnMenuAriaLabel: (columnName: string) => `${columnName} column menu `,
112
+ columnMenuAriaLabel : ( columnName : string ) => `${ columnName } 列菜单 ` ,
113
113
columnMenuShowColumns : '显示' ,
114
114
columnMenuManageColumns : '管理列' ,
115
115
columnMenuFilter : '筛选器' ,
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ const zhHKGrid: Partial<GridLocaleText> = {
43
43
columnsManagementNoColumns : '沒有列' ,
44
44
columnsManagementShowHideAllText : '顯示/隱藏所有' ,
45
45
columnsManagementReset : '重置' ,
46
- // columnsManagementDeleteIconLabel: 'Clear ',
46
+ columnsManagementDeleteIconLabel : '清除 ' ,
47
47
48
48
// Filter panel text
49
49
filterPanelAddFilter : '新增過濾器' ,
@@ -110,7 +110,7 @@ const zhHKGrid: Partial<GridLocaleText> = {
110
110
111
111
// Column menu text
112
112
columnMenuLabel : '選單' ,
113
- // columnMenuAriaLabel: (columnName: string) => `${columnName} column menu `,
113
+ columnMenuAriaLabel : ( columnName : string ) => `${ columnName } 欄目選單 ` ,
114
114
columnMenuShowColumns : '顯示欄目' ,
115
115
columnMenuManageColumns : '管理欄目' ,
116
116
columnMenuFilter : '篩選' ,
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const zhTWGrid: Partial<GridLocaleText> = {
42
42
columnsManagementNoColumns : '沒有欄位' ,
43
43
columnsManagementShowHideAllText : '顯示/隱藏所有' ,
44
44
columnsManagementReset : '重置' ,
45
- // columnsManagementDeleteIconLabel: 'Clear ',
45
+ columnsManagementDeleteIconLabel : '清除 ' ,
46
46
47
47
// Filter panel text
48
48
filterPanelAddFilter : '增加篩選器' ,
@@ -109,7 +109,7 @@ const zhTWGrid: Partial<GridLocaleText> = {
109
109
110
110
// Column menu text
111
111
columnMenuLabel : '選單' ,
112
- // columnMenuAriaLabel: (columnName: string) => `${columnName} column menu `,
112
+ columnMenuAriaLabel : ( columnName : string ) => `${ columnName } 欄位選單 ` ,
113
113
columnMenuShowColumns : '顯示欄位' ,
114
114
columnMenuManageColumns : '管理欄位' ,
115
115
columnMenuFilter : '篩選器' ,
You can’t perform that action at this time.
0 commit comments