mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-21 02:04:26 +08:00
add user settings page
This commit is contained in:
@@ -692,12 +692,16 @@ export default {
|
||||
},
|
||||
'OK': 'OK',
|
||||
'Cancel': 'Cancel',
|
||||
'Operation': 'Operation',
|
||||
'Close': 'Close',
|
||||
'Submit': 'Submit',
|
||||
'Add': 'Add',
|
||||
'Apply': 'Apply',
|
||||
'Save': 'Save',
|
||||
'Save changes': 'Save changes',
|
||||
'Update': 'Update',
|
||||
'Refresh': 'Refresh',
|
||||
'Clear': 'Clear',
|
||||
'None': 'None',
|
||||
'Not Specified': 'Not Specified',
|
||||
'No results': 'No results',
|
||||
@@ -711,6 +715,7 @@ export default {
|
||||
'Enabled': 'Enabled',
|
||||
'Disable': 'Disable',
|
||||
'Disabled': 'Disabled',
|
||||
'Copy': 'Copy',
|
||||
'Visible': 'Visible',
|
||||
'Version': 'Version',
|
||||
'Edit': 'Edit',
|
||||
@@ -743,6 +748,7 @@ export default {
|
||||
'Sort By': 'Sort By',
|
||||
'User': 'User',
|
||||
'Application': 'Application',
|
||||
'Danger Zone': 'Danger Zone',
|
||||
'Details': 'Details',
|
||||
'Accounts': 'Accounts',
|
||||
'Statistics': 'Statistics',
|
||||
@@ -790,6 +796,8 @@ export default {
|
||||
'Create an account': 'Create an account',
|
||||
'Username cannot be empty': 'Username cannot be empty',
|
||||
'Password cannot be empty': 'Password cannot be empty',
|
||||
'Current password cannot be empty': 'Current password cannot be empty',
|
||||
'New password cannot be empty': 'New password cannot be empty',
|
||||
'Confirmation password cannot be empty': 'Confirmation password cannot be empty',
|
||||
'Password and confirmation password do not match': 'Password and confirmation password do not match',
|
||||
'Email address cannot be empty': 'Email address cannot be empty',
|
||||
@@ -797,6 +805,10 @@ export default {
|
||||
'Default currency cannot be empty': 'Default currency cannot be empty',
|
||||
'Unable to login': 'Unable to login',
|
||||
'Two-Factor Authentication': 'Two-Factor Authentication',
|
||||
'Two-factor authentication is not enabled yet.': 'Two-factor authentication is not enabled yet.',
|
||||
'Two-factor authentication has been enabled.': 'Two-factor authentication has been enabled.',
|
||||
'Disable two-factor authentication': 'Disable two-factor authentication',
|
||||
'Enable two-factor authentication': 'Enable two-factor authentication',
|
||||
'Passcode': 'Passcode',
|
||||
'Backup Code': 'Backup Code',
|
||||
'Verify': 'Verify',
|
||||
@@ -953,6 +965,7 @@ export default {
|
||||
'Name': 'Name',
|
||||
'Filter Accounts': 'Filter Accounts',
|
||||
'Filter Transaction Categories': 'Filter Transaction Categories',
|
||||
'User Settings': 'User Settings',
|
||||
'User Profile': 'User Profile',
|
||||
'Language': 'Language',
|
||||
'Theme': 'Theme',
|
||||
@@ -980,7 +993,13 @@ export default {
|
||||
'Unable to sign up': 'Unable to sign up',
|
||||
'User registration is disabled': 'User registration is disabled',
|
||||
'Unable to get user profile': 'Unable to get user profile',
|
||||
'Basic': 'Basic',
|
||||
'Security': 'Security',
|
||||
'Basic Settings': 'Basic Settings',
|
||||
'Security Settings': 'Security Settings',
|
||||
'Two-Factor Authentication Settings': 'Two-Factor Authentication Settings',
|
||||
'Current Password': 'Current Password',
|
||||
'New Password': 'New Password',
|
||||
'Modify Password': 'Modify Password',
|
||||
'Please enter your current password when modifying your password': 'Please enter your current password when modifying your password',
|
||||
'Nothing has been modified': 'Nothing has been modified',
|
||||
@@ -990,6 +1009,7 @@ export default {
|
||||
'Unable to get user statistics data': 'Unable to get user statistics data',
|
||||
'Export Data': 'Export Data',
|
||||
'Clear User Data': 'Clear User Data',
|
||||
'Export all data to csv file.': 'Export all data to csv file.',
|
||||
'Are you sure you want to export all data to csv file?': 'Are you sure you want to export all data to csv file?',
|
||||
'It may take a long time, please wait for a few minutes.': 'It may take a long time, please wait for a few minutes.',
|
||||
'Unable to get exported user data': 'Unable to get exported user data',
|
||||
@@ -999,6 +1019,8 @@ export default {
|
||||
'All user data has been cleared': 'All user data has been cleared',
|
||||
'Unable to clear user data': 'Unable to clear user data',
|
||||
'Device & Sessions': 'Device & Sessions',
|
||||
'Device Info': 'Device Info',
|
||||
'Last Activity Time': 'Last Activity Time',
|
||||
'Logout All': 'Logout All',
|
||||
'Unable to get session list': 'Unable to get session list',
|
||||
'Session list is up to date': 'Session list is up to date',
|
||||
@@ -1073,6 +1095,7 @@ export default {
|
||||
'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 enter your current password when disable two factor authentication or regenerate two factor authentication backup codes. If you regenerate backup codes, the old codes will be invalidated.': 'Please enter your current password when disable two factor authentication or 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',
|
||||
|
||||
Reference in New Issue
Block a user