@nocobase/plugin-workflow-notification 2.0.0-alpha.42 → 2.0.0-alpha.43

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,9 +10,9 @@
10
10
  module.exports = {
11
11
  "react": "18.2.0",
12
12
  "@ant-design/icons": "5.6.1",
13
- "@nocobase/plugin-workflow": "2.0.0-alpha.42",
14
- "@nocobase/plugin-notification-manager": "2.0.0-alpha.42",
15
- "@nocobase/client": "2.0.0-alpha.42",
13
+ "@nocobase/plugin-workflow": "2.0.0-alpha.43",
14
+ "@nocobase/plugin-notification-manager": "2.0.0-alpha.43",
15
+ "@nocobase/client": "2.0.0-alpha.43",
16
16
  "react-i18next": "11.18.6",
17
- "@nocobase/server": "2.0.0-alpha.42"
17
+ "@nocobase/server": "2.0.0-alpha.43"
18
18
  };
@@ -0,0 +1,4 @@
1
+ {
2
+ "Notification": "Уведомление",
3
+ "Send notification. You can use the variables in the upstream nodes as content and ohter config.": "Отправить уведомление. Вы можете использовать переменные из вышестоящих узлов в качестве содержимого и других настроек."
4
+ }
package/package.json CHANGED
@@ -1,13 +1,16 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-workflow-notification",
3
3
  "displayName": "Workflow: notification node",
4
+ "displayName.ru-RU": "Рабочий процесс: Узел уведомлений",
4
5
  "displayName.zh-CN": "工作流:通知节点",
5
6
  "description": "Send notification in workflow.",
7
+ "description.ru-RU": "Отправляет уведомления в рамках рабочего процесса.",
6
8
  "description.zh-CN": "可用于在工作流中发送各类通知。",
7
- "version": "2.0.0-alpha.42",
9
+ "version": "2.0.0-alpha.43",
8
10
  "license": "AGPL-3.0",
9
11
  "main": "./dist/server/index.js",
10
12
  "homepage": "https://docs.nocobase.com/handbook/workflow-smtp-mailer",
13
+ "homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/workflow-smtp-mailer",
11
14
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/workflow-smtp-mailer",
12
15
  "devDependencies": {
13
16
  "antd": "5.x",
@@ -23,5 +26,5 @@
23
26
  "keywords": [
24
27
  "Workflow"
25
28
  ],
26
- "gitHead": "9e96dd78d0c1445c8da76863e30f046be5b48d90"
29
+ "gitHead": "5e1b7446db50446b80427240a38a9417f3742c05"
27
30
  }