From c6e234a115be9ba42e47caa552522abf60cf8c85 Mon Sep 17 00:00:00 2001 From: zhaojing1987 Date: Wed, 27 May 2026 07:53:02 +0000 Subject: [PATCH] Websoft9/plugin-myapps combine translation.json --- public/po.en_US.js | 12 ++++++++++++ public/po.zh_CN.js | 14 +++++++++++++- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/public/po.en_US.js b/public/po.en_US.js index c5fc14ba4..3d96f9a12 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 b7324f2cd..4a8bdf60a 100644 --- a/public/po.zh_CN.js +++ b/public/po.zh_CN.js @@ -1284,5 +1284,17 @@ 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 端口" + ]