@nocobase/plugin-workflow-delay 2.0.0-alpha.41 → 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,8 +11,8 @@ module.exports = {
11
11
  "react": "18.2.0",
12
12
  "antd": "5.24.2",
13
13
  "@ant-design/icons": "5.6.1",
14
- "@nocobase/plugin-workflow": "2.0.0-alpha.41",
15
- "@nocobase/client": "2.0.0-alpha.41",
14
+ "@nocobase/plugin-workflow": "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.41"
17
+ "@nocobase/server": "2.0.0-alpha.43"
18
18
  };
@@ -0,0 +1,10 @@
1
+ {
2
+ "Delay": "Задержка",
3
+ "Delay a period of time and then continue or exit the process. Can be used to set wait or timeout times in parallel branches.": "Задержать на определенный период времени, а затем продолжить или выйти из процесса. Может использоваться для установки времени ожидания или таймаута в параллельных ветвях.",
4
+ "Duration": "Продолжительность",
5
+ "Unit": "Единица",
6
+ "End status": "Конечный статус",
7
+ "Select status": "Выбрать статус",
8
+ "Succeed and continue": "Успешно и продолжить",
9
+ "Fail and exit": "Провал и выход"
10
+ }
package/package.json CHANGED
@@ -1,13 +1,16 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-workflow-delay",
3
3
  "displayName": "Workflow: Delay node",
4
+ "displayName.ru-RU": "Рабочий процесс: Узел задержки",
4
5
  "displayName.zh-CN": "工作流:延时节点",
5
6
  "description": "Could be used in workflow parallel branch for waiting other branches.",
7
+ "description.ru-RU": "Может использоваться в параллельных ветках рабочего процесса для ожидания завершения других веток.",
6
8
  "description.zh-CN": "可用于工作流并行分支中等待其他分支执行完成。",
7
- "version": "2.0.0-alpha.41",
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-delay",
13
+ "homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/workflow-delay",
11
14
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/workflow-delay",
12
15
  "devDependencies": {
13
16
  "antd": "5.x",
@@ -21,7 +24,7 @@
21
24
  "@nocobase/server": "2.x",
22
25
  "@nocobase/test": "2.x"
23
26
  },
24
- "gitHead": "889e81eef0280c2e45571bd0a4b2db6aa004f8c1",
27
+ "gitHead": "5e1b7446db50446b80427240a38a9417f3742c05",
25
28
  "keywords": [
26
29
  "Workflow"
27
30
  ]