support changing primary category for transaction category

This commit is contained in:
MaysWind
2024-06-23 23:37:58 +08:00
parent 9627e65d6d
commit 0e391bee50
12 changed files with 166 additions and 28 deletions
+6
View File
@@ -648,6 +648,10 @@ export default {
'cannot add to secondary transaction category': 'Cannot add transaction category to secondary transaction category',
'cannot use primary category for transaction category': 'Cannot use primary category for transaction category',
'transaction category is in use and cannot be deleted': 'Transaction category is in use and it cannot be deleted',
'not allow to change primary category to secondary category': 'Not allow to change primary category to secondary category',
'not allow to change secondary category to primary category': 'Not allow to change secondary category to primary category',
'not allow to change primary category with different type': 'Not allow to change primary category with different type',
'not allow to use secondary category as primary category': 'Not allow to use secondary category as primary category',
'transaction tag id is invalid': 'Transaction tag ID is invalid',
'transaction tag not found': 'Transaction tag is not found',
'transaction tag name is empty': 'Transaction tag title is empty',
@@ -1153,6 +1157,7 @@ export default {
'Unable to unhide this category': 'Unable to unhide this category',
'Are you sure you want to delete this category?': 'Are you sure you want to delete this category?',
'Unable to delete this category': 'Unable to delete this category',
'Primary Category': 'Primary Category',
'Add Primary Category': 'Add Primary Category',
'Add Secondary Category': 'Add Secondary Category',
'Edit Category': 'Edit Category',
@@ -1161,6 +1166,7 @@ export default {
'Category Icon': 'Category Icon',
'Category Color': 'Category Color',
'Your category description (optional)': 'Your category description (optional)',
'No available primary category': 'No available primary category',
'Category name cannot be blank': 'Category name cannot be blank',
'Unable to retrieve category': 'Unable to retrieve category',
'Unable to add category': 'Unable to add category',