Skip to content

Commit

Permalink
change rows translation (#409)
Browse files Browse the repository at this point in the history
Co-authored-by: TSZ SUM CHIU <[email protected]>
  • Loading branch information
samchiu90 and TSZ SUM CHIU authored Mar 7, 2023
1 parent 6aa284f commit a867650
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions packages/material-react-table/src/_locales/zh-Hans.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ export const MRT_Localization_ZH_HANS: MRT_Localization = {
pinToRight: '固定至右边',
resetColumnSize: '重置栏位大小',
resetOrder: '重置排序',
rowActions: '横列动作',
rowActions: '横行动作',
rowNumber: '#',
rowNumbers: '横列号码',
rowsPerPage: '每页横列数目',
rowNumbers: '横行编号',
rowsPerPage: '每页横行数量',
save: '储存',
search: '搜寻',
selectedCountOfRowCountRowsSelected: '已选择横列:{selectedCount}/{rowCount}',
selectedCountOfRowCountRowsSelected: '已选择横行:{selectedCount}/{rowCount}',
select: '选择',
showAll: '显示全部',
showAllColumns: '显示全部栏位',
Expand All @@ -84,7 +84,7 @@ export const MRT_Localization_ZH_HANS: MRT_Localization = {
toggleDensity: '切换密度',
toggleFullScreen: '切换全萤幕',
toggleSelectAll: '切换选择全部',
toggleSelectRow: '切换选择横列',
toggleSelectRow: '切换选择横行',
toggleVisibility: '切换可见度',
ungroupByColumn: '取消按 {column} 分组',
unpin: '取消固定',
Expand Down
2 changes: 1 addition & 1 deletion packages/material-react-table/src/_locales/zh-Hant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const MRT_Localization_ZH_HANT: MRT_Localization = {
rowActions: '橫列動作',
rowNumber: '#',
rowNumbers: '橫列編號',
rowsPerPage: '每頁數量',
rowsPerPage: '每頁橫列數量',
save: '儲存',
search: '搜尋',
selectedCountOfRowCountRowsSelected: '已選擇橫列:{selectedCount}/{rowCount}',
Expand Down

2 comments on commit a867650

@vercel
Copy link

@vercel vercel bot commented on a867650 Mar 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on a867650 Mar 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.