32 lines
819 B
JavaScript
32 lines
819 B
JavaScript
export const entityDesc = {
|
|
locales: {
|
|
zh_CN: {
|
|
name: '寄生',
|
|
attr: {
|
|
user: '用户',
|
|
showTip: '提示',
|
|
expired: '已过期',
|
|
expiresAt: '过期时间',
|
|
redirectTo: '重定向页面',
|
|
multiple: '允许反复使用',
|
|
tokens: '令牌',
|
|
entity: '关联对象',
|
|
entityId: '关联对象Id',
|
|
tokenLifeLength: '令牌生命长度',
|
|
},
|
|
action: {
|
|
wakeup: '激活',
|
|
cancel: '作废',
|
|
qrcode: '采集码',
|
|
},
|
|
},
|
|
},
|
|
style: {
|
|
icon: {
|
|
wakeup: '',
|
|
cancel: '',
|
|
qrcode: '',
|
|
}
|
|
}
|
|
};
|