更新国际化
This commit is contained in:
@@ -592,7 +592,18 @@ export default {
|
||||
hostsInvitationType:{
|
||||
eliteTicket:'金票',
|
||||
regularTicket:'普票',
|
||||
|
||||
},
|
||||
Assigned:{
|
||||
yes:'是',
|
||||
no: '否'
|
||||
},
|
||||
sortState:{
|
||||
asc: '升序',
|
||||
desc: '降序'
|
||||
},
|
||||
operational:{
|
||||
contact: '转化',
|
||||
noContact: '未转化',
|
||||
},
|
||||
'OAuth 2.0': 'OAuth 2.0' // 避免菜单名是 OAuth 2.0 时,一直 warn 报错
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user