From c6a9b11ff0783bcd81a043a179fbc27f685eee70 Mon Sep 17 00:00:00 2001 From: lxl <lixuliang_hd@126.com> Date: 星期一, 07 十一月 2022 16:19:43 +0800 Subject: [PATCH] 菜单 --- src/assets/lang/en.js | 26 +++++++++++++++++++++++++- 1 files changed, 25 insertions(+), 1 deletions(-) diff --git a/src/assets/lang/en.js b/src/assets/lang/en.js index 0544b09..81842c5 100644 --- a/src/assets/lang/en.js +++ b/src/assets/lang/en.js @@ -19,6 +19,7 @@ close: 'Close', see: 'See', index: 'index', + download: 'download', }, dataManage: { dataManage: 'Data Manage', @@ -76,6 +77,17 @@ failModify: 'fail to modify', modifySuccessfully: 'modify successfully', tipsUp: 'Are you sure to save the changes?', + }, + domainManage: { + index:'index', + bak: "bak", + bsm: "bsm", + codeDesc: "codeDesc", + domCode: "domCode", + domDesc: "domDesc", + domName: "domName", + level: "level", + orderid: "orderid", }, styleManage: 'Style Manage', styleObj: { @@ -349,6 +361,18 @@ flatterrain: 'Flat Terrain', terrainexcavation: 'Terrain Excavation', removepaint: 'Remove Paint', + openFile: 'open File', + saveFile: 'save File', + synthobj: { + m1: 'Horizontal distance', + m2: 'Spatial distance', + m3: 'Altitude', + m4: 'Vertical height', + m5: 'Surface area', + m6: 'Plane area', + m7: 'volume', + m8: 'angle', + }, }, loglog: { serialnumber: 'Serial Number', @@ -387,7 +411,7 @@ userManage: 'User Manage', userInfoManage: 'User Information Manage', userInfoObj: { - uid:"account number", + uid: 'account number', addPermission: 'Add Permission', editPermission: 'Modify Permission', name: 'Name', -- Gitblit v1.9.3