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.
119 lines
3.0 KiB
119 lines
3.0 KiB
/**
|
|
* Copyright (c) 2013-Now http://jeesite.com All rights reserved.
|
|
*/
|
|
export default {
|
|
common: {
|
|
title: 'JeeSite',
|
|
},
|
|
nav: {
|
|
mouldStore: 'Mould Entry',
|
|
outStore: 'Mould output ',
|
|
queryStore: 'Query in stock',
|
|
checkAction: 'Inventory executes',
|
|
warning:'Alarm information',
|
|
callContainer:'Call container',
|
|
},
|
|
|
|
mouldStore:{
|
|
inpPalletCode:"Pls scan pallet code",
|
|
inpmMoudleCode:"Pls sacne Part No",
|
|
mouldInformation:"Mould information",
|
|
entryConfirm:"Entry confirm",
|
|
claaEmptyPallet:"After confirm, continue to call for empty pallet",
|
|
moldNo:"Part No:",
|
|
moldName:'Process Name:',
|
|
model:'Process No:',
|
|
moldType:'Mould type:',
|
|
moldSize:'Mould size(mm):',
|
|
length:'length(mm):',
|
|
width:'width(mm):',
|
|
height:'height(mm):',
|
|
volume:'volume(mm鲁):',
|
|
},
|
|
outStore:{
|
|
outputPalletCode:"Pls scan output pallet code",
|
|
outputMouldCode:"Pls scan output Part No",
|
|
waitingInformation:"Infor of press die waiting for output",
|
|
|
|
},
|
|
callContainer:{
|
|
callContainerName:'Calling void',
|
|
model:'工艺编号:',
|
|
moldName:'工艺名称:',
|
|
containerType:'托盘类型:',
|
|
inpModel:'请输入工艺名称',
|
|
inpMoldbarcode:'Please scan the mold bar code',
|
|
inpContainer1:'Can accommodate the number of new molds',
|
|
inpContainer:'可容纳新模具数量:',
|
|
select:'请选择',
|
|
callEmpty:'Call empty container',
|
|
},
|
|
checkAction:{
|
|
scanPalletCode:'Pls scan inventory pallet No.',
|
|
waitCheckInfo:"Waiting for inventory",
|
|
mouldCode:"Mould code:",
|
|
mouldName:'Process Name:',
|
|
model:'Process No:',
|
|
palletCode:"Pallet code:",
|
|
// mouldName:"P:",
|
|
moldNo:"Part No:",
|
|
modleNumber:"Mould number:",
|
|
checkActionNum:"Inventory number:",
|
|
inventoryFinish :"Inventory finish",
|
|
inventoryFinish2 :"After inventory finish, current pallet auto return to warehouse"
|
|
},
|
|
AddOutStore:{
|
|
plsSelect :"Pls sacne moudle code ",
|
|
mouldInformation :"Mould information",
|
|
moldNo:"Part No:",
|
|
moldName:'Process Name:',
|
|
model:'Process No:',
|
|
moldType:'Mould type:',
|
|
moldSize:'Mould size(mm):',
|
|
length:'length(mm):',
|
|
width:'width(mm):',
|
|
height:'height(mm):',
|
|
volume:'volume(mm):',
|
|
issueOutputTask:"Issue output task"
|
|
},
|
|
queryStore:{
|
|
inpQuertyNo:"Pls input press die No or compartment.",
|
|
inventoryInformation:"Inventory mould information",
|
|
// inpQuertyNo:"Pls input press die No or compartment.",
|
|
// moldCode:"Mould code:",
|
|
palletCode:"Pallet code:",
|
|
moldNo:"Part No:",
|
|
moldName:'Process Name:',
|
|
model:'Process No:',
|
|
compartmentNo:"Compartment no:",
|
|
mouldInformation:"Process Name:",
|
|
instockDuration:"Instock duration:",
|
|
inventoryQuantity :"Inventory quantity:",
|
|
},
|
|
|
|
login: {
|
|
title: 'Login',
|
|
placeholderAccount: 'Enter Account',
|
|
// placeholderMobile: 'Enter Mobile',
|
|
placeholderPassword: 'Enter Password',
|
|
autoLogin: 'Auto Login',
|
|
select1: 'Enter Store',
|
|
select2: 'Enter language',
|
|
logoutButton: 'Logout',
|
|
forget: 'Forget Password',
|
|
reg: 'Resister Account',
|
|
noLogin: 'No Login'
|
|
},
|
|
home: {
|
|
title: 'Home'
|
|
},
|
|
user: {
|
|
title: 'My'
|
|
},
|
|
log: {
|
|
title: 'Log'
|
|
},
|
|
work: {
|
|
title: 'Work'
|
|
},
|
|
}
|
|
|