diff --git a/public/po.en_US.js b/public/po.en_US.js index be1065dfd..d4367b2d7 100644 --- a/public/po.en_US.js +++ b/public/po.en_US.js @@ -435,5 +435,17 @@ 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" ] }); \ No newline at end of file diff --git a/public/po.zh_CN.js b/public/po.zh_CN.js index ba2bf48bd..61a1c9cca 100644 --- a/public/po.zh_CN.js +++ b/public/po.zh_CN.js @@ -555,5 +555,17 @@ 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 端口" ] }); \ No newline at end of file