From 6b4b78cabceb9a9728429600e497755b64bbd188 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Wed, 9 Apr 2025 14:58:47 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E9=82=AE=E4=BB=B6?= =?UTF-8?q?=E5=8F=91=E9=80=81=E5=A4=B1=E8=B4=A5=E6=97=B6=EF=BC=8C=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E4=BF=A1=E6=81=AF=E5=A2=9E=E5=8A=A0=E6=94=B6=E4=BB=B6?= =?UTF-8?q?=E4=BA=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1395561729589248]邮件发送失败时,日志信息增加收件人信息 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1395561729589248 --- localconfig/i18n/language_en.json | 3 ++- localconfig/i18n/language_zh.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 84ad0dc..65a8576 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -1479,7 +1479,8 @@ }, "nfne": { "emailsendexception": { - "emailsendexception": "Email sending failed, Exception:{0}" + "emailsendexception": "Email sending failed, Exception:{0}", + "emailsendexception_a": "Email sending failed, exception: {0}, all recipients: {1}" } }, "nfpa": { diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index c37a5ba..09e13e0 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -1507,7 +1507,8 @@ }, "nfne": { "emailsendexception": { - "emailsendexception": "邮件发送失败,异常:{0}" + "emailsendexception": "邮件发送失败,异常:{0}", + "emailsendexception_a": "邮件发送失败,异常:{0},所有收件人:{1}" } }, "nfpa": { -- Gitee