@nocobase/plugin-workflow-loop 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.
@@ -10,8 +10,8 @@
10
10
  module.exports = {
11
11
  "react": "18.2.0",
12
12
  "@ant-design/icons": "5.2.6",
13
- "@nocobase/client": "1.3.23-beta",
14
- "@nocobase/plugin-workflow": "1.3.23-beta",
13
+ "@nocobase/client": "1.3.25-beta",
14
+ "@nocobase/plugin-workflow": "1.3.25-beta",
15
15
  "react-i18next": "11.18.6",
16
- "@nocobase/server": "1.3.23-beta"
16
+ "@nocobase/server": "1.3.25-beta"
17
17
  };
@@ -0,0 +1,9 @@
1
+ {
2
+ "Loop": "ループ",
3
+ "Loop target": "ループ対象",
4
+ "Loop index": "ループインデックス",
5
+ "Loop length": "ループ長",
6
+ "By using a loop node, you can perform the same operation on multiple sets of data. The source of these sets can be either multiple records from a query node or multiple associated records of a single record. Loop node can also be used for iterating a certain number of times or for looping through each character in a string. However, excessive looping may cause performance issues, so use with caution.": "ループノードを使用することで、複数のデータセットに同じ操作を実行できます。これらのデータは、クエリノードの複数のレコードまたは単一レコードの関連レコードから得られます。ループノードは、特定回数の繰り返しや、文字列の各文字に対する繰り返しにも使用できます。ただし、過度のループはパフォーマンス問題を引き起こす可能性があるため、注意して使用してください。",
7
+ "Scope variables": "スコープ変数",
8
+ "A single number will be treated as a loop count, a single string will be treated as an array of characters, and other non-array values will be converted to arrays. The loop node ends when the loop count is reached, or when the array loop is completed. You can also add condition nodes to the loop to terminate it.": "単一の数値はループカウントとして扱われ、単一の文字列は文字の配列として扱われます。他の非配列値は配列に変換されます。ループノードは、ループカウントに達するか、配列ループが完了した時点で終了します。ループには条件ノードを追加して終了させることもできます。"
9
+ }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "工作流:循环节点",
5
5
  "description": "Used to repeat the sub-process processing of each value in an array, and can also be used for fixed times of sub-process processing.",
6
6
  "description.zh-CN": "用于对一个数组中的每个值进行重复的子流程处理,也可用于固定次数的重复子流程处理。",
7
- "version": "1.3.23-beta",
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-loop",
@@ -21,7 +21,7 @@
21
21
  "@nocobase/server": "1.x",
22
22
  "@nocobase/test": "1.x"
23
23
  },
24
- "gitHead": "a32ecfe2cde9b7696e7eab88a49eadda8ce1fcb7",
24
+ "gitHead": "dea17d475f5db81a93fd7c27aebd650c46bb3a45",
25
25
  "keywords": [
26
26
  "Workflow"
27
27
  ]