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 | 45 +++++++++++++++++++++++++++++++++++++++++++--
1 files changed, 43 insertions(+), 2 deletions(-)
diff --git a/zy-asrs-admin/src/locales/en_US.js b/zy-asrs-admin/src/locales/en_US.js
index 9f17a4b..036cb79 100644
--- a/zy-asrs-admin/src/locales/en_US.js
+++ b/zy-asrs-admin/src/locales/en_US.js
@@ -4,8 +4,9 @@
...map,
'message.hello': 'Hello, World!',
'message.language': 'Language',
- 'commont.enter':'Please enter',
- 'commont.select':'Please select',
+ 'common.enter':'Please enter',
+ 'common.select':'Please select',
+ 'common.dept':'Dept',
'common.submit':'Submit',
'common.confirm':'Confirm',
'common.cancel':'Cancel',
@@ -31,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',
'':'',
'':'',
'':'',
@@ -40,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',
@@ -70,6 +75,7 @@
'page.reset.pwd':'Reset Pwd',
'page.assign.role':'Assign Role',
'page.input':'Please Input',
+ 'page.init':'Init',
'':'',
'':'',
'':'',
@@ -127,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',
'':'',
'':'',
'':'',
@@ -200,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