mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
add transaction tag
This commit is contained in:
@@ -307,6 +307,10 @@ export default {
|
||||
'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',
|
||||
'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',
|
||||
'transaction tag name already exists': 'Transaction tag title already exists',
|
||||
},
|
||||
'parameter': {
|
||||
'id': 'ID',
|
||||
@@ -520,6 +524,15 @@ export default {
|
||||
'You have added a new category': 'You have added a new category',
|
||||
'You have added default categories': 'You have added default categories',
|
||||
'You have saved this category': 'You have saved this category',
|
||||
'Transaction Tags': 'Transaction Tags',
|
||||
'Tag Title': 'Tag Title',
|
||||
'No available tag': 'No available tag',
|
||||
'Unable to get tag list': 'Unable to get tag list',
|
||||
'Unable to move tag': 'Unable to move tag',
|
||||
'Unable to hide this tag': 'Unable to hide this tag',
|
||||
'Unable to unhide this tag': 'Unable to unhide this tag',
|
||||
'Are you sure you want to delete this tag?': 'Are you sure you want to delete this tag?',
|
||||
'Unable to delete this tag': 'Unable to delete this tag',
|
||||
'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?',
|
||||
|
||||
Reference in New Issue
Block a user