From 5f76bc7611509ad5b99b630d69cbf7a04becadf2 Mon Sep 17 00:00:00 2001 From: zhengkunwang <31820853+zhengkunwang223@users.noreply.github.com> Date: Tue, 14 Jan 2025 18:45:41 +0800 Subject: [PATCH] feat: Add Multi-Language Support to OpenResty (#2955) --- openresty/1.21.4.3-3-3-focal/data.yml | 16 ++++++++++++++++ openresty/data.yml | 8 ++++++++ 2 files changed, 24 insertions(+) diff --git a/openresty/1.21.4.3-3-3-focal/data.yml b/openresty/1.21.4.3-3-3-focal/data.yml index f4da223c5..a3d425922 100755 --- a/openresty/1.21.4.3-3-3-focal/data.yml +++ b/openresty/1.21.4.3-3-3-focal/data.yml @@ -6,9 +6,25 @@ additionalProperties: labelZh: HTTP 端口 required: true type: number + label: + en: HTTP Port + ja: HTTP ポート + ms: Port HTTP + pt-br: Porta HTTP + ru: HTTP Порт + zh-Hant: HTTP 端口 + zh: HTTP 端口 - default: 443 envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS 端口 required: true type: number + label: + en: HTTPS Port + ja: HTTPS ポート + ms: Port HTTPS + pt-br: Porta HTTPS + ru: HTTPS Порт + zh-Hant: HTTPS 端口 + zh: HTTPS 端口 diff --git a/openresty/data.yml b/openresty/data.yml index 9906ed984..f9ae2cdec 100755 --- a/openresty/data.yml +++ b/openresty/data.yml @@ -10,6 +10,14 @@ additionalProperties: - Server shortDescZh: 基于 NGINX 和 LuaJIT 的 Web 平台 shortDescEn: High performance web platform based on Nginx and LuaJIT + description: + en: Web Platform Based on NGINX and LuaJIT + ja: NGINX と LuaJIT に基づく Web プラットフォーム + ms: Platform Web Berdasarkan NGINX dan LuaJIT + pt-br: Plataforma Web Baseada em NGINX e LuaJIT + ru: Веб-платформа на основе NGINX и LuaJIT + zh-Hant: 基於 NGINX 和 LuaJIT 的 Web 平台 + zh: 基于 NGINX 和 LuaJIT 的 Web 平台 type: runtime crossVersionUpdate: true limit: 1