@nocobase/plugin-workflow-json-variable-mapping 2.0.0-alpha.49 → 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 +3 -3
- package/dist/locale/de-DE.json +16 -0
- package/dist/locale/en-US.json +12 -10
- package/dist/locale/es-ES.json +16 -0
- package/dist/locale/fr-FR.json +16 -0
- package/dist/locale/hu-HU.json +16 -0
- package/dist/locale/id-ID.json +16 -0
- package/dist/locale/it-IT.json +16 -0
- package/dist/locale/ja-JP.json +16 -0
- package/dist/locale/ko-KR.json +16 -0
- package/dist/locale/nl-NL.json +14 -0
- package/dist/locale/pt-BR.json +16 -0
- package/dist/locale/ru-RU.json +16 -0
- package/dist/locale/tr-TR.json +16 -0
- package/dist/locale/uk-UA.json +16 -0
- package/dist/locale/vi-VN.json +16 -0
- package/dist/locale/zh-CN.json +13 -11
- package/dist/locale/zh-TW.json +16 -0
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -11,12 +11,12 @@ module.exports = {
|
|
|
11
11
|
"react": "18.2.0",
|
|
12
12
|
"antd": "5.24.2",
|
|
13
13
|
"@ant-design/icons": "5.6.1",
|
|
14
|
-
"@nocobase/plugin-workflow": "2.0.0-alpha.
|
|
14
|
+
"@nocobase/plugin-workflow": "2.0.0-alpha.50",
|
|
15
15
|
"lodash": "4.17.21",
|
|
16
16
|
"@formily/shared": "2.3.7",
|
|
17
17
|
"@formily/core": "2.3.7",
|
|
18
18
|
"@formily/react": "2.3.7",
|
|
19
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
19
|
+
"@nocobase/client": "2.0.0-alpha.50",
|
|
20
20
|
"react-i18next": "11.18.6",
|
|
21
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
21
|
+
"@nocobase/server": "2.0.0-alpha.50"
|
|
22
22
|
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Alias": "Alias",
|
|
3
|
+
"Clear below items": "Clear below items",
|
|
4
|
+
"If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.": "If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.",
|
|
5
|
+
"Include array index in path": "Include array index in path",
|
|
6
|
+
"Input example": "Input example",
|
|
7
|
+
"JSON Data source": "JSON Data source",
|
|
8
|
+
"JSON data source": "JSON data source",
|
|
9
|
+
"JSON variable mapping": "JSON variable mapping",
|
|
10
|
+
"Key path": "Key path",
|
|
11
|
+
"Parse": "Parse",
|
|
12
|
+
"Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }": "Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }",
|
|
13
|
+
"Please update other node references to the key after clicking the parse button.": "Please update other node references to the key after clicking the parse button.",
|
|
14
|
+
"Transform a JSON object structure": "Transform a JSON object structure",
|
|
15
|
+
"Used for mapping any JSON data to structured variables for usage in subsequent nodes.": "Used for mapping any JSON data to structured variables for usage in subsequent nodes."
|
|
16
|
+
}
|
package/dist/locale/en-US.json
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"Please update other node references to the key after clicking the parse button.": "Please update other node references to the key after clicking the parse button.",
|
|
5
|
-
"JSON data source": "JSON data source",
|
|
6
|
-
"Input example": "Input example",
|
|
7
|
-
"Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }": "Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }",
|
|
8
|
-
"Include array index in path": "Include array index in path",
|
|
2
|
+
"Alias": "Alias",
|
|
3
|
+
"Clear below items": "Clear below items",
|
|
9
4
|
"If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.": "If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.",
|
|
5
|
+
"Include array index in path": "Include array index in path",
|
|
6
|
+
"Input example": "Input example",
|
|
7
|
+
"JSON Data source": "JSON Data source",
|
|
8
|
+
"JSON data source": "JSON data source",
|
|
9
|
+
"JSON variable mapping": "JSON variable mapping",
|
|
10
|
+
"Key path": "Key path",
|
|
10
11
|
"Parse": "Parse",
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
12
|
+
"Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }": "Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }",
|
|
13
|
+
"Please update other node references to the key after clicking the parse button.": "Please update other node references to the key after clicking the parse button.",
|
|
14
|
+
"Transform a JSON object structure": "Transform a JSON object structure",
|
|
15
|
+
"Used for mapping any JSON data to structured variables for usage in subsequent nodes.": "Used for mapping any JSON data to structured variables for usage in subsequent nodes."
|
|
14
16
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Alias": "Alias",
|
|
3
|
+
"Clear below items": "Clear below items",
|
|
4
|
+
"If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.": "If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.",
|
|
5
|
+
"Include array index in path": "Include array index in path",
|
|
6
|
+
"Input example": "Input example",
|
|
7
|
+
"JSON Data source": "JSON Data source",
|
|
8
|
+
"JSON data source": "JSON data source",
|
|
9
|
+
"JSON variable mapping": "JSON variable mapping",
|
|
10
|
+
"Key path": "Key path",
|
|
11
|
+
"Parse": "Parse",
|
|
12
|
+
"Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }": "Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }",
|
|
13
|
+
"Please update other node references to the key after clicking the parse button.": "Please update other node references to the key after clicking the parse button.",
|
|
14
|
+
"Transform a JSON object structure": "Transform a JSON object structure",
|
|
15
|
+
"Used for mapping any JSON data to structured variables for usage in subsequent nodes.": "Used for mapping any JSON data to structured variables for usage in subsequent nodes."
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Alias": "Alias",
|
|
3
|
+
"Clear below items": "Clear below items",
|
|
4
|
+
"If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.": "If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.",
|
|
5
|
+
"Include array index in path": "Include array index in path",
|
|
6
|
+
"Input example": "Input example",
|
|
7
|
+
"JSON Data source": "JSON Data source",
|
|
8
|
+
"JSON data source": "JSON data source",
|
|
9
|
+
"JSON variable mapping": "JSON variable mapping",
|
|
10
|
+
"Key path": "Key path",
|
|
11
|
+
"Parse": "Parse",
|
|
12
|
+
"Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }": "Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }",
|
|
13
|
+
"Please update other node references to the key after clicking the parse button.": "Please update other node references to the key after clicking the parse button.",
|
|
14
|
+
"Transform a JSON object structure": "Transform a JSON object structure",
|
|
15
|
+
"Used for mapping any JSON data to structured variables for usage in subsequent nodes.": "Used for mapping any JSON data to structured variables for usage in subsequent nodes."
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Alias": "Álnév",
|
|
3
|
+
"Clear below items": "Alábbi elemek törlése",
|
|
4
|
+
"If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.": "Ha a JSON objektum tömb elemeket tartalmaz, elemezze őket. pl.: { \"arrayKey\": [ \"item1\", \"item2\" ] elemzése \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\" formában történik, ha false értékre van állítva, csak \"arrayKey\" lesz elemezve.",
|
|
5
|
+
"Include array index in path": "Tömb index hozzáadása az elérési úthoz",
|
|
6
|
+
"Input example": "Beviteli példa",
|
|
7
|
+
"JSON Data source": "JSON adatforrás",
|
|
8
|
+
"JSON data source": "JSON adatforrás",
|
|
9
|
+
"JSON variable mapping": "JSON változó leképezés",
|
|
10
|
+
"Key path": "Kulcs útvonal",
|
|
11
|
+
"Parse": "Elemzés",
|
|
12
|
+
"Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }": "Kérjük, adjon meg JSON példát, mint { \"key1\": \"item1\", \"key2\": \"item2\" }",
|
|
13
|
+
"Please update other node references to the key after clicking the parse button.": "Kérjük, frissítse a kulcsra mutató egyéb csomópont hivatkozásokat az elemzés gombra kattintás után.",
|
|
14
|
+
"Transform a JSON object structure": "JSON objektumszerkezet átalakítása",
|
|
15
|
+
"Used for mapping any JSON data to structured variables for usage in subsequent nodes.": "Bármilyen JSON adat strukturált változókra történő leképezéséhez használható a következő csomópontokban való felhasználáshoz."
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Alias": "Alias",
|
|
3
|
+
"Clear below items": "Hapus item di bawah",
|
|
4
|
+
"If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.": "Jika objek JSON berisi item array, uraikan. Contoh: { \"arrayKey\": [ \"item1\", \"item2\" ] akan diuraikan sebagai \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", jika diatur ke false, hanya \"arrayKey\" yang akan diuraikan.",
|
|
5
|
+
"Include array index in path": "Sertakan indeks array dalam path",
|
|
6
|
+
"Input example": "Contoh input",
|
|
7
|
+
"JSON Data source": "Sumber Data JSON",
|
|
8
|
+
"JSON data source": "Sumber data JSON",
|
|
9
|
+
"JSON variable mapping": "Pemetaan variabel JSON",
|
|
10
|
+
"Key path": "Path kunci",
|
|
11
|
+
"Parse": "Uraikan",
|
|
12
|
+
"Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }": "Harap masukkan contoh JSON seperti { \"key1\": \"item1\", \"key2\": \"item2\" }",
|
|
13
|
+
"Please update other node references to the key after clicking the parse button.": "Harap perbarui referensi node lain ke kunci setelah mengklik tombol uraikan.",
|
|
14
|
+
"Transform a JSON object structure": "Mengubah struktur objek JSON",
|
|
15
|
+
"Used for mapping any JSON data to structured variables for usage in subsequent nodes.": "Digunakan untuk memetakan data JSON apa pun ke variabel terstruktur untuk digunakan di node berikutnya."
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Alias": "Alias",
|
|
3
|
+
"Clear below items": "Clear below items",
|
|
4
|
+
"If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.": "If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.",
|
|
5
|
+
"Include array index in path": "Include array index in path",
|
|
6
|
+
"Input example": "Input example",
|
|
7
|
+
"JSON Data source": "JSON Data source",
|
|
8
|
+
"JSON data source": "JSON data source",
|
|
9
|
+
"JSON variable mapping": "JSON variable mapping",
|
|
10
|
+
"Key path": "Key path",
|
|
11
|
+
"Parse": "Parse",
|
|
12
|
+
"Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }": "Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }",
|
|
13
|
+
"Please update other node references to the key after clicking the parse button.": "Please update other node references to the key after clicking the parse button.",
|
|
14
|
+
"Transform a JSON object structure": "Transform a JSON object structure",
|
|
15
|
+
"Used for mapping any JSON data to structured variables for usage in subsequent nodes.": "Used for mapping any JSON data to structured variables for usage in subsequent nodes."
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Alias": "エイリアス",
|
|
3
|
+
"Clear below items": "以下の項目をクリア",
|
|
4
|
+
"If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.": "JSONオブジェクトが配列項目を含む場合、それらを解析します。例: { \"arrayKey\": [ \"item1\", \"item2\" ] は \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\" と解析されます。無効の場合、\"arrayKey\" のみが解析されます。",
|
|
5
|
+
"Include array index in path": "パスに配列インデックスを含める",
|
|
6
|
+
"Input example": "入力例",
|
|
7
|
+
"JSON Data source": "JSONデータソース",
|
|
8
|
+
"JSON data source": "JSONデータソース",
|
|
9
|
+
"JSON variable mapping": "JSON変数マッピング",
|
|
10
|
+
"Key path": "キーパス",
|
|
11
|
+
"Parse": "解析",
|
|
12
|
+
"Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }": "{ \"key1\": \"item1\", \"key2\": \"item2\" } のようなJSONサンプルを入力してください",
|
|
13
|
+
"Please update other node references to the key after clicking the parse button.": "解析ボタンクリック後、他のノードのキー参照を更新してください",
|
|
14
|
+
"Transform a JSON object structure": "JSONオブジェクト構造を変換",
|
|
15
|
+
"Used for mapping any JSON data to structured variables for usage in subsequent nodes.": "後続ノードで使用するため、任意のJSONデータを構造化変数にマッピングするために使用されます。"
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Alias": "별칭",
|
|
3
|
+
"Clear below items": "아래 항목 지우기",
|
|
4
|
+
"If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.": "JSON 객체에 배열 항목이 포함된 경우 파싱합니다. 예: { \"arrayKey\": [ \"item1\", \"item2\" ] }는 \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\"로 파싱됩니다. false로 설정하면 \"arrayKey\"만 파싱됩니다.",
|
|
5
|
+
"Include array index in path": "경로에 배열 인덱스 포함",
|
|
6
|
+
"Input example": "입력 예시",
|
|
7
|
+
"JSON Data source": "JSON 데이터 소스",
|
|
8
|
+
"JSON data source": "JSON 데이터 소스",
|
|
9
|
+
"JSON variable mapping": "JSON 변수 매핑",
|
|
10
|
+
"Key path": "키 경로",
|
|
11
|
+
"Parse": "파싱",
|
|
12
|
+
"Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }": "{ \"key1\": \"item1\", \"key2\": \"item2\" }와 같은 JSON 예시를 입력하세요",
|
|
13
|
+
"Please update other node references to the key after clicking the parse button.": "파싱 버튼 클릭 후 다른 노드의 키 참조를 업데이트하세요.",
|
|
14
|
+
"Transform a JSON object structure": "JSON 객체 구조 변환",
|
|
15
|
+
"Used for mapping any JSON data to structured variables for usage in subsequent nodes.": "임의의 JSON 데이터를 구조화된 변수로 매핑하여 후속 노드에서 사용할 수 있도록 합니다."
|
|
16
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Alias": "Alias",
|
|
3
|
+
"Clear below items": "Clear below items",
|
|
4
|
+
"If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.": "If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.",
|
|
5
|
+
"Include array index in path": "Include array index in path",
|
|
6
|
+
"Input example": "Input example",
|
|
7
|
+
"JSON data source": "JSON data source",
|
|
8
|
+
"JSON variable mapping": "JSON variable mapping",
|
|
9
|
+
"Key path": "Key path",
|
|
10
|
+
"Parse": "Parse",
|
|
11
|
+
"Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }": "Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }",
|
|
12
|
+
"Please update other node references to the key after clicking the parse button.": "Please update other node references to the key after clicking the parse button.",
|
|
13
|
+
"Used for mapping any JSON data to structured variables for usage in subsequent nodes.": "Used for mapping any JSON data to structured variables for usage in subsequent nodes."
|
|
14
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Alias": "Alias",
|
|
3
|
+
"Clear below items": "Clear below items",
|
|
4
|
+
"If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.": "If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.",
|
|
5
|
+
"Include array index in path": "Include array index in path",
|
|
6
|
+
"Input example": "Input example",
|
|
7
|
+
"JSON Data source": "JSON Data source",
|
|
8
|
+
"JSON data source": "JSON data source",
|
|
9
|
+
"JSON variable mapping": "JSON variable mapping",
|
|
10
|
+
"Key path": "Key path",
|
|
11
|
+
"Parse": "Parse",
|
|
12
|
+
"Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }": "Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }",
|
|
13
|
+
"Please update other node references to the key after clicking the parse button.": "Please update other node references to the key after clicking the parse button.",
|
|
14
|
+
"Transform a JSON object structure": "Transform a JSON object structure",
|
|
15
|
+
"Used for mapping any JSON data to structured variables for usage in subsequent nodes.": "Used for mapping any JSON data to structured variables for usage in subsequent nodes."
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Alias": "Псевдоним",
|
|
3
|
+
"Clear below items": "Очистить элементы ниже",
|
|
4
|
+
"If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.": "Если объект JSON содержит элементы массива, выполните их разбор. Например: { \"arrayKey\": [ \"item1\", \"item2\" ] будет разобран как \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\". Если установлено значение false, будет разобран только \"arrayKey\".",
|
|
5
|
+
"Include array index in path": "Включить индекс массива в путь",
|
|
6
|
+
"Input example": "Пример ввода",
|
|
7
|
+
"JSON Data source": "Источник данных JSON",
|
|
8
|
+
"JSON data source": "Источник данных JSON",
|
|
9
|
+
"JSON variable mapping": "Сопоставление переменных JSON",
|
|
10
|
+
"Key path": "Путь к ключу",
|
|
11
|
+
"Parse": "Разобрать",
|
|
12
|
+
"Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }": "Введите пример JSON, например { \"key1\": \"item1\", \"key2\": \"item2\" }",
|
|
13
|
+
"Please update other node references to the key after clicking the parse button.": "После нажатия кнопки разбора обновите ссылки на ключ в других узлах.",
|
|
14
|
+
"Transform a JSON object structure": "Преобразовать структуру объекта JSON",
|
|
15
|
+
"Used for mapping any JSON data to structured variables for usage in subsequent nodes.": "Используется для сопоставления любых данных JSON со структурированными переменными для использования в последующих узлах."
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Alias": "Alias",
|
|
3
|
+
"Clear below items": "Clear below items",
|
|
4
|
+
"If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.": "If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.",
|
|
5
|
+
"Include array index in path": "Include array index in path",
|
|
6
|
+
"Input example": "Input example",
|
|
7
|
+
"JSON Data source": "JSON Data source",
|
|
8
|
+
"JSON data source": "JSON data source",
|
|
9
|
+
"JSON variable mapping": "JSON variable mapping",
|
|
10
|
+
"Key path": "Key path",
|
|
11
|
+
"Parse": "Parse",
|
|
12
|
+
"Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }": "Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }",
|
|
13
|
+
"Please update other node references to the key after clicking the parse button.": "Please update other node references to the key after clicking the parse button.",
|
|
14
|
+
"Transform a JSON object structure": "Transform a JSON object structure",
|
|
15
|
+
"Used for mapping any JSON data to structured variables for usage in subsequent nodes.": "Used for mapping any JSON data to structured variables for usage in subsequent nodes."
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Alias": "Alias",
|
|
3
|
+
"Clear below items": "Clear below items",
|
|
4
|
+
"If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.": "If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.",
|
|
5
|
+
"Include array index in path": "Include array index in path",
|
|
6
|
+
"Input example": "Input example",
|
|
7
|
+
"JSON Data source": "JSON Data source",
|
|
8
|
+
"JSON data source": "JSON data source",
|
|
9
|
+
"JSON variable mapping": "JSON variable mapping",
|
|
10
|
+
"Key path": "Key path",
|
|
11
|
+
"Parse": "Parse",
|
|
12
|
+
"Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }": "Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }",
|
|
13
|
+
"Please update other node references to the key after clicking the parse button.": "Please update other node references to the key after clicking the parse button.",
|
|
14
|
+
"Transform a JSON object structure": "Transform a JSON object structure",
|
|
15
|
+
"Used for mapping any JSON data to structured variables for usage in subsequent nodes.": "Used for mapping any JSON data to structured variables for usage in subsequent nodes."
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Alias": "Alias",
|
|
3
|
+
"Clear below items": "Clear below items",
|
|
4
|
+
"If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.": "If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.",
|
|
5
|
+
"Include array index in path": "Include array index in path",
|
|
6
|
+
"Input example": "Input example",
|
|
7
|
+
"JSON Data source": "JSON Data source",
|
|
8
|
+
"JSON data source": "JSON data source",
|
|
9
|
+
"JSON variable mapping": "JSON variable mapping",
|
|
10
|
+
"Key path": "Key path",
|
|
11
|
+
"Parse": "Parse",
|
|
12
|
+
"Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }": "Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }",
|
|
13
|
+
"Please update other node references to the key after clicking the parse button.": "Please update other node references to the key after clicking the parse button.",
|
|
14
|
+
"Transform a JSON object structure": "Transform a JSON object structure",
|
|
15
|
+
"Used for mapping any JSON data to structured variables for usage in subsequent nodes.": "Used for mapping any JSON data to structured variables for usage in subsequent nodes."
|
|
16
|
+
}
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"Please update other node references to the key after clicking the parse button.": "请在点击 parse 按钮后更新其它节点对 key 的引用",
|
|
5
|
-
"JSON data source": "JSON 输入源",
|
|
6
|
-
"Input example": "输入样例",
|
|
7
|
-
"Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }": "请输入 JSON 样例,例如 { \"key1\": \"item1\", \"key2\": \"item2\" }",
|
|
8
|
-
"Include array index in path": "包含数组索引",
|
|
2
|
+
"Alias": "别名",
|
|
3
|
+
"Clear below items": "清空下列选项",
|
|
9
4
|
"If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.": "如果样例包含数组,例如: { \"arrayKey\": [ \"item1\", \"item2\" ], 则会解析成 \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", 如果不勾选,则只解析成 \"arrayKey\"。",
|
|
5
|
+
"Include array index in path": "包含数组索引",
|
|
6
|
+
"Input example": "输入样例",
|
|
7
|
+
"JSON Data source": "JSON Data source",
|
|
8
|
+
"JSON data source": "JSON 输入源",
|
|
9
|
+
"JSON variable mapping": "JSON 变量映射",
|
|
10
|
+
"Key path": "键名",
|
|
10
11
|
"Parse": "解析",
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
|
|
12
|
+
"Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }": "请输入 JSON 样例,例如 { \"key1\": \"item1\", \"key2\": \"item2\" }",
|
|
13
|
+
"Please update other node references to the key after clicking the parse button.": "请在点击 parse 按钮后更新其它节点对 key 的引用",
|
|
14
|
+
"Transform a JSON object structure": "Transform a JSON object structure",
|
|
15
|
+
"Used for mapping any JSON data to structured variables for usage in subsequent nodes.": "用于将任意 JSON 数据映射为结构化的变量,以供后续节点使用。"
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Alias": "Alias",
|
|
3
|
+
"Clear below items": "Clear below items",
|
|
4
|
+
"If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.": "If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.",
|
|
5
|
+
"Include array index in path": "Include array index in path",
|
|
6
|
+
"Input example": "Input example",
|
|
7
|
+
"JSON Data source": "JSON Data source",
|
|
8
|
+
"JSON data source": "JSON data source",
|
|
9
|
+
"JSON variable mapping": "JSON variable mapping",
|
|
10
|
+
"Key path": "Key path",
|
|
11
|
+
"Parse": "Parse",
|
|
12
|
+
"Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }": "Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }",
|
|
13
|
+
"Please update other node references to the key after clicking the parse button.": "Please update other node references to the key after clicking the parse button.",
|
|
14
|
+
"Transform a JSON object structure": "Transform a JSON object structure",
|
|
15
|
+
"Used for mapping any JSON data to structured variables for usage in subsequent nodes.": "Used for mapping any JSON data to structured variables for usage in subsequent nodes."
|
|
16
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-workflow-json-variable-mapping",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.50",
|
|
4
4
|
"displayName": "Workflow: JSON variable mapping",
|
|
5
5
|
"displayName.zh-CN": "工作流:JSON 变量映射",
|
|
6
6
|
"description": "Used for mapping any JSON data to structured variables for usage in subsequent nodes.",
|
|
@@ -18,5 +18,5 @@
|
|
|
18
18
|
"keywords": [
|
|
19
19
|
"Workflow"
|
|
20
20
|
],
|
|
21
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "a6eb64abf3632e116ad0b295a7f410270a1059d1"
|
|
22
22
|
}
|