add category edit ui

This commit is contained in:
MaysWind
2020-11-30 01:10:36 +08:00
parent 255c9bb65f
commit 4c53cd63cb
13 changed files with 962 additions and 7 deletions
+33
View File
@@ -224,6 +224,8 @@ export default {
'transaction category id is invalid': '交易分类ID无效',
'transaction category not found': '交易分类不存在',
'transaction category type is invalid': '交易分类类型无效',
'parent transaction category not found': '父级交易分类不存在',
'cannot add to secondary transaction category': '不能在二级交易分类中添加',
},
'parameter': {
'id': 'ID',
@@ -399,6 +401,36 @@ export default {
'Current': '当前',
'Other Device': '其他设备',
'Unknown Device': '未知设备',
'Transaction Categories': '交易分类',
'Expense Primary Categories': '支出一级分类',
'Income Primary Categories': '收入一级分类',
'Transfer Primary Categories': '转账一级分类',
'Transaction Primary Categories': '交易一级分类',
'Expense Secondary Categories': '支出二级分类',
'Income Secondary Categories': '收入二级分类',
'Transfer Secondary Categories': '转账二级分类',
'Transaction Secondary Categories': '交易二级分类',
'No available category': '没有可用的分类',
'Unable to get category list': '无法获取分类列表',
'Unable to move category': '无法移动分类',
'Unable to hide this category': '无法隐藏该分类',
'Unable to unhide this category': '无法取消隐藏该分类',
'Are you sure you want to delete this category?': '您确定要删除该分类?',
'Unable to delete this category': '无法删除该分类',
'Add Primary Category': '添加一级分类',
'Add Secondary Category': '添加二级分类',
'Edit Category': '编辑分类',
'Category Name': '分类名称',
'Your category name': '你的分类名称',
'Category Icon': '分类图标',
'Category Color': '分类颜色',
'Your category description (optional)': '你的分类描述 (可选)',
'Category name cannot be empty': '分类名称不能为空',
'Unable to get category': '无法获取分类',
'Unable to add category': '无法添加分类',
'Unable to save category': '无法保存分类',
'You have added a new category': '您已经添加新分类',
'You have saved this category': '您已经保存该分类',
'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?': '您确定要退出其他所有会话?',
@@ -447,4 +479,5 @@ export default {
'Official Website': '官方网站',
'License': '许可协议',
'An error has occurred': '发生错误',
'Parameter Invalid': '参数错误',
};