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 has already been enabled': '两步验证已经启用',
'two factor backup code does not exist': '两步验证备用码不存在',
'account id is invalid': '账户ID无效',
'account not found': '账户不存在',
'account type is invalid': '账户类型无效',
'account must have at least one sub account': '账户必须包含至少一个子账户',
'account cannot have sub accounts': '账户不能包含子账户',
},
'parameter': {
'username': '用户名',
@@ -228,6 +233,7 @@ export default {
'OK': '确定',
'Cancel': '取消',
'Close': '关闭',
'Submit': '提交',
'Update': '更新',
'None': '无',
'Done': '完成',
@@ -286,6 +292,30 @@ export default {
'Expense': '支出',
'Income': '收入',
'Transfer': '转账',
'Cash': '现金',
'Debit Card': '借记卡',
'Credit Card': '信用卡',
'Virtual Account': '虚拟账户',
'Debt Account': '负债账户',
'Receivables': '应收款项',
'Investment Account': '投资账户',
'Unable to get account list': '无法获取账户列表',
'Add Account': '添加账户',
'Account Category': '账户分类',
'Single Account': '单一账户',
'Multi Sub Accounts': '多个子账户',
'Account Type': '账户类型',
'Account Name': '账户名称',
'Your account name': '你的账户名称',
'Currency': '货币',
'Description': '描述',
'Your account description (optional)': '你的账户描述 (可选)',
'Account category cannot be empty': '账户分类不能为空',
'Account type cannot be empty': '账户类型不能为空',
'Account name cannot be empty': '账户名称不能为空',
'Account currency cannot be empty': '账户货币不能为空',
'You have added a new account': '您已经添加新账户',
'Unable to add account': '无法添加账户',
'User Profile': '用户信息',
'Language': '语言',
'Currency Display Mode': '货币显示模式',