Skip to content

Commit

Permalink
fix(table): Add missing zh translation (#48543)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkasany committed Apr 19, 2024
1 parent 1ec5b28 commit 0bc2e3a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/locale/zh_CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const localeValues: Locale = {
filterEmptyText: '无筛选项',
filterCheckall: '全选',
filterSearchPlaceholder: '在筛选项中搜索',
emptyText: '暂无数据',
selectAll: '全选当页',
selectInvert: '反选当页',
selectNone: '清空所有',
Expand Down
3 changes: 3 additions & 0 deletions components/locale/zh_HK.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ const localeValues: Locale = {
filterConfirm: '確定',
filterReset: '重置',
filterEmptyText: '無篩選項',
filterCheckall: '全選',
filterSearchPlaceholder: '在篩選項中搜尋',
emptyText: '暫無數據',
selectAll: '全部選取',
selectInvert: '反向選取',
selectNone: '清空所有',
Expand Down
3 changes: 3 additions & 0 deletions components/locale/zh_TW.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ const localeValues: Locale = {
filterConfirm: '確定',
filterReset: '重置',
filterEmptyText: '無篩選項',
filterCheckall: '全選',
filterSearchPlaceholder: '在篩選項中搜尋',
emptyText: '暫無數據',
selectAll: '全部選取',
selectInvert: '反向選取',
selectNone: '清空所有',
Expand Down

0 comments on commit 0bc2e3a

Please sign in to comment.