update i18n

This commit is contained in:
2022-09-01 15:01:25 +08:00
parent 666059af6e
commit 70303f3f06
54 changed files with 642 additions and 532 deletions

View File

@@ -3,4 +3,78 @@ const t = {}
t.loading = 'Loading...'
t.createTime = 'Create Time'
t.brand = {}
t.brand.lg = 'Monitoring System'
t.brand.mini = 'PMS'
t.add = 'Add'
t.delete = 'Delete'
t.deleteBatch = 'Delete Batch'
t.update = 'Update'
t.query = 'Search'
t.export = 'Export'
t.handle = 'Operations'
t.confirm = 'Confirm'
t.cancel = 'Cancel'
t.clear = 'Clear'
t.logout = 'Logout'
t.manage = 'Handle'
t.createDate = 'Create Date'
t.keyword = 'Keyword(s): '
t.choose = 'Please Choose '
t.remark = 'Remark'
t.delMark = 'Delete Mark '
t.isvalid = 'is valid'
t.available = 'available'
t.unavailable = 'unavailable'
t.alert = 'alert'
t.creator = 'Creator'
t.creatorName = 'Creator\'s name'
t.updator = 'Updator'
t.updatorName = 'Updator\'s name'
t.updateTime = 'Update Time'
t.version = 'Version'
t.search = 'Search'
t.countPerPage = '每页数'
t.currentPage = '当前页'
t.fetchList = '获取数据列表' // ?
t.multi = '多选' // ?
t.do = '进行' // ?
t.submit = '表单提交' // ?
t.desc = 'Description'
t.disable = 'Disable'
t.equipment = 'Equipment'
t.enabled = 'Enabled'
t.cannotempty = 'can\'t be empty'
t.parameter = 'Parameters'
t.enable = 'Enable'
t.index = 'Index'
t.relation = '关联'
t.fetchInfo = 'Fetch Info'
t.name = 'Name'
t.code = 'Code'
t.attrName = 'Attribute name'
t.attrValue = 'Attribute value'
t.unit = 'Unit'
t.table = 'Table'
t.table2 = 'Table'
t.downloadurl = 'Download Url'
t.recordTime = 'Record Time'
t.notCollect = 'No'
t.collect = 'Yes'
t.required = 'Required'
t.paramUrl = 'Parameter url'
t.enname = 'English Name'
t.collectOrNot = 'Collect or not'
t.min = 'Min Value'
t.max = 'Max Value'
t.status = 'Status',
t.normal = 'Normal'
t.addr = 'Address'
t.planStop = 'Plan to stop'
t.startTime = 'Start Time'
t.endTime = 'End Time'
t.today = 'Today'
export default t

View File

@@ -7,21 +7,104 @@ t.brand = {}
t.brand.lg = '生产监控系统'
t.brand.mini = '监控'
t.add = '新增'
t.delete = '删除'
t.deleteBatch = '删除'
t.update = '修改'
t.query = '查询'
t.export = '导出'
t.handle = '操作'
t.confirm = '确定'
t.cancel = '取消'
t.clear = '清除'
t.logout = '退出'
t.manage = '处理'
t.createDate = '创建时间'
t.keyword = '关键字:'
t.choose = '请选择'
t.add = '新增' // 1
t.delete = '删除' // 1
t.deleteBatch = '批量删除' // 1
t.update = '修改' // 1
t.query = '查询' // 1
t.export = '导出' // 1
t.handle = '操作' // 1
t.confirm = '确定' // 1
t.cancel = '取消' // 1
t.clear = '清除' // 1
t.logout = '退出' // 1
t.manage = '处理' // 1
t.createDate = '创建时间' // 1
t.keyword = '关键字:' // 1
t.choose = '请选择' // 1
t.remark = '备注' // 1
t.delMark = '删除标志' // 0
t.isvalid = '是否有效' // 0
t.available = '可用' // 0
t.unavailable = '不可用' // 0
t.alert = '弹窗' // 0
t.creator = '创建人' // 1
t.creatorName = '创建人姓名' // 1
t.updator = '更新人' // 1
t.updatorName = '更新人姓名' // 1
t.updateTime = '更新时间'
t.version = '版本号' // 1
t.search = '查询' // 1
t.countPerPage = '每页数' // ?
t.currentPage = '当前页' // ?
t.fetchList = '获取数据列表' // ?
t.multi = '多选' // ?
t.do = '进行' // ?
t.submit = '表单提交' // ?
t.desc = '描述' // 1
t.disable = '停用' // 1
t.equipment = '设备' // 1
t.enabled = '启用状态'
t.cannotempty = '不能为空'
t.parameter = '参数名'
t.enable = '启用'
t.index = '序号'
t.relation = '关联'
t.fetchInfo = '获取信息'
t.name = '名称'
t.code = '编码'
t.attrName = '属性名称'
t.attrValue = '属性值'
t.unit = '单位'
t.table = '表'
t.table2 = '表格'
t.downloadurl = '下载地址'
t.recordTime = '记录时间'
t.notCollect = '不采集'
t.collect = '采集'
t.required = '必填'
t.paramUrl = '参数地址'
t.enname = '英文名称'
t.collectOrNot = '是否采集'
t.min = '最小值'
t.max = '最大值'
t.status = '状态',
t.normal = '正常'
t.addr = '地址'
t.planStop = '计划停机'
t.startTime = '开始时间'
t.endTime = '结束时间'
t.today = '今天'
t.alarm = {}
t.alarm.info = '报警信息'
t.alarm.eq = '报警设备'
t.report = {}
t.report.name = '报表名称'
t.inspect = {}
t.inspect.type = '检测类型'
t.inspect.det = '检测内容'
t.ws = {}
t.ws.title = '工段'
t.ws.name = '工段名称'
t.file = {}
t.file.title = '文件'
t.file.name = '文件名称'
t.file.typeCode = '文件类型编号'
t.eq = {}
t.eq.title = '设备'
t.eq.name = '设备名称'
t.eq.code = '设备编码'
t.eq.type = '设备类型'
t.pl = {}
t.pl.title = '产线'
t.prompt = {}
t.prompt.title = '提示'
@@ -225,6 +308,8 @@ t.menu.resourceMethod = '请求方式'
t.menu.resourceAddItem = '添加一项'
t.params = {}
t.params.name = '参数名称'
t.params.code = '参数编码'
t.params.paramCode = '编码'
t.params.paramValue = '值'
t.params.remark = '备注'