管道基础大数据平台系统开发-【CS】-ExportMap
OK
13693261870
2024-09-27 566e0d21293a5fe6423fd7a16541bce00eeb2e38
TEWin/Resources/Volume/Lang.js
@@ -1,60 +1,66 @@
SGLang.lang = $.extend(SGLang.lang, {
    ToolTitle: "SkylineGlobe - Skyline Software Systems, Inc.",
    ToolName: "Volume Analysis",
    resultHeader: "Volume Analysis Results",
    help: "Help",
    compare: "Compare",
    select: "Select",
    aboveSurface: "Horizontal Plane",
    modifySelect: "Modify Terrain – Select Existing",
    selectModifyFromlist: "Select modify terrain object(s) ",
    selectElevationFromlist: "Select elevation layer",
    modifyNew: "Modify Terrain – Draw New",
    elevationLayer: "Elevation Layer",
    quality: "Quality",
    low: "Low",
    medium: "Medium",
    high: "High",
    refresh: "Refresh list",
    drawObjects: "Results Layer",
    startCalculate: "Start<br\>Calculation",
    TextAbort: " (Esc to abort)",
    createModify: "Create<br\>Modify",
    drawArea: "Draw<br\>Area",
    fromClipboard: "From<br>Clipboard",
    noPolygon: "No polygon objects were detected on the clipboard",
    OnTerrainIgnore:"The Volume Analysis tool does not support 'On terrain' polygons",
    sqm: "square meters",
    cubicm: "cubic meters",
    sqft: "square feet",
    cubicf: "cubic feet",
    volume: "Volume",
    volumeResult: "Volume Analysis Result",
    volumeType: "VolumeType",
    volumeArea: "VolumeArea",
    volumeAreaTitle: "Cell Area",
    volumePlane: "Volume Horizontal Plane",
    volumeChange: "Volume Change",
    volumeDiff: "VolumeDiff",
    volumeAdded: "Volume Fill",
    volumeRemoved: "Volume Cut",
    volumeEqual: "No Change",
    objectVolumeAdded: "Volume <b>fill: </b>",
    objectVolumeRemoved: "Volume <b>cut: </b>",
    totalNetVolume: "Total net volume: ",
    Area: "Area",
    cut: "(cut)",
    fill: "(fill)",
    totalVolumeAdded: "Total volume <b>fill: </b>",
    totalVolumeRemoved: "Total volume <b>cut: </b>",
    PrepareClaculation: "Generating elevation buffers...",
    calculatingVolume: "Calculating volume of object ",
    drawPolygon: "Draw polygon around area to measure. First point defines the polygon's elevation. Right click to start the volume measurement.",
    selectModify: "Select one or more Modify Terrain objects from the list",
    selectElevation: "Select an Elevation Layer from the list",
    color: "Color",
    noElevation: "Could not find elevation layer overlap with the selected polygon",
    Text_AlertCaption: "TerraExplorer",
    ToolTitle: "体积分析",
    ToolName: "体积分析",
    resultHeader: "体积分析结果",
    help: "帮助",
    compare: "比较",
    select: "选择",
    aboveSurface: "水平面",
    modifySelect: "修改地形 – 选择已有对象",
    selectModifyFromlist: "选择修改地形对象 ",
    selectElevationFromlist: "选择高程图层",
    modifyNew: "修改对象 – 绘制新对象",
    elevationLayer: "高程图层",
    quality: "质量",
    low: "低",
    medium: "中",
    high: "高",
    refresh: "刷新",
    drawObjects: "结果图层",
    startCalculate: "开始计算",
    TextAbort: " (Esc键退出)",
    createModify: "创建<br\>修改地形对象",
    drawArea: "绘制<br\>区域",
    fromClipboard: "来自<br>剪贴板",
    noPolygon: "在剪贴板中无法检测到面状对象",
    OnTerrainIgnore: "在剪贴板中无法检测到面状对象",
    sqm: "平方米",
    cubicm: "立方米",
    sqft: "平方英尺",
    cubicf: "立方英尺",
    volume: "土方量",
    volumeResult: "体积分析结果",
    volumeType: "体积类型",
    volumeArea: "体积区域",
    volumeAreaTitle: "单元面积",
    volumePlane: "体积水平面",
    volumeChange: "体积改变",
    volumeDiff: "体积差",
    volumeAdded: "体积添加",
    volumeRemoved: "体积移除",
    volumeEqual: "没有变化",
    //objectVolumeAdded: "体积 <b>添加: </b>",
    objectVolumeAdded: "填方体积: ",
    //objectVolumeRemoved: "体积 <b>移除: </b>",
    objectVolumeRemoved: "挖方体积: ",
    totalNetVolume: "总体积: ",
    Area: "区域",
    //cut: "(移除)",
    cut: "(挖方)",
    //fill: "(添加)",
    fill: "(填方)",
    //totalVolumeAdded: "总体积 <b>添加: </b>",
    totalVolumeAdded: "总体积: </b>",
    //totalVolumeRemoved: "总体积 <b>移除: </b>",
    totalVolumeRemoved: "总体积: </b>",
    PrepareClaculation: "生成高程缓冲区...",
    calculatingVolume: "计算对象的体积 ",
    drawPolygon: "计算高程图层和基础地形之间的土方量差,绘制多边形标记出指定区域",
    selectModify: "从列表中选择一个或者多个修改地形对象",
    selectElevation: "从列表中选择一个高程图层",
    color: "颜色",
    noElevation: "在3D窗口中没有可见的高程图层. 请浏览到高程图层可见的区域内. ",
    Text_AlertCaption: "SmartEarth",
    Text999: ""
});