Skip to content

Commit 0c4ad91

Browse files
committed
更新资源文件
1 parent 8c57a22 commit 0c4ad91

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

examples/locales/en-US/resources.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ window.resources = {
3030
"product": {
3131
"_name": "Product",
3232
"introduce": "Introduction",
33+
"update": "iClient 8C Upgrade",
3334
"download": "Download",
3435
"guide": "Guide",
3536
"modules": "Modules",

examples/locales/zh-CN/resources.js

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ window.resources = {
4040
"guide": {
4141
"_name": "开发指南",
4242
"beginning": "开发入门",
43+
"update": "iClient 8C 升级",
4344
"npm": "npm",
4445
"quickStart": "快速入门",
4546
"projection": "投影",
@@ -52,7 +53,24 @@ window.resources = {
5253
"processingService": "使用分布式分析服务",
5354
"dataFlow": "使用数据流服务",
5455
"addressMatch": "使用地址匹配服务",
55-
"visualization": "使用可视化"
56+
"visualization": "使用可视化",
57+
58+
"install": "安装",
59+
"multiProjection": "如何使用多投影",
60+
"createMap": "创建一幅地图",
61+
"vectorTile": "个性化地图(矢量瓦片)",
62+
"drawSymbolsAndGraphs": "绘制符号与图形",
63+
"areaAndDistanceMeasurement": "面积和距离测量",
64+
"queryMapInformation": "地物查询",
65+
"editMapInformation": "地物编辑",
66+
"thematicMap": "专题图",
67+
"spatialAnalyst": "空间分析",
68+
"networkAnalysis": "网络分析",
69+
"clientComputing": "客户端计算",
70+
"leafletAddressMatch": "地址匹配",
71+
"bigDataAnalysis": "大数据分析",
72+
"leafletVisualization": "可视化"
73+
5674
},
5775
"examples": {
5876
"_name": "示例",
@@ -415,9 +433,9 @@ window.resources = {
415433
"title_mapvNyvTaxi": "纽约出租车上车点",
416434
"title_modifyFeatures": "修改图形",
417435
"title_mvtVectorLayer": "iServer MVT矢量瓦片",
418-
"title_mvtVectorLayer4326":"iServer MVT矢量瓦片(WGS84)",
419-
"title_mvtVectorLayer_mapboxStyle":"OSM风格(MVT WGS84)",
420-
"title_mvtVectorLayer_mapboxStyle_4326":"风格动态切换",
436+
"title_mvtVectorLayer4326": "iServer MVT矢量瓦片(WGS84)",
437+
"title_mvtVectorLayer_mapboxStyle": "OSM风格(MVT WGS84)",
438+
"title_mvtVectorLayer_mapboxStyle_4326": "风格动态切换",
421439
"title_onlineSecurity": "Online SecurityManager使用示例",
422440
"title_onlineWebMap": "2014当了一回背包客",
423441
"title_osmBuildings": "openlayers 建筑立体效果",

0 commit comments

Comments
 (0)