add transaction tag

This commit is contained in:
MaysWind
2020-12-05 23:56:04 +08:00
parent e5e159dfec
commit 15d6a93a71
13 changed files with 1101 additions and 0 deletions
+13
View File
@@ -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?',
+13
View File
@@ -307,6 +307,10 @@ export default {
'transaction category type is invalid': '交易分类类型无效',
'parent transaction category not found': '父级交易分类不存在',
'cannot add to secondary transaction category': '不能在二级交易分类中添加',
'transaction tag id is invalid': '交易标签ID无效',
'transaction tag not found': '交易标签不存在',
'transaction tag name is empty': '交易标签标题不能为空',
'transaction tag name already exists': '交易标签标题已经存在',
},
'parameter': {
'id': 'ID',
@@ -520,6 +524,15 @@ export default {
'You have added a new category': '您已经添加新分类',
'You have added default categories': '您已经添加默认分类',
'You have saved this category': '您已经保存该分类',
'Transaction Tags': '交易标签',
'Tag Title': '标签标题',
'No available tag': '没有可用的标签',
'Unable to get tag list': '无法获取标签列表',
'Unable to move tag': '无法移动标签',
'Unable to hide this tag': '无法隐藏该标签',
'Unable to unhide this tag': '无法取消隐藏该标签',
'Are you sure you want to delete this tag?': '您确定要删除该标签?',
'Unable to delete this tag': '无法删除该标签',
'Are you sure you want to logout from this session?': '您确定要退出该会话?',
'Unable to logout from this session': '无法退出该会话',
'Are you sure you want to logout all other sessions?': '您确定要退出其他所有会话?',