diff --git a/locales/en-US.yml b/locales/en-US.yml index 8b9994c70..412fbefe0 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -677,7 +677,8 @@ smtpUser: "Username" smtpPass: "Password" customEmailTemplate: { title: "Custom Email Template (Advanced)", - description: "This allows you to modify the default email template that is used for any automated sent emails." + description: "This allows you to modify the default email template that is used for any automated sent emails.", + reference: "Please refer to {link} to check if what you want to use is supported by email.", } emptyToDisableSmtpAuth: "Leave username and password empty to disable SMTP authentication" smtpSecure: "Use implicit SSL/TLS for SMTP connections" diff --git a/locales/index.d.ts b/locales/index.d.ts index 76f440461..1cac08c8c 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -2729,6 +2729,10 @@ export interface Locale extends ILocale { * これにより、自動送信メールに使用されるデフォルトのメールテンプレートを変更することができます。 */ "description": string; + /** + * {link}を参照して、使用したいものが電子メールでサポートされているかどうかを確認してください。 + */ + "reference": ParameterizedString<"link">; }; /** * ユーザー名とパスワードを空欄にすることで、SMTP認証を無効化出来ます diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 811ebf7be..859a9c192 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -678,7 +678,8 @@ smtpUser: "ユーザー名" smtpPass: "パスワード" customEmailTemplate: { title: "カスタムメールテンプレート(上級者向け)", - description: "これにより、自動送信メールに使用されるデフォルトのメールテンプレートを変更することができます。" + description: "これにより、自動送信メールに使用されるデフォルトのメールテンプレートを変更することができます。", + reference: "{link}を参照して、使用したいものが電子メールでサポートされているかどうかを確認してください。", } emptyToDisableSmtpAuth: "ユーザー名とパスワードを空欄にすることで、SMTP認証を無効化出来ます" smtpSecure: "SMTP 接続に暗黙的なSSL/TLSを使用する" diff --git a/packages/frontend/src/pages/admin/email-settings.vue b/packages/frontend/src/pages/admin/email-settings.vue index a8fe52fc2..9199a54d8 100644 --- a/packages/frontend/src/pages/admin/email-settings.vue +++ b/packages/frontend/src/pages/admin/email-settings.vue @@ -51,6 +51,13 @@ SPDX-License-Identifier: AGPL-3.0-only + + + + +