|
@@ -1,124 +1,79 @@
|
|
|
|
|
|
export const lang = {
|
|
|
- equipment:{
|
|
|
- stat:"状态",
|
|
|
- model:'产品型号',
|
|
|
- running:"运行中",
|
|
|
- offLine:"离线",
|
|
|
- standby:"待机",
|
|
|
- auxiliaryMachine:"辅助机器",
|
|
|
- yield:"产量",
|
|
|
- temperature:"平均温度",
|
|
|
- humidity:"平均湿度",
|
|
|
- equipmentStatus:"设备状态",
|
|
|
- operatingMode:"工作模式",
|
|
|
- productionData:"产量数据",
|
|
|
- ultimateOutput:"极限产量",
|
|
|
- actualOutput:"实际产量",
|
|
|
+ common:{
|
|
|
+ //提示,取消,确认,请输入关键词,请输入,请选择,请选择日期,请选择时间,搜索,全部,修改,删除,新增,详情,保存,返回,操作,排序,暂无数据,创建时间
|
|
|
+ prompt:"提示",
|
|
|
+ cancel:"取消",
|
|
|
+ confirm:"确认",
|
|
|
+ pleaseEnterKeywords:"请输入关键词",
|
|
|
+ pleaseEnter:"请输入",
|
|
|
+ pleaseSelect:"请选择",
|
|
|
+ pleaseSelectDate:"请选择日期",
|
|
|
+ pleaseSelectTime:"请选择时间",
|
|
|
+ search:"搜索",
|
|
|
+ all:"全部",
|
|
|
+ edit:"修改",
|
|
|
+ delete:"删除",
|
|
|
+ add:"新增",
|
|
|
+ details:"详情",
|
|
|
+ save:"保存",
|
|
|
+ return:"返回",
|
|
|
+ operation:"操作",
|
|
|
+ serialNumber:"排序",
|
|
|
+ noData:"暂无数据",
|
|
|
+ createTime:"创建时间",
|
|
|
},
|
|
|
- sterilization:{
|
|
|
- name:"灭菌柜",
|
|
|
- pressure:"气压",
|
|
|
- gasTemp:"Gas Temp",
|
|
|
- EO:"E.O.温度",
|
|
|
- waterTemperature:"水温",
|
|
|
- humidity:"湿度",
|
|
|
- averageTemperature:"平均温度",
|
|
|
- hotbox:"温箱",
|
|
|
- },
|
|
|
- threadedHead:{
|
|
|
- name:"螺纹头",
|
|
|
- converterStartup:"变频器启动",
|
|
|
- mainCompressedAirValve:"压缩空气总阀",
|
|
|
- separatingDisc:"分离盘",
|
|
|
- injectionValve:"喷油阀",
|
|
|
- stationVibrationDisk:"工位振动盘",
|
|
|
- },
|
|
|
- rollPrinting:{
|
|
|
- name:"滚印机",
|
|
|
- frequencyOfMainMotor:"主电机频率",
|
|
|
- injectionValve:"喷油阀",
|
|
|
- variableFrequencyMotor:"变频电机",
|
|
|
- frequency:"频率",
|
|
|
- heatingMotor:"加热电机",
|
|
|
- firstCurrentTemperature:"第一当前温度",
|
|
|
- secondCurrentTemperature:"第二当前温度",
|
|
|
- fuelInjectionMotor:"喷油电机",
|
|
|
- oilPumpMotor:"油泵电机",
|
|
|
- storageMotor:"蓄料电机",
|
|
|
- centrifugalMotor:"离心电机",
|
|
|
-
|
|
|
- },
|
|
|
- injection:{
|
|
|
- name:"注塑机",
|
|
|
- MoldStatus:"模具状态",
|
|
|
- hydraulicPress:"液压机",
|
|
|
- hydraulicOilTemperature:"液压油温度",
|
|
|
- cylinderTemperature:"简体温度",
|
|
|
- channel:"通道",
|
|
|
- pressure:"压力",
|
|
|
- speed:"速度",
|
|
|
- videoInstruction:"视频说明书"
|
|
|
- },
|
|
|
- assemblingMachine:{
|
|
|
- name:'组装机',
|
|
|
- mainMotor:"主电机",
|
|
|
- valve:"气阀",
|
|
|
- centrifuge:"离心机",
|
|
|
- frequencyOfMainMotor:"主电机频率",
|
|
|
- stopperRate:"胶塞速率",
|
|
|
- tipVelocity:"针尖速率",
|
|
|
- rubberStopperSentHorizontally:"胶塞平送",
|
|
|
- needleTipFlatFeeding:"针尖平送",
|
|
|
- },
|
|
|
- warpKnitting:{
|
|
|
- name:'经编机',
|
|
|
- spindleSpeed:'主轴转速',
|
|
|
- jaca:'贾卡',
|
|
|
- traverse:'横移',
|
|
|
- currentClothLength:'当前布长',
|
|
|
- setClothLength:'设定布长',
|
|
|
- density:'密度',
|
|
|
- warpLetOffAxis:'送经轴',
|
|
|
- remainingTurns:'剩余圈数',
|
|
|
- timeRemaining:'剩余时间',
|
|
|
- traction:'牵拉',
|
|
|
- crimp:'卷曲',
|
|
|
- processwidth:'工艺宽度',
|
|
|
- processHeight:'工艺高度',
|
|
|
- totalNumberOfAxles:'总轴数',
|
|
|
- },
|
|
|
- packer:{
|
|
|
- name:'包装机',
|
|
|
- production:'12小时产量',
|
|
|
- plannedOutput:"计划产量",
|
|
|
- versionsPerMinute:"每分钟版数",
|
|
|
- numberOfModules:"每模个数",
|
|
|
- singleModeDistance:'单模距离',
|
|
|
- alignmentDistance:"对版距离",
|
|
|
- jogSpeed:"点动速度",
|
|
|
- chainSpeed:'链条速度',
|
|
|
- alignmentSpeed:"对版速度"
|
|
|
+ dept:{
|
|
|
+ //机构名称,机构类型,创建时间,添加机构,租户列表,上级机构,机构名称,机构类型,负责人,总监,请输入用户名,密码,随机生成
|
|
|
+ deptName:"机构名称",
|
|
|
+ deptType:"机构类型",
|
|
|
+ createTime:"创建时间",
|
|
|
+ addDept:"添加机构",
|
|
|
+ tenantList:"租户列表",
|
|
|
+ parentDept:"上级机构",
|
|
|
+ deptName:"机构名称",
|
|
|
+ deptType:"机构类型",
|
|
|
+ deptManager:"负责人",
|
|
|
+ deptDirector:"总监",
|
|
|
+ pleaseEnterTheUsername:"请输入用户名",
|
|
|
+ pleaseEnterThePassword:"请输入密码",
|
|
|
},
|
|
|
login:{
|
|
|
- deviceInformation:"设备信息",
|
|
|
- switchLanguage:'switch English',
|
|
|
- logOut:'退出登录',
|
|
|
- title:"ByteSailing管理系统",
|
|
|
- form:{
|
|
|
- tenantId:"请输入租户ID",
|
|
|
- username:"请输入账号",
|
|
|
- password:"请输入密码",
|
|
|
-
|
|
|
- },
|
|
|
- loginText:'登录',
|
|
|
- demo:"demo",
|
|
|
- agreement:{
|
|
|
- text:"已阅读并同意:Bytesailing",
|
|
|
- clause:"服务条款",
|
|
|
- agreement:"隐私协议",
|
|
|
- and:"和"
|
|
|
- },
|
|
|
+ //欢迎登录,管理系统,租户ID,账号,密码,验证码,请输入租户ID,请输入账号,请输入密码,请输入验证码,记住密码,登录
|
|
|
+ welcomeToLogin:"欢迎登录",
|
|
|
+ managementSystem:"管理系统",
|
|
|
+ tenantId:"租户ID",
|
|
|
+ username:"账号",
|
|
|
+ password:"密码",
|
|
|
+ verificationCode:"验证码",
|
|
|
+ pleaseEnterTheTenantId:"请输入租户ID",
|
|
|
+ pleaseEnterYourAccountNumber:"请输入账号",
|
|
|
+ pleaseEnterYourPassword:"请输入密码",
|
|
|
+ pleaseEnterTheVerificationCode:"请输入验证码",
|
|
|
+ rememberPassword:"记住密码",
|
|
|
+ login:"登录",
|
|
|
+ li1H3:'为中小企业提供数字化管理',
|
|
|
+ li1P:"一站式定制解决方案",
|
|
|
+ li2H3:"物联网筑基,云计算赋能",
|
|
|
+ li2P:"助力企业实现数字化协同",
|
|
|
+ li3H3:"数据驱动,助力决策",
|
|
|
+ li3P:"SaaS定制全套解决方案",
|
|
|
+ },
|
|
|
+ header:{
|
|
|
+ //常用功能,功能菜单,编辑功能,个人中心,退出登录,功能导览,更多,待添加功能,布局设置,此目录已添加,此目录需要额外参数,暂不支持添加,确定注销并退出系统吗
|
|
|
+ commonFunctions:"常用功能",
|
|
|
+ functionMenu:"功能菜单",
|
|
|
+ edit:"编辑功能",
|
|
|
+ personalCenter:"个人中心",
|
|
|
+ logout:"退出登录",
|
|
|
+ functionGuide:"功能导览",
|
|
|
+ more:"更多",
|
|
|
+ toAdd:"待添加功能",
|
|
|
+ layoutSettings:"布局设置",
|
|
|
+ thisDirectoryHasBeenAdded:"此目录已添加",
|
|
|
+ thisDirectoryRequiresAdditionalParameters:"此目录需要额外参数,暂不支持添加",
|
|
|
+ areYouSureYouWantToLogOutAndExitTheSystem:"确定注销并退出系统吗",
|
|
|
+
|
|
|
},
|
|
|
}
|
|
|
//导出
|