@nocobase/plugin-notification-manager 2.0.0-alpha.42 → 2.0.0-alpha.44

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.
@@ -10,16 +10,16 @@
10
10
  module.exports = {
11
11
  "react": "18.2.0",
12
12
  "antd": "5.24.2",
13
- "@nocobase/client": "2.0.0-alpha.42",
14
- "@nocobase/utils": "2.0.0-alpha.42",
15
- "@nocobase/server": "2.0.0-alpha.42",
16
- "@nocobase/logger": "2.0.0-alpha.42",
13
+ "@nocobase/client": "2.0.0-alpha.44",
14
+ "@nocobase/utils": "2.0.0-alpha.44",
15
+ "@nocobase/server": "2.0.0-alpha.44",
16
+ "@nocobase/logger": "2.0.0-alpha.44",
17
17
  "@formily/react": "2.3.7",
18
18
  "@formily/core": "2.3.7",
19
19
  "react-i18next": "11.18.6",
20
- "@nocobase/database": "2.0.0-alpha.42",
20
+ "@nocobase/database": "2.0.0-alpha.44",
21
21
  "@formily/shared": "2.3.7",
22
22
  "@ant-design/icons": "5.6.1",
23
23
  "@formily/antd-v5": "1.2.3",
24
- "@nocobase/plugin-workflow": "2.0.0-alpha.42"
24
+ "@nocobase/plugin-workflow": "2.0.0-alpha.44"
25
25
  };
@@ -0,0 +1,41 @@
1
+ {
2
+ "Notification Management": "Управление уведомлениями",
3
+ "Notification": "Уведомление",
4
+ "Channels": "Каналы",
5
+ "Channel": "Канал",
6
+ "Channel title": "Заголовок канала",
7
+ "Channel name": "Имя канала",
8
+ "Channel display name": "Отображаемое имя канала",
9
+ "Content": "Содержимое",
10
+ "Receivers": "Получатели",
11
+ "Receiver": "Получатель",
12
+ "Add new receiver": "Добавить нового получателя",
13
+ "Templates": "Шаблоны",
14
+ "Logs": "Логи",
15
+ "Title": "Заголовок",
16
+ "Description": "Описание",
17
+ "Notification type": "Тип уведомления",
18
+ "Actions": "Действия",
19
+ "Configure": "Настроить",
20
+ "Add new": "Добавить новое",
21
+ "Trigger From": "Запуск от",
22
+ "Status": "Статус",
23
+ "Edit": "Редактировать",
24
+ "Created At": "Создано",
25
+ "Delete record": "Удалить запись",
26
+ "Are you sure you want to delete it?": "Вы уверены, что хотите удалить это?",
27
+ "Deleted successfully!": "Успешно удалено!",
28
+ "Add user": "Добавить пользователя",
29
+ "Select users": "Выбрать пользователей",
30
+ "Query users": "Поиск пользователей",
31
+ "Receiver type": "Тип получателя",
32
+ "No channel enabled yet": "Пока не включен ни один канал",
33
+ "Success": "Успех",
34
+ "Fail": "Неудача",
35
+ "Reason": "Причина",
36
+ "Failed reason": "Причина неудачи",
37
+ "Log detail": "Детали лога",
38
+ "Message": "Сообщение",
39
+ "Notification manager": "Менеджер уведомлений",
40
+ "Randomly generated and can not be modified. Support letters, numbers and underscores, must start with an letter.": "Случайно сгенерировано и не может быть изменено. Поддерживает буквы, цифры и подчеркивания, должно начинаться с буквы."
41
+ }
package/package.json CHANGED
@@ -1,11 +1,14 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-notification-manager",
3
3
  "displayName": "Notification manager",
4
+ "displayName.ru-RU": "Менеджер уведомлений",
4
5
  "description": "Provides a unified management service that includes channel configuration, logging, and other features, supporting the configuration of various notification channels, including in-app message and email.",
6
+ "description.ru-RU": "Предоставляет единый сервис управления, включающий конфигурирование каналов, логирование и другие функции, поддерживает настройку различных каналов уведомлений, включая внутренние сообщения и электронную почту.",
5
7
  "displayName.zh-CN": "通知管理",
6
8
  "description.zh-CN": "提供统一的管理服务,涵盖渠道配置、日志记录等功能,支持多种通知渠道的配置,包括站内信和电子邮件等。",
7
- "version": "2.0.0-alpha.42",
9
+ "version": "2.0.0-alpha.44",
8
10
  "homepage": "https://docs.nocobase.com/handbook/notification-manager",
11
+ "homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/notification-manager",
9
12
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/notification-manager",
10
13
  "main": "dist/server/index.js",
11
14
  "devDependencies": {
@@ -31,5 +34,5 @@
31
34
  "keywords": [
32
35
  "Notification"
33
36
  ],
34
- "gitHead": "9e96dd78d0c1445c8da76863e30f046be5b48d90"
37
+ "gitHead": "075bd484c270740fe9b02f1989818da91139b6b9"
35
38
  }