add 2fa settings

This commit is contained in:
MaysWind
2020-11-02 00:02:40 +08:00
parent 7dc628cfcc
commit 78937d16d2
12 changed files with 535 additions and 8 deletions
+16
View File
@@ -46,6 +46,7 @@ export default {
'parameter': {
'username': 'Username',
'password': 'Password',
'passcode': 'Passcode',
'email': 'Email',
'nickname': 'Nickname',
'oldPassword': 'Current Password',
@@ -66,6 +67,11 @@ export default {
'Update': 'Update',
'Done': 'Done',
'Continue': 'Continue',
'Status': 'Status',
'Enable': 'Enable',
'Enabled': 'Enabled',
'Disable': 'Disable',
'Disabled': 'Disabled',
'Version': 'Version',
'User': 'User',
'Application': 'Application',
@@ -128,6 +134,16 @@ export default {
'Other Device': 'Other Device',
'Are you sure you want to logout from this session?': 'Are you sure you want to logout from this session?',
'Unable to logout from this session': 'Unable to logout from this session',
'Regenerate Backup Codes': 'Regenerate Backup Codes',
'Please use two factor authentication app scan the below qrcode and input current passcode': 'Please use two factor authentication app scan the below qrcode and input current passcode',
'Please enter your current password when disable two factor authentication': 'Please enter your current password when disable two factor authentication',
'Please enter your current password when regenerate two factor authentication backup codes. If you regenerate backup codes, the old codes will be invalidated.': 'Please enter your current password when regenerate two factor authentication backup codes. If you regenerate backup codes, the old codes will be invalidated.',
'Please copy these backup codes to safe place, the below codes can only be shown once. If these codes were lost, you can regenerate backup codes at any time.': 'Please copy these backup codes to safe place, the below codes can only be shown once. If these codes were lost, you can regenerate backup codes at any time.',
'Backup codes copied': 'Backup codes copied',
'Two factor authentication has been disabled': 'Two factor authentication has been disabled',
'Unable to get current two factor authentication status': 'Unable to get current two factor authentication status',
'Unable to enable two factor authentication': 'Unable to enable two factor authentication',
'Unable to disable two factor authentication': 'Unable to disable two factor authentication',
'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',