support modify account

This commit is contained in:
MaysWind
2020-11-15 23:11:14 +08:00
parent f74ea31c6d
commit 84317975c8
11 changed files with 408 additions and 34 deletions
+6
View File
@@ -213,6 +213,7 @@ export default {
'parent account cannot set currency': '父账户不能设置货币',
'sub account category not equals to parent': '子账户类别与父账户不同',
'sub account type invalid': '子账户类型无效',
'cannot add or delete sub accounts when modify account': '您不能在修改账户时添加或删除子账户',
},
'parameter': {
'id': 'ID',
@@ -250,6 +251,7 @@ export default {
'Enabled': '启用',
'Disable': '禁用',
'Disabled': '禁用',
'Visible': '可见',
'Version': '版本',
'Edit': '编辑',
'Delete': '删除',
@@ -312,6 +314,7 @@ export default {
'Unable to get account list': '无法获取账户列表',
'No available account': '没有可用的账户',
'Add Account': '添加账户',
'Edit Account': '编辑账户',
'Account Category': '账户分类',
'Single Account': '单一账户',
'Multi Sub Accounts': '多个子账户',
@@ -333,7 +336,10 @@ export default {
'Account name cannot be empty': '账户名称不能为空',
'Account currency cannot be empty': '账户货币不能为空',
'You have added a new account': '您已经添加新账户',
'You have saved this account': '您已经保存该账户',
'Unable to add account': '无法添加账户',
'Unable to save account': '无法保存账户',
'Unable to get account': '无法获取账户',
'Unable to hide this account': '无法隐藏账户',
'Unable to unhide this account': '无法取消隐藏账户',
'Unable to move account': '无法移动账户',