add account list page and account add page

This commit is contained in:
MaysWind
2020-11-09 01:10:41 +08:00
parent 70d4a84349
commit b2b8dcb098
15 changed files with 753 additions and 6 deletions
+30
View File
@@ -204,6 +204,11 @@ export default {
'two factor is not enabled': 'Two factor is not enabled',
'two factor has already been enabled': 'Two factor has already been enabled',
'two factor backup code does not exist': 'Two factor backup code does not exist',
'account id is invalid': 'Account id is invalid',
'account not found': 'Account is not found',
'account type is invalid': 'Account type is invalid',
'account must have at least one sub account': 'Account must have at least one sub account',
'account cannot have sub accounts': 'Account cannot have sub accounts',
},
'parameter': {
'username': 'Username',
@@ -228,6 +233,7 @@ export default {
'OK': 'OK',
'Cancel': 'Cancel',
'Close': 'Close',
'Submit': 'Submit',
'Update': 'Update',
'None': 'None',
'Done': 'Done',
@@ -286,6 +292,30 @@ export default {
'Expense': 'Expense',
'Income': 'Income',
'Transfer': 'Transfer',
'Cash': 'Cash',
'Debit Card': 'Debit Card',
'Credit Card': 'Credit Card',
'Virtual Account': 'Virtual Account',
'Debt Account': 'Debt Account',
'Receivables': 'Receivables',
'Investment Account': 'Investment Account',
'Unable to get account list': 'Unable to get account list',
'Add Account': 'Add Account',
'Account Category': 'Account Category',
'Single Account': 'Single Account',
'Multi Sub Accounts': 'Multi Sub Accounts',
'Account Type': 'Account Type',
'Account Name': 'Account Name',
'Your account name': 'Your account name',
'Currency': 'Currency',
'Description': 'Description',
'Your account description (optional)': 'Your account description (optional)',
'Account category cannot be empty': 'Account category cannot be empty',
'Account type cannot be empty': 'Account type cannot be empty',
'Account name cannot be empty': 'Account name cannot be empty',
'Account currency cannot be empty': 'Account currency cannot be empty',
'You have added a new account': 'You have added a new account',
'Unable to add account': 'Unable to add account',
'User Profile': 'User Profile',
'Language': 'Language',
'Currency Display Mode': 'Currency Display Mode',