Skip to content

Commit 9dc34c4

Browse files
author
杜美瑶
committed
提交上传/注册数据国际化文件
1 parent cdb948c commit 9dc34c4

File tree

2 files changed

+74
-0
lines changed

2 files changed

+74
-0
lines changed

examples/locales/en-US/resources.js

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ window.examplesResources = {
142142
"envTips": "Please run the program in server environment!"
143143
},
144144
"resources": {
145+
"title_iPortalUploadData":"Upload Data",
146+
"title_iPortalRegisterData":"Register Data",
145147
"title_edit_attr":"Edit Attribute",
146148
"title_view_detail":"View detail",
147149
"title_share_setting":"Sharing settings",
@@ -657,6 +659,31 @@ window.examplesResources = {
657659
"title_componentsAnimateMarkerLayer_React": 'Animate Marker Layer(React)',
658660
"title_componentsAnimateTextLayer_React": 'Animate Text Layer(React)',
659661

662+
"text_publish_message":"Select the type of service to be published:",
663+
"text_publish_data":"Publish Data Service",
664+
"text_dataBase_name":"Database name",
665+
"text_hdfs_directory":"HDFS directory",
666+
"text_hbase_address":"Server url",
667+
"text_x_field":"X Coord Field",
668+
"text_y_field":"Y Coord Field",
669+
"text_file_encoding":"File Encoding",
670+
"text_data_type":"Data Type",
671+
"text_data_file":"Data File",
672+
"text_data_name":"Name",
673+
"text_user_data":"Data from users",
674+
"text_workspace":"SuperMap Workspace",
675+
"text_UDB":"SuperMap UDB Data",
676+
"text_shapefile":"Shapefile",
677+
"text_geojson":"GeoJSON Data",
678+
"text_smtiles":"SMTiles File",
679+
"text_svtiles":"SVTiles File",
680+
"text_mbtiles":"MBTiles File",
681+
"text_tpk":"TPK File",
682+
"text_ugcv5":"UGCV5 Cache",
683+
"text_ugcv5_mvt":"UGCV5(MVT) Cache",
684+
"text_excel":"Excel",
685+
"text_csv":"CSV",
686+
"text_json":"JSON",
660687
"text_confirm":"Confirm",
661688
"text_code": "Forward Match",
662689
"text_decode": "Reverse Match",
@@ -1343,6 +1370,8 @@ window.examplesResources = {
13431370
"title_componentsTianditu_switch_Vue": 'Switcher',
13441371
"title_componentsTianditu_home_Vue": 'Home',
13451372

1373+
"btn_previous":"Previous",
1374+
"btn_next":"Next",
13461375
"btn_operate": "Action",
13471376
"btn_overlayAnalyst": "Start analysis",
13481377
"btn_terrainCurvatureCalculation": "Start calculation",
@@ -1526,6 +1555,14 @@ window.examplesResources = {
15261555
"btn_switchTheme":"Switch theme",
15271556
"btn_OK":"OK",
15281557

1558+
"msg_published":"This service has already been published",
1559+
"msg_publish_success":"Publish successfully",
1560+
"msg_publish_failed":"Publish failed",
1561+
"msg_register_success":"Register successfully",
1562+
"msg_upload_success":"Upload successfully",
1563+
"msg_upload_failed":"Upload failed",
1564+
"msg_upload_file":"Please select a file to upload",
1565+
"msg_file_type":"Files types that not supported",
15291566
"msg_user_not_exist":"This user doesn't exist",
15301567
"msg_department_not_exist":"This department doesn't exist",
15311568
"msg_user_added":"The user has been added",

examples/locales/zh-CN/resources.js

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ window.examplesResources = {
8383
"envTips": "请在服务器环境下运行示范程序!"
8484
},
8585
"resources": {
86+
"title_iPortalUploadData":"上传数据",
87+
"title_iPortalRegisterData":"注册数据",
8688
"title_edit_attr":"编辑属性",
8789
"title_view_detail":"查看详情",
8890
"title_share_setting":"共享设置",
@@ -608,6 +610,31 @@ window.examplesResources = {
608610
"title_componentsAnimateMarkerLayer_React": '动效标记图层',
609611
"title_componentsAnimateTextLayer_React": '动效文本标记图层',
610612

613+
"text_publish_message":"选择要发布的服务类型:",
614+
"text_publish_data":"发布数据服务",
615+
"text_dataBase_name":"数据库名称",
616+
"text_hdfs_directory":"HDFS目录地址",
617+
"text_hbase_address":"服务地址",
618+
"text_x_field":"X坐标",
619+
"text_y_field":"Y坐标",
620+
"text_file_encoding":"文件编码",
621+
"text_data_type":"数据类型",
622+
"text_data_file":"数据文件",
623+
"text_data_name":"数据名称",
624+
"text_user_data":"用户数据",
625+
"text_workspace":"SuperMap工作空间",
626+
"text_UDB":"SuperMap UDB数据",
627+
"text_shapefile":"shp空间数据",
628+
"text_geojson":"geojson数据",
629+
"text_smtiles":"smtiles",
630+
"text_svtiles":"svtiles",
631+
"text_mbtiles":"mbtiles",
632+
"text_tpk":"tpk",
633+
"text_ugcv5":"ugc v5",
634+
"text_ugcv5_mvt":"UGCV5_MVT",
635+
"text_excel":"excel数据",
636+
"text_csv":"csv数据",
637+
"text_json":"json数据",
611638
"text_confirm":"确认",
612639
"text_code": "正向匹配",
613640
"text_decode": "反向匹配",
@@ -1290,6 +1317,8 @@ window.examplesResources = {
12901317
'text_userMap': "用户地图",
12911318

12921319

1320+
"btn_previous":"上一步",
1321+
"btn_next":"下一步",
12931322
"btn_operate": "操作",
12941323
"btn_overlayAnalyst": "叠加分析",
12951324
"btn_terrainCurvatureCalculation": "地形曲率计算",
@@ -1474,6 +1503,14 @@ window.examplesResources = {
14741503
"btn_switchTheme":"切换主题",
14751504
"btn_OK":"确定",
14761505

1506+
"msg_published":"已发布了该服务",
1507+
"msg_publish_success":"发布成功",
1508+
"msg_publish_failed":"发布失败",
1509+
"msg_register_success":"注册成功",
1510+
"msg_upload_success":"上传成功",
1511+
"msg_upload_failed":"上传失败",
1512+
"msg_upload_file":"请选择要上传的文件",
1513+
"msg_file_type":"文件类型不支持",
14771514
"msg_user_not_exist":"该用户不存在",
14781515
"msg_department_not_exist":"该部门不存在",
14791516
"msg_user_added":"该用户已添加",

0 commit comments

Comments
 (0)