create transaction template and modify template name in edit dialog

This commit is contained in:
MaysWind
2024-07-31 23:59:37 +08:00
parent b0b330903c
commit a03df7ed36
12 changed files with 236 additions and 366 deletions
+6 -1
View File
@@ -702,6 +702,9 @@ export default {
'transaction tag is in use and cannot be deleted': 'Transaction tag is in use and it cannot be deleted',
'transaction tag index not found': 'Transaction tag index is not found',
'data export not allowed': 'User data export is not allowed',
'transaction template id is invalid': 'Transaction template ID is invalid',
'transaction template not found': 'Transaction template is not found',
'transaction template type is invalid': 'Transaction template type is invalid',
'query items cannot be blank': 'There are no query items',
'query items too much': 'There are too many query items',
'query items have invalid item': 'There is invalid item in query items',
@@ -738,6 +741,7 @@ export default {
'month': 'Month',
'page': 'Page Index',
'count': 'Count',
'templateType': 'Template Type',
'comment': 'Description',
},
'parameterizedError': {
@@ -788,7 +792,6 @@ export default {
'Show': 'Show',
'Hide': 'Hide',
'Version': 'Version',
'Modify Name': 'Modify Name',
'Edit': 'Edit',
'Remove': 'Remove',
'Delete': 'Delete',
@@ -1021,6 +1024,7 @@ export default {
'Transactions': 'Transactions',
'Add Transaction': 'Add Transaction',
'Edit Transaction': 'Edit Transaction',
'Add Transaction Template': 'Add Transaction Template',
'Edit Transaction Template': 'Edit Transaction Template',
'Modify Balance': 'Modify Balance',
'Expense Amount': 'Expense Amount',
@@ -1278,6 +1282,7 @@ export default {
'Template list has been updated': 'Template list has been updated',
'Unable to add template': 'Unable to add template',
'Unable to save template': 'Unable to save template',
'You have added a new template': 'You have added a new template',
'Unable to move template': 'Unable to move template',
'Unable to retrieve template': 'Unable to retrieve template',
'Unable to hide this template': 'Unable to hide this template',
+6 -1
View File
@@ -702,6 +702,9 @@ export default {
'transaction tag is in use and cannot be deleted': '交易标签正在被使用,无法删除',
'transaction tag index not found': '交易标签索引不存在',
'data export not allowed': '不允许用户数据导出',
'transaction template id is invalid': '交易模板ID无效',
'transaction template not found': '交易模板不存在',
'transaction template type is invalid': '交易模板类型无效',
'query items cannot be blank': '请求项目不能为空',
'query items too much': '请求项目过多',
'query items have invalid item': '请求项目中有非法项目',
@@ -738,6 +741,7 @@ export default {
'month': '月份',
'page': '页码索引',
'count': '数量',
'templateType': '模板类型',
'comment': '描述',
},
'parameterizedError': {
@@ -788,7 +792,6 @@ export default {
'Show': '显示',
'Hide': '隐藏',
'Version': '版本',
'Modify Name': '修改名称',
'Edit': '编辑',
'Remove': '移除',
'Delete': '删除',
@@ -1021,6 +1024,7 @@ export default {
'Transactions': '交易',
'Add Transaction': '添加交易',
'Edit Transaction': '编辑交易',
'Add Transaction Template': '添加交易模板',
'Edit Transaction Template': '编辑交易模板',
'Modify Balance': '修改余额',
'Expense Amount': '支出金额',
@@ -1278,6 +1282,7 @@ export default {
'Template list has been updated': '模板列表已更新',
'Unable to add template': '无法添加模板',
'Unable to save template': '无法保存模板',
'You have added a new template': '您已经添加新模板',
'Unable to move template': '无法移动模板',
'Unable to retrieve template': '无法获取模板',
'Unable to hide this template': '无法隐藏该模板',