From 5a9e57907adcd82f93fbde382aa82b6c68215677 Mon Sep 17 00:00:00 2001 From: zhaojing1987 Date: Wed, 27 May 2026 07:53:04 +0000 Subject: [PATCH] Websoft9/plugin-appstore combine translation.json --- public/po.en_US.js | 12 ++++++++++++ public/po.zh_CN.js | 12 ++++++++++++ 2 files changed, 24 insertions(+) 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