35 lines
744 B
TypeScript
35 lines
744 B
TypeScript
|
export const en = {
|
||
|
login:{
|
||
|
'qsrzh':'Please enter account number',
|
||
|
'qsrmm':'Please enter password',
|
||
|
'loginbtn':'Login',
|
||
|
},
|
||
|
tab:{
|
||
|
home:'Home',
|
||
|
},
|
||
|
home:{
|
||
|
'sltz':'Notice of collection',
|
||
|
'llzj':'Incoming material quality inspection',
|
||
|
'cgrk':'Purchase and storage',
|
||
|
'scfl':'Production hair material',
|
||
|
'scbl':'Feed for production',
|
||
|
'sctc':'Put into production',
|
||
|
'schb':'Production report',
|
||
|
'cktz':'Delivery notice',
|
||
|
'xsrk':'Sale out of warehouse',
|
||
|
'sczx':'Production container',
|
||
|
},
|
||
|
receive:{
|
||
|
'djbh':'Order',
|
||
|
'code':'Code',
|
||
|
'rq':'Date',
|
||
|
'wlmc':'Name of material',
|
||
|
'tj':'Submit',
|
||
|
'gys':'Supplier',
|
||
|
'wlbm':'Material Code',
|
||
|
'ph':'Batch number',
|
||
|
'ys':'Already',
|
||
|
'ws':'Not yet',
|
||
|
'yss':'Should',
|
||
|
}
|
||
|
}
|