feat: Add Multi-Language Support to Nginx-Proxy-Manager (#2978)
This commit is contained in:
parent
fb3ae1b531
commit
66f744e46a
|
|
@ -8,6 +8,14 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
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: 30081
|
- default: 30081
|
||||||
edit: true
|
edit: true
|
||||||
envKey: PANEL_APP_PORT_HTTP
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
|
|
@ -16,6 +24,14 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
label:
|
||||||
|
en: Console port
|
||||||
|
ja: コンソールポート
|
||||||
|
ms: Port konsol
|
||||||
|
pt-br: Porta do console
|
||||||
|
ru: Порт консоли
|
||||||
|
zh-Hant: 控制台埠
|
||||||
|
zh: 控制台端口
|
||||||
- default: 30443
|
- default: 30443
|
||||||
edit: true
|
edit: true
|
||||||
envKey: PANEL_APP_PORT_HTTP2
|
envKey: PANEL_APP_PORT_HTTP2
|
||||||
|
|
@ -24,3 +40,11 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
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:
|
||||||
- Tool
|
- Tool
|
||||||
shortDescZh: Nginx 可视化管理工具
|
shortDescZh: Nginx 可视化管理工具
|
||||||
shortDescEn: Nginx visual management tool
|
shortDescEn: Nginx visual management tool
|
||||||
|
description:
|
||||||
|
en: Nginx visual management tool
|
||||||
|
ja: Nginx の視覚的管理ツール
|
||||||
|
ms: Alat pengurusan visual Nginx
|
||||||
|
pt-br: Ferramenta de gerenciamento visual do Nginx
|
||||||
|
ru: Визуальный инструмент управления Nginx
|
||||||
|
zh-Hant: Nginx 視覺化管理工具
|
||||||
|
zh: Nginx 可视化管理工具
|
||||||
type: tool
|
type: tool
|
||||||
crossVersionUpdate: true
|
crossVersionUpdate: true
|
||||||
limit: 0
|
limit: 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue