diff --git a/public/po.en_US.js b/public/po.en_US.js index c5fc14ba4..6a61507b6 100644 --- a/public/po.en_US.js +++ b/public/po.en_US.js @@ -374,7 +374,7 @@ cockpit.locale({ ], "W9_BROKER_PORT_SET": [ null, - "BROKER PORT" + "RocketMQ Broker Main Port" ], "W9_CONTAINER_PORT_INIT_SET": [ null, @@ -435,5 +435,33 @@ cockpit.locale({ "W9_DNS_UDP_PORT_SET": [ null, "DNS UDP PORT" + ], + "W9_PROXY_REMOTING_PORT_SET": [ + null, + "RocketMQ Proxy Remoting Port" + ], + "W9_PROXY_GRPC_PORT_SET": [ + null, + "RocketMQ Proxy gRPC Port" + ], + "W9_SMTP_PORT_SET": [ + null, + "SMTP PORT" + ], + "W9_BRIDGE_PORT_SET": [ + null, + "Bridge Control Port" + ], + "W9_NAMESRV_PORT_SET": [ + null, + "RocketMQ NameServer Port" + ], + "W9_BROKER_VIP_PORT_SET": [ + null, + "RocketMQ Broker VIP Port" + ], + "W9_BROKER_HA_PORT_SET": [ + null, + "RocketMQ Broker HA Port" ] }); \ No newline at end of file diff --git a/public/po.zh_CN.js b/public/po.zh_CN.js index b7324f2cd..b3498c6d9 100644 --- a/public/po.zh_CN.js +++ b/public/po.zh_CN.js @@ -886,7 +886,7 @@ cockpit.locale({ ], "W9_BROKER_PORT_SET": [ null, - "代理监听端口" + "RocketMQ Broker 主端口" ], "W9_CONTAINER_PORT_INIT_SET": [ null, @@ -1284,5 +1284,33 @@ cockpit.locale({ null, "备份创建成功!" ] -}); +});, + "W9_PROXY_REMOTING_PORT_SET": [ + null, + "RocketMQ Proxy Remoting 端口" + ], + "W9_PROXY_GRPC_PORT_SET": [ + null, + "RocketMQ Proxy gRPC 端口" + ], + "W9_SMTP_PORT_SET": [ + null, + "SMTP 端口" + ], + "W9_BRIDGE_PORT_SET": [ + null, + "桥接控制端口" + ], + "W9_NAMESRV_PORT_SET": [ + null, + "RocketMQ NameServer 端口" + ], + "W9_BROKER_VIP_PORT_SET": [ + null, + "RocketMQ Broker VIP 端口" + ], + "W9_BROKER_HA_PORT_SET": [ + null, + "RocketMQ Broker HA 端口" + ]