1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
| SGLang.lang = $.extend(SGLang.lang, {
| ToolTitle: "SmartEarth - 泰瑞数创科技(北京)有限公司",
| Text_DisplayByAttributeCaption: "按照属性显示",
| Text_ColorizeByAttributeCaption: "按照属性设置颜色",
| help: "帮助",
| Text_DisplayByAttrBtn: "按照<br> 属性显示",
| Text_ColorizeByAttrBtn: "按照<br> 属性设置颜色",
| Text_Layer: "图层:",
| Text_Attribute: "属性:",
| Text_3DMLNotFound: "请在工程树中选择3DML图层并重新运行此工具. ",
| Text_ErrorWhileExit: "退出按属性显示工具时发生意外错误. ",
| Text_TooManyAttributes: "<b>属性</b> 字段中有太多唯一值. 请选择不同的 <b>属性</b>. ",
| Text_SetAll: "设置所有:",
| Text_All: "所有",
| Text_Set: "设置",
| Text_Empty: "-空-",
| Text_Reshuffle: "重新配置",
| Text_Opacity: "透明度:",
| Text_Default: "默认颜色",
| Text_SGSTooOld: "只支持SmartEarth Server v7.2或更高版本. ",
| Text_Save: "保存",
| Text_SaveMessage: "设置保存成功.",
| Text_AlertCaption: "·",
|
|
| Text999: ""
| });
|
|