Skip to content

Commit cff5ffe

Browse files
补充示例国际化
1 parent c333d1c commit cff5ffe

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

examples/locales/en-US/resources.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ window.examplesResources = {
182182
"title_interpolationAnalystByRBF": "Interpolation Analysis of Radial Basis Function",
183183
"title_mathExpression": "Math Expression Analysis",
184184
"title_overlayAnalyst": "Overlay Analysis",
185+
"title_overlayAnalyst_FGB": "Overlay Analysis (FGB)",
185186
"title_routeCalculateMeasure": "Route Calculate Measure Analysis",
186187
"title_routeLocatorLine": "Route Locator Line Analysis",
187188
"title_routeLocatorPoint": "Route Locator Point Analysis",
@@ -286,6 +287,7 @@ window.examplesResources = {
286287
"title_getFeatureByGeometry": "Get Feature by Geometry Query",
287288
"title_getFeatureByIDs": "Get Feature by ID Query",
288289
"title_getFeatureBySQL": "Get Feature by SQL Query",
290+
"title_getFeatureBySQL_FGB": "Get Feature by SQL Query (FGB)",
289291
"title_gridInfosQuery": "Grid Cell Query",
290292
"title_queryByBounds": "Map Query by Bounds",
291293
"title_queryByDistance": "Map Query by Distance",
@@ -355,6 +357,7 @@ window.examplesResources = {
355357
"title_mapQueryByDistance": "Map Query by Distance",
356358
"title_mapQueryByGeometry": "Map Query by Geometry",
357359
"title_mapQueryBySQL": "Map Query by SQL",
360+
"title_mapQueryBySQL_FGB": "Map Query by SQL (FGB)",
358361
"title_mapService": "Map Information of SuperMap",
359362
"title_measureArea": "Area Measurement Service",
360363
"title_measureDistance": "Distance Measurement Service",
@@ -374,6 +377,11 @@ window.examplesResources = {
374377
"title_surfaceAnalystService": "Surface Analysis (Getting Contour Line)",
375378
"title_thiessenAnalystDataset": "Dataset Thiessen Analysis",
376379
"title_thiessenAnalystGeometry": "Geometry Thiessen Analysis",
380+
"title_bufferAnalystService_FGB": "Dataset Buffer Analysis (FGB)",
381+
"title_bufferAnalystServiceGeometry_FGB": "Geometry Buffer Analysis (FGB)",
382+
"title_surfaceAnalystService_FGB": "Surface Analysis (Getting Contour Line) (FGB)",
383+
"title_thiessenAnalystDataset_FGB": "Dataset Thiessen Analysis (FGB)",
384+
"title_thiessenAnalystGeometry_FGB": "Geometry Thiessen Analysis (FGB)",
377385
"title_drawControl": "Drawing Control",
378386
"title_drawControlWGS84": "Drawing Control WGS84",
379387
"title_fullscreenControl": "Full Screen Control",
@@ -702,6 +710,8 @@ window.examplesResources = {
702710
"title_binary_classification": "Binary Claasification",
703711
"title_landcover_classification": "Landcover Claasification",
704712
"title_object_detection": "Object Detection",
713+
"title_fgb_all": "FGB Full Load",
714+
"title_fgb_extent": "FGB Extent Load",
705715

706716
"text_district_search": "Administrative region search",
707717
"text_rectangle_search": "Rectangle retrieval",

examples/locales/zh-CN/resources.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ window.examplesResources = {
227227
"title_DatasourceInfo": "数据源信息查询",
228228
"title_DatasetInfo": "数据集信息查询",
229229
"title_getFeatureByBounds": "范围查询",
230-
"title_getFeatureByBounds_FGB": "范围查询 (FGB)",
231230
"title_getFeatureByBuffer": "缓冲区查询",
232231
"title_getFeatureByGeometry": "几何查询",
233232
"title_getFeatureByIDs": "ID 查询",

0 commit comments

Comments
 (0)