Skip to content

Commit 8ca3c57

Browse files
[update]web符号的符号库示例和符号编辑器示例新增语言资源
(review by ytt)
1 parent 2ff72e6 commit 8ca3c57

File tree

6 files changed

+83
-35
lines changed

6 files changed

+83
-35
lines changed

examples/locales/en-US/resources.js

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1475,6 +1475,31 @@ window.examplesResources = {
14751475
"text_add_sicahun_plygon":"Loading Sichuan Province Regional Data...",
14761476
"text_datasourceInfoPrint":"Loading Datasource Information Data...",
14771477
"text_datasetInfoPrint":"Loading Dataset Information Data...",
1478+
"text_layerList": "Layer List",
1479+
"text_basic": "Basic",
1480+
"text_auto": "Auto Cartographic",
1481+
"text_land": "Land Survey",
1482+
"text_symbol_category": "Category",
1483+
"text_symbol_style": "Style",
1484+
"text_search_symbol": "Enter a symbol name to search",
1485+
"text_size": "Size",
1486+
"text_translate": "Translate",
1487+
"text_rotate": "Rotate",
1488+
"text_offset": "Offset",
1489+
"text_blur": "Blur",
1490+
"text_line_width": "Width",
1491+
"text_line_join": "Join",
1492+
"text_line_cap": "Cap",
1493+
"text_line_segment": "Line",
1494+
"text_total_line_width": "Total Width",
1495+
"text_web_symbol_gallery": "WebSymbol Gallery",
1496+
"text_symbol_basic": "Basic",
1497+
"text_symbol_auto": "Auto Cartographic",
1498+
"text_symbol_land": "Land Survey",
1499+
"text_symbol_point": "Point",
1500+
"text_symbol_line": "Line",
1501+
"text_symbol_polygon": "Polygon",
1502+
"text_back_to_top": "Back To Top",
14781503

14791504
"btn_previous":"Previous",
14801505
"btn_next":"Next",

examples/locales/zh-CN/resources.js

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1424,6 +1424,31 @@ window.examplesResources = {
14241424
"text_add_sicahun_plygon":"正在加载四川省区划数据...",
14251425
"text_datasourceInfoPrint":"数据源信息太多,只打印一部分",
14261426
"text_datasetInfoPrint":"数据集信息太多,只打印一部分",
1427+
"text_layerList": "图层列表",
1428+
"text_basic": "基础",
1429+
"text_auto": "自动制图",
1430+
"text_land": "国土三调",
1431+
"text_symbol_category": "类别",
1432+
"text_symbol_style": "风格",
1433+
"text_search_symbol": "请输入符号名称搜索",
1434+
"text_size": "大小",
1435+
"text_translate": "相对偏移值",
1436+
"text_rotate": "旋转角",
1437+
"text_offset": "偏移量",
1438+
"text_blur": "模糊度",
1439+
"text_line_width": "线宽",
1440+
"text_line_join": "线段连接方式",
1441+
"text_line_cap": "线段端点样式",
1442+
"text_line_segment": "线段",
1443+
"text_total_line_width": "总体线宽",
1444+
"text_web_symbol_gallery": "Web符号库",
1445+
"text_symbol_basic": "基础符号",
1446+
"text_symbol_auto": "自动制图符号",
1447+
"text_symbol_land": "国土三调符号",
1448+
"text_symbol_point": "点符号",
1449+
"text_symbol_line": "线符号",
1450+
"text_symbol_polygon": "面符号",
1451+
"text_back_to_top": "回到顶部",
14271452

14281453

14291454
"btn_previous":"上一步",

examples/mapboxgl/websymbol-editor/css/websymbol-editor.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/mapboxgl/websymbol-editor/js/websymbol-editor.js

Lines changed: 15 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/mapboxgl/websymbol-gallery/css/websymbol-gallery.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/mapboxgl/websymbol-gallery/js/websymbol-gallery.js

Lines changed: 16 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)