创建新仓库

This commit is contained in:
2025-07-03 17:39:09 +08:00
commit c781d38c0c
12944 changed files with 807291 additions and 0 deletions

View File

@ -0,0 +1,19 @@
import Vue from "vue";
// 使用插件
import VueI18n from "vue-i18n";
import * as vx from "vuex";
import systemSetting from "@/store/modules/systemSetting";
Vue.use(VueI18n);
const i18n = {
locale: systemSetting.state.lang || "zh", // 语言标识,第一次登录默认是中文
messages: {
zh: require("./lang/local_zh"), // 中文
en: require("./lang/local_en"), // 英语
tw: require("./lang/local_tw"), // 台湾
// ... //要多少语言就自己添加多少
},
};
export default i18n;
// module.exports = messages

View File

@ -0,0 +1,345 @@
let obj = require("../../../../../config/app_config");
module.exports = {
title: {
name: obj.productName_en, //"实景三维数字孪生系统"
},
login: {
signIn: "Sign In",
},
dashboard: {
langLable: "English",
},
leftMenu: {
firstMenu: {
measure: "measure",
tool: "tool",
effect: "effect",
bigData: "bigData",
modelLibrary: "modelLibrary",
situation: "situationLibrary",
onlinePictureSource: "onlinePictureSource",
analysis: "analysis",
militaryMark: "militaryMark",
ersanwei: "two and three-dimensional",
junbiao3d: "3D military logo",
},
secondMenu: {
//模型库
imports: "import",
// 测量二级菜单
projectionArea: "projectionArea",
areaMeasure: "areaMeasure",
distanceMeasure: "Ground contact",
heightMeasure: "height",
triangleMeasure: "triangle",
lopeDistanceMeasures: "slope",
projectionDistanceMeasure: "Projection distance",
MeasureAzimuth: "Azimuth measurement",
MeasureAngle: "MeasureAngle",
coorMeasure: "coordinate",
clearMeasure: "clear",
clear: "clear",
// projectionArea: "projectionArea",
// distanceMeasure: "distanceMeasure",
// heightMeasure: "heightMeasure",
// triangleMeasure: "triangleMeasure",
// coorMeasure: "coordinateMeasure",
// clearMeasure: "clearMeasure",
clearPlanning: "clearPlanning",
// 工具二级菜单
BIMEdit: "BIMEdit",
goodsSearch: "goodsSearch",
goodsSearchPolygon: "goodsSearchPolygon",
goodsSearchCircle: "goodsSearchCircle",
rangeQuery: "rangeQuery",
// floodSimulation: "floodSimulation",
destoryRecord: "destoryRecord",
floodSimulation: "flood",
clearQuery: "clearQuery",
graffiti: "graffiti",
clearGraffiti: "clearGraffiti",
HDScreen: "HDScreen",
HDScreenHD: "HDScreenHD",
areaScreen: "areaScreen",
coorLocation: "coorLocation",
perspective: "perspective",
Intervisibility: "View Analysis",
tilesetClipping: "tilesetClipping",
transform: "transform model",
videoRecording: "videoRecording",
clearTilesetClipping: "clearTileset",
pressModel: "press Model",
terrainDig: "terrainDig",
pictureLocation: "pictureLocation",
path: "path",
annotationAggregation: "MarkPoint",
mouseLocation: "mouseLocation",
mouseOver: "mouseOver",
importImg: "Panoramic association",
gdbImport: "GDB import",
projConvert: "Degrees, minutes, and seconds",
projectionConvert: "Projection conversion",
peopleRoomLink: "Human house association",
splitScreen: "Roller blind comparison",
// 特效库二级菜单
fire: "fire",
smoke: "smoke",
explosion: "explosion",
waterSurface: "waterSurface",
radarLightWave: "radar",
diffusedLightWave: "diffused",
scanStereoscopic: "scanStereoscopic",
electronicFence: "elecFence",
entityWall: "entityWall",
multilateralBody: "multilateral",
clearTrajectoryMotion: "clearTrajectoryMotion",
cube: "cube",
trajectoryMotion: "trackMotion",
roadDraw: "roadDraw",
lineDraw: "lineDraw",
rain: "rain",
snow: "snow",
fog: "fog",
nightVision: "night Vision",
skystarry: "Starry sky",
illumination: "Illumination",
light: "light",
heatMap: "heatMap",
importPanorama: "panorama",
fountain: "fountain",
waterL: "water column",
groundText: "GroundText",
standText: "StandText",
// fire: "fire",
// waterSurface: "waterSurface",
// annotationAggregation: "annotationAggregation",
// radarLightWave: "radarLightWave",
// diffusedLightWave: "diffusedLightWave",
// electronicFence: "electronicFence",
// multilateralBody: "multilateralBody",
// cube: "cube",
// trajectoryMotion: "trajectoryMotion",
// roadDraw: "roadDraw",
// lineDraw: "lineDraw",
// rain: "rain",
// snow: "snow",
// 分析二级菜单
inundationAnalysis: "inundation",
visualFieldAnalysis: "viewshed analysis",
visualFieldAnalysis2: "round analysis",
profileAnalysis: "profile",
cutFill: "cutFill",
slopeDirection: "slopeDirection",
contour: "contour",
// inundationAnalysis: "inundationAnalysis",
// visualFieldAnalysis: "visualFieldAnalysis",
// profileAnalysis: "profileAnalysis",
},
},
bottomMenu: {
groundText: "Ground text",
standText: "3D text",
point: "point",
line: "line",
curve: "curve",
panel: "panel",
ellipse: "ellipse",
sector: "sector",
circle: "circle",
attackArrow: "attackArrow",
pincerArrow: "pincerArrow",
rect: "rect",
assemble: "assemble",
unLock: "unLock",
},
headerTitles: {
systemTitle: "System setting",
udp: "Physical sandbox",
ConcurrencyControl: "Concurrency Control",
localIP: "Local IP",
localPort: "Local Port",
week: [
"Sunday",
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday",
],
equipment: {
title: "equipment",
addEquipment: "add Equipment",
downloadEquipment: "download Equipment",
bulkImport: "bulk Import",
},
// 0827
isc: {
title: "ISCPlatform",
url: "url",
setInfo: "setInfo",
updateEquipment: "updateEquipment",
},
iconTitle: {
reset: "default view",
fullScreen: "full screen",
set: "setting",
shrink: "shrink",
logout: "logout",
locate: "Satellite positioning",
air: "UAV",
excel: "Excel",
},
auth: "Authorization",
Engineering: "Engineering",
Hikang: "Hikang platform",
Version: "Version",
Theme: "System Setting",
Service: "Service access",
Satellite: "Satellite",
searchWay: {
title: "search mode",
searchWayList: {
poi: "Offline search",
net: "Online search",
},
},
confirm: "confirm",
auths: {
authTime: "Auth time",
authType: "Auth status",
authCode: "Auth code",
upload: "import",
authexpire: "auth expire",
},
service: {
offline: "Offline",
official: "Official",
customize: "customize",
agreements: {
Agreement: "Agreement",
setAgreement: "Protocol setting",
port: "port",
location: "location",
},
},
Engineerings: {
import: "Road import",
importProject: "Project import",
cover: "cover",
increase: "increase",
derive: "Project derive",
importPOI: "importPOI",
},
Hikangs: {
enable: "enable",
},
versions: {
version_code: "Version number",
version_update: "Check for updates",
},
systemSetting: {
setLanguage: "Language",
theme: "Thematic",
defaultView: "defaultView",
defaultData: "Add online data",
management: "management",
showCompass: "show compass",
showLatitudeLongitudeNetwork: "show Latitude And Longitude Network",
showFangliNet: "Fangli Net",
showDistanceLegend: "show distanceLegend",
showToolBar: "show infoBar",
showFPS: "show fps",
showMapX: "show mapX",
occlusion: "Point occlusion",
coordinateSystem: "System Coordinate system",
switch: "switch",
battery: "Battery Info",
sheetIndexStatusSwitch: "Standard map sheet",
skinList: {
yingguangse: "Fluorescent",
gonganlan: "Tech Blue",
hong: "Sun Red",
},
},
model: {
title: "model",
createModelLibrary: "create Model Library",
selectModelLibrary: "select Model Library",
addModelType: "add Model Type",
importModel: "import Model",
updatePoster: "update Poster",
preview: "preview",
updateModel: "update Model",
deleteModel: "delete Model",
editModel: "editModel",
},
graphLabel: {
title: "graph Label",
edit: "edit",
delete: "delete",
importGraph: "import graph",
addLine: "add line",
addPanel: "add panel",
addCircle: "add circle",
createGraphLabelLibrary: "create GraphLabel Library",
selectGraphLabelLibrary: "select GraphLabel Library",
addGraphLabelType: "add GraphLabel Type",
importGraphLabel: "import GraphLabel",
},
user: {
title: "title",
deleteUser: "delete user",
createUser: "create user",
importUser: "import user",
role: "Permissions management",
deleteRole: "delete role",
createRole: "create role",
depart: "depart",
createDepart: "create depart",
deleteDepart: "delete depart",
editDepart: "edit depart",
},
terrain: {
terrainSetting: "Terrain setting",
},
},
rightMenu: {
addResource: "add map data",
addDirectory: "add Directory",
pictureLocation: "add photo data",
importPanorama: "add panoramic data",
edit: "edit Node",
del: "delete Node",
setView: "set View",
resetView: "reset View",
layerRaise: "layer Raise",
layerLower: "layer Lower",
layerToTop: "layer ToTop",
layerToBottom: "layer ToBottom",
addTrajectory: "addTra jectory",
addXlsx: "add Xlsx",
resetPerspective: "reset Perspective",
showAttr: "show Attribute",
importHeader: "import Header",
},
tree: {
// title: "Information",
title: "Layer Control",
layer: "layer",
location: "location",
},
btn: {
search: "search",
treePlaceholder: "Please enter a keyword to search",
selectPlaceholder: "select",
selectNoText: "no select",
},
};

View File

@ -0,0 +1,317 @@
let obj = require("../../../../../config/app_config");
module.exports = {
title: {
name: obj.productName_tw, //"实景三维数字孪生系统"
},
login: {
signIn: "登錄",
},
leftMenu: {
firstMenu: {
measure: "測量庫",
tool: "工具庫",
effect: "特效庫",
bigData: "大數據",
situation: "方案庫",
modelLibrary: "模型庫",
onlinePictureSource: "在線圖源",
analysis: "分析庫",
militaryMark: "軍標庫",
ersanwei: "二三維",
junbiao3d: "三維軍標",
},
secondMenu: {
//模型库
imports: "導入",
// 测量二级菜单
projectionArea: "投影面積",
areaMeasure: "貼地面積",
distanceMeasure: "貼地距離",
heightMeasure: "垂直高度",
triangleMeasure: "空間三角",
coorMeasure: "坐標",
MeasureAngle: "夹角",
lopeDistanceMeasures: "坡度",
MeasureAzimuth: "方位角",
projectionDistanceMeasure: "投影距離",
clearMeasure: "清除測量",
clear: "清除",
// 工具二级菜单
BIMEdit: "BIM編輯",
goodsSearch: "物资統計",
goodsSearchCircle: "圓形統計",
goodsSearchPolgon: "多邊形統計",
rangeQuery: "範圍查詢",
floodSimulation: "淹沒模擬",
clearQuery: "清除查詢",
destoryRecord: "結束錄製",
graffiti: "塗鴉",
clearGraffiti: "清除塗鴉",
HDScreen: "屏幕截圖",
HDScreenHD: "高清出图",
areaScreen: "範圍截圖",
coorLocation: "坐標定位",
perspective: "透視",
Intervisibility: "視線分析",
tilesetClipping: "剖切",
transform: "模型轉換",
videoRecording: "視頻錄製",
routePlan: "路徑規劃",
clearPlanning: "清除路徑規劃",
clearTilesetClipping: "清除剖切",
pressModel: "模型壓平",
terrainDig: "地形開挖",
pictureLocation: "照片定位",
importPanorama: "全景導入",
path: "飛行漫遊",
annotationAggregation: "標註點聚合",
mouseLocation: "鼠標定位",
mouseOver: "結束定位",
importImg: "全景關聯",
gdbImport: "gdb導入",
projConvert: "度分秒",
projectionConvert: "投影轉換",
peopleRoomLink: "人房關聯",
splitScreen: "捲簾對比",
// 特效库二级菜单
fire: "火焰",
smoke: "烟霧",
explosion: "爆炸",
waterSurface: "水面",
radarLightWave: "擴散光波",
diffusedLightWave: "雷達光波",
clearTrajectoryMotion: "清除軌跡",
scanStereoscopic: "立體雷達",
electronicFence: "電子圍墻",
entityWall: "物體牆",
multilateralBody: "多邊體",
cube: "立方體",
trajectoryMotion: "軌跡運動",
roadDraw: "道路繪製",
lineDraw: "線路繪製",
rain: "與",
snow: "雪",
fog: "霧",
nightVision: "夜視",
skystarry: "星空",
illumination: "光照",
light: "光照",
heatMap: "熱力圖",
fountain: "喷泉",
waterL: "喷射水柱",
groundText: "貼地文字",
standText: "立體文字",
// 分析二级菜单
inundationAnalysis: "淹沒分析",
visualFieldAnalysis: "視域分析",
visualFieldAnalysis2: "圆形視域",
profileAnalysis: "剖面分析",
cutFill: "土方分析",
slopeDirection: "坡度坡向",
viewShed: "可視域分析",
contour: "等高線",
},
},
bottomMenu: {
groundText: "貼地文字",
standText: "立體文字",
point: "點",
line: "綫",
curve: "曲線",
panel: "麵",
circle: "圓",
ellipse: "橢圓",
sector: "扇形",
attackArrow: "箭頭",
pincerArrow: "雙箭頭",
rect: "矩形",
assemble: "集結地",
unLock: "鎖定",
},
headerTitles: {
systemTitle: "係統設置",
udp: "物理沙盘",
ConcurrencyControl: "並發量控制",
localIP: "本地IP",
localPort: "本地端口",
week: [
"星期日",
"星期一",
"星期二",
"星期三",
"星期四",
"星期五",
"星期六",
],
equipment: {
title: "設備管理",
addEquipment: "添加設備",
downloadEquipment: "下載模板",
bulkImport: "批量導入",
},
// 0827
isc: {
title: "ISC平台",
url: "平台地址",
setInfo: "設置平台信息",
updateEquipment: "更新平台設備",
},
iconTitle: {
reset: "默认视角",
fullScreen: "全屏",
set: "設置",
shrink: "退出全屏",
locate: "北鬥定位",
logout: "退出登錄",
air: "無人機",
excel: "Excel",
},
auth: "授權信息",
Engineering: "工程信息",
Hikang: "海康平臺",
Version: "版本信息",
Theme: "係統設置",
Service: "服务接入",
Satellite: "衛星定位",
searchWay: {
title: "搜索方式",
searchWayList: {
poi: "离線搜索",
net: "在線搜索",
},
},
confirm: "確認",
auths: {
authTime: "授權時間",
authType: "授權狀態",
authCode: "授權碼",
upload: "導入",
authexpire: "授權過期",
},
service: {
offline: "離綫服務",
official: "官方服務",
customize: "自定義",
agreements: {
Agreement: "協議",
setAgreement: "協議設置",
port: "端口",
location: "地址",
},
},
Engineerings: {
import: "路網導入",
cover: "覆蓋",
increase: "增加",
importProject: "工程導入",
derive: "工程導齣",
importPOI: "導入POI",
},
Hikangs: {
enable: "啓用",
},
versions: {
version_code: "版本號",
version_update: "檢查更新",
},
systemSetting: {
setLanguage: "語言設置",
theme: "主題换膚",
defaultView: "設置默認視角",
defaultData: "添加在線數據",
management: "後臺管理",
showCompass: "導航器",
showLatitudeLongitudeNetwork: "經緯網",
showFangliNet: "方裡網",
showDistanceLegend: "比例尺",
showToolBar: "信息欄",
showFPS: "刷新率",
showMapX: "鷹眼圖",
occlusion: "地形遮擋",
coordinateSystem: "系統坐標系",
switch: "切換",
battery: "電池資訊",
sheetIndexStatusSwitch: "標準圖幅",
skinList: {
yingguangse: "熒光色",
gonganlan: "科技藍",
hong: "烈日紅",
},
},
model: {
title: "模型管理",
createModelLibrary: "創建模型庫",
selectModelLibrary: "選擇模型庫",
addModelType: "添加模型類型",
importModel: "導入模型",
updatePoster: "更換縮略圖",
preview: "預覽",
updateModel: "更換模型",
deleteModel: "刪除",
editModel: "編輯",
},
graphLabel: {
title: "軍標管理",
createGraphLabelLibrary: "創建軍標庫",
selectGraphLabelLibrary: "選擇軍標庫",
addGraphLabelType: "添加軍標類型",
importGraphLabel: "導入軍標",
edit: "編輯",
delete: "刪除",
importGraph: "導入軍標",
addLine: "添加線",
addPanel: "添加面",
addCircle: "添加圓",
},
user: {
title: "用戶管理",
deleteUser: "刪除",
createUser: "創建用戶",
importUser: "導入用戶",
role: "权限管理",
deleteRole: "刪除",
createRole: "創建角色",
depart: "部門管理",
createDepart: "創建部門",
deleteDepart: "創建部門",
editDepart: "修改部門",
},
terrain: {
terrainSetting: "地形設置",
},
},
rightMenu: {
addDirectory: "添加資料夾",
addResource: "添加地圖數據",
pictureLocation: "帶定位照片",
importPanorama: "帶定位全景",
edit: "編輯節點",
del: "刪除節點",
setView: "設置視角",
resetView: "重置視角",
layerRaise: "圖層上移",
layerLower: "圖層下移",
layerToTop: "圖層置頂",
layerToBottom: "圖層置底",
addTrajectory: "軌跡運動",
addXlsx: "添加作戰數據",
resetPerspective: "重置透視",
showAttr: "查看屬性",
importHeader: "導入表头",
},
tree: {
// title: "綜合資訊",
title: "圖層指揮艙",
layer: "圖層",
location: "地點",
},
btn: {
search: "搜索",
treePlaceholder: "請輸入關鍵詞進行搜索",
selectPlaceholder: "請選擇",
selectNoText: "無數據",
},
};

View File

@ -0,0 +1,332 @@
// productName
let obj = require("../../../../../config/app_config");
console.log(obj);
module.exports = {
title: {
name: obj.productName, //"实景三维数字孪生系统"
},
login: {
signIn: "登录",
},
dashboard: {
langLable: "中文简体",
},
leftMenu: {
firstMenu: {
measure: "测量库",
tool: "工具库",
effect: "特效库",
bigData: "大数据",
modelLibrary: "模型库",
situation: "方案库",
onlinePictureSource: "在线图源",
analysis: "分析库",
militaryMark: "军标库",
ersanwei: "二三维",
junbiao3d: "三维军标",
},
secondMenu: {
//模型库
imports: "导入",
// 测量二级菜单
projectionArea: "投影面积",
areaMeasure: "贴地面积",
distanceMeasure: "贴地距离",
heightMeasure: "垂直高度",
triangleMeasure: "空间三角",
coorMeasure: "坐标",
MeasureAngle: "夹角",
clearMeasure: "清除测量",
MeasureAzimuth: "方位角",
lopeDistanceMeasures: "坡度",
projectionDistanceMeasure: "投影距离",
clear: "清除",
// 工具二级菜单
BIMEdit: "BIM编辑",
goodsSearch: "物资统计",
goodsSearchPolgon: "多边形统计",
goodsSearchCircle: "圆形统计",
rangeQuery: "范围查询",
floodSimulation: "淹没模拟",
clearQuery: "清除查询",
destoryRecord: "结束录制",
graffiti: "涂鸦",
stopGraffiti: "结束涂鸦",
clearGraffiti: "清除涂鸦",
HDScreen: "屏幕截图",
HDScreenHD: "高清出图",
areaScreen: "范围截图",
coorLocation: "坐标定位",
perspective: "透视",
Intervisibility: "视线分析",
transform: "模型转换",
videoRecording: "视频录制",
routePlan: "路径规划",
tilesetClipping: "剖切",
clearTilesetClipping: "清除剖切",
pressModel: "模型压平",
terrainDig: "地形开挖",
splitScreen: "卷帘对比",
path: "飞行漫游",
annotationAggregation: "标注点聚合",
mouseLocation: "鼠标定位",
mouseOver: "结束定位",
importImg: "全景关联",
gdbImport: "gdb导入",
projConvert: "度分秒",
projectionConvert: "投影转换",
peopleRoomLink: "人房关联",
// 特效库二级菜单
fire: "火焰",
smoke: "烟雾",
explosion: "爆炸",
waterSurface: "水面",
radarLightWave: "扩散光波",
diffusedLightWave: "雷达光波",
scanStereoscopic: "立体雷达",
electronicFence: "电子围墙",
entityWall: "实体墙",
multilateralBody: "多边体",
cube: "立方体",
trajectoryMotion: "轨迹运动",
clearTrajectoryMotion: "清除轨迹",
roadDraw: "道路绘制",
lineDraw: "线路绘制",
rain: "雨",
snow: "雪",
fog: "雾",
nightVision: "夜视",
skystarry: "星空",
illumination: "光照",
light: "光照",
heatMap: "热力图",
fountain: "喷泉",
waterL: "喷射水柱",
// 分析二级菜单
inundationAnalysis: "淹没分析",
visualFieldAnalysis: "视域分析",
visualFieldAnalysis2: "圆形视域",
profileAnalysis: "剖面分析",
cutFill: "土方分析",
slopeDirection: "坡度坡向",
contour: "等高线",
pictureLocation: "照片定位",
importPanorama: "全景导入",
},
},
bottomMenu: {
groundText: "贴地文字",
standText: "立体文字",
point: "点",
line: "线",
curve: "曲线",
panel: "面",
ellipse: "椭圆",
sector: "扇形",
circle: "圆",
attackArrow: "箭头",
pincerArrow: "双箭头",
assemble: "集结地",
rect: "矩形",
unLock: "锁定",
Lock: "解锁",
},
headerTitles: {
//顶部抬头以及系统设置页面文字汉语翻译
systemTitle: "系统设置",
udp: "物理沙盘",
ConcurrencyControl: "并发量控制",
localIP: "本地IP",
localPort: "本地端口",
remoteIP: "远程IP",
remotePort: "远程端口",
week: [
"星期日",
"星期一",
"星期二",
"星期三",
"星期四",
"星期五",
"星期六",
],
equipment: {
title: "设备管理",
addEquipment: "添加设备",
downloadEquipment: "下载模板",
bulkImport: "批量导入",
},
// 无人机
air: {
title: "无人机管理",
addAir: "添加无人机",
downloadAir: "下载模板",
},
// 0827
isc: {
title: "ISC平台",
url: "平台地址",
setInfo: "设置平台信息",
updateEquipment: "更新平台设备",
},
iconTitle: {
reset: "默认视角",
fullScreen: "全屏",
set: "设置",
shrink: "退出全屏",
logout: "退出登录",
locate: "北斗定位",
air: "无人机",
excel: "Excel",
},
auth: "授权信息",
Engineering: "工程信息",
Hikang: "海康平台",
Version: "版本信息",
Theme: "系统设置",
Satellite: "卫星定位",
searchWay: {
title: "搜索方式",
searchWayList: {
poi: "离线搜索",
net: "在线搜索",
},
},
Service: "服务接入",
confirm: "确认",
auths: {
authType: "授权状态",
authTime: "授权时间",
authCode: "授权码",
upload: "授权导入",
authexpire: "授权过期",
},
service: {
offline: "离线服务",
official: "官方服务",
customize: "自定义",
agreements: {
Agreement: "协议",
setAgreement: "协议设置",
port: "端口",
location: "地址",
},
},
Engineerings: {
import: "路网导入",
cover: "覆盖",
increase: "增加",
importProject: "工程覆盖导入",
consolidated: "工程合并导入",
derive: "工程导出",
importPOI: "POI导入",
},
Hikangs: {
enable: "启用",
},
versions: {
version_code: "版本号",
version_update: "检查更新",
},
systemSetting: {
setLanguage: "语言设置",
theme: "主题换肤",
defaultView: "设置默认视角",
defaultData: "添加在线数据",
management: "后台管理",
showCompass: "导航器",
showLatitudeLongitudeNetwork: "经纬网",
showFangliNet: "方里网",
showDistanceLegend: "比例尺",
showToolBar: "信息栏",
showFPS: "刷新率",
showMapX: "鹰眼图",
occlusion: "地形遮挡",
coordinateSystem: "系统坐标系",
sheetIndexStatusSwitch: "标准图幅",
switch: "切换",
battery: "电池信息",
skinList: {
yingguangse: "荧光色",
gonganlan: "科技蓝",
hong: "烈日红",
},
},
model: {
title: "模型管理",
createModelLibrary: "创建模型库",
selectModelLibrary: "选择模型库",
addModelType: "添加模型类型",
importModel: "导入模型",
updatePoster: "更换缩略图",
preview: "预览",
updateModel: "更换模型",
deleteModel: "删除",
editModel: "编辑",
},
graphLabel: {
title: "军标管理",
createGraphLabelLibrary: "创建军标库",
selectGraphLabelLibrary: "选择军标库",
addGraphLabelType: "添加军标类型",
importGraphLabel: "导入军标",
edit: "编辑",
delete: "删除",
importGraph: "导入军标",
addLine: "添加线",
addPanel: "添加面",
addCircle: "添加圆",
},
user: {
title: "用户管理",
deleteUser: "删除",
createUser: "创建用户",
importUser: "导入用户",
role: "权限管理",
deleteRole: "删除",
createRole: "创建角色",
depart: "部门管理",
createDepart: "创建部门",
deleteDepart: "删除部门",
editDepart: "修改部门",
},
terrain: {
terrainSetting: "地形设置",
},
},
rightMenu: {
addDirectory: "添加文件夹",
addResource: "添加地图数据",
pictureLocation: "带定位照片",
importPanorama: "带定位全景",
addBIM: "添加BIM",
edit: "编辑节点",
del: "删除节点",
setView: "设置视角",
resetView: "重置视角",
layerRaise: "图层上移",
layerLower: "图层下移",
layerToTop: "图层置顶",
layerToBottom: "图层置底",
tilesetClipping: "剖切",
addTrajectory: "轨迹运动",
addXlsx: "添加作战数据",
showAttr: "查看属性",
importHeader: "导入表头",
resetPerspective: "重置透视",
},
tree: {
title: "图层指挥舱",
// title: "综合信息",
layer: "图层",
location: "地点",
},
btn: {
search: "搜索",
treePlaceholder: "关键词搜索",
selectPlaceholder: "请选择",
selectNoText: "无数据",
},
};