@nocobase/plugin-workflow-loop 2.0.0-alpha.5 → 2.0.0-alpha.50
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 +4 -4
- package/dist/locale/de-DE.json +16 -16
- package/dist/locale/en-US.json +17 -15
- package/dist/locale/es-ES.json +24 -0
- package/dist/locale/fr-FR.json +24 -0
- package/dist/locale/hu-HU.json +24 -0
- package/dist/locale/id-ID.json +24 -0
- package/dist/locale/it-IT.json +18 -16
- package/dist/locale/ja-JP.json +18 -3
- package/dist/locale/ko-KR.json +22 -8
- package/dist/locale/nl-NL.json +23 -8
- package/dist/locale/pt-BR.json +24 -0
- package/dist/locale/ru-RU.json +24 -0
- package/dist/locale/tr-TR.json +24 -0
- package/dist/locale/uk-UA.json +24 -0
- package/dist/locale/vi-VN.json +24 -0
- package/dist/locale/zh-CN.json +18 -16
- package/dist/locale/zh-TW.json +24 -0
- package/package.json +5 -2
package/dist/externalVersion.js
CHANGED
|
@@ -13,9 +13,9 @@ module.exports = {
|
|
|
13
13
|
"antd": "5.24.2",
|
|
14
14
|
"@formily/antd-v5": "1.2.3",
|
|
15
15
|
"@formily/react": "2.3.7",
|
|
16
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
17
|
-
"@nocobase/plugin-workflow": "2.0.0-alpha.
|
|
16
|
+
"@nocobase/client": "2.0.0-alpha.50",
|
|
17
|
+
"@nocobase/plugin-workflow": "2.0.0-alpha.50",
|
|
18
18
|
"react-i18next": "11.18.6",
|
|
19
|
-
"@nocobase/evaluators": "2.0.0-alpha.
|
|
20
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
19
|
+
"@nocobase/evaluators": "2.0.0-alpha.50",
|
|
20
|
+
"@nocobase/server": "2.0.0-alpha.50"
|
|
21
21
|
};
|
package/dist/locale/de-DE.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
|
+
"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.": "Eine einzelne Zahl wird als Schleifenzähler behandelt, eine einzelne Zeichenkette wird als ein Array von Zeichen behandelt, und andere Nicht-Array-Werte werden in Arrays umgewandelt. Der Schleifenknoten endet, wenn der Schleifenzähler erreicht ist oder wenn die Array-Schleife abgeschlossen ist. Sie können der Schleife auch Bedingungsknoten hinzufügen, um sie zu beenden.",
|
|
3
|
+
"After each ends": "Nach jedem Ende",
|
|
4
|
+
"Before each starts": "Vor jedem Start",
|
|
5
|
+
"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.": "Mit einem Schleifenknoten können Sie dieselbe Operation auf mehreren Datensätzen ausführen. Die Quelle dieser Datensätze können entweder mehrere Datensätze aus einem Abfrageknoten oder mehrere verknüpfte Datensätze eines einzelnen Datensatzes sein. Schleifenknoten können auch verwendet werden, um eine bestimmte Anzahl von Malen zu iterieren oder um jeden Buchstaben in einer Zeichenkette zu durchlaufen. Übermäßiges Schleifen kann jedoch zu Leistungsproblemen führen, daher mit Vorsicht verwenden.",
|
|
6
|
+
"Condition": "Bedingung",
|
|
7
|
+
"Continue loop on next item": "Schleife mit nächstem Element fortsetzen",
|
|
8
|
+
"Continue on next item": "Mit nächstem Element fortfahren",
|
|
9
|
+
"Enable loop condition": "Schleifenbedingung aktivieren",
|
|
10
|
+
"Exit loop": "Schleife beenden",
|
|
11
|
+
"Exit loop and continue workflow": "Schleife beenden und Workflow fortsetzen",
|
|
12
|
+
"Exit workflow": "Workflow beenden",
|
|
2
13
|
"Loop": "Schleife",
|
|
3
|
-
"Loop
|
|
14
|
+
"Loop condition on each item": "Schleifenbedingung für jedes Element",
|
|
4
15
|
"Loop index": "Schleifenindex",
|
|
5
16
|
"Loop index (starts from 0)": "Schleifenindex (beginnt bei 0)",
|
|
6
|
-
"Loop sequence (starts from 1)": "Schleifensequenz (beginnt bei 1)",
|
|
7
17
|
"Loop length": "Schleifenlänge",
|
|
8
|
-
"
|
|
18
|
+
"Loop sequence (starts from 1)": "Schleifensequenz (beginnt bei 1)",
|
|
19
|
+
"Loop target": "Schleifenziel",
|
|
9
20
|
"Scope variables": "Gültigkeitsbereichsvariablen",
|
|
10
|
-
"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.": "Eine einzelne Zahl wird als Schleifenzähler behandelt, eine einzelne Zeichenkette wird als ein Array von Zeichen behandelt, und andere Nicht-Array-Werte werden in Arrays umgewandelt. Der Schleifenknoten endet, wenn der Schleifenzähler erreicht ist oder wenn die Array-Schleife abgeschlossen ist. Sie können der Schleife auch Bedingungsknoten hinzufügen, um sie zu beenden.",
|
|
11
|
-
"Enable loop condition": "Schleifenbedingung aktivieren",
|
|
12
|
-
"Loop condition on each item": "Schleifenbedingung für jedes Element",
|
|
13
|
-
"When to check": "Wann zu prüfen",
|
|
14
|
-
"Before each starts": "Vor jedem Start",
|
|
15
|
-
"After each ends": "Nach jedem Ende",
|
|
16
21
|
"When condition is not met on item": "Wenn die Bedingung für ein Element nicht erfüllt ist",
|
|
17
|
-
"Exit loop": "Schleife beenden",
|
|
18
|
-
"Continue on next item": "Mit nächstem Element fortfahren",
|
|
19
|
-
"Condition": "Bedingung",
|
|
20
22
|
"When node inside loop failed": "Wenn ein Knoten innerhalb der Schleife fehlgeschlagen ist",
|
|
21
|
-
"
|
|
22
|
-
|
|
23
|
-
"Exit workflow": "Workflow beenden"
|
|
24
|
-
}
|
|
23
|
+
"When to check": "Wann zu prüfen"
|
|
24
|
+
}
|
package/dist/locale/en-US.json
CHANGED
|
@@ -1,22 +1,24 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Loop": "Loop",
|
|
3
|
-
"Loop target": "Loop target",
|
|
4
|
-
"Loop index (starts from 0)": "Loop index (starts from 0)",
|
|
5
|
-
"Loop sequence (starts from 1)": "Loop sequence (starts from 1)",
|
|
6
|
-
"Loop length": "Loop length",
|
|
7
|
-
"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.": "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.",
|
|
8
2
|
"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.": "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
|
-
"Enable loop condition": "Enable loop condition",
|
|
10
|
-
"Loop condition on each item": "Loop condition on each item",
|
|
11
|
-
"When to check": "When to check",
|
|
12
|
-
"Before each starts": "Before each starts",
|
|
13
3
|
"After each ends": "After each ends",
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"Continue on next item": "Continue on next item",
|
|
4
|
+
"Before each starts": "Before each starts",
|
|
5
|
+
"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.": "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.",
|
|
17
6
|
"Condition": "Condition",
|
|
18
|
-
"When node inside loop failed": "When node inside loop failed",
|
|
19
7
|
"Continue loop on next item": "Continue loop on next item",
|
|
8
|
+
"Continue on next item": "Continue on next item",
|
|
9
|
+
"Enable loop condition": "Enable loop condition",
|
|
10
|
+
"Exit loop": "Exit loop",
|
|
20
11
|
"Exit loop and continue workflow": "Exit loop and continue workflow",
|
|
21
|
-
"Exit workflow": "Exit workflow"
|
|
12
|
+
"Exit workflow": "Exit workflow",
|
|
13
|
+
"Loop": "Loop",
|
|
14
|
+
"Loop condition on each item": "Loop condition on each item",
|
|
15
|
+
"Loop index": "Loop index",
|
|
16
|
+
"Loop index (starts from 0)": "Loop index (starts from 0)",
|
|
17
|
+
"Loop length": "Loop length",
|
|
18
|
+
"Loop sequence (starts from 1)": "Loop sequence (starts from 1)",
|
|
19
|
+
"Loop target": "Loop target",
|
|
20
|
+
"Scope variables": "Scope variables",
|
|
21
|
+
"When condition is not met on item": "When condition is not met on item",
|
|
22
|
+
"When node inside loop failed": "When node inside loop failed",
|
|
23
|
+
"When to check": "When to check"
|
|
22
24
|
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"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.": "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.",
|
|
3
|
+
"After each ends": "After each ends",
|
|
4
|
+
"Before each starts": "Before each starts",
|
|
5
|
+
"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.": "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.",
|
|
6
|
+
"Condition": "Condition",
|
|
7
|
+
"Continue loop on next item": "Continue loop on next item",
|
|
8
|
+
"Continue on next item": "Continue on next item",
|
|
9
|
+
"Enable loop condition": "Enable loop condition",
|
|
10
|
+
"Exit loop": "Exit loop",
|
|
11
|
+
"Exit loop and continue workflow": "Exit loop and continue workflow",
|
|
12
|
+
"Exit workflow": "Exit workflow",
|
|
13
|
+
"Loop": "Loop",
|
|
14
|
+
"Loop condition on each item": "Loop condition on each item",
|
|
15
|
+
"Loop index": "Loop index",
|
|
16
|
+
"Loop index (starts from 0)": "Loop index (starts from 0)",
|
|
17
|
+
"Loop length": "Loop length",
|
|
18
|
+
"Loop sequence (starts from 1)": "Loop sequence (starts from 1)",
|
|
19
|
+
"Loop target": "Loop target",
|
|
20
|
+
"Scope variables": "Scope variables",
|
|
21
|
+
"When condition is not met on item": "When condition is not met on item",
|
|
22
|
+
"When node inside loop failed": "When node inside loop failed",
|
|
23
|
+
"When to check": "When to check"
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"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.": "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.",
|
|
3
|
+
"After each ends": "After each ends",
|
|
4
|
+
"Before each starts": "Before each starts",
|
|
5
|
+
"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.": "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.",
|
|
6
|
+
"Condition": "Condition",
|
|
7
|
+
"Continue loop on next item": "Continue loop on next item",
|
|
8
|
+
"Continue on next item": "Continue on next item",
|
|
9
|
+
"Enable loop condition": "Enable loop condition",
|
|
10
|
+
"Exit loop": "Exit loop",
|
|
11
|
+
"Exit loop and continue workflow": "Exit loop and continue workflow",
|
|
12
|
+
"Exit workflow": "Exit workflow",
|
|
13
|
+
"Loop": "Loop",
|
|
14
|
+
"Loop condition on each item": "Loop condition on each item",
|
|
15
|
+
"Loop index": "Loop index",
|
|
16
|
+
"Loop index (starts from 0)": "Loop index (starts from 0)",
|
|
17
|
+
"Loop length": "Loop length",
|
|
18
|
+
"Loop sequence (starts from 1)": "Loop sequence (starts from 1)",
|
|
19
|
+
"Loop target": "Loop target",
|
|
20
|
+
"Scope variables": "Scope variables",
|
|
21
|
+
"When condition is not met on item": "When condition is not met on item",
|
|
22
|
+
"When node inside loop failed": "When node inside loop failed",
|
|
23
|
+
"When to check": "When to check"
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"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.": "Egy önálló szám hurokszámlálóként, egy önálló szöveg karakterek tömbeként lesz kezelve, és más nem tömb értékek tömbbé lesznek konvertálva. A hurok csomópont akkor ér véget, amikor a hurokszámláló eléri a határt, vagy amikor a tömb hurok befejeződik. Feltételes csomópontokat is hozzáadhat a hurokhoz annak befejezéséhez.",
|
|
3
|
+
"After each ends": "Minden egyes befejezése után",
|
|
4
|
+
"Before each starts": "Minden egyes kezdete előtt",
|
|
5
|
+
"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.": "Hurok csomópont használatával ugyanazt a műveletet végezheti el több adatkészleten. Ezeknek a készleteknek a forrása lehet több rekord egy lekérdezési csomópontból vagy egy rekord több kapcsolódó rekordja. A hurok csomópont használható egy bizonyos számú ismétlésre vagy egy szöveg minden karakterén való végighaladásra is. Azonban a túlzott hurokhasználat teljesítmény problémákat okozhat, ezért óvatosan használja.",
|
|
6
|
+
"Condition": "Feltétel",
|
|
7
|
+
"Continue loop on next item": "Hurok folytatása a következő elemmel",
|
|
8
|
+
"Continue on next item": "Folytatás a következő elemmel",
|
|
9
|
+
"Enable loop condition": "Hurok feltétel engedélyezése",
|
|
10
|
+
"Exit loop": "Kilépés a hurokból",
|
|
11
|
+
"Exit loop and continue workflow": "Kilépés a hurokból és a munkafolyamat folytatása",
|
|
12
|
+
"Exit workflow": "Kilépés a munkafolyamatból",
|
|
13
|
+
"Loop": "Hurok",
|
|
14
|
+
"Loop condition on each item": "Hurok feltétel minden elemen",
|
|
15
|
+
"Loop index": "Hurok index",
|
|
16
|
+
"Loop index (starts from 0)": "Hurok index (0-tól indul)",
|
|
17
|
+
"Loop length": "Hurok hossza",
|
|
18
|
+
"Loop sequence (starts from 1)": "Hurok sorszám (1-től indul)",
|
|
19
|
+
"Loop target": "Hurok cél",
|
|
20
|
+
"Scope variables": "Hatóköri változók",
|
|
21
|
+
"When condition is not met on item": "Amikor a feltétel nem teljesül az elemen",
|
|
22
|
+
"When node inside loop failed": "Amikor a hurkon belüli csomópont sikertelen",
|
|
23
|
+
"When to check": "Ellenőrzés ideje"
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"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.": "Satu angka akan diperlakukan sebagai jumlah loop, satu string akan diperlakukan sebagai array karakter, dan nilai non-array lainnya akan dikonversi menjadi array. Node loop berakhir ketika jumlah loop tercapai, atau ketika loop array selesai. Anda juga dapat menambahkan node kondisi ke loop untuk menghentikannya.",
|
|
3
|
+
"After each ends": "Setelah setiap berakhir",
|
|
4
|
+
"Before each starts": "Sebelum setiap dimulai",
|
|
5
|
+
"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.": "Dengan menggunakan node loop, Anda dapat melakukan operasi yang sama pada beberapa kumpulan data. Sumber kumpulan ini dapat berupa beberapa catatan dari node kueri atau beberapa catatan terkait dari catatan tunggal. Node loop juga dapat digunakan untuk mengulang beberapa kali atau untuk mengulang setiap karakter dalam string. Namun, looping yang berlebihan dapat menyebabkan masalah kinerja, jadi gunakan dengan hati-hati.",
|
|
6
|
+
"Condition": "Kondisi",
|
|
7
|
+
"Continue loop on next item": "Lanjutkan loop pada item berikutnya",
|
|
8
|
+
"Continue on next item": "Lanjutkan pada item berikutnya",
|
|
9
|
+
"Enable loop condition": "Aktifkan kondisi loop",
|
|
10
|
+
"Exit loop": "Keluar dari loop",
|
|
11
|
+
"Exit loop and continue workflow": "Keluar dari loop dan lanjutkan alur kerja",
|
|
12
|
+
"Exit workflow": "Keluar dari alur kerja",
|
|
13
|
+
"Loop": "Loop",
|
|
14
|
+
"Loop condition on each item": "Kondisi loop pada setiap item",
|
|
15
|
+
"Loop index": "Indeks loop",
|
|
16
|
+
"Loop index (starts from 0)": "Indeks loop (dimulai dari 0)",
|
|
17
|
+
"Loop length": "Panjang loop",
|
|
18
|
+
"Loop sequence (starts from 1)": "Urutan loop (dimulai dari 1)",
|
|
19
|
+
"Loop target": "Target loop",
|
|
20
|
+
"Scope variables": "Variabel cakupan",
|
|
21
|
+
"When condition is not met on item": "Ketika kondisi tidak terpenuhi pada item",
|
|
22
|
+
"When node inside loop failed": "Ketika node di dalam loop gagal",
|
|
23
|
+
"When to check": "Kapan harus memeriksa"
|
|
24
|
+
}
|
package/dist/locale/it-IT.json
CHANGED
|
@@ -1,22 +1,24 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Loop": "Ciclo",
|
|
3
|
-
"Loop target": "Destinazione ciclo",
|
|
4
|
-
"Loop index (starts from 0)": "Indice del ciclo (inizia da 0)",
|
|
5
|
-
"Loop sequence (starts from 1)": "Sequenza del ciclo (inizia da 1)",
|
|
6
|
-
"Loop length": "Lunghezza ciclo",
|
|
7
|
-
"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.": "Utilizzando un nodo ciclo, puoi eseguire la stessa operazione su più insiemi di dati. L' origine di questi insiemi può essere costituita da record multipli di un nodo query o da record multipli associati di singolo record. Il nodo ciclo può essere utilizzato anche per iterare un certo numero di volte o per scorrere ogni carattere in una stringa. Tuttavia, un numero eccessivamente elevato di cicli può causare problemi di prestazioni, quindi usalo con cautela.",
|
|
8
2
|
"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.": "Un singolo numero verrà trattato come conteggio del ciclo, una singola stringa verrà trattata come un array di caratteri e altri valori non-array verranno convertiti in array. Il nodo ciclo termina quando viene raggiunto il conteggio del ciclo o quando il ciclo dell'array è completato. Puoi anche aggiungere nodi condizione al ciclo per terminarlo.",
|
|
9
|
-
"Enable loop condition": "Abilita condizione del ciclo",
|
|
10
|
-
"Loop condition on each item": "Condizione del ciclo su ciascun elemento",
|
|
11
|
-
"When to check": "Quando controllare",
|
|
12
|
-
"Before each starts": "Prima dell'inizio di ogni ciclo",
|
|
13
3
|
"After each ends": "Dopo la fine di ogni ciclo",
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"Continue on next item": "Continua con l'elemento successivo",
|
|
4
|
+
"Before each starts": "Prima dell'inizio di ogni ciclo",
|
|
5
|
+
"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.": "Utilizzando un nodo ciclo, puoi eseguire la stessa operazione su più insiemi di dati. L' origine di questi insiemi può essere costituita da record multipli di un nodo query o da record multipli associati di singolo record. Il nodo ciclo può essere utilizzato anche per iterare un certo numero di volte o per scorrere ogni carattere in una stringa. Tuttavia, un numero eccessivamente elevato di cicli può causare problemi di prestazioni, quindi usalo con cautela.",
|
|
17
6
|
"Condition": "Condizione",
|
|
18
|
-
"When node inside loop failed": "Quando il nodo all'interno del ciclo fallisce",
|
|
19
7
|
"Continue loop on next item": "Continua il ciclo con l'elemento successivo",
|
|
8
|
+
"Continue on next item": "Continua con l'elemento successivo",
|
|
9
|
+
"Enable loop condition": "Abilita condizione del ciclo",
|
|
10
|
+
"Exit loop": "Esci dal ciclo",
|
|
20
11
|
"Exit loop and continue workflow": "Esci dal ciclo e continua il workflow",
|
|
21
|
-
"Exit workflow": "Esci dal workflow"
|
|
22
|
-
|
|
12
|
+
"Exit workflow": "Esci dal workflow",
|
|
13
|
+
"Loop": "Ciclo",
|
|
14
|
+
"Loop condition on each item": "Condizione del ciclo su ciascun elemento",
|
|
15
|
+
"Loop index": "Loop index",
|
|
16
|
+
"Loop index (starts from 0)": "Indice del ciclo (inizia da 0)",
|
|
17
|
+
"Loop length": "Lunghezza ciclo",
|
|
18
|
+
"Loop sequence (starts from 1)": "Sequenza del ciclo (inizia da 1)",
|
|
19
|
+
"Loop target": "Destinazione ciclo",
|
|
20
|
+
"Scope variables": "Scope variables",
|
|
21
|
+
"When condition is not met on item": "Quando la condizione non è soddisfatta sull'elemento",
|
|
22
|
+
"When node inside loop failed": "Quando il nodo all'interno del ciclo fallisce",
|
|
23
|
+
"When to check": "Quando controllare"
|
|
24
|
+
}
|
package/dist/locale/ja-JP.json
CHANGED
|
@@ -1,9 +1,24 @@
|
|
|
1
1
|
{
|
|
2
|
+
"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.": "単一の数値はループカウントとして扱われ、単一の文字列は文字の配列として扱われます。他の非配列値は配列に変換されます。ループノードは、ループカウントに達するか、配列ループが完了した時点で終了します。ループには条件ノードを追加して終了させることもできます。",
|
|
3
|
+
"After each ends": "各終了後",
|
|
4
|
+
"Before each starts": "各開始前",
|
|
5
|
+
"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.": "ループノードを使用することで、複数のデータセットに同じ操作を実行できます。これらのデータは、クエリノードの複数のレコードまたは単一レコードの関連レコードから得られます。ループノードは、特定回数の繰り返しや、文字列の各文字に対する繰り返しにも使用できます。ただし、過度のループはパフォーマンス問題を引き起こす可能性があるため、注意して使用してください。",
|
|
6
|
+
"Condition": "条件",
|
|
7
|
+
"Continue loop on next item": "次の項目でループを継続",
|
|
8
|
+
"Continue on next item": "次の項目を継続",
|
|
9
|
+
"Enable loop condition": "ループ条件を有効化",
|
|
10
|
+
"Exit loop": "ループを終了",
|
|
11
|
+
"Exit loop and continue workflow": "ループを終了しワークフローを継続",
|
|
12
|
+
"Exit workflow": "ワークフローを終了",
|
|
2
13
|
"Loop": "ループ",
|
|
3
|
-
"Loop
|
|
14
|
+
"Loop condition on each item": "各項目のループ条件",
|
|
4
15
|
"Loop index": "ループインデックス",
|
|
16
|
+
"Loop index (starts from 0)": "現在のインデックス(0から開始)",
|
|
5
17
|
"Loop length": "ループ長",
|
|
6
|
-
"
|
|
18
|
+
"Loop sequence (starts from 1)": "現在のシーケンス(1から開始)",
|
|
19
|
+
"Loop target": "ループ対象",
|
|
7
20
|
"Scope variables": "スコープ変数",
|
|
8
|
-
"
|
|
21
|
+
"When condition is not met on item": "項目の条件が満たされない場合",
|
|
22
|
+
"When node inside loop failed": "ループ内ノードが失敗した場合",
|
|
23
|
+
"When to check": "チェックタイミング"
|
|
9
24
|
}
|
package/dist/locale/ko-KR.json
CHANGED
|
@@ -1,10 +1,24 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
2
|
+
"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.": "단일 숫자는 반복 횟수로 처리되고, 단일 문자열은 문자 배열로 처리되며, 배열이 아닌 다른 값은 배열로 변환됩니다. 반복 노드는 반복 횟수에 도달하거나 배열 반복이 완료되면 종료됩니다. 반복을 종료하려면 반복에 조건 노드를 추가할 수도 있습니다.",
|
|
3
|
+
"After each ends": "각 반복이 끝난 후",
|
|
4
|
+
"Before each starts": "각 반복이 시작되기 전",
|
|
5
|
+
"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.": "반복 노드를 사용하면 여러 데이터 집합에 동일한 작업을 수행할 수 있습니다. 이러한 집합의 소스는 쿼리 노드에서 가져온 여러 레코드이거나 단일 레코드의 여러 연관 레코드일 수 있습니다. 반복 노드는 특정 횟수만큼 반복하거나 문자열의 각 문자를 반복하는 데에도 사용할 수 있습니다. 단, 반복이 과도하면 성능 문제가 발생할 수 있으니 주의해서 사용하세요.",
|
|
6
|
+
"Condition": "조건",
|
|
7
|
+
"Continue loop on next item": "다음 항목으로 반복 계속",
|
|
8
|
+
"Continue on next item": "다음 항목으로 계속",
|
|
9
|
+
"Enable loop condition": "반복 조건 활성화",
|
|
10
|
+
"Exit loop": "반복 종료",
|
|
11
|
+
"Exit loop and continue workflow": "반복 종료 후 워크플로 계속",
|
|
12
|
+
"Exit workflow": "워크플로 종료",
|
|
13
|
+
"Loop": "반복",
|
|
14
|
+
"Loop condition on each item": "각 항목에 대한 반복 조건",
|
|
4
15
|
"Loop index": "현재 인덱스",
|
|
5
|
-
"Loop
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
16
|
+
"Loop index (starts from 0)": "반복 인덱스(0부터 시작)",
|
|
17
|
+
"Loop length": "반복 길이",
|
|
18
|
+
"Loop sequence (starts from 1)": "반복 순서(1부터 시작)",
|
|
19
|
+
"Loop target": "반복 대상",
|
|
20
|
+
"Scope variables": "범위 변수",
|
|
21
|
+
"When condition is not met on item": "항목에서 조건이 충족되지 않을 때",
|
|
22
|
+
"When node inside loop failed": "반복 내 노드 실패 시",
|
|
23
|
+
"When to check": "확인 시점"
|
|
24
|
+
}
|
package/dist/locale/nl-NL.json
CHANGED
|
@@ -1,9 +1,24 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
"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.": "Een enkel getal wordt behandeld als een lusaantal, een enkele string wordt behandeld als een array van tekens, en andere niet-arraywaarden worden omgezet naar arrays. De lus node eindigt wanneer het lusaantal is bereikt, of wanneer de arraylus is voltooid. Je kunt ook voorwaardelijke nodes aan de lus toevoegen om deze te beëindigen.",
|
|
3
|
+
"After each ends": "After each ends",
|
|
4
|
+
"Before each starts": "Before each starts",
|
|
5
|
+
"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.": "Door een lus node te gebruiken, kun je dezelfde bewerking uitvoeren op meerdere gegevenssets. De bron van deze sets kan bestaan uit meerdere records van een querynode of meerdere gekoppelde records van een enkel record. De lus node kan ook worden gebruikt om een bepaald aantal keren te itereren of door elk teken in een string te lopen. Te veel lussen kunnen echter prestatieproblemen veroorzaken, dus gebruik het met voorzichtigheid.",
|
|
6
|
+
"Condition": "Condition",
|
|
7
|
+
"Continue loop on next item": "Continue loop on next item",
|
|
8
|
+
"Continue on next item": "Continue on next item",
|
|
9
|
+
"Enable loop condition": "Enable loop condition",
|
|
10
|
+
"Exit loop": "Exit loop",
|
|
11
|
+
"Exit loop and continue workflow": "Exit loop and continue workflow",
|
|
12
|
+
"Exit workflow": "Exit workflow",
|
|
13
|
+
"Loop": "Lus",
|
|
14
|
+
"Loop condition on each item": "Loop condition on each item",
|
|
15
|
+
"Loop index": "Loop index",
|
|
16
|
+
"Loop index (starts from 0)": "Loop index (starts from 0)",
|
|
17
|
+
"Loop length": "Lus lengte",
|
|
18
|
+
"Loop sequence (starts from 1)": "Loop sequence (starts from 1)",
|
|
19
|
+
"Loop target": "Lus doel",
|
|
20
|
+
"Scope variables": "Scopevariabelen",
|
|
21
|
+
"When condition is not met on item": "When condition is not met on item",
|
|
22
|
+
"When node inside loop failed": "When node inside loop failed",
|
|
23
|
+
"When to check": "When to check"
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"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.": "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.",
|
|
3
|
+
"After each ends": "After each ends",
|
|
4
|
+
"Before each starts": "Before each starts",
|
|
5
|
+
"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.": "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.",
|
|
6
|
+
"Condition": "Condition",
|
|
7
|
+
"Continue loop on next item": "Continue loop on next item",
|
|
8
|
+
"Continue on next item": "Continue on next item",
|
|
9
|
+
"Enable loop condition": "Enable loop condition",
|
|
10
|
+
"Exit loop": "Exit loop",
|
|
11
|
+
"Exit loop and continue workflow": "Exit loop and continue workflow",
|
|
12
|
+
"Exit workflow": "Exit workflow",
|
|
13
|
+
"Loop": "Loop",
|
|
14
|
+
"Loop condition on each item": "Loop condition on each item",
|
|
15
|
+
"Loop index": "Loop index",
|
|
16
|
+
"Loop index (starts from 0)": "Loop index (starts from 0)",
|
|
17
|
+
"Loop length": "Loop length",
|
|
18
|
+
"Loop sequence (starts from 1)": "Loop sequence (starts from 1)",
|
|
19
|
+
"Loop target": "Loop target",
|
|
20
|
+
"Scope variables": "Scope variables",
|
|
21
|
+
"When condition is not met on item": "When condition is not met on item",
|
|
22
|
+
"When node inside loop failed": "When node inside loop failed",
|
|
23
|
+
"When to check": "When to check"
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"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.": "Одиночное число будет рассматриваться как количество итераций, одиночная строка — как массив символов, а другие не массивные значения будут преобразованы в массивы. Узел цикла завершается при достижении количества итераций или завершении обхода массива. Вы также можете добавить условные узлы для завершения цикла.",
|
|
3
|
+
"After each ends": "После завершения каждой итерации",
|
|
4
|
+
"Before each starts": "Перед началом каждой итерации",
|
|
5
|
+
"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.": "Используя узел цикла, вы можете выполнять одну и ту же операцию над несколькими наборами данных. Источником этих наборов могут быть либо несколько записей из узла запроса, либо несколько связанных записей одной записи. Узел цикла также можно использовать для повторения определенного количества раз или для обхода каждого символа в строке. Однако чрезмерное использование циклов может вызвать проблемы с производительностью, поэтому используйте с осторожностью.",
|
|
6
|
+
"Condition": "Условие",
|
|
7
|
+
"Continue loop on next item": "Продолжить цикл со следующим элементом",
|
|
8
|
+
"Continue on next item": "Продолжить со следующим элементом",
|
|
9
|
+
"Enable loop condition": "Включить условие цикла",
|
|
10
|
+
"Exit loop": "Выйти из цикла",
|
|
11
|
+
"Exit loop and continue workflow": "Выйти из цикла и продолжить рабочий процесс",
|
|
12
|
+
"Exit workflow": "Выйти из рабочего процесса",
|
|
13
|
+
"Loop": "Цикл",
|
|
14
|
+
"Loop condition on each item": "Условие цикла для каждого элемента",
|
|
15
|
+
"Loop index": "Индекс цикла",
|
|
16
|
+
"Loop index (starts from 0)": "Индекс цикла (начинается с 0)",
|
|
17
|
+
"Loop length": "Длина цикла",
|
|
18
|
+
"Loop sequence (starts from 1)": "Последовательность цикла (начинается с 1)",
|
|
19
|
+
"Loop target": "Цель цикла",
|
|
20
|
+
"Scope variables": "Переменные области видимости",
|
|
21
|
+
"When condition is not met on item": "Когда условие не выполняется для элемента",
|
|
22
|
+
"When node inside loop failed": "Когда узел внутри цикла завершился ошибкой",
|
|
23
|
+
"When to check": "Когда проверять"
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"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.": "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.",
|
|
3
|
+
"After each ends": "After each ends",
|
|
4
|
+
"Before each starts": "Before each starts",
|
|
5
|
+
"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.": "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.",
|
|
6
|
+
"Condition": "Condition",
|
|
7
|
+
"Continue loop on next item": "Continue loop on next item",
|
|
8
|
+
"Continue on next item": "Continue on next item",
|
|
9
|
+
"Enable loop condition": "Enable loop condition",
|
|
10
|
+
"Exit loop": "Exit loop",
|
|
11
|
+
"Exit loop and continue workflow": "Exit loop and continue workflow",
|
|
12
|
+
"Exit workflow": "Exit workflow",
|
|
13
|
+
"Loop": "Loop",
|
|
14
|
+
"Loop condition on each item": "Loop condition on each item",
|
|
15
|
+
"Loop index": "Loop index",
|
|
16
|
+
"Loop index (starts from 0)": "Loop index (starts from 0)",
|
|
17
|
+
"Loop length": "Loop length",
|
|
18
|
+
"Loop sequence (starts from 1)": "Loop sequence (starts from 1)",
|
|
19
|
+
"Loop target": "Loop target",
|
|
20
|
+
"Scope variables": "Scope variables",
|
|
21
|
+
"When condition is not met on item": "When condition is not met on item",
|
|
22
|
+
"When node inside loop failed": "When node inside loop failed",
|
|
23
|
+
"When to check": "When to check"
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"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.": "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.",
|
|
3
|
+
"After each ends": "After each ends",
|
|
4
|
+
"Before each starts": "Before each starts",
|
|
5
|
+
"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.": "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.",
|
|
6
|
+
"Condition": "Condition",
|
|
7
|
+
"Continue loop on next item": "Continue loop on next item",
|
|
8
|
+
"Continue on next item": "Continue on next item",
|
|
9
|
+
"Enable loop condition": "Enable loop condition",
|
|
10
|
+
"Exit loop": "Exit loop",
|
|
11
|
+
"Exit loop and continue workflow": "Exit loop and continue workflow",
|
|
12
|
+
"Exit workflow": "Exit workflow",
|
|
13
|
+
"Loop": "Loop",
|
|
14
|
+
"Loop condition on each item": "Loop condition on each item",
|
|
15
|
+
"Loop index": "Loop index",
|
|
16
|
+
"Loop index (starts from 0)": "Loop index (starts from 0)",
|
|
17
|
+
"Loop length": "Loop length",
|
|
18
|
+
"Loop sequence (starts from 1)": "Loop sequence (starts from 1)",
|
|
19
|
+
"Loop target": "Loop target",
|
|
20
|
+
"Scope variables": "Scope variables",
|
|
21
|
+
"When condition is not met on item": "When condition is not met on item",
|
|
22
|
+
"When node inside loop failed": "When node inside loop failed",
|
|
23
|
+
"When to check": "When to check"
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"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.": "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.",
|
|
3
|
+
"After each ends": "After each ends",
|
|
4
|
+
"Before each starts": "Before each starts",
|
|
5
|
+
"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.": "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.",
|
|
6
|
+
"Condition": "Condition",
|
|
7
|
+
"Continue loop on next item": "Continue loop on next item",
|
|
8
|
+
"Continue on next item": "Continue on next item",
|
|
9
|
+
"Enable loop condition": "Enable loop condition",
|
|
10
|
+
"Exit loop": "Exit loop",
|
|
11
|
+
"Exit loop and continue workflow": "Exit loop and continue workflow",
|
|
12
|
+
"Exit workflow": "Exit workflow",
|
|
13
|
+
"Loop": "Loop",
|
|
14
|
+
"Loop condition on each item": "Loop condition on each item",
|
|
15
|
+
"Loop index": "Loop index",
|
|
16
|
+
"Loop index (starts from 0)": "Loop index (starts from 0)",
|
|
17
|
+
"Loop length": "Loop length",
|
|
18
|
+
"Loop sequence (starts from 1)": "Loop sequence (starts from 1)",
|
|
19
|
+
"Loop target": "Loop target",
|
|
20
|
+
"Scope variables": "Scope variables",
|
|
21
|
+
"When condition is not met on item": "When condition is not met on item",
|
|
22
|
+
"When node inside loop failed": "When node inside loop failed",
|
|
23
|
+
"When to check": "When to check"
|
|
24
|
+
}
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -1,22 +1,24 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Loop": "循环",
|
|
3
|
-
"Loop target": "循环对象",
|
|
4
|
-
"Loop index (starts from 0)": "当前索引(从 0 开始)",
|
|
5
|
-
"Loop sequence (starts from 1)": "当前序号(从 1 开始)",
|
|
6
|
-
"Loop length": "循环长度",
|
|
7
|
-
"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.": "使用循环节点可以对多条数据进行同样的操作,多条数据的来源可以是查询节点的多条结果,或者一条数据的多条关系数据。也可以用于一定次数的循环,或者对字符串中每一个字符的循环处理。循环次数过高可能引起性能问题,请谨慎使用。",
|
|
8
2
|
"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
|
-
"Enable loop condition": "启用循环条件",
|
|
10
|
-
"Loop condition on each item": "循环每一项的条件",
|
|
11
|
-
"When to check": "检查时机",
|
|
12
|
-
"Before each starts": "每一轮开始之前",
|
|
13
3
|
"After each ends": "每一轮完成之后",
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"Continue on next item": "继续下一项",
|
|
4
|
+
"Before each starts": "每一轮开始之前",
|
|
5
|
+
"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.": "使用循环节点可以对多条数据进行同样的操作,多条数据的来源可以是查询节点的多条结果,或者一条数据的多条关系数据。也可以用于一定次数的循环,或者对字符串中每一个字符的循环处理。循环次数过高可能引起性能问题,请谨慎使用。",
|
|
17
6
|
"Condition": "条件",
|
|
18
|
-
"When node inside loop failed": "当循环内节点执行失败时",
|
|
19
7
|
"Continue loop on next item": "继续循环下一项",
|
|
8
|
+
"Continue on next item": "继续下一项",
|
|
9
|
+
"Enable loop condition": "启用循环条件",
|
|
10
|
+
"Exit loop": "退出循环",
|
|
20
11
|
"Exit loop and continue workflow": "退出循环并继续工作流",
|
|
21
|
-
"Exit workflow": "退出工作流"
|
|
22
|
-
|
|
12
|
+
"Exit workflow": "退出工作流",
|
|
13
|
+
"Loop": "循环",
|
|
14
|
+
"Loop condition on each item": "循环每一项的条件",
|
|
15
|
+
"Loop index": "Loop index",
|
|
16
|
+
"Loop index (starts from 0)": "当前索引(从 0 开始)",
|
|
17
|
+
"Loop length": "循环长度",
|
|
18
|
+
"Loop sequence (starts from 1)": "当前序号(从 1 开始)",
|
|
19
|
+
"Loop target": "循环对象",
|
|
20
|
+
"Scope variables": "Scope variables",
|
|
21
|
+
"When condition is not met on item": "当项不满足条件时",
|
|
22
|
+
"When node inside loop failed": "当循环内节点执行失败时",
|
|
23
|
+
"When to check": "检查时机"
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"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.": "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.",
|
|
3
|
+
"After each ends": "After each ends",
|
|
4
|
+
"Before each starts": "Before each starts",
|
|
5
|
+
"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.": "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.",
|
|
6
|
+
"Condition": "Condition",
|
|
7
|
+
"Continue loop on next item": "Continue loop on next item",
|
|
8
|
+
"Continue on next item": "Continue on next item",
|
|
9
|
+
"Enable loop condition": "Enable loop condition",
|
|
10
|
+
"Exit loop": "Exit loop",
|
|
11
|
+
"Exit loop and continue workflow": "Exit loop and continue workflow",
|
|
12
|
+
"Exit workflow": "Exit workflow",
|
|
13
|
+
"Loop": "Loop",
|
|
14
|
+
"Loop condition on each item": "Loop condition on each item",
|
|
15
|
+
"Loop index": "Loop index",
|
|
16
|
+
"Loop index (starts from 0)": "Loop index (starts from 0)",
|
|
17
|
+
"Loop length": "Loop length",
|
|
18
|
+
"Loop sequence (starts from 1)": "Loop sequence (starts from 1)",
|
|
19
|
+
"Loop target": "Loop target",
|
|
20
|
+
"Scope variables": "Scope variables",
|
|
21
|
+
"When condition is not met on item": "When condition is not met on item",
|
|
22
|
+
"When node inside loop failed": "When node inside loop failed",
|
|
23
|
+
"When to check": "When to check"
|
|
24
|
+
}
|
package/package.json
CHANGED
|
@@ -2,12 +2,15 @@
|
|
|
2
2
|
"name": "@nocobase/plugin-workflow-loop",
|
|
3
3
|
"displayName": "Workflow: Loop node",
|
|
4
4
|
"displayName.zh-CN": "工作流:循环节点",
|
|
5
|
+
"displayName.ru-RU": "Рабочий процесс: Узел циклов",
|
|
5
6
|
"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
7
|
"description.zh-CN": "用于对一个数组中的每个值进行重复的子流程处理,也可用于固定次数的重复子流程处理。",
|
|
7
|
-
"
|
|
8
|
+
"description.ru-RU": "Используется для повторения обработки каждого значения в массиве, а также может использоваться для фиксированного количества повторений подпроцесса.",
|
|
9
|
+
"version": "2.0.0-alpha.50",
|
|
8
10
|
"license": "AGPL-3.0",
|
|
9
11
|
"main": "./dist/server/index.js",
|
|
10
12
|
"homepage": "https://docs.nocobase.com/handbook/workflow-loop",
|
|
13
|
+
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/workflow-loop",
|
|
11
14
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/workflow-loop",
|
|
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": "
|
|
28
|
+
"gitHead": "a6eb64abf3632e116ad0b295a7f410270a1059d1",
|
|
26
29
|
"keywords": [
|
|
27
30
|
"Workflow"
|
|
28
31
|
]
|