show user nickname in settings page

This commit is contained in:
MaysWind
2020-10-27 23:08:38 +08:00
parent 0c7391b85d
commit f509530d06
9 changed files with 67 additions and 11 deletions
+3
View File
@@ -55,6 +55,8 @@ export default {
'OK': 'OK',
'Cancel': 'Cancel',
'Done': 'Done',
'User': 'User',
'Application': 'Application',
'Home': 'Home',
'Journals': 'Journals',
'Accounts': 'Accounts',
@@ -90,6 +92,7 @@ export default {
'Use a backup code': 'Use a backup code',
'Use a passcode': 'Use a passcode',
'Sign Up': 'Sign Up',
'User Profile': 'User Profile',
'Language': 'Language',
'You have been successfully registered': 'You have been successfully registered',
'Unable to sign up': 'Unable to sign up',
+3
View File
@@ -55,6 +55,8 @@ export default {
'OK': '确定',
'Cancel': '取消',
'Done': '完成',
'User': '用户',
'Application': '应用',
'Home': '首页',
'Journals': '流水',
'Accounts': '账户',
@@ -90,6 +92,7 @@ export default {
'Use a backup code': '使用备用码',
'Use a passcode': '使用验证码',
'Sign Up': '注册',
'User Profile': '用户信息',
'Language': '语言',
'You have been successfully registered': '注册成功',
'Unable to sign up': '无法注册',