You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
cy_pda/common/locales/zh_EN.js

119 lines
2.9 KiB

/**
* Copyright (c) 2013-Now http://jeesite.com All rights reserved.
*/
export default {
common: {
title: 'pigx-app',
},
nav: {
mouldStore: '模具入库',
outStore: '模具出库',
queryStore: '在库查询',
checkAction: '盘点执行',
warning: '报警信息',
callContainer:'呼叫空托',
},
callContainer:{
callContainerName:'呼叫空托',
model:'工艺编号:',
moldName:'工艺名称:',
containerType:'托盘类型:',
inpModel:'请输入工艺名称',
inpMoldbarcode:'请扫描模具条码',
inpContainer1:'可容纳新模具数量',
inpContainer:'可容纳新模具数量:',
select:'请选择',
callEmpty:'呼叫空托盘',
},
mouldStore:{
inpPalletCode:"请扫描托盘编号",
inpmMoudleCode:"请扫描模具编号",
mouldInformation:"模具信息",
entryConfirm:"确认入库",
claaEmptyPallet:"确认后继续呼叫空托盘",
moldNo:"模具编号:",
moldName:'工艺名称:',
moldModel:'尺寸(mm):',
moldType:'模具类型:',
model:'工艺编号:',
moldSize:'模具尺寸(mm):',
length:'长(mm):',
width:'宽(mm):',
height:'高(mm):',
volume:'体积(mm³):',
},
outStore:{
outputPalletCode:"请扫描出库托盘编号",
outputMouldCode:"请扫描模具编号",
waitingInformation:"待出库模具信息",
},
queryStore:{
inpQuertyNo:"请输入模具编号",
inventoryInformation:"库存模具信息",
moldCode:"模具编码:",
palletCode:"托盘编码:",
// palletCode:"货位编号:",
compartmentNo:"货位编号:",
// palletCode:"托盘编码:",
mouldInformation:"工艺名称:",
instockDuration:"在库时长:",
// instockDuration:"库存数量",
inventoryQuantity :"库存数量:",
model:'工艺编号:'
},
AddOutStore:{
plsSelect :"请选择模具编码",
mouldInformation:"模具信息",
moldNo:"模具编号:",
model:"工艺编号:",
moldName:'工艺名称:',
moldModel:'尺寸(mm):',
moldType:'工艺名称:',
moldSize:'模具尺寸(mm):',
length:'长(mm):',
width:'宽(mm):',
height:'高(mm):',
volume:'体积(mm³):',
issueOutputTask:"下发出库任务"
},
checkAction:{
scanPalletCode:'请扫描盘点托盘编号',
waitCheckInfo:"待盘点模具信息",
mouldCode:"模具编码:",
palletCode:"托盘编号:",
moldName:"工艺名称:",
modleNumber:"系统库存:",
checkActionNum:"盘点数量:",
model:'工艺编号:',
inventoryFinish :"盘点完成",
inventoryFinish2 :"盘点完成自动回库",
},
login: {
title: '登录',
placeholderAccount: '请输工号',
placeholderPassword: '请输入密码',
autoLogin: '自动登录',
select1: '请选择仓库',
select2: '请选择语言',
logoutButton: '退出登录',
forget: '忘记密码',
reg: '注册账号',
noLogin: '未登录'
},
home: {
title: '首页'
},
user: {
title: '我的'
},
log: {
title: '日志'
},
work: {
title: '工作'
}
}