@nocobase/plugin-workflow-response-message 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,7 +11,7 @@ module.exports = {
11
11
  "react": "18.2.0",
12
12
  "@ant-design/icons": "5.6.1",
13
13
  "antd": "5.24.2",
14
- "@nocobase/plugin-workflow": "2.0.0-alpha.42",
15
- "@nocobase/client": "2.0.0-alpha.42",
16
- "@nocobase/server": "2.0.0-alpha.42"
14
+ "@nocobase/plugin-workflow": "2.0.0-alpha.43",
15
+ "@nocobase/client": "2.0.0-alpha.43",
16
+ "@nocobase/server": "2.0.0-alpha.43"
17
17
  };
@@ -0,0 +1,8 @@
1
+ {
2
+ "Response message": "Ответное сообщение"
3
+ "Add response message, will be send to client when process of request ends.": "Добавьте ответное сообщение, оно будет отправлено клиенту по завершении обработки запроса."
4
+ "Message content": "Содержимое сообщения"
5
+ "Supports variables in template.": "Поддерживает переменные в шаблоне."
6
+ "If the workflow ends normally, the response message will return a success status by default.": "Если рабочий процесс завершается нормально, ответное сообщение по умолчанию вернет статус \"успех\"."
7
+ "If you want to return a failure status, please add an \"End Process\" node downstream to terminate the workflow.": "Если вы хотите вернуть статус \"Ошибка\", добавьте далее узел \"Завершить процесс\", чтобы прервать рабочий процесс."
8
+ }
package/package.json CHANGED
@@ -1,12 +1,15 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-workflow-response-message",
3
- "version": "2.0.0-alpha.42",
3
+ "version": "2.0.0-alpha.43",
4
4
  "displayName": "Workflow: Response message",
5
+ "displayName.ru-RU": "Рабочий процесс: Сообщение ответа",
5
6
  "displayName.zh-CN": "工作流:响应消息",
6
7
  "description": "Used for assemble response message and showing to client in form event and request interception workflows.",
7
8
  "description.zh-CN": "用于在表单事件和请求拦截工作流中组装并向客户端显示响应消息。",
9
+ "description.ru-RU": "Используется для формирования сообщения ответа и отображения его клиенту в рабочих процессах обработки событий формы и перехвата запросов.",
8
10
  "main": "dist/server/index.js",
9
11
  "homepage": "https://docs.nocobase.com/handbook/workflow-response-message",
12
+ "homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/workflow-response-message",
10
13
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/workflow-response-message",
11
14
  "peerDependencies": {
12
15
  "@nocobase/client": "2.x",
@@ -18,5 +21,5 @@
18
21
  "keywords": [
19
22
  "Workflow"
20
23
  ],
21
- "gitHead": "9e96dd78d0c1445c8da76863e30f046be5b48d90"
24
+ "gitHead": "5e1b7446db50446b80427240a38a9417f3742c05"
22
25
  }