更新国际化

This commit is contained in:
2025-10-14 20:02:29 +08:00
parent 0d206f61de
commit d3334b11cf
7 changed files with 54 additions and 18 deletions

View File

@@ -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 报错
}