@strapi/email 5.31.3 → 5.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/admin/index.js
CHANGED
|
@@ -23,7 +23,7 @@ function __variableDynamicImportRuntime1__(path) {
|
|
|
23
23
|
case './translations/pl.json': return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespaceDefaultOnly(require('./translations/pl.json.js')); });
|
|
24
24
|
case './translations/pt-BR.json': return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespaceDefaultOnly(require('./translations/pt-BR.json.js')); });
|
|
25
25
|
case './translations/pt.json': return Promise.resolve().then(function () { return require('./translations/pt.json.js'); });
|
|
26
|
-
case './translations/ru.json': return Promise.resolve().then(function () { return
|
|
26
|
+
case './translations/ru.json': return Promise.resolve().then(function () { return require('./translations/ru.json.js'); });
|
|
27
27
|
case './translations/sk.json': return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespaceDefaultOnly(require('./translations/sk.json.js')); });
|
|
28
28
|
case './translations/th.json': return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespaceDefaultOnly(require('./translations/th.json.js')); });
|
|
29
29
|
case './translations/tr.json': return Promise.resolve().then(function () { return require('./translations/tr.json.js'); });
|
|
@@ -1,6 +1,32 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
var link = "Ссылка";
|
|
6
|
+
var ru = {
|
|
7
|
+
link: link,
|
|
8
|
+
"Settings.email.plugin.button.test-email": "Отправить тестовое письмо",
|
|
9
|
+
"Settings.email.plugin.label.defaultFrom": "Email отправителя по умолчанию",
|
|
10
|
+
"Settings.email.plugin.label.defaultReplyTo": "Email ответа по умолчанию",
|
|
11
|
+
"Settings.email.plugin.label.provider": "Провайдер email",
|
|
12
|
+
"Settings.email.plugin.label.testAddress": "Email получателя",
|
|
13
|
+
"Settings.email.plugin.notification.config.error": "Не удалось получить конфигурацию email",
|
|
14
|
+
"Settings.email.plugin.notification.data.loaded": "Данные настроек email загружены",
|
|
15
|
+
"Settings.email.plugin.notification.test.error": "Не удалось отправить тестовое письмо на {to}",
|
|
16
|
+
"Settings.email.plugin.notification.test.success": "Тест email прошел успешно, проверьте почтовый ящик {to}",
|
|
17
|
+
"Settings.email.plugin.placeholder.defaultFrom": "напр.: Strapi No-Reply <no-reply@strapi.io>",
|
|
18
|
+
"Settings.email.plugin.placeholder.defaultReplyTo": "напр.: Strapi <example@strapi.io>",
|
|
19
|
+
"Settings.email.plugin.placeholder.testAddress": "напр.: developer@example.com",
|
|
20
|
+
"Settings.email.plugin.subTitle": "Протестируйте настройки для плагина Email",
|
|
21
|
+
"Settings.email.plugin.text.configuration": "Плагин настраивается через файл {file}, ознакомьтесь с {link} для документации.",
|
|
22
|
+
"Settings.email.plugin.title": "Конфигурация",
|
|
23
|
+
"Settings.email.plugin.title.config": "Конфигурация",
|
|
24
|
+
"Settings.email.plugin.title.test": "Тест доставки email",
|
|
25
|
+
"SettingsNav.link.settings": "Настройки",
|
|
26
|
+
"SettingsNav.section-label": "Плагин Email",
|
|
27
|
+
"components.Input.error.validation.email": "Это недействительный email"
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
exports.default = ru;
|
|
31
|
+
exports.link = link;
|
|
6
32
|
//# sourceMappingURL=ru.json.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ru.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ru.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,27 @@
|
|
|
1
|
-
var
|
|
1
|
+
var link = "Ссылка";
|
|
2
|
+
var ru = {
|
|
3
|
+
link: link,
|
|
4
|
+
"Settings.email.plugin.button.test-email": "Отправить тестовое письмо",
|
|
5
|
+
"Settings.email.plugin.label.defaultFrom": "Email отправителя по умолчанию",
|
|
6
|
+
"Settings.email.plugin.label.defaultReplyTo": "Email ответа по умолчанию",
|
|
7
|
+
"Settings.email.plugin.label.provider": "Провайдер email",
|
|
8
|
+
"Settings.email.plugin.label.testAddress": "Email получателя",
|
|
9
|
+
"Settings.email.plugin.notification.config.error": "Не удалось получить конфигурацию email",
|
|
10
|
+
"Settings.email.plugin.notification.data.loaded": "Данные настроек email загружены",
|
|
11
|
+
"Settings.email.plugin.notification.test.error": "Не удалось отправить тестовое письмо на {to}",
|
|
12
|
+
"Settings.email.plugin.notification.test.success": "Тест email прошел успешно, проверьте почтовый ящик {to}",
|
|
13
|
+
"Settings.email.plugin.placeholder.defaultFrom": "напр.: Strapi No-Reply <no-reply@strapi.io>",
|
|
14
|
+
"Settings.email.plugin.placeholder.defaultReplyTo": "напр.: Strapi <example@strapi.io>",
|
|
15
|
+
"Settings.email.plugin.placeholder.testAddress": "напр.: developer@example.com",
|
|
16
|
+
"Settings.email.plugin.subTitle": "Протестируйте настройки для плагина Email",
|
|
17
|
+
"Settings.email.plugin.text.configuration": "Плагин настраивается через файл {file}, ознакомьтесь с {link} для документации.",
|
|
18
|
+
"Settings.email.plugin.title": "Конфигурация",
|
|
19
|
+
"Settings.email.plugin.title.config": "Конфигурация",
|
|
20
|
+
"Settings.email.plugin.title.test": "Тест доставки email",
|
|
21
|
+
"SettingsNav.link.settings": "Настройки",
|
|
22
|
+
"SettingsNav.section-label": "Плагин Email",
|
|
23
|
+
"components.Input.error.validation.email": "Это недействительный email"
|
|
24
|
+
};
|
|
2
25
|
|
|
3
|
-
export { ru as default };
|
|
26
|
+
export { ru as default, link };
|
|
4
27
|
//# sourceMappingURL=ru.json.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ru.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ru.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/email",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.33.0",
|
|
4
4
|
"description": "Easily configure your Strapi application to send emails.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@strapi/design-system": "2.0.1",
|
|
60
60
|
"@strapi/icons": "2.0.1",
|
|
61
|
-
"@strapi/provider-email-sendmail": "5.
|
|
62
|
-
"@strapi/utils": "5.
|
|
61
|
+
"@strapi/provider-email-sendmail": "5.33.0",
|
|
62
|
+
"@strapi/utils": "5.33.0",
|
|
63
63
|
"koa2-ratelimit": "^1.1.3",
|
|
64
64
|
"lodash": "4.17.21",
|
|
65
65
|
"react-intl": "6.6.2",
|
|
@@ -68,9 +68,9 @@
|
|
|
68
68
|
"zod": "3.25.67"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@strapi/admin": "5.
|
|
72
|
-
"@strapi/types": "5.
|
|
73
|
-
"@testing-library/react": "
|
|
71
|
+
"@strapi/admin": "5.33.0",
|
|
72
|
+
"@strapi/types": "5.33.0",
|
|
73
|
+
"@testing-library/react": "16.3.0",
|
|
74
74
|
"@types/koa": "2.13.4",
|
|
75
75
|
"@types/lodash": "^4.14.191",
|
|
76
76
|
"koa": "2.16.1",
|