@nocobase/plugin-workflow-parallel 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.
@@ -11,11 +11,11 @@ module.exports = {
11
11
  "react": "18.2.0",
12
12
  "antd": "5.24.2",
13
13
  "@ant-design/icons": "5.6.1",
14
- "@nocobase/client": "2.0.0-alpha.42",
15
- "@nocobase/plugin-workflow": "2.0.0-alpha.42",
14
+ "@nocobase/client": "2.0.0-alpha.43",
15
+ "@nocobase/plugin-workflow": "2.0.0-alpha.43",
16
16
  "react-i18next": "11.18.6",
17
- "@nocobase/server": "2.0.0-alpha.42",
18
- "@nocobase/plugin-workflow-test": "2.0.0-alpha.42",
19
- "@nocobase/test": "2.0.0-alpha.42",
20
- "@nocobase/utils": "2.0.0-alpha.42"
17
+ "@nocobase/server": "2.0.0-alpha.43",
18
+ "@nocobase/plugin-workflow-test": "2.0.0-alpha.43",
19
+ "@nocobase/test": "2.0.0-alpha.43",
20
+ "@nocobase/utils": "2.0.0-alpha.43"
21
21
  };
@@ -1,7 +1,12 @@
1
1
  {
2
2
  "Parallel branch": "Параллельная ветвь",
3
+ "Run multiple branch processes in parallel.": "Запускать несколько ветвей параллельно.",
4
+ "Add branch": "Добавить ветвь",
5
+ "Mode": "Режим",
3
6
  "All succeeded": "Всё успешно",
4
7
  "Any succeeded": "Что-то успешно",
8
+ "Any succeeded or failed": "Что-то успешно или провалилось",
5
9
  "Continue after all branches succeeded": "Продолжать после успеха на всех ветвях",
6
- "Continue after any branch succeeded": "Продолжать после успеха на любой из ветвей"
10
+ "Continue after any branch succeeded": "Продолжать после успеха на любой из ветвей",
11
+ "Continue after any branch succeeded, or exit after any branch failed.": "Продолжать после успеха на любой из ветвей, или выйти после провала любой из ветвей."
7
12
  }
package/package.json CHANGED
@@ -1,13 +1,16 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-workflow-parallel",
3
3
  "displayName": "Workflow: Parallel node",
4
+ "displayName.ru-RU": "Рабочий процесс: Параллельный узел",
4
5
  "displayName.zh-CN": "工作流:并行分支节点",
5
6
  "description": "Could be used for parallel execution of branch processes in the 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-parallel",
13
+ "homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/workflow-parallel",
11
14
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/workflow-parallel",
12
15
  "devDependencies": {
13
16
  "@ant-design/icons": "5.x",
@@ -22,7 +25,7 @@
22
25
  "@nocobase/server": "2.x",
23
26
  "@nocobase/test": "2.x"
24
27
  },
25
- "gitHead": "9e96dd78d0c1445c8da76863e30f046be5b48d90",
28
+ "gitHead": "5e1b7446db50446b80427240a38a9417f3742c05",
26
29
  "keywords": [
27
30
  "Workflow"
28
31
  ]