mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 23:47:33 +08:00
not allow to delete account when other transaction is using it
This commit is contained in:
@@ -306,6 +306,7 @@ export default {
|
||||
'cannot add or delete sub accounts when modify account': 'You cannot add or delete sub accounts when modify account',
|
||||
'source account not found': 'Source account is not found',
|
||||
'destination account not found': 'Destination account is not found',
|
||||
'account is in use and cannot be deleted': 'Account is in use and it cannot be deleted',
|
||||
'transaction id is invalid': 'Transaction ID is invalid',
|
||||
'transaction not found': 'Transaction is not found',
|
||||
'transaction type is invalid': 'Transaction type is invalid',
|
||||
|
||||
@@ -306,6 +306,7 @@ export default {
|
||||
'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': '账户正在被使用,无法删除',
|
||||
'transaction id is invalid': '交易ID无效',
|
||||
'transaction not found': '交易不存',
|
||||
'transaction type is invalid': '交易类型无效',
|
||||
|
||||
Reference in New Issue
Block a user