@@ -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" ,
0 commit comments