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': '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',
};
+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': '参数错误',
};