feat: Add Multi-Language Support to OpenResty (#2955)
This commit is contained in:
parent
6fb541db9d
commit
5f76bc7611
|
|
@ -6,9 +6,25 @@ additionalProperties:
|
||||||
labelZh: HTTP 端口
|
labelZh: HTTP 端口
|
||||||
required: true
|
required: true
|
||||||
type: number
|
type: number
|
||||||
|
label:
|
||||||
|
en: HTTP Port
|
||||||
|
ja: HTTP ポート
|
||||||
|
ms: Port HTTP
|
||||||
|
pt-br: Porta HTTP
|
||||||
|
ru: HTTP Порт
|
||||||
|
zh-Hant: HTTP 端口
|
||||||
|
zh: HTTP 端口
|
||||||
- default: 443
|
- default: 443
|
||||||
envKey: PANEL_APP_PORT_HTTPS
|
envKey: PANEL_APP_PORT_HTTPS
|
||||||
labelEn: HTTPS Port
|
labelEn: HTTPS Port
|
||||||
labelZh: HTTPS 端口
|
labelZh: HTTPS 端口
|
||||||
required: true
|
required: true
|
||||||
type: number
|
type: number
|
||||||
|
label:
|
||||||
|
en: HTTPS Port
|
||||||
|
ja: HTTPS ポート
|
||||||
|
ms: Port HTTPS
|
||||||
|
pt-br: Porta HTTPS
|
||||||
|
ru: HTTPS Порт
|
||||||
|
zh-Hant: HTTPS 端口
|
||||||
|
zh: HTTPS 端口
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,14 @@ additionalProperties:
|
||||||
- Server
|
- Server
|
||||||
shortDescZh: 基于 NGINX 和 LuaJIT 的 Web 平台
|
shortDescZh: 基于 NGINX 和 LuaJIT 的 Web 平台
|
||||||
shortDescEn: High performance web platform based on Nginx and LuaJIT
|
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
|
type: runtime
|
||||||
crossVersionUpdate: true
|
crossVersionUpdate: true
|
||||||
limit: 1
|
limit: 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue