@nocobase/plugin-action-custom-request 2.0.0-alpha.9 → 2.0.0-beta.1
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 +8 -8
- package/dist/locale/de-DE.json +26 -0
- package/dist/locale/en-US.json +26 -0
- package/dist/locale/es-ES.json +26 -0
- package/dist/locale/fr-FR.json +26 -0
- package/dist/locale/hu-HU.json +26 -0
- package/dist/locale/id-ID.json +26 -0
- package/dist/locale/it-IT.json +17 -17
- package/dist/locale/ja-JP.json +17 -16
- package/dist/locale/ko-KR.json +18 -18
- package/dist/locale/nl-NL.json +25 -26
- package/dist/locale/pt-BR.json +26 -0
- package/dist/locale/ru-RU.json +26 -0
- package/dist/locale/tr-TR.json +26 -0
- package/dist/locale/uk-UA.json +26 -0
- package/dist/locale/vi-VN.json +26 -0
- package/dist/locale/zh-CN.json +17 -17
- package/dist/locale/zh-TW.json +26 -0
- package/package.json +5 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,21 +8,21 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "2.0.0-
|
|
11
|
+
"@nocobase/client": "2.0.0-beta.1",
|
|
12
12
|
"react": "18.2.0",
|
|
13
13
|
"react-i18next": "11.18.6",
|
|
14
14
|
"@formily/react": "2.3.7",
|
|
15
|
-
"@nocobase/logger": "2.0.0-
|
|
16
|
-
"@nocobase/server": "2.0.0-
|
|
17
|
-
"@nocobase/test": "2.0.0-
|
|
15
|
+
"@nocobase/logger": "2.0.0-beta.1",
|
|
16
|
+
"@nocobase/server": "2.0.0-beta.1",
|
|
17
|
+
"@nocobase/test": "2.0.0-beta.1",
|
|
18
18
|
"@formily/antd-v5": "1.2.3",
|
|
19
19
|
"lodash": "4.17.21",
|
|
20
|
-
"@nocobase/utils": "2.0.0-
|
|
20
|
+
"@nocobase/utils": "2.0.0-beta.1",
|
|
21
21
|
"antd": "5.24.2",
|
|
22
22
|
"file-saver": "2.0.5",
|
|
23
23
|
"@formily/shared": "2.3.7",
|
|
24
|
-
"@nocobase/actions": "2.0.0-
|
|
25
|
-
"@nocobase/evaluators": "2.0.0-
|
|
24
|
+
"@nocobase/actions": "2.0.0-beta.1",
|
|
25
|
+
"@nocobase/evaluators": "2.0.0-beta.1",
|
|
26
26
|
"axios": "1.7.7",
|
|
27
|
-
"@nocobase/database": "2.0.0-
|
|
27
|
+
"@nocobase/database": "2.0.0-beta.1"
|
|
28
28
|
};
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
"Access control": "Access control",
|
|
4
|
+
"Add parameter": "Add parameter",
|
|
5
|
+
"Add request header": "Add request header",
|
|
6
|
+
"Body": "Body",
|
|
7
|
+
"Custom Request": "Custom Request",
|
|
8
|
+
"Enter description info": "Enter description info",
|
|
9
|
+
"Format": "Format",
|
|
10
|
+
"HTTP method": "HTTP method",
|
|
11
|
+
"Headers": "Headers",
|
|
12
|
+
"If not set, all roles can see this action": "If not set, all roles can see this action",
|
|
13
|
+
"Input request data": "Input request data",
|
|
14
|
+
"Insert": "Insert",
|
|
15
|
+
"Only support standard JSON data": "Only support standard JSON data",
|
|
16
|
+
"Parameters": "Parameters",
|
|
17
|
+
"Please configure the request settings first": "Please configure the request settings first",
|
|
18
|
+
"Request settings": "Request settings",
|
|
19
|
+
"Roles": "Roles",
|
|
20
|
+
"Timeout config": "Timeout config",
|
|
21
|
+
"Title": "Title",
|
|
22
|
+
"URL": "URL",
|
|
23
|
+
"Use variable": "Use variable",
|
|
24
|
+
"When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data": "When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data",
|
|
25
|
+
"ms": "ms"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
"Access control": "Access control",
|
|
4
|
+
"Add parameter": "Add parameter",
|
|
5
|
+
"Add request header": "Add request header",
|
|
6
|
+
"Body": "Body",
|
|
7
|
+
"Custom Request": "Custom Request",
|
|
8
|
+
"Enter description info": "Enter description info",
|
|
9
|
+
"Format": "Format",
|
|
10
|
+
"HTTP method": "HTTP method",
|
|
11
|
+
"Headers": "Headers",
|
|
12
|
+
"If not set, all roles can see this action": "If not set, all roles can see this action",
|
|
13
|
+
"Input request data": "Input request data",
|
|
14
|
+
"Insert": "Insert",
|
|
15
|
+
"Only support standard JSON data": "Only support standard JSON data",
|
|
16
|
+
"Parameters": "Parameters",
|
|
17
|
+
"Please configure the request settings first": "Please configure the request settings first",
|
|
18
|
+
"Request settings": "Request settings",
|
|
19
|
+
"Roles": "Roles",
|
|
20
|
+
"Timeout config": "Timeout config",
|
|
21
|
+
"Title": "Title",
|
|
22
|
+
"URL": "URL",
|
|
23
|
+
"Use variable": "Use variable",
|
|
24
|
+
"When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data": "When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data",
|
|
25
|
+
"ms": "ms"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
"Access control": "Access control",
|
|
4
|
+
"Add parameter": "Add parameter",
|
|
5
|
+
"Add request header": "Add request header",
|
|
6
|
+
"Body": "Body",
|
|
7
|
+
"Custom Request": "Custom Request",
|
|
8
|
+
"Enter description info": "Enter description info",
|
|
9
|
+
"Format": "Format",
|
|
10
|
+
"HTTP method": "HTTP method",
|
|
11
|
+
"Headers": "Headers",
|
|
12
|
+
"If not set, all roles can see this action": "If not set, all roles can see this action",
|
|
13
|
+
"Input request data": "Input request data",
|
|
14
|
+
"Insert": "Insert",
|
|
15
|
+
"Only support standard JSON data": "Only support standard JSON data",
|
|
16
|
+
"Parameters": "Parameters",
|
|
17
|
+
"Please configure the request settings first": "Please configure the request settings first",
|
|
18
|
+
"Request settings": "Request settings",
|
|
19
|
+
"Roles": "Roles",
|
|
20
|
+
"Timeout config": "Timeout config",
|
|
21
|
+
"Title": "Title",
|
|
22
|
+
"URL": "URL",
|
|
23
|
+
"Use variable": "Use variable",
|
|
24
|
+
"When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data": "When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data",
|
|
25
|
+
"ms": "ms"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
"Access control": "Access control",
|
|
4
|
+
"Add parameter": "Add parameter",
|
|
5
|
+
"Add request header": "Add request header",
|
|
6
|
+
"Body": "Body",
|
|
7
|
+
"Custom Request": "Custom Request",
|
|
8
|
+
"Enter description info": "Enter description info",
|
|
9
|
+
"Format": "Format",
|
|
10
|
+
"HTTP method": "HTTP method",
|
|
11
|
+
"Headers": "Headers",
|
|
12
|
+
"If not set, all roles can see this action": "If not set, all roles can see this action",
|
|
13
|
+
"Input request data": "Input request data",
|
|
14
|
+
"Insert": "Insert",
|
|
15
|
+
"Only support standard JSON data": "Only support standard JSON data",
|
|
16
|
+
"Parameters": "Parameters",
|
|
17
|
+
"Please configure the request settings first": "Please configure the request settings first",
|
|
18
|
+
"Request settings": "Request settings",
|
|
19
|
+
"Roles": "Roles",
|
|
20
|
+
"Timeout config": "Timeout config",
|
|
21
|
+
"Title": "Title",
|
|
22
|
+
"URL": "URL",
|
|
23
|
+
"Use variable": "Use variable",
|
|
24
|
+
"When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data": "When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data",
|
|
25
|
+
"ms": "ms"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" csak az \"application/json\"-t támogatja, és nem szükséges megadni",
|
|
3
|
+
"Access control": "Hozzáférés-vezérlés",
|
|
4
|
+
"Add parameter": "Paraméter hozzáadása",
|
|
5
|
+
"Add request header": "Kérés fejlécének hozzáadása",
|
|
6
|
+
"Body": "Törzs",
|
|
7
|
+
"Custom Request": "Egyedi kérés",
|
|
8
|
+
"Enter description info": "Írja be a leírás információt",
|
|
9
|
+
"Format": "Formátum",
|
|
10
|
+
"HTTP method": "HTTP módszer",
|
|
11
|
+
"Headers": "Fejléc",
|
|
12
|
+
"If not set, all roles can see this action": "Ha nincs beállítva, minden szerepkör láthatja ezt a műveletet",
|
|
13
|
+
"Input request data": "Kérjük, adja meg a kérés adatait",
|
|
14
|
+
"Insert": "Beszúrás",
|
|
15
|
+
"Only support standard JSON data": "Csak a szabványos JSON adatokat támogatja",
|
|
16
|
+
"Parameters": "Paraméterek",
|
|
17
|
+
"Please configure the request settings first": "Kérjük, először konfigurálja a kérés beállításait",
|
|
18
|
+
"Request settings": "Kérés beállítások",
|
|
19
|
+
"Roles": "Szerepkörök",
|
|
20
|
+
"Timeout config": "Időtúllépés beállítás",
|
|
21
|
+
"Title": "Cím",
|
|
22
|
+
"URL": "URL",
|
|
23
|
+
"Use variable": "Változó használata",
|
|
24
|
+
"When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data": "Amikor a HTTP módszer Post, Put vagy Patch, és ez a testreszabott kérés az űrlapon belül van, a kérés törzse automatikusan ki lesz töltve az űrlap adataival",
|
|
25
|
+
"ms": "ms"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" hanya mendukung \"application/json\", dan tidak perlu ditentukan",
|
|
3
|
+
"Access control": "Kontrol Akses",
|
|
4
|
+
"Add parameter": "Tambah parameter",
|
|
5
|
+
"Add request header": "Tambah header permintaan",
|
|
6
|
+
"Body": "Isi",
|
|
7
|
+
"Custom Request": "Permintaan Kustom",
|
|
8
|
+
"Enter description info": "Masukkan info deskripsi",
|
|
9
|
+
"Format": "Format",
|
|
10
|
+
"HTTP method": "Metode HTTP",
|
|
11
|
+
"Headers": "Header",
|
|
12
|
+
"If not set, all roles can see this action": "Jika tidak diatur, semua peran dapat melihat aksi ini",
|
|
13
|
+
"Input request data": "Masukkan data permintaan",
|
|
14
|
+
"Insert": "Sisipkan",
|
|
15
|
+
"Only support standard JSON data": "Hanya mendukung data JSON standar",
|
|
16
|
+
"Parameters": "Parameter",
|
|
17
|
+
"Please configure the request settings first": "Harap konfigurasikan pengaturan permintaan terlebih dahulu",
|
|
18
|
+
"Request settings": "Pengaturan permintaan",
|
|
19
|
+
"Roles": "Peran",
|
|
20
|
+
"Timeout config": "Konfigurasi batas waktu",
|
|
21
|
+
"Title": "Judul",
|
|
22
|
+
"URL": "URL",
|
|
23
|
+
"Use variable": "Gunakan variabel",
|
|
24
|
+
"When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data": "Ketika metode HTTP adalah Post, Put atau Patch, dan permintaan kustom ini berada di dalam formulir, isi permintaan akan otomatis terisi dengan data formulir",
|
|
25
|
+
"ms": "ms"
|
|
26
|
+
}
|
package/dist/locale/it-IT.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
|
+
"\"Content-Type\" only support \"application/json\", and no need to specify": "Content-Type supporta solo \"application/json\", e non è necessario specificarlo",
|
|
2
3
|
"Access control": "Controllo accessi",
|
|
4
|
+
"Add parameter": "Aggiungi parametro",
|
|
5
|
+
"Add request header": "Aggiungi intestazione richiesta",
|
|
6
|
+
"Body": "Corpo",
|
|
3
7
|
"Custom Request": "Richiesta personalizzata",
|
|
8
|
+
"Enter description info": "Inserisci informazioni descrittive",
|
|
9
|
+
"Format": "Formato",
|
|
10
|
+
"HTTP method": "Metodo HTTP",
|
|
11
|
+
"Headers": "Intestazioni",
|
|
12
|
+
"If not set, all roles can see this action": "Se non impostato, tutti i ruoli possono vedere questa azione",
|
|
13
|
+
"Input request data": "Inserisci dati richiesta",
|
|
14
|
+
"Insert": "Inserisci",
|
|
15
|
+
"Only support standard JSON data": "Supporta solo dati JSON standard",
|
|
16
|
+
"Parameters": "Parametri",
|
|
17
|
+
"Please configure the request settings first": "Per favore configura prima le impostazioni della richiesta",
|
|
4
18
|
"Request settings": "Impostazioni richiesta",
|
|
5
19
|
"Roles": "Ruoli",
|
|
6
|
-
"
|
|
20
|
+
"Timeout config": "Configurazione timeout",
|
|
7
21
|
"Title": "Titolo",
|
|
8
|
-
"HTTP method": "Metodo HTTP",
|
|
9
22
|
"URL": "URL",
|
|
10
|
-
"Headers": "Intestazioni",
|
|
11
|
-
"Parameters": "Parametri",
|
|
12
|
-
"Add request header": "Aggiungi intestazione richiesta",
|
|
13
|
-
"Add parameter": "Aggiungi parametro",
|
|
14
|
-
"Enter description info": "Inserisci informazioni descrittive",
|
|
15
|
-
"Body": "Corpo",
|
|
16
23
|
"Use variable": "Usa variabile",
|
|
17
|
-
"Format": "Formato",
|
|
18
|
-
"Insert": "Inserisci",
|
|
19
|
-
"Timeout config": "Configurazione timeout",
|
|
20
|
-
"ms": "ms",
|
|
21
|
-
"Input request data": "Inserisci dati richiesta",
|
|
22
|
-
"Only support standard JSON data": "Supporta solo dati JSON standard",
|
|
23
|
-
"\"Content-Type\" only support \"application/json\", and no need to specify": "Content-Type supporta solo \"application/json\", e non è necessario specificarlo",
|
|
24
24
|
"When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data": "Quando il metodo HTTP è Post, Put o Patch, e questa richiesta personalizzata è all'interno del modulo, il corpo della richiesta verrà automaticamente riempito con i dati del modulo",
|
|
25
|
-
"
|
|
26
|
-
}
|
|
25
|
+
"ms": "ms"
|
|
26
|
+
}
|
package/dist/locale/ja-JP.json
CHANGED
|
@@ -1,26 +1,27 @@
|
|
|
1
1
|
{
|
|
2
|
+
"\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\"ヘッダーは\"application/json\"のみ対応(指定不要)",
|
|
2
3
|
"Access control": "アクセス制御",
|
|
4
|
+
"Add parameter": "パラメーターを追加",
|
|
5
|
+
"Add request header": "リクエストヘッダーを追加",
|
|
6
|
+
"Body": "ボディ",
|
|
7
|
+
"Content-Type only support \"application/json\", and no need to specify": "Content-Type ヘッダーは \"application/json\" のみ対応し、指定は不要です",
|
|
3
8
|
"Custom Request": "カスタムリクエスト",
|
|
9
|
+
"Enter description info": "説明情報を入力してください",
|
|
10
|
+
"Format": "フォーマット",
|
|
11
|
+
"HTTP method": "HTTP メソッド",
|
|
12
|
+
"Headers": "ヘッダー",
|
|
13
|
+
"If not set, all roles can see this action": "設定しない場合、すべてのロールがこのアクションを確認できます",
|
|
14
|
+
"Input request data": "リクエストデータを入力してください",
|
|
15
|
+
"Insert": "挿入する",
|
|
16
|
+
"Only support standard JSON data": "標準JSONデータのみ対応しています",
|
|
17
|
+
"Parameters": "パラメーター",
|
|
18
|
+
"Please configure the request settings first": "まずリクエスト設定を構成してください",
|
|
4
19
|
"Request settings": "リクエスト設定",
|
|
5
20
|
"Roles": "役割",
|
|
6
|
-
"
|
|
21
|
+
"Timeout config": "タイムアウト設定",
|
|
7
22
|
"Title": "タイトル",
|
|
8
|
-
"HTTP method": "HTTP メソッド",
|
|
9
23
|
"URL": "URL",
|
|
10
|
-
"Headers": "ヘッダー",
|
|
11
|
-
"Parameters": "パラメーター",
|
|
12
|
-
"Add request header": "リクエストヘッダーを追加",
|
|
13
|
-
"Add parameter": "パラメーターを追加",
|
|
14
|
-
"Enter description info": "説明情報を入力してください",
|
|
15
|
-
"Body": "ボディ",
|
|
16
24
|
"Use variable": "変数を使用する",
|
|
17
|
-
"Format": "フォーマット",
|
|
18
|
-
"Insert": "挿入する",
|
|
19
|
-
"Timeout config": "タイムアウト設定",
|
|
20
|
-
"ms": "ミリ秒",
|
|
21
|
-
"Input request data": "リクエストデータを入力してください",
|
|
22
|
-
"Only support standard JSON data": "標準JSONデータのみ対応しています",
|
|
23
|
-
"Content-Type only support \"application/json\", and no need to specify": "Content-Type ヘッダーは \"application/json\" のみ対応し、指定は不要です",
|
|
24
25
|
"When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data": "HTTP メソッドが Post、Put、Patch の場合、このカスタムリクエストがフォーム内にあると、リクエストボディが自動的にフォームデータで埋められます",
|
|
25
|
-
"
|
|
26
|
+
"ms": "ミリ秒"
|
|
26
27
|
}
|
package/dist/locale/ko-KR.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
|
+
"\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\"는 \"application/json\"만 지원하며, 별도로 지정할 필요가 없습니다.",
|
|
2
3
|
"Access control": "접근 제어",
|
|
4
|
+
"Add parameter": "매개변수 추가",
|
|
5
|
+
"Add request header": "요청 헤더 추가",
|
|
6
|
+
"Body": "본문",
|
|
3
7
|
"Custom Request": "사용자 정의 요청",
|
|
8
|
+
"Enter description info": "설명 정보 입력",
|
|
9
|
+
"Format": "형식",
|
|
10
|
+
"HTTP method": "HTTP 메서드",
|
|
11
|
+
"Headers": "헤더",
|
|
12
|
+
"If not set, all roles can see this action": "설정하지 않으면 모든 역할이 이 작업을 볼 수 있습니다",
|
|
13
|
+
"Input request data": "요청 데이터 입력",
|
|
14
|
+
"Insert": "삽입",
|
|
15
|
+
"Only support standard JSON data": "표준 JSON 데이터만 지원됩니다",
|
|
16
|
+
"Parameters": "매개변수",
|
|
17
|
+
"Please configure the request settings first": "먼저 요청 설정을 구성하세요",
|
|
4
18
|
"Request settings": "요청 설정",
|
|
5
19
|
"Roles": "역할",
|
|
6
|
-
"
|
|
20
|
+
"Timeout config": "타임아웃 구성",
|
|
7
21
|
"Title": "제목",
|
|
8
|
-
"HTTP method": "HTTP 메소드",
|
|
9
22
|
"URL": "URL",
|
|
10
|
-
"Headers": "헤더",
|
|
11
|
-
"Parameters": "파라미터",
|
|
12
|
-
"Add request header": "요청 헤더 추가",
|
|
13
|
-
"Add parameter": "파라미터 추가",
|
|
14
|
-
"Enter description info": "설명 정보 입력",
|
|
15
|
-
"Body": "바디",
|
|
16
23
|
"Use variable": "변수 사용",
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
"ms": "밀리초",
|
|
21
|
-
"Input request data": "요청 데이터 입력",
|
|
22
|
-
"Only support standard JSON data": "표준 JSON 데이터만 지원됩니다",
|
|
23
|
-
"\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\"은 \"application/json\"만 지원하며 지정할 필요가 없습니다",
|
|
24
|
-
"When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data": "HTTP 메소드가 Post, Put 또는 Patch이고이 사용자 정의 요청이 양식 내에있는 경우 요청 본문은 자동으로 양식 데이터로 채워집니다",
|
|
25
|
-
"Please configure the request settings first": "먼저 요청 설정을 구성하십시오"
|
|
26
|
-
}
|
|
24
|
+
"When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data": "HTTP 메서드가 Post, Put 또는 Patch이고, 이 커스텀 요청이 폼 내부에 있을 때, 요청 본문은 폼 데이터로 자동으로 채워집니다.",
|
|
25
|
+
"ms": "밀리초"
|
|
26
|
+
}
|
package/dist/locale/nl-NL.json
CHANGED
|
@@ -1,27 +1,26 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
2
|
+
"\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" ondersteunt alleen \"application/json\", en hoeft niet te worden gespecificeerd",
|
|
3
|
+
"Access control": "Toegangscontrole",
|
|
4
|
+
"Add parameter": "Voeg parameter toe",
|
|
5
|
+
"Add request header": "Voeg aanvraagkop toe",
|
|
6
|
+
"Body": "Inhoud",
|
|
7
|
+
"Custom Request": "Aangepaste aanvraag",
|
|
8
|
+
"Enter description info": "Voer beschrijvingsinformatie in",
|
|
9
|
+
"Format": "Formaat",
|
|
10
|
+
"HTTP method": "HTTP-methode",
|
|
11
|
+
"Headers": "Kopteksten",
|
|
12
|
+
"If not set, all roles can see this action": "Als niet ingesteld, kunnen alle rollen deze actie zien",
|
|
13
|
+
"Input request data": "Voer aanvraaggegevens in",
|
|
14
|
+
"Insert": "Invoegen",
|
|
15
|
+
"Only support standard JSON data": "Ondersteunt alleen standaard JSON-gegevens",
|
|
16
|
+
"Parameters": "Parameters",
|
|
17
|
+
"Please configure the request settings first": "Configureer eerst de aanvraaginstellingen",
|
|
18
|
+
"Request settings": "Aanvraaginstellingen",
|
|
19
|
+
"Roles": "Rollen",
|
|
20
|
+
"Timeout config": "Time-outconfiguratie",
|
|
21
|
+
"Title": "Titel",
|
|
22
|
+
"URL": "URL",
|
|
23
|
+
"Use variable": "Gebruik variabele",
|
|
24
|
+
"When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data": "Wanneer de HTTP-methode Post, Put of Patch is, en deze aangepaste aanvraag zich binnen het formulier bevindt, wordt de aanvraaginhoud automatisch ingevuld met de formuliergegevens",
|
|
25
|
+
"ms": "ms"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
"Access control": "Access control",
|
|
4
|
+
"Add parameter": "Add parameter",
|
|
5
|
+
"Add request header": "Add request header",
|
|
6
|
+
"Body": "Body",
|
|
7
|
+
"Custom Request": "Custom Request",
|
|
8
|
+
"Enter description info": "Enter description info",
|
|
9
|
+
"Format": "Format",
|
|
10
|
+
"HTTP method": "HTTP method",
|
|
11
|
+
"Headers": "Headers",
|
|
12
|
+
"If not set, all roles can see this action": "If not set, all roles can see this action",
|
|
13
|
+
"Input request data": "Input request data",
|
|
14
|
+
"Insert": "Insert",
|
|
15
|
+
"Only support standard JSON data": "Only support standard JSON data",
|
|
16
|
+
"Parameters": "Parameters",
|
|
17
|
+
"Please configure the request settings first": "Please configure the request settings first",
|
|
18
|
+
"Request settings": "Request settings",
|
|
19
|
+
"Roles": "Roles",
|
|
20
|
+
"Timeout config": "Timeout config",
|
|
21
|
+
"Title": "Title",
|
|
22
|
+
"URL": "URL",
|
|
23
|
+
"Use variable": "Use variable",
|
|
24
|
+
"When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data": "When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data",
|
|
25
|
+
"ms": "ms"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" поддерживает только \"application/json\", указывать не требуется",
|
|
3
|
+
"Access control": "Контроль доступа",
|
|
4
|
+
"Add parameter": "Добавить параметр",
|
|
5
|
+
"Add request header": "Добавить заголовок запроса",
|
|
6
|
+
"Body": "Тело",
|
|
7
|
+
"Custom Request": "Пользовательский запрос",
|
|
8
|
+
"Enter description info": "Введите описание",
|
|
9
|
+
"Format": "Формат",
|
|
10
|
+
"HTTP method": "Метод HTTP",
|
|
11
|
+
"Headers": "Заголовки",
|
|
12
|
+
"If not set, all roles can see this action": "Если не указано, все роли смогут видеть это действие",
|
|
13
|
+
"Input request data": "Ввести данные запроса",
|
|
14
|
+
"Insert": "Вставить",
|
|
15
|
+
"Only support standard JSON data": "Поддерживаются только стандартные данные JSON",
|
|
16
|
+
"Parameters": "Параметры",
|
|
17
|
+
"Please configure the request settings first": "Пожалуйста, сначала настройте параметры запроса",
|
|
18
|
+
"Request settings": "Настройки запроса",
|
|
19
|
+
"Roles": "Роли",
|
|
20
|
+
"Timeout config": "Настройка тайм-аута",
|
|
21
|
+
"Title": "Заголовок",
|
|
22
|
+
"URL": "URL",
|
|
23
|
+
"Use variable": "Использовать переменную",
|
|
24
|
+
"When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data": "Когда метод HTTP — Post, Put или Patch, и этот пользовательский запрос находится внутри формы, тело запроса автоматически заполняется данными формы",
|
|
25
|
+
"ms": "мс"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
"Access control": "Access control",
|
|
4
|
+
"Add parameter": "Add parameter",
|
|
5
|
+
"Add request header": "Add request header",
|
|
6
|
+
"Body": "Body",
|
|
7
|
+
"Custom Request": "Custom Request",
|
|
8
|
+
"Enter description info": "Enter description info",
|
|
9
|
+
"Format": "Format",
|
|
10
|
+
"HTTP method": "HTTP method",
|
|
11
|
+
"Headers": "Headers",
|
|
12
|
+
"If not set, all roles can see this action": "If not set, all roles can see this action",
|
|
13
|
+
"Input request data": "Input request data",
|
|
14
|
+
"Insert": "Insert",
|
|
15
|
+
"Only support standard JSON data": "Only support standard JSON data",
|
|
16
|
+
"Parameters": "Parameters",
|
|
17
|
+
"Please configure the request settings first": "Please configure the request settings first",
|
|
18
|
+
"Request settings": "Request settings",
|
|
19
|
+
"Roles": "Roles",
|
|
20
|
+
"Timeout config": "Timeout config",
|
|
21
|
+
"Title": "Title",
|
|
22
|
+
"URL": "URL",
|
|
23
|
+
"Use variable": "Use variable",
|
|
24
|
+
"When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data": "When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data",
|
|
25
|
+
"ms": "ms"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
"Access control": "Access control",
|
|
4
|
+
"Add parameter": "Add parameter",
|
|
5
|
+
"Add request header": "Add request header",
|
|
6
|
+
"Body": "Body",
|
|
7
|
+
"Custom Request": "Custom Request",
|
|
8
|
+
"Enter description info": "Enter description info",
|
|
9
|
+
"Format": "Format",
|
|
10
|
+
"HTTP method": "HTTP method",
|
|
11
|
+
"Headers": "Headers",
|
|
12
|
+
"If not set, all roles can see this action": "If not set, all roles can see this action",
|
|
13
|
+
"Input request data": "Input request data",
|
|
14
|
+
"Insert": "Insert",
|
|
15
|
+
"Only support standard JSON data": "Only support standard JSON data",
|
|
16
|
+
"Parameters": "Parameters",
|
|
17
|
+
"Please configure the request settings first": "Please configure the request settings first",
|
|
18
|
+
"Request settings": "Request settings",
|
|
19
|
+
"Roles": "Roles",
|
|
20
|
+
"Timeout config": "Timeout config",
|
|
21
|
+
"Title": "Title",
|
|
22
|
+
"URL": "URL",
|
|
23
|
+
"Use variable": "Use variable",
|
|
24
|
+
"When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data": "When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data",
|
|
25
|
+
"ms": "ms"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
"Access control": "Access control",
|
|
4
|
+
"Add parameter": "Add parameter",
|
|
5
|
+
"Add request header": "Add request header",
|
|
6
|
+
"Body": "Body",
|
|
7
|
+
"Custom Request": "Custom Request",
|
|
8
|
+
"Enter description info": "Enter description info",
|
|
9
|
+
"Format": "Format",
|
|
10
|
+
"HTTP method": "HTTP method",
|
|
11
|
+
"Headers": "Headers",
|
|
12
|
+
"If not set, all roles can see this action": "If not set, all roles can see this action",
|
|
13
|
+
"Input request data": "Input request data",
|
|
14
|
+
"Insert": "Chèn",
|
|
15
|
+
"Only support standard JSON data": "Only support standard JSON data",
|
|
16
|
+
"Parameters": "Parameters",
|
|
17
|
+
"Please configure the request settings first": "Please configure the request settings first",
|
|
18
|
+
"Request settings": "Request settings",
|
|
19
|
+
"Roles": "Vai trò",
|
|
20
|
+
"Timeout config": "Timeout config",
|
|
21
|
+
"Title": "Tiêu đề",
|
|
22
|
+
"URL": "URL",
|
|
23
|
+
"Use variable": "Use variable",
|
|
24
|
+
"When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data": "When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data",
|
|
25
|
+
"ms": "ms"
|
|
26
|
+
}
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
|
+
"\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" 请求头仅支持 \"application/json\",无需填写",
|
|
2
3
|
"Access control": "权限控制",
|
|
4
|
+
"Add parameter": "添加参数",
|
|
5
|
+
"Add request header": "添加请求头",
|
|
6
|
+
"Body": "请求体",
|
|
3
7
|
"Custom Request": "自定义请求",
|
|
8
|
+
"Enter description info": "输入描述信息",
|
|
9
|
+
"Format": "格式化",
|
|
10
|
+
"HTTP method": "HTTP 方法",
|
|
11
|
+
"Headers": "请求头",
|
|
12
|
+
"If not set, all roles can see this action": "如果不设置,所有角色都可以看到这个自定义请求",
|
|
13
|
+
"Input request data": "输入请求数据",
|
|
14
|
+
"Insert": "插入",
|
|
15
|
+
"Only support standard JSON data": "仅支持标准 JSON 数据",
|
|
16
|
+
"Parameters": "参数",
|
|
17
|
+
"Please configure the request settings first": "请先配置请求设置",
|
|
4
18
|
"Request settings": "请求设置",
|
|
5
19
|
"Roles": "角色",
|
|
6
|
-
"
|
|
20
|
+
"Timeout config": "超时设置",
|
|
7
21
|
"Title": "标题",
|
|
8
|
-
"HTTP method": "HTTP 方法",
|
|
9
22
|
"URL": "URL",
|
|
10
|
-
"Headers": "请求头",
|
|
11
|
-
"Parameters": "参数",
|
|
12
|
-
"Add request header": "添加请求头",
|
|
13
|
-
"Add parameter": "添加参数",
|
|
14
|
-
"Enter description info": "输入描述信息",
|
|
15
|
-
"Body": "请求体",
|
|
16
23
|
"Use variable": "使用变量",
|
|
17
|
-
"Format": "格式化",
|
|
18
|
-
"Insert": "插入",
|
|
19
|
-
"Timeout config": "超时设置",
|
|
20
|
-
"ms": "毫秒",
|
|
21
|
-
"Input request data": "输入请求数据",
|
|
22
|
-
"Only support standard JSON data": "仅支持标准 JSON 数据",
|
|
23
|
-
"\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" 请求头仅支持 \"application/json\",无需填写",
|
|
24
24
|
"When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data": "当请求方法为 Post、Put 或 Patch 时,且此自定义请求在表单内,请求体将自动填充表单数据",
|
|
25
|
-
"
|
|
26
|
-
}
|
|
25
|
+
"ms": "毫秒"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
"Access control": "Access control",
|
|
4
|
+
"Add parameter": "Add parameter",
|
|
5
|
+
"Add request header": "Add request header",
|
|
6
|
+
"Body": "Body",
|
|
7
|
+
"Custom Request": "Custom Request",
|
|
8
|
+
"Enter description info": "Enter description info",
|
|
9
|
+
"Format": "Format",
|
|
10
|
+
"HTTP method": "HTTP method",
|
|
11
|
+
"Headers": "Headers",
|
|
12
|
+
"If not set, all roles can see this action": "If not set, all roles can see this action",
|
|
13
|
+
"Input request data": "Input request data",
|
|
14
|
+
"Insert": "Insert",
|
|
15
|
+
"Only support standard JSON data": "Only support standard JSON data",
|
|
16
|
+
"Parameters": "Parameters",
|
|
17
|
+
"Please configure the request settings first": "Please configure the request settings first",
|
|
18
|
+
"Request settings": "Request settings",
|
|
19
|
+
"Roles": "Roles",
|
|
20
|
+
"Timeout config": "Timeout config",
|
|
21
|
+
"Title": "Title",
|
|
22
|
+
"URL": "URL",
|
|
23
|
+
"Use variable": "Use variable",
|
|
24
|
+
"When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data": "When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data",
|
|
25
|
+
"ms": "ms"
|
|
26
|
+
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-action-custom-request",
|
|
3
|
-
"version": "2.0.0-
|
|
3
|
+
"version": "2.0.0-beta.1",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"homepage": "https://docs.nocobase.com/handbook/action-custom-request",
|
|
6
|
+
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/action-custom-request",
|
|
6
7
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-custom-request",
|
|
7
8
|
"displayName": "Action: Custom request",
|
|
9
|
+
"displayName.ru-RU": "Действие: Пользовательский запрос",
|
|
8
10
|
"displayName.zh-CN": "操作:自定义请求",
|
|
9
11
|
"description": "Sending a request to any HTTP service supports sending context data to the target service.",
|
|
12
|
+
"description.ru-RU": "Отправка запроса к любому HTTP-сервису, поддерживается отправка контекстных данных в целевой сервис.",
|
|
10
13
|
"description.zh-CN": "向任意 HTTP 服务发送请求,支持将上下文数据发送给目标服务。",
|
|
11
14
|
"license": "AGPL-3.0",
|
|
12
15
|
"devDependencies": {
|
|
@@ -22,7 +25,7 @@
|
|
|
22
25
|
"@nocobase/server": "2.x",
|
|
23
26
|
"@nocobase/test": "2.x"
|
|
24
27
|
},
|
|
25
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "b3d1f65848fc91e673372ee734dafe6b1cf80586",
|
|
26
29
|
"keywords": [
|
|
27
30
|
"Actions"
|
|
28
31
|
]
|