Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(table): Add missing zh translation #48543

Merged
merged 1 commit into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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