From 7d5ddd06817383e6807fe9d0329c9bf7fa14ca03 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期一, 19 九月 2022 16:46:31 +0800
Subject: [PATCH] 1

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

diff --git a/src/assets/lang/en.js b/src/assets/lang/en.js
index 62a2163..3354efb 100644
--- a/src/assets/lang/en.js
+++ b/src/assets/lang/en.js
@@ -1,84 +1,30 @@
 const en = {
   common: {
-    confirm: "confirm",
-    choose: "please choose",
-    emptydata: "No data",
-    Distributionmap: "Distribution map",
-    Selectdate: "Select date",
-    name: "Name",
-    high: "high",
-    Medium: "Medium",
-    low: "low",
-    reName: "rename",
-    edit: "edit",
-    copy: "copy",
-    delete: "delete",
-    location: "location",
-    coordinate: "coordinate",
-    latLon: "Latitude and Longitude",
-    pleaseEnter: "Please Enter...",
+    confirm: 'confirm',
+    choose: 'please choose',
+    emptydata: 'No data',
+    Distributionmap: 'Distribution map',
+    Selectdate: 'Select date',
+    name: 'Name',
+    high: 'high',
+    Medium: 'Medium',
+    low: 'low',
+    reName: 'rename',
+    edit: 'edit',
+    copy: 'copy',
+    delete: 'delete',
+    location: 'location',
+    coordinate: 'coordinate',
+    latLon: 'Latitude and Longitude',
+    pleaseEnter: 'Please Enter...',
   },
-  nav: {
-    SerManage: "DUTY MANAGEMENT",
-    digitalMap: "DIGITALMAP",
-    PerManage: "MAN-MANAGEMENT",
-    EquManage: "EQUIPMENT MANAGEMENT",
-    NewsSite: "NEWS SITE",
-    Logout: "Logout",
-    Newtask: "Newtask",
-    Tasklist: "Tasklist",
-    Tasksummary: "Tasksummary",
-    Distributionlist: "Distributionlist",
-    MaterialManage: "Material management",
-    LivingMaterials: "Living materials",
-    EquipmentMaterials: "Equipment materials",
-  },
-  taskList: {
-    Listregions: "List of regions",
-    EnterAreaName: "Please enter the area name",
-    taskTotal: "Total number of tasks statistics",
-    Tasklevel: "Task risk level statistics",
-    addTaskArea: "New task area",
-    editTaskArea: "Edit task area",
-    DegreeDanger: "Degree of danger",
-    Introduction: "Introduction",
-  },
-  addTask: {
-    newTask: "New task",
-    Details: "Details",
-    taskName: "Task name",
-    taskId: "Task number",
-    getTime: "Receiving time",
-    taskcon: "Task content",
-    resoucepai: "Resource allocation",
-    lifesub: "Living matter",
-    equisub: "Equipment material",
-    people: "personnel",
-    collmodel: "Collection template",
-    doIssued: "Confirm to issue",
-    storage: "Temporary storage",
-  },
-  electronicMap: {
-    customMap: "Custom Map",
-    mapAnalyse: "Map Analyse",
-    mapPlotting: "Map Plotting",
-    layerData: "Layer Data",
-    peripheralQuery: "Peripheral query",
-    text: "text",
-    polyline: "Polyline",
-    modelLibrary: "Model Library",
-    polygon: "Polygon",
-    militaryLibrary: "Military Standard Library",
-    flattailarrow: "Flat tail arrow",
-    dovetailarrow: "Dovetail arrow",
-    assemblyPlace: "Assembly place",
-    car: "car",
-    rocketlauncher: "Rocket launcher",
-    missile: "missile",
-    rectangle: "Rounded Rectangle",
-    sector: "sector",
-    arched: "Arched",
-    bezierarrow: "Bezier Arrow",
+  synthesis: {
+    //缁煎悎灞曠ず
+    synthesis: 'Comprehensive Display',
+    //涓撻鍦板浘
+    themaic: 'Thematic Maps',
+    //璧勬枡棣�
+    archive: 'Data Library',
   },
 };
 

--
Gitblit v1.9.3