Fix wrong translate (#8488)

pull/8490/head
konakona 7 years ago committed by 偏右
parent 0589b23693
commit b77adb352f

@ -30,9 +30,10 @@ export default {
okText: '确定', okText: '确定',
}, },
Transfer: { Transfer: {
titles: ['', ''], notFoundContent: '无匹配结果',
searchPlaceholder: 'Search', searchPlaceholder: '请输入搜索内容',
notFoundContent: 'Not Found', itemUnit: '项',
itemsUnit: '项',
}, },
Select: { Select: {
notFoundContent: '无匹配结果', notFoundContent: '无匹配结果',

Loading…
Cancel
Save