@@ -142,6 +142,8 @@ window.examplesResources = {
142
142
"envTips" : "Please run the program in server environment!"
143
143
} ,
144
144
"resources" : {
145
+ "title_iPortalUploadData" :"Upload Data" ,
146
+ "title_iPortalRegisterData" :"Register Data" ,
145
147
"title_edit_attr" :"Edit Attribute" ,
146
148
"title_view_detail" :"View detail" ,
147
149
"title_share_setting" :"Sharing settings" ,
@@ -657,6 +659,31 @@ window.examplesResources = {
657
659
"title_componentsAnimateMarkerLayer_React" : 'Animate Marker Layer(React)' ,
658
660
"title_componentsAnimateTextLayer_React" : 'Animate Text Layer(React)' ,
659
661
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" ,
660
687
"text_confirm" :"Confirm" ,
661
688
"text_code" : "Forward Match" ,
662
689
"text_decode" : "Reverse Match" ,
@@ -1343,6 +1370,8 @@ window.examplesResources = {
1343
1370
"title_componentsTianditu_switch_Vue" : 'Switcher' ,
1344
1371
"title_componentsTianditu_home_Vue" : 'Home' ,
1345
1372
1373
+ "btn_previous" :"Previous" ,
1374
+ "btn_next" :"Next" ,
1346
1375
"btn_operate" : "Action" ,
1347
1376
"btn_overlayAnalyst" : "Start analysis" ,
1348
1377
"btn_terrainCurvatureCalculation" : "Start calculation" ,
@@ -1526,6 +1555,14 @@ window.examplesResources = {
1526
1555
"btn_switchTheme" :"Switch theme" ,
1527
1556
"btn_OK" :"OK" ,
1528
1557
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" ,
1529
1566
"msg_user_not_exist" :"This user doesn't exist" ,
1530
1567
"msg_department_not_exist" :"This department doesn't exist" ,
1531
1568
"msg_user_added" :"The user has been added" ,
0 commit comments