Skip to content

Commit 7884008

Browse files
author
杜美瑶
committed
数据发布/取消发布国际化
1 parent 7e06bba commit 7884008

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

examples/locales/en-US/resources.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,8 +659,13 @@ window.examplesResources = {
659659
"title_componentsAnimateMarkerLayer_React": 'Animate Marker Layer(React)',
660660
"title_componentsAnimateTextLayer_React": 'Animate Text Layer(React)',
661661

662+
"text_service_name":"Name",
663+
"text_service_type":"Type",
664+
"text_service_status":"Status",
665+
"text_view_service":"View Services",
666+
"text_unpublish_service":"Unpublish",
662667
"text_publish_message":"Select the type of service to be published:",
663-
"text_publish_data":"Publish Data Service",
668+
"text_publish_data":"Publish Data",
664669
"text_dataBase_name":"Database name",
665670
"text_hdfs_directory":"HDFS directory",
666671
"text_hbase_address":"Server url",
@@ -1556,6 +1561,8 @@ window.examplesResources = {
15561561
"btn_OK":"OK",
15571562

15581563
"msg_published":"This service has already been published",
1564+
"msg_unpublish_success":"unPublish successfully",
1565+
"msg_unpublish_failed":"unPublish failed",
15591566
"msg_publish_success":"Publish successfully",
15601567
"msg_publish_failed":"Publish failed",
15611568
"msg_register_success":"Register successfully",

examples/locales/zh-CN/resources.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,8 +610,13 @@ window.examplesResources = {
610610
"title_componentsAnimateMarkerLayer_React": '动效标记图层',
611611
"title_componentsAnimateTextLayer_React": '动效文本标记图层',
612612

613+
"text_service_name":"名称",
614+
"text_service_type":"类型",
615+
"text_service_status":"状态",
616+
"text_view_service":"查看服务",
617+
"text_unpublish_service":"取消发布",
613618
"text_publish_message":"选择要发布的服务类型:",
614-
"text_publish_data":"发布数据服务",
619+
"text_publish_data":"发布数据",
615620
"text_dataBase_name":"数据库名称",
616621
"text_hdfs_directory":"HDFS目录地址",
617622
"text_hbase_address":"服务地址",
@@ -1504,6 +1509,8 @@ window.examplesResources = {
15041509
"btn_OK":"确定",
15051510

15061511
"msg_published":"已发布了该服务",
1512+
"msg_unpublish_success":"取消发布成功",
1513+
"msg_unpublish_failed":"取消发布失败",
15071514
"msg_publish_success":"发布成功",
15081515
"msg_publish_failed":"发布失败",
15091516
"msg_register_success":"注册成功",

0 commit comments

Comments
 (0)