11
This commit is contained in:
105
i18n/en.ts
105
i18n/en.ts
@@ -1,35 +1,82 @@
|
||||
export const en = {
|
||||
login:{
|
||||
'qsrzh':'Please enter account number',
|
||||
'qsrmm':'Please enter password',
|
||||
'loginbtn':'Login',
|
||||
login: {
|
||||
'usedName': 'user name',
|
||||
'password': 'password',
|
||||
'loginbtn': 'Login',
|
||||
'qsrzh': 'Please input your user name',
|
||||
'qsrmm': 'please input your password',
|
||||
'Language': 'Language'
|
||||
},
|
||||
tab:{
|
||||
home:'Home',
|
||||
tab: {
|
||||
'home': 'Maxcess Barcode System',
|
||||
},
|
||||
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',
|
||||
home: {
|
||||
'llyz': 'Incoming Inspection',
|
||||
'cgrk': 'Good Receipt',
|
||||
'scfl': 'Picking List',
|
||||
'scbl': 'Replenishment',
|
||||
'sctc': 'Production',
|
||||
'scrk': 'Production Receipt',
|
||||
'sczx': 'Production Packing',
|
||||
'xxck': 'Sales Delivery',
|
||||
'kssc': 'Prodcution Start',
|
||||
'kscs': 'Production Test',
|
||||
'kshb': 'MO Report',
|
||||
},
|
||||
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',
|
||||
verify: {
|
||||
'grn': 'GRN #',
|
||||
'date': 'Date',
|
||||
'gys': 'Supplier',
|
||||
'mmsph': 'Maxcess Lot #',
|
||||
'wlbm': 'Part Number',
|
||||
'tj': 'Submit',
|
||||
'tm': 'QR Code',
|
||||
'noDataMessage': 'The Material is not found in the list!!',
|
||||
},
|
||||
public: {
|
||||
'ys': 'Finished',
|
||||
'ws': 'Unfinished',
|
||||
'yss': 'Total',
|
||||
'cg': 'Successfully',
|
||||
'ts': 'Prompt',
|
||||
'tjMessage': 'Please confirm to submit the data!',
|
||||
'confirm': 'Confirm',
|
||||
'cancel': 'Cancel',
|
||||
'noDataMessage': 'No data is submitted!',
|
||||
'smjl': 'Records',
|
||||
'mrz': 'Default',
|
||||
'ckmc':'W/H Name',
|
||||
'cwmc':' Bin #',
|
||||
'qty': 'QTY',
|
||||
'mmsph': 'Maxcess Lot #',
|
||||
'xzck': 'Select W/H name',
|
||||
'xzcw':'Select Bin name',
|
||||
'cwwqy':'Bin is not enabled',
|
||||
'qsrsl':'Please input the QTY',
|
||||
'qsrmssph':'Please input Maxcess Lot #',
|
||||
'gdtcckMessage':'Prompt Windows',
|
||||
'gdtc':'Normal Prompt',
|
||||
'yctc':'Error Prompt',
|
||||
'cz':'Reset',
|
||||
'bc':'Save',
|
||||
'qxzck':'Please select W/H',
|
||||
'qxzcw':'Please select Bin',
|
||||
'wlbm': 'Part Number',
|
||||
'qsrwlbmmessage':'Please input the material part number',
|
||||
'tm': 'QR Code',
|
||||
'xxh':'SN #'
|
||||
},
|
||||
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',
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user