mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 15:37:33 +08:00
not allow to add / modify / delete transaction with parent account
This commit is contained in:
@@ -671,6 +671,9 @@ export default {
|
||||
'cannot add transaction to hidden account': 'You cannot add transaction to an hidden account',
|
||||
'cannot modify transaction of hidden account': 'You cannot modify transaction of an hidden account',
|
||||
'cannot delete transaction in hidden account': 'You cannot delete transaction in an hidden account',
|
||||
'cannot add transaction to parent account': 'You cannot add transaction to a parent account',
|
||||
'cannot modify transaction of parent account': 'You cannot modify transaction of a parent account',
|
||||
'cannot delete transaction in parent account': 'You cannot delete transaction in a parent account',
|
||||
'cannot add transaction with this transaction time': 'You cannot add transaction with this transaction time',
|
||||
'cannot modify transaction with this transaction time': 'You cannot modify this transaction with this transaction time',
|
||||
'cannot delete transaction with this transaction time': 'You cannot delete this transaction with this transaction time',
|
||||
|
||||
@@ -671,6 +671,9 @@ export default {
|
||||
'cannot add transaction to hidden account': '您不能在隐藏账户中添加交易',
|
||||
'cannot modify transaction of hidden account': '您不能修改隐藏账户中的交易',
|
||||
'cannot delete transaction in hidden account': '您不能删除隐藏账户中的交易',
|
||||
'cannot add transaction to parent account': '您不能在父账户中添加交易',
|
||||
'cannot modify transaction of parent account': '您不能修改父账户中的交易',
|
||||
'cannot delete transaction in parent account': '您不能删除父账户中的交易',
|
||||
'cannot add transaction with this transaction time': '您不能添加该交易时间的交易',
|
||||
'cannot modify transaction with this transaction time': '您不能修改该交易时间的交易',
|
||||
'cannot delete transaction with this transaction time': '您不能删除该交易时间的交易',
|
||||
|
||||
Reference in New Issue
Block a user