feat: 头像上传
This commit is contained in:
@@ -80,6 +80,11 @@ export default {
|
||||
role: 'ROLE',
|
||||
roleTip: 'Select up to 2 labels that suit you.'
|
||||
},
|
||||
avatarCrop: {
|
||||
title: 'Crop Avatar',
|
||||
confirm: 'Confirm',
|
||||
processing: 'Processing...',
|
||||
},
|
||||
security: {
|
||||
title: 'Security',
|
||||
description: 'Manage your login email and password.',
|
||||
@@ -133,7 +138,12 @@ export default {
|
||||
passwordSpecial: 'Password must contain special characters',
|
||||
passwordCase: 'Password must include upper/lowercase letters and numbers',
|
||||
passwordNotSameAsOld: 'New password cannot be the same as current password',
|
||||
settingsUpdated: 'Settings updated'
|
||||
settingsUpdated: 'Settings updated',
|
||||
avatarTooLarge: 'Image is too large. Max 5MB.',
|
||||
avatarCropFailed: 'Failed to crop avatar',
|
||||
avatarUploadUrlMissing: 'Failed to get uploaded file URL',
|
||||
avatarUpdated: 'Avatar updated',
|
||||
avatarUploadFailed: 'Upload failed'
|
||||
},
|
||||
roles: {
|
||||
fashionEnthusiast: 'Fashion Enthusiast',
|
||||
|
||||
Reference in New Issue
Block a user