mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
fix(table): Add missing zh translation (#48543)
This commit is contained in:
parent
1ec5b28c9a
commit
0bc2e3a838
@ -25,6 +25,7 @@ const localeValues: Locale = {
|
||||
filterEmptyText: '无筛选项',
|
||||
filterCheckall: '全选',
|
||||
filterSearchPlaceholder: '在筛选项中搜索',
|
||||
emptyText: '暂无数据',
|
||||
selectAll: '全选当页',
|
||||
selectInvert: '反选当页',
|
||||
selectNone: '清空所有',
|
||||
|
@ -22,6 +22,9 @@ const localeValues: Locale = {
|
||||
filterConfirm: '確定',
|
||||
filterReset: '重置',
|
||||
filterEmptyText: '無篩選項',
|
||||
filterCheckall: '全選',
|
||||
filterSearchPlaceholder: '在篩選項中搜尋',
|
||||
emptyText: '暫無數據',
|
||||
selectAll: '全部選取',
|
||||
selectInvert: '反向選取',
|
||||
selectNone: '清空所有',
|
||||
|
@ -22,6 +22,9 @@ const localeValues: Locale = {
|
||||
filterConfirm: '確定',
|
||||
filterReset: '重置',
|
||||
filterEmptyText: '無篩選項',
|
||||
filterCheckall: '全選',
|
||||
filterSearchPlaceholder: '在篩選項中搜尋',
|
||||
emptyText: '暫無數據',
|
||||
selectAll: '全部選取',
|
||||
selectInvert: '反向選取',
|
||||
selectNone: '清空所有',
|
||||
|
Loading…
Reference in New Issue
Block a user