/* * 基础信息 ---- 报表管理页面 中英文翻译文件 * @description: 中英文翻译 * @author: @liulin * @update: @liulin(2023-02-17) * */ const info = { ZH: { //中文翻译 auth: '报表授权', rang: '填报范围', subject: '填报科目', selected: '已选择', user: '用户', org: '组织', code: '编码', name: '名称', nameEn: '英文名称', account: '账号', email: '邮箱', phone: '电话', international: '国际科目信息', domestic: '国内科目信息', business: '所属业务', tyep: '报表类型', memo: '备注', fillRate: '填报周期', flag: '发布状态', input: '请输入', select: '请选择', key: '编码', sn: '排序', authority: '权限', objectType: '类型', searchName: "报表名称", disableCodeTip: "报表编码不可修改", authType: '授权类型' }, EN: { //英文翻译 auth: 'Jurisdiction', rang: 'Range', subject: 'Subject', selected: 'Selected', user: 'User', org: 'Organization', code: 'code', name: 'name', nameEn: 'English name', account: 'account', email: 'mailbox', phone: 'Telephone', international: 'International subject information', domestic: 'Domestic account information', business: 'business', tyep: 'type', memo: 'memo', fillRate: 'cycle', flag: 'state', input: 'Please enter ', select: 'Please select ', key: 'Encoded', sn: 'Sort', authority: 'Auth', objectType: 'Type', searchName: "Report name", disableCodeTip: "Report code can't be modified", authType: 'Authorization type' } } export default info //需要暴露出去