@strapi/plugin-email
Advanced tools
Comparing version 4.0.0-next.2 to 4.0.0-next.3
{ | ||
"plugin.description.long": "发送电子邮件。", | ||
"plugin.description.short": "发送电子邮件。" | ||
"plugin.description.long": "发送邮件", | ||
"plugin.description.short": "发送邮件", | ||
"SettingsNav.section-label": "电子邮件插件", | ||
"SettingsNav.link.settings": "电子邮件设置", | ||
"Settings.title": "电子邮件设置", | ||
"Settings.subTitle": "测试电子邮件插件配置", | ||
"Settings.button.test-email": "测试邮件", | ||
"Settings.notification.test.success": "邮件发送成功, 请检查{to}邮箱", | ||
"Settings.notification.test.error": "测试邮件发送至{to}失败", | ||
"Settings.notification.config.error": "无法使用电子邮件配置", | ||
"Settings.form.title.config": "配置", | ||
"Settings.form.title.test": "发送一个测试邮件", | ||
"Settings.form.label.provider": "电子邮件提供商", | ||
"Settings.form.label.defaultFrom": "默认寄件地址", | ||
"Settings.form.label.defaultReplyTo": "默认回复地址", | ||
"Settings.form.label.testAddress": "测试寄件电子邮件", | ||
"Settings.form.placeholder.defaultFrom": "例如: Strapi No-Reply <no-reply@strapi.io>", | ||
"Settings.form.placeholder.defaultReplyTo": "例如: Strapi <example@strapi.io>", | ||
"Settings.form.placeholder.testAddress": "例如: developer@example.com", | ||
"Settings.form.text.configuration": "该插件通过{file}进行配置, 点击{link}查看文档" | ||
} |
{ | ||
"name": "@strapi/plugin-email", | ||
"version": "4.0.0-next.2", | ||
"version": "4.0.0-next.3", | ||
"description": "Easily configure your Strapi application to send emails.", | ||
@@ -15,8 +15,8 @@ "strapi": { | ||
"dependencies": { | ||
"@strapi/provider-email-sendmail": "4.0.0-next.2", | ||
"@strapi/utils": "4.0.0-next.2", | ||
"@strapi/provider-email-sendmail": "4.0.0-next.3", | ||
"@strapi/utils": "4.0.0-next.3", | ||
"lodash": "4.17.21" | ||
}, | ||
"devDependencies": { | ||
"@strapi/helper-plugin": "4.0.0-next.2", | ||
"@strapi/helper-plugin": "4.0.0-next.3", | ||
"rimraf": "3.0.2" | ||
@@ -45,3 +45,3 @@ }, | ||
"license": "SEE LICENSE IN LICENSE", | ||
"gitHead": "50849e68c7d3632eb5899c6346e33d71a211a3bd" | ||
"gitHead": "22eb6f24d86dae4bd6dff8293916ec40e2f44d33" | ||
} |
25550
685
+ Added@strapi/provider-email-sendmail@4.0.0-next.3(transitive)
+ Added@strapi/utils@4.0.0-next.3(transitive)
- Removed@strapi/provider-email-sendmail@4.0.0-next.2(transitive)
- Removed@strapi/utils@4.0.0-next.2(transitive)
Updated@strapi/utils@4.0.0-next.3