not allow to add / modify / delete transaction with parent account

This commit is contained in:
MaysWind
2024-07-23 23:18:34 +08:00
parent 8085f7cf11
commit 5d2e880bc5
4 changed files with 26 additions and 5 deletions
+3
View File
@@ -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',
+3
View File
@@ -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': '您不能删除该交易时间的交易',