@nocobase/plugin-workflow-manual 1.3.23-beta → 1.3.25-beta
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.
- package/dist/externalVersion.js +9 -9
- package/dist/locale/ja_JP.json +33 -0
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,22 +8,22 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.3.
|
|
11
|
+
"@nocobase/client": "1.3.25-beta",
|
|
12
12
|
"react": "18.2.0",
|
|
13
13
|
"@formily/react": "2.3.0",
|
|
14
14
|
"antd": "5.12.8",
|
|
15
15
|
"dayjs": "1.11.10",
|
|
16
|
-
"@nocobase/plugin-workflow": "1.3.
|
|
16
|
+
"@nocobase/plugin-workflow": "1.3.25-beta",
|
|
17
17
|
"@ant-design/icons": "5.2.6",
|
|
18
18
|
"react-i18next": "11.18.6",
|
|
19
|
-
"@nocobase/utils": "1.3.
|
|
20
|
-
"@nocobase/server": "1.3.
|
|
21
|
-
"@nocobase/actions": "1.3.
|
|
22
|
-
"@nocobase/resourcer": "1.3.
|
|
23
|
-
"@nocobase/test": "1.3.
|
|
24
|
-
"@nocobase/plugin-workflow-test": "1.3.
|
|
19
|
+
"@nocobase/utils": "1.3.25-beta",
|
|
20
|
+
"@nocobase/server": "1.3.25-beta",
|
|
21
|
+
"@nocobase/actions": "1.3.25-beta",
|
|
22
|
+
"@nocobase/resourcer": "1.3.25-beta",
|
|
23
|
+
"@nocobase/test": "1.3.25-beta",
|
|
24
|
+
"@nocobase/plugin-workflow-test": "1.3.25-beta",
|
|
25
25
|
"@formily/core": "2.3.0",
|
|
26
26
|
"@formily/antd-v5": "1.1.9",
|
|
27
|
-
"@nocobase/database": "1.3.
|
|
27
|
+
"@nocobase/database": "1.3.25-beta",
|
|
28
28
|
"lodash": "4.17.21"
|
|
29
29
|
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Manual": "手動",
|
|
3
|
+
"Could be used for manually submitting data, and determine whether to continue or exit. Workflow will generate a todo item for assigned user when it reaches a manual node, and continue processing after user submits the form.": "手動でデータを提出し、続行または終了を決定できます。ワークフローが手動ノードに到達すると、指定されたユーザーにToDoアイテムを生成し、ユーザーがフォームを提出すると処理を続行します。",
|
|
4
|
+
"Values preset in this form will override user submitted ones when continue or reject.": "このフォームにプリセットされた値は、続行または拒否時にユーザーが提出した値を上書きします。",
|
|
5
|
+
"Assignee": "担当者",
|
|
6
|
+
"Assignees": "担当者",
|
|
7
|
+
"User interface": "ユーザーインターフェース",
|
|
8
|
+
"Configure user interface": "ユーザーインターフェースを構成",
|
|
9
|
+
"View user interface": "ユーザーインターフェースを表示",
|
|
10
|
+
"Separately": "別々に処理",
|
|
11
|
+
"Each user has own task": "各ユーザーが自分のタスクを持つ",
|
|
12
|
+
"Collaboratively": "協力して処理",
|
|
13
|
+
"Everyone shares one task": "全員で1つのタスクを共有",
|
|
14
|
+
"Negotiation": "協議メカニズム",
|
|
15
|
+
"All pass": "全員通過",
|
|
16
|
+
"Everyone should pass": "全員が通過する必要があります",
|
|
17
|
+
"Any pass": "誰か一人が通過",
|
|
18
|
+
"Anyone pass": "誰か一人が通過すれば通過",
|
|
19
|
+
"Field name existed in form": "フォームに既にフィールド名が存在します",
|
|
20
|
+
"Continue the process": "プロセスを続行",
|
|
21
|
+
"Terminate the process": "プロセスを終了",
|
|
22
|
+
"Save temporarily": "一時保存",
|
|
23
|
+
"Custom form": "カスタムフォーム",
|
|
24
|
+
"Data record": "データ記録",
|
|
25
|
+
"Create record form": "レコード作成フォーム",
|
|
26
|
+
"Update record form": "レコード更新フォーム",
|
|
27
|
+
"Filter settings": "フィルター設定",
|
|
28
|
+
"Workflow todos": "ワークフローのToDo",
|
|
29
|
+
"Task": "タスク",
|
|
30
|
+
"Task node": "タスクノード",
|
|
31
|
+
"Unprocessed": "未処理",
|
|
32
|
+
"Please check one of your update record form, and add at least one filter condition in form settings.": "更新レコードフォームの1つを確認し、フォーム設定で少なくとも1つのフィルター条件を追加してください。"
|
|
33
|
+
}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "工作流:人工处理节点",
|
|
5
5
|
"description": "Could be used for workflows which some of decisions are made by users.",
|
|
6
6
|
"description.zh-CN": "用于人工控制部分决策的流程。",
|
|
7
|
-
"version": "1.3.
|
|
7
|
+
"version": "1.3.25-beta",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/handbook/workflow-manual",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@nocobase/test": "1.x",
|
|
31
31
|
"@nocobase/utils": "1.x"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "dea17d475f5db81a93fd7c27aebd650c46bb3a45",
|
|
34
34
|
"keywords": [
|
|
35
35
|
"Workflow"
|
|
36
36
|
]
|