From 04fd71bcdd2f4d13f7fcb1f59952f6decdbb3d65 Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期一, 09 九月 2024 08:23:32 +0800
Subject: [PATCH] #
---
zy-asrs-admin/src/locales/en_US.js | 40 ++++++++++++++++++++++++++++++++++++++++
1 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/zy-asrs-admin/src/locales/en_US.js b/zy-asrs-admin/src/locales/en_US.js
index cc4c080..036cb79 100644
--- a/zy-asrs-admin/src/locales/en_US.js
+++ b/zy-asrs-admin/src/locales/en_US.js
@@ -32,6 +32,9 @@
'common.search.placeholder': 'Please enter search content',
'common.loading.api.message': 'Calling Server...',
'common.loading': 'Loading',
+ 'common.print': 'Print',
+ 'common.template': 'Template',
+ 'common.repeatNum': 'RepeatNum',
'':'',
'':'',
'':'',
@@ -41,6 +44,7 @@
'page.table.no': 'No',
'page.add': 'Add New',
'page.adding':'In process of adding',
+ 'page.add.field':'Add Field',
'page.add.success':'Add Successful',
'page.add.fail':'Add failed, please try again!',
'page.updating':'Updating now',
@@ -71,6 +75,7 @@
'page.reset.pwd':'Reset Pwd',
'page.assign.role':'Assign Role',
'page.input':'Please Input',
+ 'page.init':'Init',
'':'',
'':'',
'':'',
@@ -128,6 +133,24 @@
'system.dept':'Dept',
'system.userLogin':'UserLogin',
'system.operationRecord':'OperationRecord',
+ '':'',
+ '':'',
+ '':'',
+ '':'',
+ '':'',
+ '':'',
+ 'base.base':'Base',
+ 'base.tag':'Tag',
+ 'base.mat':'Mat',
+ 'base.orderType':'OrderType',
+ 'base.orderSettle':'OrderSettle',
+ 'base.locAreaType':'LocAreaType',
+ 'base.locArea':'LocArea',
+ 'base.locSts':'LocSts',
+ 'base.loc':'Loc',
+ 'base.locType':'LocType',
+ 'base.locTypeBind':'LocTypeBind',
+ 'base.zpalletBarcode':'ZpalletBarcode',
'':'',
'':'',
'':'',
@@ -201,4 +224,21 @@
'db.sys_operation_record.user_id':'UserId',
'db.sys_operation_record.create_time':'CreateTime',
'db.sys_operation_record.memo':'Memo',
+ '':'',
+ '':'',
+ '':'',
+ '':'',
+ '':'',
+ '':'',
+ 'db.man_zpallet_barcode.generateBarcode':'Generate Barcode',
+ 'db.man_zpallet_barcode.barcodeValue':'Barcode Value',
+ 'db.man_zpallet_barcode.generateNum':'Generate Num',
+ 'db.man_zpallet_barcode.batchPrint':'Batch Print',
+ '':'',
+ '':'',
+ '':'',
+ '':'',
+ '':'',
+ '':'',
+ 'db.man_zpallet_barcode.batchPrint':'Batch Print',
};
\ No newline at end of file
--
Gitblit v1.9.1