feat: Add Multi-Language Support to Mailserver (#2971)
This commit is contained in:
parent
fb28a2fea1
commit
48ae7b8982
|
|
@ -8,6 +8,14 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramExtUrl
|
rule: paramExtUrl
|
||||||
type: text
|
type: text
|
||||||
|
label:
|
||||||
|
en: Domain
|
||||||
|
ja: ドメイン
|
||||||
|
ms: Domain
|
||||||
|
pt-br: Domínio
|
||||||
|
ru: Домен
|
||||||
|
zh-Hant: 域名
|
||||||
|
zh: 域名
|
||||||
- default: 25
|
- default: 25
|
||||||
edit: true
|
edit: true
|
||||||
envKey: PANEL_APP_PORT_SMTP
|
envKey: PANEL_APP_PORT_SMTP
|
||||||
|
|
@ -16,6 +24,14 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
label:
|
||||||
|
en: SMTP port
|
||||||
|
ja: SMTP ポート
|
||||||
|
ms: Port SMTP
|
||||||
|
pt-br: Porta SMTP
|
||||||
|
ru: Порт SMTP
|
||||||
|
zh-Hant: SMTP 埠
|
||||||
|
zh: SMTP 端口
|
||||||
- default: 143
|
- default: 143
|
||||||
edit: true
|
edit: true
|
||||||
envKey: PANEL_APP_PORT_IMAP4_143
|
envKey: PANEL_APP_PORT_IMAP4_143
|
||||||
|
|
@ -24,6 +40,14 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
label:
|
||||||
|
en: IMAP4 port
|
||||||
|
ja: IMAP4 ポート
|
||||||
|
ms: Port IMAP4
|
||||||
|
pt-br: Porta IMAP4
|
||||||
|
ru: Порт IMAP4
|
||||||
|
zh-Hant: IMAP4 埠
|
||||||
|
zh: IMAP4 端口
|
||||||
- default: 465
|
- default: 465
|
||||||
edit: true
|
edit: true
|
||||||
envKey: PANEL_APP_PORT_ESMTP_465
|
envKey: PANEL_APP_PORT_ESMTP_465
|
||||||
|
|
@ -32,6 +56,14 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
label:
|
||||||
|
en: ESMTP port
|
||||||
|
ja: ESMTP ポート
|
||||||
|
ms: Port ESMTP
|
||||||
|
pt-br: Porta ESMTP
|
||||||
|
ru: Порт ESMTP
|
||||||
|
zh-Hant: ESMTP 埠
|
||||||
|
zh: ESMTP 端口
|
||||||
- default: 587
|
- default: 587
|
||||||
edit: true
|
edit: true
|
||||||
envKey: PANEL_APP_PORT_ESMTP_587
|
envKey: PANEL_APP_PORT_ESMTP_587
|
||||||
|
|
@ -40,6 +72,14 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
label:
|
||||||
|
en: ESMTP port
|
||||||
|
ja: ESMTP ポート
|
||||||
|
ms: Port ESMTP
|
||||||
|
pt-br: Porta ESMTP
|
||||||
|
ru: Порт ESMTP
|
||||||
|
zh-Hant: ESMTP 埠
|
||||||
|
zh: ESMTP 端口
|
||||||
- default: 993
|
- default: 993
|
||||||
edit: true
|
edit: true
|
||||||
envKey: PANEL_APP_PORT_IMAP4_993
|
envKey: PANEL_APP_PORT_IMAP4_993
|
||||||
|
|
@ -48,3 +88,13 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
label:
|
||||||
|
en: IMAP4 port
|
||||||
|
ja: IMAP4 ポート
|
||||||
|
ms: Port IMAP4
|
||||||
|
pt-br: Porta IMAP4
|
||||||
|
ru: Порт IMAP4
|
||||||
|
zh-Hant: IMAP4 埠
|
||||||
|
zh: IMAP4 端口
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,14 @@ additionalProperties:
|
||||||
- Email
|
- Email
|
||||||
shortDescZh: 全栈但简单的容器化邮件服务器
|
shortDescZh: 全栈但简单的容器化邮件服务器
|
||||||
shortDescEn: Fullstack but simple containerized mail server
|
shortDescEn: Fullstack but simple containerized mail server
|
||||||
|
description:
|
||||||
|
en: Fullstack but simple containerized mail server
|
||||||
|
ja: フルスタックでありながらシンプルなコンテナ化されたメールサーバー
|
||||||
|
ms: Pelayan mel yang terkontainerisasi tetapi mudah
|
||||||
|
pt-br: Servidor de e-mail completo e simples, contêinerizado
|
||||||
|
ru: Полный, но простой контейнеризованный почтовый сервер
|
||||||
|
zh-Hant: 全堆疊但簡單的容器化郵件伺服器
|
||||||
|
zh: 全栈但简单的容器化邮件服务器
|
||||||
type: tool
|
type: tool
|
||||||
crossVersionUpdate: false
|
crossVersionUpdate: false
|
||||||
limit: 0
|
limit: 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue