From bfa43cb14d3fa9f27b7a973c695991006c38939f Mon Sep 17 00:00:00 2001 From: zhaojing1987 Date: Wed, 27 May 2026 08:07:38 +0000 Subject: [PATCH] Websoft9/plugin-appstore combine translation.json --- public/po.en_US.js | 30 +++++++++++++++++++++++++++++- public/po.zh_CN.js | 30 +++++++++++++++++++++++++++++- 2 files changed, 58 insertions(+), 2 deletions(-) diff --git a/public/po.en_US.js b/public/po.en_US.js index be1065dfd..fbcf668ee 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 ba2bf48bd..7342f8572 100644 --- a/public/po.zh_CN.js +++ b/public/po.zh_CN.js @@ -494,7 +494,7 @@ cockpit.locale({ ], "W9_BROKER_PORT_SET": [ null, - "代理监听端口" + "RocketMQ Broker 主端口" ], "W9_CONTAINER_PORT_INIT_SET": [ null, @@ -555,5 +555,33 @@ cockpit.locale({ "W9_DNS_UDP_PORT_SET": [ null, "DNS UDP 端口" + ], + "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 端口" ] }); \ No newline at end of file