fix(table): Add missing zh translation (#48543)

This commit is contained in:
thinkasany 2024-04-19 15:01:17 +08:00 committed by GitHub
parent 1ec5b28c9a
commit 0bc2e3a838
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 0 deletions

View File

@ -25,6 +25,7 @@ const localeValues: Locale = {
filterEmptyText: '无筛选项',
filterCheckall: '全选',
filterSearchPlaceholder: '在筛选项中搜索',
emptyText: '暂无数据',
selectAll: '全选当页',
selectInvert: '反选当页',
selectNone: '清空所有',

View File

@ -22,6 +22,9 @@ const localeValues: Locale = {
filterConfirm: '確定',
filterReset: '重置',
filterEmptyText: '無篩選項',
filterCheckall: '全選',
filterSearchPlaceholder: '在篩選項中搜尋',
emptyText: '暫無數據',
selectAll: '全部選取',
selectInvert: '反向選取',
selectNone: '清空所有',

View File

@ -22,6 +22,9 @@ const localeValues: Locale = {
filterConfirm: '確定',
filterReset: '重置',
filterEmptyText: '無篩選項',
filterCheckall: '全選',
filterSearchPlaceholder: '在篩選項中搜尋',
emptyText: '暫無數據',
selectAll: '全部選取',
selectInvert: '反向選取',
selectNone: '清空所有',