verify whether user can delete transaction with specified time when deleting transaction

This commit is contained in:
MaysWind
2021-03-13 17:23:37 +08:00
parent 5660757c64
commit 50c7ec0cda
6 changed files with 36 additions and 2 deletions
+1
View File
@@ -548,6 +548,7 @@ export default {
'cannot delete transaction in hidden account': 'You cannot delete transaction in an hidden 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',
'transaction category id is invalid': 'Transaction category ID is invalid',
'transaction category not found': 'Transaction category is not found',
'transaction category type is invalid': 'Transaction category type is invalid',