mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 09:44:26 +08:00
support adding / deleting sub account after account created (#77)
This commit is contained in:
@@ -1063,7 +1063,6 @@
|
||||
"parent account cannot set balance": "父账户不能设置余额",
|
||||
"sub-account category not equals to parent": "子账户类别与父账户不同",
|
||||
"sub-account type invalid": "子账户类型无效",
|
||||
"cannot add or delete sub-accounts when modify account": "您不能在修改账户时添加或删除子账户",
|
||||
"source account not found": "来源账户不存在",
|
||||
"destination account not found": "目标账户不存在",
|
||||
"account is in use and cannot be deleted": "账户正在被使用,无法删除",
|
||||
@@ -1073,6 +1072,9 @@
|
||||
"cannot set statement date for sub account": "子账户不能设置账单日期",
|
||||
"sub-account not found": "子账户不存在",
|
||||
"sub-account is in use and cannot be deleted": "子账户正在被使用,无法删除",
|
||||
"not supported to modify account currency": "不支持修改账户货币",
|
||||
"not supported to modify account balance": "不支持修改账户余额",
|
||||
"not supported to modify account balance time": "不支持修改账户余额时间",
|
||||
"transaction id is invalid": "交易ID无效",
|
||||
"transaction not found": "交易不存在",
|
||||
"transaction type is invalid": "交易类型无效",
|
||||
|
||||
Reference in New Issue
Block a user