From 1992296129f04cfb206a34d254b9c251199a8c5b Mon Sep 17 00:00:00 2001
From: 王旭 <1377869194@qq.com>
Date: 星期日, 09 十月 2022 17:59:52 +0800
Subject: [PATCH] 登录,操作,资源日志

---
 src/assets/lang/en.js |   25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletions(-)

diff --git a/src/assets/lang/en.js b/src/assets/lang/en.js
index 38ef956..46f333d 100644
--- a/src/assets/lang/en.js
+++ b/src/assets/lang/en.js
@@ -17,6 +17,7 @@
     upload: 'Upload',
     preservation: 'Preservation',
     close: 'Close',
+    see: 'See',
   },
   dataManage: {
     dataManage: 'Data Manage',
@@ -75,7 +76,29 @@
       modifySuccessfully: 'modify successfully',
       tipsUp: 'Are you sure to save the changes?',
     },
-    styleManage: 'styleManage',
+    styleManage: 'Style Manage',
+    styleObj: {
+      index: 'Index',
+      name: 'Name',
+      type: 'Type',
+      dirid: 'Directory ID',
+      depid: 'Unit ID',
+      ver: 'Edition',
+      status: 'State',
+      precision: 'Accuracy',
+      descr: 'Describe',
+      fileguid: 'Style file ID',
+      viewguid: 'Preview File ID',
+      createUser: 'Creator ID',
+      createTime: 'Creation Time',
+      updateUser: 'Updater ID',
+      updateTime: 'Update Time',
+      bak: 'Remarks',
+      deactivate: 'Stop Using',
+      enable: 'Start Using',
+      addStyleData: 'Add Style Data',
+      deInformation: 'Detailed Information',
+    },
   },
   operatManage: {
     operatManage: 'Operat Manage',

--
Gitblit v1.9.3