@nocobase/plugin-workflow-request 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 +19 -19
- package/dist/locale/en-US.json +18 -15
- package/dist/locale/es-ES.json +22 -13
- package/dist/locale/fr-FR.json +22 -13
- package/dist/locale/hu-HU.json +27 -0
- package/dist/locale/id-ID.json +27 -0
- package/dist/locale/it-IT.json +19 -16
- package/dist/locale/ja-JP.json +21 -17
- package/dist/locale/ko-KR.json +21 -16
- package/dist/locale/nl-NL.json +25 -18
- package/dist/locale/pt-BR.json +22 -13
- package/dist/locale/ru-RU.json +27 -0
- package/dist/locale/tr-TR.json +27 -0
- package/dist/locale/uk-UA.json +27 -0
- package/dist/locale/vi-VN.json +27 -0
- package/dist/locale/zh-CN.json +19 -16
- package/dist/locale/zh-TW.json +27 -0
- package/package.json +5 -2
package/dist/externalVersion.js
CHANGED
|
@@ -14,11 +14,11 @@ module.exports = {
|
|
|
14
14
|
"@formily/react": "2.3.7",
|
|
15
15
|
"@formily/antd-v5": "1.2.3",
|
|
16
16
|
"@ant-design/icons": "5.6.1",
|
|
17
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
18
|
-
"@nocobase/plugin-workflow": "2.0.0-alpha.
|
|
17
|
+
"@nocobase/client": "2.0.0-alpha.50",
|
|
18
|
+
"@nocobase/plugin-workflow": "2.0.0-alpha.50",
|
|
19
19
|
"react-i18next": "11.18.6",
|
|
20
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
20
|
+
"@nocobase/server": "2.0.0-alpha.50",
|
|
21
21
|
"axios": "1.7.7",
|
|
22
22
|
"lodash": "4.17.21",
|
|
23
|
-
"@nocobase/plugin-file-manager": "2.0.0-alpha.
|
|
23
|
+
"@nocobase/plugin-file-manager": "2.0.0-alpha.50"
|
|
24
24
|
};
|
package/dist/locale/de-DE.json
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"URL": "URL",
|
|
6
|
-
"Headers": "Header",
|
|
7
|
-
"Add request header": "Anfrage-Header hinzufügen",
|
|
8
|
-
"Parameters": "Parameter",
|
|
2
|
+
"\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" unterstützt nur \"application/json\" und muss nicht angegeben werden",
|
|
3
|
+
"\"Content-Type\" will be ignored from headers.": "\"Content-Type\" wird aus den Headern ignoriert.",
|
|
4
|
+
"Add key-value pairs": "Schlüssel-Wert-Paare hinzufügen",
|
|
9
5
|
"Add parameter": "Parameter hinzufügen",
|
|
6
|
+
"Add request header": "Anfrage-Header hinzufügen",
|
|
10
7
|
"Body": "Body",
|
|
11
|
-
"
|
|
12
|
-
"Add key-value pairs": "Schlüssel-Wert-Paare hinzufügen",
|
|
8
|
+
"Data": "Daten",
|
|
13
9
|
"Format": "Format",
|
|
10
|
+
"HTTP method": "HTTP-Methode",
|
|
11
|
+
"HTTP request": "HTTP-Anfrage",
|
|
12
|
+
"Headers": "Header",
|
|
13
|
+
"Ignore failed request and continue workflow": "Fehlgeschlagene Anfrage ignorieren und Workflow fortsetzen",
|
|
14
|
+
"Input request data": "Anfragedaten eingeben",
|
|
14
15
|
"Insert": "Einfügen",
|
|
15
|
-
"Timeout config": "Timeout-Konfiguration",
|
|
16
|
-
"ms": "ms",
|
|
17
|
-
"Timeout": "Timeout",
|
|
18
16
|
"Milliseconds": "Millisekunden",
|
|
19
|
-
"Input request data": "Anfragedaten eingeben",
|
|
20
17
|
"Only support standard JSON data": "Unterstützt nur Standard-JSON-Daten",
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
18
|
+
"Parameters": "Parameter",
|
|
19
|
+
"Response headers": "Antwort-Header",
|
|
20
|
+
"Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.": "Sendet eine HTTP-Anfrage an eine URL. Sie können die Variablen in den vorgelagerten Knoten als Anfrage-Header, Parameter und Anfrage-Body verwenden.",
|
|
24
21
|
"Status code": "Statuscode",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
|
|
22
|
+
"Timeout": "Timeout",
|
|
23
|
+
"Timeout config": "Timeout-Konfiguration",
|
|
24
|
+
"URL": "URL",
|
|
25
|
+
"Use variable": "Variable verwenden",
|
|
26
|
+
"ms": "ms"
|
|
27
|
+
}
|
package/dist/locale/en-US.json
CHANGED
|
@@ -1,24 +1,27 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"URL": "URL",
|
|
6
|
-
"Headers": "Headers",
|
|
7
|
-
"Add request header": "Add request header",
|
|
8
|
-
"Parameters": "Parameters",
|
|
2
|
+
"\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" only support \"application/json\", and no need to specify",
|
|
3
|
+
"\"Content-Type\" will be ignored from headers.": "\"Content-Type\" will be ignored from headers.",
|
|
4
|
+
"Add key-value pairs": "Add key-value pairs",
|
|
9
5
|
"Add parameter": "Add parameter",
|
|
6
|
+
"Add request header": "Add request header",
|
|
10
7
|
"Body": "Body",
|
|
11
|
-
"
|
|
12
|
-
"Add key-value pairs": "Add key-value pairs",
|
|
8
|
+
"Data": "Data",
|
|
13
9
|
"Format": "Format",
|
|
10
|
+
"HTTP method": "HTTP method",
|
|
11
|
+
"HTTP request": "HTTP request",
|
|
12
|
+
"Headers": "Headers",
|
|
13
|
+
"Ignore failed request and continue workflow": "Ignore failed request and continue workflow",
|
|
14
|
+
"Input request data": "Input request data",
|
|
14
15
|
"Insert": "Insert",
|
|
15
|
-
"Timeout": "Timeout",
|
|
16
16
|
"Milliseconds": "Milliseconds",
|
|
17
|
-
"Input request data": "Input request data",
|
|
18
17
|
"Only support standard JSON data": "Only support standard JSON data",
|
|
19
|
-
"
|
|
20
|
-
"
|
|
18
|
+
"Parameters": "Parameters",
|
|
19
|
+
"Response headers": "Response headers",
|
|
20
|
+
"Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.": "Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.",
|
|
21
21
|
"Status code": "Status code",
|
|
22
|
-
"
|
|
23
|
-
"
|
|
22
|
+
"Timeout": "Timeout",
|
|
23
|
+
"Timeout config": "Timeout config",
|
|
24
|
+
"URL": "URL",
|
|
25
|
+
"Use variable": "Use variable",
|
|
26
|
+
"ms": "ms"
|
|
24
27
|
}
|
package/dist/locale/es-ES.json
CHANGED
|
@@ -1,19 +1,28 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"Headers": "Encabezados",
|
|
6
|
-
"Add request header": "Añadir encabezado de petición",
|
|
7
|
-
"Parameters": "Parámetros",
|
|
2
|
+
"\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" sólo admite \"application/json\", y no es necesario especificar",
|
|
3
|
+
"\"Content-Type\" will be ignored from headers.": "\"Content-Type\" will be ignored from headers.",
|
|
4
|
+
"Add key-value pairs": "Add key-value pairs",
|
|
8
5
|
"Add parameter": "Añadir parámetro",
|
|
6
|
+
"Add request header": "Añadir encabezado de petición",
|
|
9
7
|
"Body": "Cuerpo",
|
|
10
|
-
"
|
|
8
|
+
"Data": "Data",
|
|
11
9
|
"Format": "Formato",
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
10
|
+
"HTTP method": "Método HTTP",
|
|
11
|
+
"HTTP request": "Petición HTTP",
|
|
12
|
+
"Headers": "Encabezados",
|
|
13
|
+
"Ignore fail request and continue workflow": "Ignorar solicitud fallida y continuar flujo de trabajo",
|
|
14
|
+
"Ignore failed request and continue workflow": "Ignore failed request and continue workflow",
|
|
15
15
|
"Input request data": "Datos de solicitud de entrada",
|
|
16
|
+
"Insert": "Insertar",
|
|
17
|
+
"Milliseconds": "Milliseconds",
|
|
16
18
|
"Only support standard JSON data": "Sólo admite datos JSON estándar",
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
|
|
19
|
+
"Parameters": "Parámetros",
|
|
20
|
+
"Response headers": "Response headers",
|
|
21
|
+
"Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.": "Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.",
|
|
22
|
+
"Status code": "Status code",
|
|
23
|
+
"Timeout": "Timeout",
|
|
24
|
+
"Timeout config": "Tiempo de espera config",
|
|
25
|
+
"URL": "URL",
|
|
26
|
+
"Use variable": "Utilizar variable",
|
|
27
|
+
"ms": "ms"
|
|
28
|
+
}
|
package/dist/locale/fr-FR.json
CHANGED
|
@@ -1,19 +1,28 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"Headers": "En-têtes",
|
|
6
|
-
"Add request header": "Ajouter un en-tête de requête",
|
|
7
|
-
"Parameters": "Paramètres",
|
|
2
|
+
"\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" prend uniquement en charge \"application/json\" et n'a pas besoin d'être spécifié",
|
|
3
|
+
"\"Content-Type\" will be ignored from headers.": "\"Content-Type\" will be ignored from headers.",
|
|
4
|
+
"Add key-value pairs": "Add key-value pairs",
|
|
8
5
|
"Add parameter": "Ajouter un paramètre",
|
|
6
|
+
"Add request header": "Ajouter un en-tête de requête",
|
|
9
7
|
"Body": "Corps",
|
|
10
|
-
"
|
|
8
|
+
"Data": "Data",
|
|
11
9
|
"Format": "Format",
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
10
|
+
"HTTP method": "Méthode HTTP",
|
|
11
|
+
"HTTP request": "Requête HTTP",
|
|
12
|
+
"Headers": "En-têtes",
|
|
13
|
+
"Ignore fail request and continue workflow": "Ignorer l'échec de la requête et continuer le workflow",
|
|
14
|
+
"Ignore failed request and continue workflow": "Ignore failed request and continue workflow",
|
|
15
15
|
"Input request data": "Entrée des données de requête",
|
|
16
|
+
"Insert": "Insérer",
|
|
17
|
+
"Milliseconds": "Milliseconds",
|
|
16
18
|
"Only support standard JSON data": "Prend uniquement en charge les données JSON standard",
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
|
|
19
|
+
"Parameters": "Paramètres",
|
|
20
|
+
"Response headers": "Response headers",
|
|
21
|
+
"Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.": "Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.",
|
|
22
|
+
"Status code": "Status code",
|
|
23
|
+
"Timeout": "Timeout",
|
|
24
|
+
"Timeout config": "Configuration du délai d'expiration",
|
|
25
|
+
"URL": "URL",
|
|
26
|
+
"Use variable": "Utiliser une variable",
|
|
27
|
+
"ms": "ms"
|
|
28
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" csak \"application/json\" típust támogat, és nem szükséges megadni",
|
|
3
|
+
"\"Content-Type\" will be ignored from headers.": "\"Content-Type\" figyelmen kívül lesz hagyva a fejlécekből.",
|
|
4
|
+
"Add key-value pairs": "Kulcs-érték párok hozzáadása",
|
|
5
|
+
"Add parameter": "Paraméter hozzáadása",
|
|
6
|
+
"Add request header": "Kérés fejléc hozzáadása",
|
|
7
|
+
"Body": "Törzs",
|
|
8
|
+
"Data": "Adat",
|
|
9
|
+
"Format": "Formátum",
|
|
10
|
+
"HTTP method": "HTTP metódus",
|
|
11
|
+
"HTTP request": "HTTP kérés",
|
|
12
|
+
"Headers": "Fejlécek",
|
|
13
|
+
"Ignore failed request and continue workflow": "Sikertelen kérés figyelmen kívül hagyása és a munkafolyamat folytatása",
|
|
14
|
+
"Input request data": "Kérési adatok bevitele",
|
|
15
|
+
"Insert": "Beszúrás",
|
|
16
|
+
"Milliseconds": "Ezredmásodpercek",
|
|
17
|
+
"Only support standard JSON data": "Csak standard JSON adatokat támogat",
|
|
18
|
+
"Parameters": "Paraméterek",
|
|
19
|
+
"Response headers": "Válasz fejlécek",
|
|
20
|
+
"Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.": "HTTP kérés küldése egy URL-re. A felsőbb csomópontokban lévő változókat használhatja kérési fejlécekként, paraméterekként és kérés törzsként.",
|
|
21
|
+
"Status code": "Állapotkód",
|
|
22
|
+
"Timeout": "Időtúllépés",
|
|
23
|
+
"Timeout config": "Időtúllépés konfiguráció",
|
|
24
|
+
"URL": "URL",
|
|
25
|
+
"Use variable": "Változó használata",
|
|
26
|
+
"ms": "ms"
|
|
27
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" hanya mendukung \"application/json\", dan tidak perlu ditentukan",
|
|
3
|
+
"\"Content-Type\" will be ignored from headers.": "\"Content-Type\" akan diabaikan dari header.",
|
|
4
|
+
"Add key-value pairs": "Tambah pasangan kunci-nilai",
|
|
5
|
+
"Add parameter": "Tambah parameter",
|
|
6
|
+
"Add request header": "Tambah header permintaan",
|
|
7
|
+
"Body": "Isi",
|
|
8
|
+
"Data": "Data",
|
|
9
|
+
"Format": "Format",
|
|
10
|
+
"HTTP method": "Metode HTTP",
|
|
11
|
+
"HTTP request": "Permintaan HTTP",
|
|
12
|
+
"Headers": "Header",
|
|
13
|
+
"Ignore failed request and continue workflow": "Abaikan permintaan yang gagal dan lanjutkan alur kerja",
|
|
14
|
+
"Input request data": "Input data permintaan",
|
|
15
|
+
"Insert": "Sisipkan",
|
|
16
|
+
"Milliseconds": "Milidetik",
|
|
17
|
+
"Only support standard JSON data": "Hanya mendukung data JSON standar",
|
|
18
|
+
"Parameters": "Parameter",
|
|
19
|
+
"Response headers": "Header respons",
|
|
20
|
+
"Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.": "Kirim permintaan HTTP ke URL. Anda dapat menggunakan variabel di node hulu sebagai header permintaan, parameter, dan isi permintaan.",
|
|
21
|
+
"Status code": "Kode status",
|
|
22
|
+
"Timeout": "Batas waktu",
|
|
23
|
+
"Timeout config": "Konfigurasi batas waktu",
|
|
24
|
+
"URL": "URL",
|
|
25
|
+
"Use variable": "Gunakan variabel",
|
|
26
|
+
"ms": "ms"
|
|
27
|
+
}
|
package/dist/locale/it-IT.json
CHANGED
|
@@ -1,24 +1,27 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"URL": "URL",
|
|
6
|
-
"Headers": "Intestazioni",
|
|
7
|
-
"Add request header": "Aggiungi intestazione richiesta",
|
|
8
|
-
"Parameters": "Parametri",
|
|
2
|
+
"\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" only support \"application/json\", and no need to specify",
|
|
3
|
+
"\"Content-Type\" will be ignored from headers.": "\"Content-Type\" sarà ignorato dall'intestazione",
|
|
4
|
+
"Add key-value pairs": "Aggiungi coppie chiave-valore",
|
|
9
5
|
"Add parameter": "Aggiungi parametro",
|
|
6
|
+
"Add request header": "Aggiungi intestazione richiesta",
|
|
10
7
|
"Body": "Corpo",
|
|
11
|
-
"
|
|
12
|
-
"Add key-value pairs": "Aggiungi coppie chiave-valore",
|
|
8
|
+
"Data": "Dati",
|
|
13
9
|
"Format": "Formato",
|
|
10
|
+
"HTTP method": "Metodo HTTP",
|
|
11
|
+
"HTTP request": "Richiesta HTTP",
|
|
12
|
+
"Headers": "Intestazioni",
|
|
13
|
+
"Ignore failed request and continue workflow": "Ignora la richiesta fallita e continua il workflow",
|
|
14
|
+
"Input request data": "Inserisci dati richiesta",
|
|
14
15
|
"Insert": "Inserisci",
|
|
15
|
-
"Timeout": "Timeout",
|
|
16
16
|
"Milliseconds": "ms",
|
|
17
|
-
"Input request data": "Inserisci dati richiesta",
|
|
18
17
|
"Only support standard JSON data": "Supporta solo dati JSON standard",
|
|
19
|
-
"
|
|
20
|
-
"
|
|
18
|
+
"Parameters": "Parametri",
|
|
19
|
+
"Response headers": "Intestazioni risposta",
|
|
20
|
+
"Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.": "Invia una richiesta HTTP a un URL. Puoi usare le variabili nei nodi upstream come intestazioni, parametri e corpo della richiesta.",
|
|
21
21
|
"Status code": "Codice stato",
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
|
|
22
|
+
"Timeout": "Timeout",
|
|
23
|
+
"Timeout config": "Timeout config",
|
|
24
|
+
"URL": "URL",
|
|
25
|
+
"Use variable": "Usa variabile",
|
|
26
|
+
"ms": "ms"
|
|
27
|
+
}
|
package/dist/locale/ja-JP.json
CHANGED
|
@@ -1,25 +1,29 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"URL": "URL",
|
|
6
|
-
"Headers": "ヘッダー",
|
|
7
|
-
"Add request header": "ヘッダーの追加",
|
|
8
|
-
"Parameters": "パラメータ",
|
|
2
|
+
"\"Content-Type\" only support \"application/json\", and no need to specify": "「Content-Type」は「application/json」のみサポートされ、明示的な指定は不要です。",
|
|
3
|
+
"\"Content-Type\" will be ignored from headers.": "ヘッダーに設定された「Content-Type」は無効となります。",
|
|
4
|
+
"Add key-value pairs": "キーと値のペアを追加",
|
|
9
5
|
"Add parameter": "パラメータの追加",
|
|
6
|
+
"Add request header": "ヘッダーの追加",
|
|
10
7
|
"Body": "リクエストボディ",
|
|
11
|
-
"
|
|
8
|
+
"Content-Type only support \"application/json\", and no need to specify": "application/jsonのみをサポート、Content-Typeを指定する必要はありません",
|
|
9
|
+
"Content-Type will be ignored from headers.": "ヘッダー内のContent-Typeは無視されます。",
|
|
10
|
+
"Data": "データ",
|
|
12
11
|
"Format": "フォーマット",
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
12
|
+
"HTTP method": "HTTPメソッド",
|
|
13
|
+
"HTTP request": "HTTPリクエスト",
|
|
14
|
+
"Headers": "ヘッダー",
|
|
15
|
+
"Ignore failed request and continue workflow": "失敗したリクエストを無視して、ワークフローを継続する",
|
|
16
16
|
"Input request data": "リクエストデータの入力",
|
|
17
|
+
"Insert": "挿入",
|
|
18
|
+
"Milliseconds": "ミリ秒",
|
|
17
19
|
"Only support standard JSON data": "標準JSONデータのみをサポート",
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"Content-Type will be ignored from headers.": "ヘッダー内のContent-Typeは無視されます。",
|
|
20
|
+
"Parameters": "パラメータ",
|
|
21
|
+
"Response headers": "応答ヘッダー",
|
|
22
|
+
"Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.": "指定されたURLにHTTPリクエストを送信します。上流ノードの変数をリクエストヘッダー、パラメーター、リクエストボディとして使用できます。",
|
|
22
23
|
"Status code": "ステータスコード",
|
|
23
|
-
"
|
|
24
|
-
"
|
|
24
|
+
"Timeout": "タイムアウト",
|
|
25
|
+
"Timeout config": "タイムアウト設定",
|
|
26
|
+
"URL": "URL",
|
|
27
|
+
"Use variable": "変数を使用",
|
|
28
|
+
"ms": "ミリ秒"
|
|
25
29
|
}
|
package/dist/locale/ko-KR.json
CHANGED
|
@@ -1,22 +1,27 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
|
|
5
|
-
"HTTP method": "HTTP 메서드",
|
|
6
|
-
"URL": "주소",
|
|
7
|
-
"Headers": "헤더",
|
|
8
|
-
"Add request header": "요청 헤더 추가",
|
|
9
|
-
"Parameters": "매개변수",
|
|
2
|
+
"\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" 헤더는 \"application/json\"만 지원하며 지정할 필요가 없습니다",
|
|
3
|
+
"\"Content-Type\" will be ignored from headers.": "\"Content-Type\" 헤더는 무시됩니다.",
|
|
4
|
+
"Add key-value pairs": "키-값 쌍 추가",
|
|
10
5
|
"Add parameter": "매개변수 추가",
|
|
6
|
+
"Add request header": "요청 헤더 추가",
|
|
11
7
|
"Body": "본문",
|
|
12
|
-
"
|
|
8
|
+
"Data": "데이터",
|
|
13
9
|
"Format": "형식",
|
|
10
|
+
"HTTP method": "HTTP 메서드",
|
|
11
|
+
"HTTP request": "HTTP 요청",
|
|
12
|
+
"Headers": "헤더",
|
|
13
|
+
"Ignore failed request and continue workflow": "실패한 요청 무시하고 워크플로 계속",
|
|
14
|
+
"Input request data": "요청 데이터 입력",
|
|
14
15
|
"Insert": "삽입",
|
|
16
|
+
"Milliseconds": "밀리초",
|
|
17
|
+
"Only support standard JSON data": "표준 JSON 데이터만 지원",
|
|
18
|
+
"Parameters": "매개변수",
|
|
19
|
+
"Response headers": "응답 헤더",
|
|
20
|
+
"Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.": "URL로 HTTP 요청을 보냅니다. 상위 노드의 변수를 요청 헤더, 매개변수, 본문으로 사용할 수 있습니다.",
|
|
21
|
+
"Status code": "상태 코드",
|
|
22
|
+
"Timeout": "시간 초과",
|
|
15
23
|
"Timeout config": "시간 초과 설정",
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
"\"Content-Type\" 헤더는 \"application/json\"만 지원하며 지정할 필요가 없습니다",
|
|
21
|
-
"Ignore failed request and continue workflow": "실패한 요청을 무시하고 워크플로를 계속합니다"
|
|
22
|
-
}
|
|
24
|
+
"URL": "주소",
|
|
25
|
+
"Use variable": "변수 사용",
|
|
26
|
+
"ms": "밀리초"
|
|
27
|
+
}
|
package/dist/locale/nl-NL.json
CHANGED
|
@@ -1,20 +1,27 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
2
|
+
"\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" only support \"application/json\", and no need to specify",
|
|
3
|
+
"\"Content-Type\" will be ignored from headers.": "\"Content-Type\" will be ignored from headers.",
|
|
4
|
+
"Add key-value pairs": "Add key-value pairs",
|
|
5
|
+
"Add parameter": "Add parameter",
|
|
6
|
+
"Add request header": "Add request header",
|
|
7
|
+
"Body": "Body",
|
|
8
|
+
"Data": "Data",
|
|
9
|
+
"Format": "Formaat",
|
|
10
|
+
"HTTP method": "HTTP method",
|
|
11
|
+
"HTTP request": "HTTP request",
|
|
12
|
+
"Headers": "Headers",
|
|
13
|
+
"Ignore failed request and continue workflow": "Ignore failed request and continue workflow",
|
|
14
|
+
"Input request data": "Input request data",
|
|
15
|
+
"Insert": "Invoegen",
|
|
16
|
+
"Milliseconds": "Milliseconds",
|
|
17
|
+
"Only support standard JSON data": "Only support standard JSON data",
|
|
18
|
+
"Parameters": "Parameters",
|
|
19
|
+
"Response headers": "Response headers",
|
|
20
|
+
"Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.": "Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.",
|
|
21
|
+
"Status code": "Status code",
|
|
22
|
+
"Timeout": "Timeout",
|
|
23
|
+
"Timeout config": "Timeout config",
|
|
24
|
+
"URL": "URL",
|
|
25
|
+
"Use variable": "Use variable",
|
|
26
|
+
"ms": "ms"
|
|
20
27
|
}
|
package/dist/locale/pt-BR.json
CHANGED
|
@@ -1,19 +1,28 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"Headers": "Cabeçalhos",
|
|
6
|
-
"Add request header": "Adicionar cabeçalho de requisição",
|
|
7
|
-
"Parameters": "Parâmetros",
|
|
2
|
+
"\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" somente suporta \"application/json\" e não precisa ser especificado",
|
|
3
|
+
"\"Content-Type\" will be ignored from headers.": "\"Content-Type\" will be ignored from headers.",
|
|
4
|
+
"Add key-value pairs": "Add key-value pairs",
|
|
8
5
|
"Add parameter": "Adicionar parâmetro",
|
|
6
|
+
"Add request header": "Adicionar cabeçalho de requisição",
|
|
9
7
|
"Body": "Corpo",
|
|
10
|
-
"
|
|
8
|
+
"Data": "Data",
|
|
11
9
|
"Format": "Formato",
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
10
|
+
"HTTP method": "Método HTTP",
|
|
11
|
+
"HTTP request": "Requisição HTTP",
|
|
12
|
+
"Headers": "Cabeçalhos",
|
|
13
|
+
"Ignore fail request and continue workflow": "Ignorar falhas na requisição e continuar o fluxo de trabalho",
|
|
14
|
+
"Ignore failed request and continue workflow": "Ignore failed request and continue workflow",
|
|
15
15
|
"Input request data": "Dados de entrada da requisição",
|
|
16
|
+
"Insert": "Inserir",
|
|
17
|
+
"Milliseconds": "Milliseconds",
|
|
16
18
|
"Only support standard JSON data": "Suporta somente dados JSON padrão",
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
|
|
19
|
+
"Parameters": "Parâmetros",
|
|
20
|
+
"Response headers": "Response headers",
|
|
21
|
+
"Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.": "Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.",
|
|
22
|
+
"Status code": "Status code",
|
|
23
|
+
"Timeout": "Timeout",
|
|
24
|
+
"Timeout config": "Configuração de tempo limite",
|
|
25
|
+
"URL": "URL",
|
|
26
|
+
"Use variable": "Usar variável",
|
|
27
|
+
"ms": "ms"
|
|
28
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" поддерживает только \"application/json\", и его не нужно указывать",
|
|
3
|
+
"\"Content-Type\" will be ignored from headers.": "\"Content-Type\" будет игнорироваться в заголовках.",
|
|
4
|
+
"Add key-value pairs": "Добавить пары ключ-значение",
|
|
5
|
+
"Add parameter": "Добавить параметр",
|
|
6
|
+
"Add request header": "Добавить заголовок запроса",
|
|
7
|
+
"Body": "Тело запроса",
|
|
8
|
+
"Data": "Данные",
|
|
9
|
+
"Format": "Формат",
|
|
10
|
+
"HTTP method": "HTTP метод",
|
|
11
|
+
"HTTP request": "HTTP запрос",
|
|
12
|
+
"Headers": "Заголовки",
|
|
13
|
+
"Ignore failed request and continue workflow": "Игнорировать неудачный запрос и продолжить рабочий процесс",
|
|
14
|
+
"Input request data": "Введите данные запроса",
|
|
15
|
+
"Insert": "Вставить",
|
|
16
|
+
"Milliseconds": "Миллисекунды",
|
|
17
|
+
"Only support standard JSON data": "Поддерживается только стандартный формат JSON",
|
|
18
|
+
"Parameters": "Параметры",
|
|
19
|
+
"Response headers": "Заголовки ответа",
|
|
20
|
+
"Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.": "Отправить HTTP-запрос на URL. Вы можете использовать переменные из предыдущих узлов в качестве заголовков запроса, параметров и тела запроса.",
|
|
21
|
+
"Status code": "Код состояния",
|
|
22
|
+
"Timeout": "Тайм-аут",
|
|
23
|
+
"Timeout config": "Настройка тайм-аута",
|
|
24
|
+
"URL": "URL",
|
|
25
|
+
"Use variable": "Использовать переменную",
|
|
26
|
+
"ms": "мс"
|
|
27
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" only support \"application/json\", and no need to specify",
|
|
3
|
+
"\"Content-Type\" will be ignored from headers.": "\"Content-Type\" will be ignored from headers.",
|
|
4
|
+
"Add key-value pairs": "Add key-value pairs",
|
|
5
|
+
"Add parameter": "Add parameter",
|
|
6
|
+
"Add request header": "Add request header",
|
|
7
|
+
"Body": "Body",
|
|
8
|
+
"Data": "Data",
|
|
9
|
+
"Format": "Format",
|
|
10
|
+
"HTTP method": "HTTP method",
|
|
11
|
+
"HTTP request": "HTTP request",
|
|
12
|
+
"Headers": "Headers",
|
|
13
|
+
"Ignore failed request and continue workflow": "Ignore failed request and continue workflow",
|
|
14
|
+
"Input request data": "Input request data",
|
|
15
|
+
"Insert": "Insert",
|
|
16
|
+
"Milliseconds": "Milliseconds",
|
|
17
|
+
"Only support standard JSON data": "Only support standard JSON data",
|
|
18
|
+
"Parameters": "Parameters",
|
|
19
|
+
"Response headers": "Response headers",
|
|
20
|
+
"Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.": "Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.",
|
|
21
|
+
"Status code": "Status code",
|
|
22
|
+
"Timeout": "Timeout",
|
|
23
|
+
"Timeout config": "Timeout config",
|
|
24
|
+
"URL": "URL",
|
|
25
|
+
"Use variable": "Use variable",
|
|
26
|
+
"ms": "ms"
|
|
27
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" only support \"application/json\", and no need to specify",
|
|
3
|
+
"\"Content-Type\" will be ignored from headers.": "\"Content-Type\" will be ignored from headers.",
|
|
4
|
+
"Add key-value pairs": "Add key-value pairs",
|
|
5
|
+
"Add parameter": "Add parameter",
|
|
6
|
+
"Add request header": "Add request header",
|
|
7
|
+
"Body": "Body",
|
|
8
|
+
"Data": "Data",
|
|
9
|
+
"Format": "Format",
|
|
10
|
+
"HTTP method": "HTTP method",
|
|
11
|
+
"HTTP request": "HTTP request",
|
|
12
|
+
"Headers": "Headers",
|
|
13
|
+
"Ignore failed request and continue workflow": "Ignore failed request and continue workflow",
|
|
14
|
+
"Input request data": "Input request data",
|
|
15
|
+
"Insert": "Insert",
|
|
16
|
+
"Milliseconds": "Milliseconds",
|
|
17
|
+
"Only support standard JSON data": "Only support standard JSON data",
|
|
18
|
+
"Parameters": "Parameters",
|
|
19
|
+
"Response headers": "Response headers",
|
|
20
|
+
"Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.": "Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.",
|
|
21
|
+
"Status code": "Status code",
|
|
22
|
+
"Timeout": "Timeout",
|
|
23
|
+
"Timeout config": "Timeout config",
|
|
24
|
+
"URL": "URL",
|
|
25
|
+
"Use variable": "Use variable",
|
|
26
|
+
"ms": "ms"
|
|
27
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" chỉ hỗ trợ \"application/json\" và không cần chỉ định",
|
|
3
|
+
"\"Content-Type\" will be ignored from headers.": "\"Content-Type\" sẽ bị bỏ qua từ headers.",
|
|
4
|
+
"Add key-value pairs": "Thêm cặp key-value",
|
|
5
|
+
"Add parameter": "Thêm tham số",
|
|
6
|
+
"Add request header": "Thêm header yêu cầu",
|
|
7
|
+
"Body": "Nội dung",
|
|
8
|
+
"Data": "Dữ liệu",
|
|
9
|
+
"Format": "Định dạng",
|
|
10
|
+
"HTTP method": "Phương thức HTTP",
|
|
11
|
+
"HTTP request": "Yêu cầu HTTP",
|
|
12
|
+
"Headers": "Headers",
|
|
13
|
+
"Ignore failed request and continue workflow": "Bỏ qua yêu cầu thất bại và tiếp tục quy trình",
|
|
14
|
+
"Input request data": "Nhập dữ liệu yêu cầu",
|
|
15
|
+
"Insert": "Chèn",
|
|
16
|
+
"Milliseconds": "Mili giây",
|
|
17
|
+
"Only support standard JSON data": "Chỉ hỗ trợ dữ liệu JSON chuẩn",
|
|
18
|
+
"Parameters": "Tham số",
|
|
19
|
+
"Response headers": "Headers phản hồi",
|
|
20
|
+
"Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.": "Gửi yêu cầu HTTP đến một URL. Bạn có thể sử dụng các biến trong các nút phía trước làm headers yêu cầu, tham số và nội dung yêu cầu.",
|
|
21
|
+
"Status code": "Mã trạng thái",
|
|
22
|
+
"Timeout": "Hết thời gian",
|
|
23
|
+
"Timeout config": "Cấu hình hết thời gian",
|
|
24
|
+
"URL": "URL",
|
|
25
|
+
"Use variable": "Sử dụng biến",
|
|
26
|
+
"ms": "ms"
|
|
27
|
+
}
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -1,24 +1,27 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"URL": "地址",
|
|
6
|
-
"Headers": "请求头",
|
|
7
|
-
"Add request header": "添加请求头",
|
|
8
|
-
"Parameters": "参数",
|
|
2
|
+
"\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" only support \"application/json\", and no need to specify",
|
|
3
|
+
"\"Content-Type\" will be ignored from headers.": "请求头中配置的 \"Content-Type\" 将被忽略。",
|
|
4
|
+
"Add key-value pairs": "添加键值对",
|
|
9
5
|
"Add parameter": "添加参数",
|
|
6
|
+
"Add request header": "添加请求头",
|
|
10
7
|
"Body": "请求体",
|
|
11
|
-
"
|
|
12
|
-
"Add key-value pairs": "添加键值对",
|
|
8
|
+
"Data": "数据",
|
|
13
9
|
"Format": "格式化",
|
|
10
|
+
"HTTP method": "HTTP 方法",
|
|
11
|
+
"HTTP request": "HTTP 请求",
|
|
12
|
+
"Headers": "请求头",
|
|
13
|
+
"Ignore failed request and continue workflow": "忽略失败的请求并继续工作流",
|
|
14
|
+
"Input request data": "输入请求数据",
|
|
14
15
|
"Insert": "插入",
|
|
15
|
-
"Timeout": "超时设置",
|
|
16
16
|
"Milliseconds": "毫秒",
|
|
17
|
-
"Input request data": "输入请求数据",
|
|
18
17
|
"Only support standard JSON data": "仅支持标准 JSON 数据",
|
|
19
|
-
"
|
|
20
|
-
"
|
|
18
|
+
"Parameters": "参数",
|
|
19
|
+
"Response headers": "响应头",
|
|
20
|
+
"Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.": "向指定 URL 发送 HTTP 请求。可以使用上游节点里的变量作为请求头、参数和请求体。",
|
|
21
21
|
"Status code": "状态码",
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
|
|
22
|
+
"Timeout": "超时设置",
|
|
23
|
+
"Timeout config": "Timeout config",
|
|
24
|
+
"URL": "地址",
|
|
25
|
+
"Use variable": "使用变量",
|
|
26
|
+
"ms": "ms"
|
|
27
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" only support \"application/json\", and no need to specify",
|
|
3
|
+
"\"Content-Type\" will be ignored from headers.": "\"Content-Type\" will be ignored from headers.",
|
|
4
|
+
"Add key-value pairs": "Add key-value pairs",
|
|
5
|
+
"Add parameter": "Add parameter",
|
|
6
|
+
"Add request header": "Add request header",
|
|
7
|
+
"Body": "Body",
|
|
8
|
+
"Data": "Data",
|
|
9
|
+
"Format": "Format",
|
|
10
|
+
"HTTP method": "HTTP method",
|
|
11
|
+
"HTTP request": "HTTP request",
|
|
12
|
+
"Headers": "Headers",
|
|
13
|
+
"Ignore failed request and continue workflow": "Ignore failed request and continue workflow",
|
|
14
|
+
"Input request data": "Input request data",
|
|
15
|
+
"Insert": "Insert",
|
|
16
|
+
"Milliseconds": "Milliseconds",
|
|
17
|
+
"Only support standard JSON data": "Only support standard JSON data",
|
|
18
|
+
"Parameters": "Parameters",
|
|
19
|
+
"Response headers": "Response headers",
|
|
20
|
+
"Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.": "Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.",
|
|
21
|
+
"Status code": "Status code",
|
|
22
|
+
"Timeout": "Timeout",
|
|
23
|
+
"Timeout config": "Timeout config",
|
|
24
|
+
"URL": "URL",
|
|
25
|
+
"Use variable": "Use variable",
|
|
26
|
+
"ms": "ms"
|
|
27
|
+
}
|
package/package.json
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-workflow-request",
|
|
3
3
|
"displayName": "Workflow: HTTP request node",
|
|
4
|
+
"displayName.ru-RU": "Рабочий процесс: Узел HTTP-запроса",
|
|
4
5
|
"displayName.zh-CN": "工作流:HTTP 请求节点",
|
|
5
6
|
"description": "Send HTTP requests to any HTTP service for data interaction in workflow.",
|
|
7
|
+
"description.ru-RU": "Отправляет HTTP-запросы к любому HTTP-сервису для взаимодействия с данными в рабочем процессе.",
|
|
6
8
|
"description.zh-CN": "可用于在工作流中向任意 HTTP 服务发送请求,进行数据交互。",
|
|
7
|
-
"version": "2.0.0-alpha.
|
|
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-request",
|
|
13
|
+
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/workflow-request",
|
|
11
14
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/workflow-request",
|
|
12
15
|
"devDependencies": {
|
|
13
16
|
"antd": "5.x",
|
|
@@ -23,7 +26,7 @@
|
|
|
23
26
|
"@nocobase/server": "2.x",
|
|
24
27
|
"@nocobase/test": "2.x"
|
|
25
28
|
},
|
|
26
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "a6eb64abf3632e116ad0b295a7f410270a1059d1",
|
|
27
30
|
"keywords": [
|
|
28
31
|
"Workflow"
|
|
29
32
|
]
|