support update user profile

This commit is contained in:
MaysWind
2020-10-28 00:58:54 +08:00
parent b853a21de8
commit 3d2cc7ff95
7 changed files with 176 additions and 1 deletions
+4
View File
@@ -54,6 +54,7 @@ export default {
},
'OK': 'OK',
'Cancel': 'Cancel',
'Update': 'Update',
'Done': 'Done',
'User': 'User',
'Application': 'Application',
@@ -102,6 +103,9 @@ export default {
'You have been successfully registered': 'You have been successfully registered',
'Unable to sign up': 'Unable to sign up',
'User registration is disabled': 'User registration is disabled',
'Nothing has been modified': 'Nothing has been modified',
'Your profile has been successfully updated': 'Your profile has been successfully updated',
'Unable to update user profile': 'Unable to update user profile',
'Log Out': 'Log Out',
'Are you sure you want to log out?': 'Are you sure you want to log out?',
'Unable to logout': 'Unable to logout',
+4
View File
@@ -54,6 +54,7 @@ export default {
},
'OK': '确定',
'Cancel': '取消',
'Update': '更新',
'Done': '完成',
'User': '用户',
'Application': '应用',
@@ -102,6 +103,9 @@ export default {
'You have been successfully registered': '注册成功',
'Unable to sign up': '无法注册',
'User registration is disabled': '用户注册已禁用',
'Nothing has been modified': '没有修改的项目',
'Your profile has been successfully updated': '您的用户信息更新成功',
'Unable to update user profile': '无法更新用户信息',
'Log Out': '退出登录',
'Are you sure you want to log out?': '您确定是否要退出登录?',
'Unable to logout': '无法退出登录',