大哥国际化
This commit is contained in:
@@ -281,7 +281,8 @@ export default {
|
||||
subitem: 'Subitem',
|
||||
formValidation: 'Form validation',
|
||||
verifyReset: 'Verify reset',
|
||||
remark: 'Remark'
|
||||
remark: 'Remark',
|
||||
card: 'Card'
|
||||
},
|
||||
watermark: {
|
||||
watermark: 'Watermark'
|
||||
@@ -613,5 +614,26 @@ export default {
|
||||
operational: {
|
||||
contact: 'contact',
|
||||
noContact: 'noContact'
|
||||
},
|
||||
bigBrother: {
|
||||
displayId: 'Big Brother Display ID',
|
||||
uid: 'Big Brother UID',
|
||||
nickname: 'Big Brother Nickname',
|
||||
level: 'Big Brother Level',
|
||||
fansLevel: 'Fan Club Level',
|
||||
hostCoins: 'Coins Tipped',
|
||||
followerCount: 'Followers',
|
||||
followingCount: 'Following',
|
||||
region: 'Region',
|
||||
historicHighCoins: 'Historic High Coins',
|
||||
totalGiftCoins: 'Total Gift Coins',
|
||||
hostDisplayId: 'Host Display ID',
|
||||
ownerId: 'Owner ID',
|
||||
negotiation: 'Negotiation Status',
|
||||
batchCopyBigId: 'Batch Copy Big Brother ID',
|
||||
batchCopyHostId: 'Batch Copy Host ID',
|
||||
deletePage: 'Delete Page',
|
||||
placeNegotiation: 'Please select negotiation status',
|
||||
allocationAlert: 'The number of successful allocations may be less than selected. Hosts with the same ID cannot be allocated repeatedly.'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -168,7 +168,7 @@ export default {
|
||||
streamerDataManage: '主播数据管理(管理)',
|
||||
streamerList: '主播列表(员工)',
|
||||
staffStreamerManage: '员工主播管理(管理)',
|
||||
BigBrotherManage: '大哥管理',
|
||||
BigBrotherManage: '粉丝助手',
|
||||
BigBrotherDataManage: '大哥数据管理(管理)',
|
||||
BigBrotherList: '大哥列表(员工)',
|
||||
staffBigBrotherManage: '员工大哥管理(管理)'
|
||||
@@ -287,7 +287,8 @@ export default {
|
||||
subitem: '子项',
|
||||
formValidation: '表单验证',
|
||||
verifyReset: '验证重置',
|
||||
remark: '备注'
|
||||
remark: '备注',
|
||||
card: '卡片'
|
||||
},
|
||||
watermark: {
|
||||
watermark: '水印'
|
||||
@@ -612,5 +613,26 @@ export default {
|
||||
contact: '转化',
|
||||
noContact: '未转化'
|
||||
},
|
||||
'OAuth 2.0': 'OAuth 2.0' // 避免菜单名是 OAuth 2.0 时,一直 warn 报错
|
||||
'OAuth 2.0': 'OAuth 2.0', // 避免菜单名是 OAuth 2.0 时,一直 warn 报错
|
||||
bigBrother: {
|
||||
displayId: '大哥的用户id',
|
||||
uid: '大哥的uid',
|
||||
nickname: '大哥的用户昵称',
|
||||
level: '大哥的等级',
|
||||
fansLevel: '粉丝团等级',
|
||||
hostCoins: '大哥打赏的金币',
|
||||
followerCount: '大哥的粉丝数',
|
||||
followingCount: '大哥的关注数',
|
||||
region: '大哥所在的地区',
|
||||
historicHighCoins: '大哥打赏的历史最高金币',
|
||||
totalGiftCoins: '大哥历史打赏金币总和',
|
||||
hostDisplayId: '大哥所在的直播间的主播id',
|
||||
ownerId: '该数据所属的账号id',
|
||||
negotiation: '是否洽谈',
|
||||
batchCopyBigId: '批量复制大哥id',
|
||||
batchCopyHostId: '批量复制主播id',
|
||||
deletePage: '删除本页',
|
||||
placeNegotiation: '请选择是否洽谈',
|
||||
allocationAlert: '分配成功数量可能会小于选择数量,同id主播无法被重复分配'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user