mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 19:42:54 +08:00
fix(locale): Add missing zh-TW translation for Transfer (#33209)
Co-authored-by: 诸岳 <fuping.dfp@antgroup.com>
This commit is contained in:
parent
1db4ac2040
commit
602726dd63
@ -45,6 +45,12 @@ const localeValues: Locale = {
|
|||||||
searchPlaceholder: '搜尋資料',
|
searchPlaceholder: '搜尋資料',
|
||||||
itemUnit: '項目',
|
itemUnit: '項目',
|
||||||
itemsUnit: '項目',
|
itemsUnit: '項目',
|
||||||
|
remove: '删除',
|
||||||
|
selectCurrent: '全選當頁',
|
||||||
|
removeCurrent: '删除當頁',
|
||||||
|
selectAll: '全選所有',
|
||||||
|
removeAll: '删除全部',
|
||||||
|
selectInvert: '反選當頁',
|
||||||
},
|
},
|
||||||
Upload: {
|
Upload: {
|
||||||
uploading: '正在上傳...',
|
uploading: '正在上傳...',
|
||||||
|
Loading…
Reference in New Issue
Block a user