Close profile identity and avatar loop
This commit is contained in:
@@ -945,6 +945,20 @@ export default {
|
||||
unverified: '未验证',
|
||||
verified: '已验证',
|
||||
},
|
||||
avatar: {
|
||||
title: '资料头像',
|
||||
description: '支持填写远程图片 URL,或上传不超过 100KB 的头像图片。',
|
||||
inputLabel: '头像 URL 或 data URL',
|
||||
inputPlaceholder: 'https://cdn.example.com/avatar.png',
|
||||
uploadAction: '上传图片',
|
||||
uploadHint: '图片大小需不超过 100KB',
|
||||
saveSuccess: '头像已更新',
|
||||
deleteSuccess: '头像已删除',
|
||||
invalidType: '请选择图片文件',
|
||||
fileTooLarge: '头像图片必须不超过 100KB',
|
||||
invalidValue: '请输入有效的头像 URL 或图片 data URL',
|
||||
emptyDeleteHint: '当前没有可删除的头像',
|
||||
},
|
||||
authBindings: {
|
||||
title: '登录方式绑定',
|
||||
description: '查看当前绑定状态,并将更多第三方登录方式关联到这个账号。',
|
||||
|
||||
Reference in New Issue
Block a user