create transaction template and modify template name in edit dialog
This commit is contained in:
@@ -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': '无法隐藏该模板',
|
||||
|
||||
Reference in New Issue
Block a user