Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 29 additions & 1 deletion public/po.en_US.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ cockpit.locale({
],
"W9_BROKER_PORT_SET": [
null,
"BROKER PORT"
"RocketMQ Broker Main Port"
],
"W9_CONTAINER_PORT_INIT_SET": [
null,
Expand Down Expand Up @@ -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"
]
});
32 changes: 30 additions & 2 deletions public/po.zh_CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ cockpit.locale({
],
"W9_BROKER_PORT_SET": [
null,
"代理监听端口"
"RocketMQ Broker 主端口"
],
"W9_CONTAINER_PORT_INIT_SET": [
null,
Expand Down Expand Up @@ -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 端口"
]