From ff2afbce0f31c6f75f4930ba8db7ccb7a99556a4 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期四, 23 二月 2023 10:26:28 +0800 Subject: [PATCH] 源数据管理,图层管理,空间查询 --- src/assets/lang/en.js | 25 +++++++++++++------------ 1 files changed, 13 insertions(+), 12 deletions(-) diff --git a/src/assets/lang/en.js b/src/assets/lang/en.js index b97f009..50ec06e 100644 --- a/src/assets/lang/en.js +++ b/src/assets/lang/en.js @@ -1,6 +1,6 @@ const en = { common: { - bak:'Bak', + bak: 'Bak', domCode: 'DomCode', confirm: 'confirm', choose: 'Please choose', @@ -41,13 +41,14 @@ size: 'size', versionName: 'version Name', type: 'type', - fileType:'File Type', + fileType: 'File Type', quayTest: 'Auality testing', md5: 'MD5 Code', lineNuber: 'line Nuber', pleaseInputPassworld: 'Please input a password', passworld: 'Passworld', - language: "涓枃" + language: "涓枃", + title: 'Title' }, dataManage: { @@ -59,11 +60,11 @@ dataRetrieval: 'data retrieval', dataDownload: 'Data download', projectManage: 'project management', - dataStatistics:'data Statistics', - dataStaticObj:{ - type1:'Primary module', - type2:'Secondary module', - type3:'Statistical data', + dataStatistics: 'data Statistics', + dataStaticObj: { + type1: 'Primary module', + type2: 'Secondary module', + type3: 'Statistical data', }, projectObj: { projname: 'Project Name', @@ -104,9 +105,9 @@ entryName: 'Entry Name', selectWBSData: 'Select WBS Data', coordinateSystem: 'Coordinate System', - fileExtension:"File extension", - inspectionItems:"Inspection items", - code:'Code' + fileExtension: "File extension", + inspectionItems: "Inspection items", + code: 'Code' }, metadataManage: 'Source Data Management', @@ -531,7 +532,7 @@ careatetime: 'Date of application', ReApply: 'Re apply', details: 'details', - ApplicationCancel: "Application Cancel", + ApplicationCancel: "withdraw", }, loglog: { serialnumber: 'Serial Number', -- Gitblit v1.9.3