mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
Fix wrong translate (#8488)
This commit is contained in:
parent
0589b23693
commit
b77adb352f
@ -30,9 +30,10 @@ export default {
|
||||
okText: '确定',
|
||||
},
|
||||
Transfer: {
|
||||
titles: ['', ''],
|
||||
searchPlaceholder: 'Search',
|
||||
notFoundContent: 'Not Found',
|
||||
notFoundContent: '无匹配结果',
|
||||
searchPlaceholder: '请输入搜索内容',
|
||||
itemUnit: '项',
|
||||
itemsUnit: '项',
|
||||
},
|
||||
Select: {
|
||||
notFoundContent: '无匹配结果',
|
||||
|
Loading…
Reference in New Issue
Block a user