feat: Add Multi-Language Support to Maddy-mail (#2970)
This commit is contained in:
parent
d7d04e676f
commit
fb28a2fea1
|
|
@ -8,6 +8,14 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
label:
|
||||||
|
en: SMTP inbound port
|
||||||
|
ja: SMTP 受信ポート
|
||||||
|
ms: Port masuk SMTP
|
||||||
|
pt-br: Porta de entrada SMTP
|
||||||
|
ru: Входной порт SMTP
|
||||||
|
zh-Hant: SMTP 進口埠
|
||||||
|
zh: SMTP 入站端口
|
||||||
- default: 143
|
- default: 143
|
||||||
disabled: true
|
disabled: true
|
||||||
envKey: IMAP4_PORT
|
envKey: IMAP4_PORT
|
||||||
|
|
@ -16,6 +24,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: 993
|
- default: 993
|
||||||
disabled: true
|
disabled: true
|
||||||
envKey: IMAP4_PORT2
|
envKey: IMAP4_PORT2
|
||||||
|
|
@ -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
|
||||||
disabled: true
|
disabled: true
|
||||||
envKey: SMTP_S_PORT
|
envKey: SMTP_S_PORT
|
||||||
|
|
@ -32,6 +56,14 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
label:
|
||||||
|
en: SMTP Submission ports
|
||||||
|
ja: SMTP 提出ポート
|
||||||
|
ms: Port Penghantaran SMTP
|
||||||
|
pt-br: Portas de envio SMTP
|
||||||
|
ru: Порты отправки SMTP
|
||||||
|
zh-Hant: SMTP 提交埠
|
||||||
|
zh: SMTP 提交端口
|
||||||
- default: 587
|
- default: 587
|
||||||
disabled: true
|
disabled: true
|
||||||
envKey: SMTP_S_PORT2
|
envKey: SMTP_S_PORT2
|
||||||
|
|
@ -40,6 +72,14 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
label:
|
||||||
|
en: SMTP Submission ports
|
||||||
|
ja: SMTP 提出ポート
|
||||||
|
ms: Port Penghantaran SMTP
|
||||||
|
pt-br: Portas de envio SMTP
|
||||||
|
ru: Порты отправки SMTP
|
||||||
|
zh-Hant: SMTP 提交埠
|
||||||
|
zh: SMTP 提交端口
|
||||||
- default: mail.example.com
|
- default: mail.example.com
|
||||||
edit: true
|
edit: true
|
||||||
envKey: MAIL_HOSTNAME
|
envKey: MAIL_HOSTNAME
|
||||||
|
|
@ -47,6 +87,14 @@ additionalProperties:
|
||||||
labelZh: 邮箱 MX 主机名
|
labelZh: 邮箱 MX 主机名
|
||||||
required: true
|
required: true
|
||||||
type: text
|
type: text
|
||||||
|
label:
|
||||||
|
en: Mail MX hostname
|
||||||
|
ja: メール MX ホスト名
|
||||||
|
ms: Nama hos MX mel
|
||||||
|
pt-br: Nome do host MX de e-mail
|
||||||
|
ru: Имя хоста MX для почты
|
||||||
|
zh-Hant: 郵件 MX 主機名稱
|
||||||
|
zh: 邮件 MX 主机名
|
||||||
- default: example.com
|
- default: example.com
|
||||||
edit: true
|
edit: true
|
||||||
envKey: MAIL_DOMAIN
|
envKey: MAIL_DOMAIN
|
||||||
|
|
@ -54,3 +102,11 @@ additionalProperties:
|
||||||
labelZh: 邮箱域名
|
labelZh: 邮箱域名
|
||||||
required: true
|
required: true
|
||||||
type: text
|
type: text
|
||||||
|
label:
|
||||||
|
en: Mail domain
|
||||||
|
ja: メールドメイン
|
||||||
|
ms: Domain mel
|
||||||
|
pt-br: Domínio de e-mail
|
||||||
|
ru: Почтовый домен
|
||||||
|
zh-Hant: 郵件域名
|
||||||
|
zh: 邮件域名
|
||||||
|
|
@ -10,6 +10,14 @@ additionalProperties:
|
||||||
- Email
|
- Email
|
||||||
shortDescZh: 可组合的多合一邮件服务器
|
shortDescZh: 可组合的多合一邮件服务器
|
||||||
shortDescEn: Composable all-in-one mail server
|
shortDescEn: Composable all-in-one mail server
|
||||||
|
description:
|
||||||
|
en: Composable all-in-one mail server
|
||||||
|
ja: 組み合わせ可能なオールインワンメールサーバー
|
||||||
|
ms: Pelayan mel semua-dalam-satu yang boleh disusun
|
||||||
|
pt-br: Servidor de e-mail tudo-em-um composível
|
||||||
|
ru: Составной универсальный почтовый сервер
|
||||||
|
zh-Hant: 可組合的一體化郵件伺服器
|
||||||
|
zh: 可组合的全能邮件服务器
|
||||||
type: tool
|
type: tool
|
||||||
crossVersionUpdate: true
|
crossVersionUpdate: true
|
||||||
limit: 1
|
limit: 1
|
||||||
|
|
@ -17,3 +25,4 @@ additionalProperties:
|
||||||
website: https://maddy.email
|
website: https://maddy.email
|
||||||
github: https://github.com/foxcpp/maddy
|
github: https://github.com/foxcpp/maddy
|
||||||
document: https://maddy.email
|
document: https://maddy.email
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue