mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
add category edit ui
This commit is contained in:
@@ -224,6 +224,8 @@ export default {
|
||||
'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',
|
||||
'parent transaction category not found': 'Parent transaction category is not found',
|
||||
'cannot add to secondary transaction category': 'Cannot add transaction category to secondary transaction category',
|
||||
},
|
||||
'parameter': {
|
||||
'id': 'ID',
|
||||
@@ -399,6 +401,36 @@ export default {
|
||||
'Current': 'Current',
|
||||
'Other Device': 'Other Device',
|
||||
'Unknown Device': 'Unknown Device',
|
||||
'Transaction Categories': 'Transaction Categories',
|
||||
'Expense Primary Categories': 'Expense Primary Categories',
|
||||
'Income Primary Categories': 'Income Primary Categories',
|
||||
'Transfer Primary Categories': 'Transfer Primary Categories',
|
||||
'Transaction Primary Categories': 'Transaction Primary Categories',
|
||||
'Expense Secondary Categories': 'Expense Secondary Categories',
|
||||
'Income Secondary Categories': 'Income Secondary Categories',
|
||||
'Transfer Secondary Categories': 'Transfer Secondary Categories',
|
||||
'Transaction Secondary Categories': 'Transaction Secondary Categories',
|
||||
'No available category': 'No available category',
|
||||
'Unable to get category list': 'Unable to get category list',
|
||||
'Unable to move category': 'Unable to move category',
|
||||
'Unable to hide this category': 'Unable to hide this category',
|
||||
'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',
|
||||
'Add Primary Category': 'Add Primary Category',
|
||||
'Add Secondary Category': 'Add Secondary Category',
|
||||
'Edit Category': 'Edit Category',
|
||||
'Category Name': 'Category Name',
|
||||
'Your category name': 'Your category name',
|
||||
'Category Icon': 'Category Icon',
|
||||
'Category Color': 'Category Color',
|
||||
'Your category description (optional)': 'Your category description (optional)',
|
||||
'Category name cannot be empty': 'Category name cannot be empty',
|
||||
'Unable to get category': 'Unable to get category',
|
||||
'Unable to add category': 'Unable to add category',
|
||||
'Unable to save category': 'Unable to save category',
|
||||
'You have added a new category': 'You have added a new category',
|
||||
'You have saved this category': 'You have saved this category',
|
||||
'Are you sure you want to logout from this session?': 'Are you sure you want to logout from this session?',
|
||||
'Unable to logout from this session': 'Unable to logout from this session',
|
||||
'Are you sure you want to logout all other sessions?': 'Are you sure you want to logout all other sessions?',
|
||||
@@ -447,4 +479,5 @@ export default {
|
||||
'Official Website': 'Official Website',
|
||||
'License': 'License',
|
||||
'An error has occurred': 'An error has occurred',
|
||||
'Parameter Invalid': 'Parameter Invalid',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user