export const messages = { en: { appApi: { search: { title: 'Search Condition', apiId: 'apiId', apiCode: 'apiCode', apiName: 'apiName', typeId: 'typeId', seq: 'seq', docUrl: 'docUrl', remark: 'remark', createTime: 'createTime', placeholder: 'Please enter hcApi name' }, list: { title: 'app api' }, dialog: { addTitle: 'Add HcApi', editTitle: 'Edit HcApi', delTitle: 'Delete HcApi', cancel: 'Cancel', confirm: 'Confirm' }, form: { apiId: 'apiId', apiCode: 'apiCode', apiName: 'apiName', typeId: 'typeId', seq: 'seq', docUrl: 'docUrl', remark: 'remark', createTime: 'createTime', }, table: { apiId: 'apiId', apiCode: 'apiCode', apiName: 'apiName', typeId: 'typeId', seq: 'seq', docUrl: 'docUrl', remark: 'remark', createTime: 'createTime', appName: 'app name' }, validate: { apiId: 'Please enter apiId', apiCode: 'Please enter apiCode', apiName: 'Please enter apiName', typeId: 'Please enter typeId', createTime: 'Please enter createTime', }, add: { success: 'Add HcApi success' }, edit: { success: 'Edit HcApi success' }, delete: { success: 'Delete HcApi success', confirm: 'Are you sure to delete this hcApi?' }, fetchError: 'Failed to fetch hcApi list' } }, zh: { appApi: { search: { title: '查询条件', apiId: '接口ID', apiCode: '接口编码', apiName: '接口名称', typeId: '接口类型', seq: '顺序', docUrl: '文档地址', remark: '备注', createTime: '创建时间', placeholder: '请输入接口名称' }, list: { title: '接口授权' }, dialog: { addTitle: '添加接口', editTitle: '编辑接口', delTitle: '删除接口', cancel: '取消', confirm: '确定' }, form: { apiId: '接口ID', apiCode: '接口编码', apiName: '接口名称', typeId: '接口类型', seq: '顺序', docUrl: '文档地址', remark: '备注', createTime: '创建时间', }, table: { apiId: '接口ID', apiCode: '接口编码', apiName: '接口名称', typeId: '接口类型', seq: '顺序', docUrl: '文档地址', remark: '备注', createTime: '创建时间', appName: '应用名称' }, validate: { apiId: '请输入接口ID', apiCode: '请输入接口编码', apiName: '请输入接口名称', typeId: '请输入接口类型', createTime: '请输入创建时间', }, add: { success: '添加接口成功' }, edit: { success: '编辑接口成功' }, delete: { success: '删除接口成功', confirm: '确认删除该接口吗?' }, fetchError: '获取接口列表失败' } } }