Skip to content

Commit 6c74631

Browse files
author
杜美瑶
committed
对新增我的资源页面 国际化 --reviewed by xujm
1 parent 473fed0 commit 6c74631

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

examples/locales/en-US/resources.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,12 @@ window.examplesResources = {
142142
"envTips": "Please run the program in server environment!"
143143
},
144144
"resources": {
145+
"title_edit_attr":"Edit Attribute",
146+
"title_view_detail":"View detail",
147+
"title_share_setting":"Sharing settings",
148+
"title_confirm_delete_resources":"Confirm resources?",
149+
"title_delete_resources":"Delete resources",
150+
"title_resource_address":"Resource address",
145151
"title_googlelayer":"google layer",
146152
"title_osmlayer":"OSM layer",
147153
"title_binglayer":"Bing layer",
@@ -443,6 +449,7 @@ window.examplesResources = {
443449
"title_freehandDrawFeatures": "Handwritten Graphic Drawing",
444450
"title_iPortalQueryMaps": "Web Map List of iPortal",
445451
"title_iPortalQueryResources": "Resources List of iPortal ",
452+
"title_iPortalQueryMyResources": "My Resources List of iPortal ",
446453
"title_iPortalQueryResourcesTitle": "Examples of iPortal QueryResources ",
447454
"title_iPortalQueryResourcesType":"Resources Type",
448455
"title_iPortalQueryResourcesAll":"All",
@@ -643,6 +650,7 @@ window.examplesResources = {
643650
"title_componentsAnimateMarkerLayer_React": 'Animate Marker Layer(React)',
644651
"title_componentsAnimateTextLayer_React": 'Animate Text Layer(React)',
645652

653+
"text_confirm":"Confirm",
646654
"text_code": "Forward Match",
647655
"text_decode": "Reverse Match",
648656
"text_address": "Address ",
@@ -908,6 +916,7 @@ window.examplesResources = {
908916
"text_addLayer": "Add layer",
909917
"text_situationMapOperation": "Operate situation map",
910918
"text_editMarker": "Edit marker",
919+
"text_detailPanel": "Viewing panel",
911920
"text_aboutMode": "Switch layer lock / edit / select mode",
912921
"text_multiselect": "Switch multi select mode",
913922
"text_multiselectAlign": "Multi select align",
@@ -1491,6 +1500,12 @@ window.examplesResources = {
14911500
"btn_customTheme":"Custom theme",
14921501
"btn_switchTheme":"Switch theme",
14931502

1503+
"msg_shareSuccess":"Share successful",
1504+
"msg_shareFailed":"Share failed",
1505+
"msg_updateSuccess": "Update successful",
1506+
"msg_choise_resources_delete":"Please select a resource to delete!",
1507+
"msg_query_failed":"Not logged in and cannot access my resources!",
1508+
"msg_login_failed":"wrong user name or password",
14941509
"msg_addPath": "Please add the path for buffer analysis.",
14951510
"msg_bufferAnalyst": "Please do the buffer analysis at first to get the scope of the query.",
14961511
"msg_eventPoint": "Please choose a event point!",

examples/locales/zh-CN/resources.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ window.examplesResources = {
8383
"envTips": "请在服务器环境下运行示范程序!"
8484
},
8585
"resources": {
86+
"title_edit_attr":"编辑属性",
87+
"title_view_detail":"查看详情",
88+
"title_share_setting":"共享设置",
89+
"title_confirm_delete_resources":"确认删除?",
90+
"title_delete_resources":"删除资源",
91+
"title_resource_address":"资源地址",
8692
"title_googlelayer":"谷歌地图",
8793
"title_osmlayer":"OSM地图",
8894
"title_binglayer":"Bing地图",
@@ -384,6 +390,7 @@ window.examplesResources = {
384390
"title_freehandDrawFeatures": "手写图形绘制",
385391
"title_iPortalQueryMaps": "iPortal 地图列表",
386392
"title_iPortalQueryResources": "iPortal 资源列表",
393+
"title_iPortalQueryMyResources": "iPortal 我的资源列表 ",
387394
"title_iPortalQueryResourcesTitle": "iPortal QueryResources使用示例",
388395
"title_iPortalQueryResourcesType":"资源类型",
389396
"title_iPortalQueryResourcesAll":"全部",
@@ -594,6 +601,7 @@ window.examplesResources = {
594601
"title_componentsAnimateMarkerLayer_React": '动效标记图层',
595602
"title_componentsAnimateTextLayer_React": '动效文本标记图层',
596603

604+
"text_confirm":"确认",
597605
"text_code": "正向匹配",
598606
"text_decode": "反向匹配",
599607
"text_address": "地址   ",
@@ -859,6 +867,7 @@ window.examplesResources = {
859867
"text_addLayer": "添加图层",
860868
"text_situationMapOperation": "态势图操作",
861869
"text_editMarker": "编辑标号",
870+
"text_detailPanel": "详情面板",
862871
"text_aboutMode": "切换图层锁定/编辑/选择模式",
863872
"text_multiselect": "切换多选模式",
864873
"text_multiselectAlign": "多选对齐",
@@ -1439,6 +1448,12 @@ window.examplesResources = {
14391448
"btn_customTheme":"自定义主题",
14401449
"btn_switchTheme":"切换主题",
14411450

1451+
"msg_shareSuccess":"共享成功",
1452+
"msg_shareFailed":"共享失败",
1453+
"msg_updateSuccess": "更新成功",
1454+
"msg_choise_resources_delete":"请选择要删除的资源。",
1455+
"msg_query_failed":"未登录,无法获取我的资源!",
1456+
"msg_login_failed":"用户名或密码错误。",
14421457
"msg_addPath": "请生成路径,用于缓冲区分析",
14431458
"msg_bufferAnalyst": "请先做缓冲区分析,以得到查询的范围",
14441459
"msg_eventPoint": "请选择事件点!",

0 commit comments

Comments
 (0)