File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ cockpit.locale({
374374 ] ,
375375 "W9_BROKER_PORT_SET" : [
376376 null ,
377- "BROKER PORT "
377+ "RocketMQ Broker Main Port "
378378 ] ,
379379 "W9_CONTAINER_PORT_INIT_SET" : [
380380 null ,
@@ -435,5 +435,33 @@ cockpit.locale({
435435 "W9_DNS_UDP_PORT_SET" : [
436436 null ,
437437 "DNS UDP PORT"
438+ ] ,
439+ "W9_PROXY_REMOTING_PORT_SET" : [
440+ null ,
441+ "RocketMQ Proxy Remoting Port"
442+ ] ,
443+ "W9_PROXY_GRPC_PORT_SET" : [
444+ null ,
445+ "RocketMQ Proxy gRPC Port"
446+ ] ,
447+ "W9_SMTP_PORT_SET" : [
448+ null ,
449+ "SMTP PORT"
450+ ] ,
451+ "W9_BRIDGE_PORT_SET" : [
452+ null ,
453+ "Bridge Control Port"
454+ ] ,
455+ "W9_NAMESRV_PORT_SET" : [
456+ null ,
457+ "RocketMQ NameServer Port"
458+ ] ,
459+ "W9_BROKER_VIP_PORT_SET" : [
460+ null ,
461+ "RocketMQ Broker VIP Port"
462+ ] ,
463+ "W9_BROKER_HA_PORT_SET" : [
464+ null ,
465+ "RocketMQ Broker HA Port"
438466 ]
439467} ) ;
Original file line number Diff line number Diff line change @@ -494,7 +494,7 @@ cockpit.locale({
494494 ] ,
495495 "W9_BROKER_PORT_SET" : [
496496 null ,
497- "代理监听端口 "
497+ "RocketMQ Broker 主端口 "
498498 ] ,
499499 "W9_CONTAINER_PORT_INIT_SET" : [
500500 null ,
@@ -555,5 +555,33 @@ cockpit.locale({
555555 "W9_DNS_UDP_PORT_SET" : [
556556 null ,
557557 "DNS UDP 端口"
558+ ] ,
559+ "W9_PROXY_REMOTING_PORT_SET" : [
560+ null ,
561+ "RocketMQ Proxy Remoting 端口"
562+ ] ,
563+ "W9_PROXY_GRPC_PORT_SET" : [
564+ null ,
565+ "RocketMQ Proxy gRPC 端口"
566+ ] ,
567+ "W9_SMTP_PORT_SET" : [
568+ null ,
569+ "SMTP 端口"
570+ ] ,
571+ "W9_BRIDGE_PORT_SET" : [
572+ null ,
573+ "桥接控制端口"
574+ ] ,
575+ "W9_NAMESRV_PORT_SET" : [
576+ null ,
577+ "RocketMQ NameServer 端口"
578+ ] ,
579+ "W9_BROKER_VIP_PORT_SET" : [
580+ null ,
581+ "RocketMQ Broker VIP 端口"
582+ ] ,
583+ "W9_BROKER_HA_PORT_SET" : [
584+ null ,
585+ "RocketMQ Broker HA 端口"
558586 ]
559587} ) ;
You can’t perform that action at this time.
0 commit comments