mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
add transaction tag
This commit is contained in:
@@ -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?': '您确定要退出其他所有会话?',
|
||||
|
||||
Reference in New Issue
Block a user