@agentscope-ai/flow 0.0.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/README.zh-CN.md +67 -0
- package/dist/components/base-node/index.d.ts +27 -0
- package/dist/components/base-node/index.js +320 -0
- package/dist/components/base-node/index.less +258 -0
- package/dist/components/branch-title-header/index.d.ts +12 -0
- package/dist/components/branch-title-header/index.js +176 -0
- package/dist/components/branch-title-header/index.less +28 -0
- package/dist/components/check-list-btn/index.d.ts +4 -0
- package/dist/components/check-list-btn/index.js +144 -0
- package/dist/components/check-list-btn/index.less +113 -0
- package/dist/components/code-input/index.d.ts +24 -0
- package/dist/components/code-input/index.js +356 -0
- package/dist/components/code-input/index.less +87 -0
- package/dist/components/condition-item/index.d.ts +13 -0
- package/dist/components/condition-item/index.js +185 -0
- package/dist/components/condition-item/index.less +23 -0
- package/dist/components/custom-connection-line/index.d.ts +4 -0
- package/dist/components/custom-connection-line/index.js +28 -0
- package/dist/components/custom-handle/source-handle.d.ts +10 -0
- package/dist/components/custom-handle/source-handle.js +45 -0
- package/dist/components/custom-handle/target-handle.d.ts +6 -0
- package/dist/components/custom-handle/target-handle.js +21 -0
- package/dist/components/custom-inputs-control/index.d.ts +56 -0
- package/dist/components/custom-inputs-control/index.js +366 -0
- package/dist/components/custom-inputs-control/index.less +28 -0
- package/dist/components/custom-outputs-form/index.d.ts +24 -0
- package/dist/components/custom-outputs-form/index.js +346 -0
- package/dist/components/custom-outputs-form/index.less +51 -0
- package/dist/components/drag-panel/index.d.ts +10 -0
- package/dist/components/drag-panel/index.js +79 -0
- package/dist/components/drag-panel/index.less +23 -0
- package/dist/components/draggable-with-handle/index.d.ts +13 -0
- package/dist/components/draggable-with-handle/index.js +81 -0
- package/dist/components/draggable-with-handle/index.less +23 -0
- package/dist/components/flow-aside/index.d.ts +4 -0
- package/dist/components/flow-aside/index.js +62 -0
- package/dist/components/flow-aside/index.less +84 -0
- package/dist/components/flow-base-edge/index.d.ts +5 -0
- package/dist/components/flow-base-edge/index.js +226 -0
- package/dist/components/flow-base-edge/index.less +28 -0
- package/dist/components/flow-base-edge/linear-gradient-svg.d.ts +21 -0
- package/dist/components/flow-base-edge/linear-gradient-svg.js +32 -0
- package/dist/components/flow-icon/index.d.ts +9 -0
- package/dist/components/flow-icon/index.js +30 -0
- package/dist/components/flow-icon/index.less +20 -0
- package/dist/components/flow-mini-map/index.d.ts +4 -0
- package/dist/components/flow-mini-map/index.js +26 -0
- package/dist/components/flow-mini-map/index.less +22 -0
- package/dist/components/flow-panel/config-panel.d.ts +15 -0
- package/dist/components/flow-panel/config-panel.js +303 -0
- package/dist/components/flow-panel/index.d.ts +7 -0
- package/dist/components/flow-panel/index.js +7 -0
- package/dist/components/flow-panel/index.less +85 -0
- package/dist/components/flow-panel/panel-container.d.ts +12 -0
- package/dist/components/flow-panel/panel-container.js +25 -0
- package/dist/components/flow-tools/add-node-btn.d.ts +3 -0
- package/dist/components/flow-tools/add-node-btn.js +26 -0
- package/dist/components/flow-tools/history-btn.d.ts +3 -0
- package/dist/components/flow-tools/history-btn.js +59 -0
- package/dist/components/flow-tools/index.d.ts +4 -0
- package/dist/components/flow-tools/index.js +29 -0
- package/dist/components/flow-tools/index.less +82 -0
- package/dist/components/flow-tools/layout-btn.d.ts +3 -0
- package/dist/components/flow-tools/layout-btn.js +27 -0
- package/dist/components/flow-tools/mini-map-btn.d.ts +3 -0
- package/dist/components/flow-tools/mini-map-btn.js +32 -0
- package/dist/components/flow-tools/scale-btn.d.ts +3 -0
- package/dist/components/flow-tools/scale-btn.js +101 -0
- package/dist/components/flow-tools/short-key-btn.d.ts +3 -0
- package/dist/components/flow-tools/short-key-btn.js +38 -0
- package/dist/components/flow-tools/short-key-content.d.ts +4 -0
- package/dist/components/flow-tools/short-key-content.js +153 -0
- package/dist/components/flow-tools/short-key-content.less +38 -0
- package/dist/components/flow-tools/touch-mode-btn.d.ts +3 -0
- package/dist/components/flow-tools/touch-mode-btn.js +89 -0
- package/dist/components/input-text-area/index.d.ts +16 -0
- package/dist/components/input-text-area/index.js +74 -0
- package/dist/components/input-text-area/index.less +30 -0
- package/dist/components/judge-form/index.d.ts +13 -0
- package/dist/components/judge-form/index.js +182 -0
- package/dist/components/judge-form/index.less +11 -0
- package/dist/components/node-menu/index.d.ts +35 -0
- package/dist/components/node-menu/index.js +266 -0
- package/dist/components/node-menu/index.less +79 -0
- package/dist/components/node-resizer/index.d.ts +11 -0
- package/dist/components/node-resizer/index.js +46 -0
- package/dist/components/node-resizer/index.less +12 -0
- package/dist/components/node-result-panel/index.d.ts +9 -0
- package/dist/components/node-result-panel/index.js +155 -0
- package/dist/components/node-result-panel/index.less +132 -0
- package/dist/components/node-tree/index.d.ts +4 -0
- package/dist/components/node-tree/index.js +213 -0
- package/dist/components/node-tree/index.less +51 -0
- package/dist/components/output-params-tree/index.d.ts +10 -0
- package/dist/components/output-params-tree/index.js +34 -0
- package/dist/components/output-params-tree/index.less +27 -0
- package/dist/components/script-code-mirror/index.d.ts +14 -0
- package/dist/components/script-code-mirror/index.js +162 -0
- package/dist/components/script-code-mirror/index.less +11 -0
- package/dist/components/script-edit-modal/index.d.ts +30 -0
- package/dist/components/script-edit-modal/index.js +84 -0
- package/dist/components/script-edit-modal/index.less +24 -0
- package/dist/components/select-with-desc/index.d.ts +5 -0
- package/dist/components/select-with-desc/index.js +20 -0
- package/dist/components/select-with-desc/index.less +11 -0
- package/dist/components/task-status/index.d.ts +4 -0
- package/dist/components/task-status/index.js +209 -0
- package/dist/components/task-status/index.less +65 -0
- package/dist/components/var-input-text-area/index.d.ts +17 -0
- package/dist/components/var-input-text-area/index.js +211 -0
- package/dist/components/var-input-text-area/index.less +64 -0
- package/dist/components/var-type-prefix/index.d.ts +17 -0
- package/dist/components/var-type-prefix/index.js +21 -0
- package/dist/components/variable-input/index.d.ts +24 -0
- package/dist/components/variable-input/index.js +163 -0
- package/dist/components/variable-input/index.less +13 -0
- package/dist/components/variable-tree-select/index.d.ts +33 -0
- package/dist/components/variable-tree-select/index.js +160 -0
- package/dist/components/variable-tree-select/index.less +61 -0
- package/dist/constant/index.d.ts +61 -0
- package/dist/constant/index.js +515 -0
- package/dist/flow/animate.css +5 -0
- package/dist/flow/context.d.ts +12 -0
- package/dist/flow/context.js +44 -0
- package/dist/flow/index.d.ts +13 -0
- package/dist/flow/index.js +162 -0
- package/dist/flow/index.less +72 -0
- package/dist/hooks/index.d.ts +10 -0
- package/dist/hooks/index.js +10 -0
- package/dist/hooks/use-edges-interaction.d.ts +11 -0
- package/dist/hooks/use-edges-interaction.js +125 -0
- package/dist/hooks/use-flow-debug-interaction.d.ts +5 -0
- package/dist/hooks/use-flow-debug-interaction.js +23 -0
- package/dist/hooks/use-flow-interaction.d.ts +12 -0
- package/dist/hooks/use-flow-interaction.js +173 -0
- package/dist/hooks/use-flow-key-press.d.ts +1 -0
- package/dist/hooks/use-flow-key-press.js +32 -0
- package/dist/hooks/use-flow-save.d.ts +5 -0
- package/dist/hooks/use-flow-save.js +47 -0
- package/dist/hooks/use-flow-view-port.d.ts +7 -0
- package/dist/hooks/use-flow-view-port.js +46 -0
- package/dist/hooks/use-history.d.ts +21 -0
- package/dist/hooks/use-history.js +80 -0
- package/dist/hooks/use-nodes-interaction.d.ts +34 -0
- package/dist/hooks/use-nodes-interaction.js +777 -0
- package/dist/hooks/use-nodes-output-params.d.ts +31 -0
- package/dist/hooks/use-nodes-output-params.js +300 -0
- package/dist/hooks/use-nodes-update.d.ts +9 -0
- package/dist/hooks/use-nodes-update.js +38 -0
- package/dist/hooks/use-work-flow.d.ts +4 -0
- package/dist/hooks/use-work-flow.js +21 -0
- package/dist/i18n/i18n.d.ts +62 -0
- package/dist/i18n/i18n.js +111 -0
- package/dist/i18n/index.d.ts +3 -0
- package/dist/i18n/index.js +12 -0
- package/dist/i18n/locales/en-us.json +327 -0
- package/dist/i18n/locales/ja-jp.json +300 -0
- package/dist/i18n/locales/zh-cn.json +327 -0
- package/dist/index.css +1 -0
- package/dist/index.d.ts +47 -0
- package/dist/index.js +47 -0
- package/dist/index.less +1 -0
- package/dist/store/index.d.ts +70 -0
- package/dist/store/index.js +146 -0
- package/dist/tailwind.css +28 -0
- package/dist/types/work-flow.d.ts +188 -0
- package/dist/types/work-flow.js +1 -0
- package/dist/utils/default-values.d.ts +2 -0
- package/dist/utils/default-values.js +16 -0
- package/dist/utils/index.d.ts +39 -0
- package/dist/utils/index.js +273 -0
- package/dist/utils/unique-id.d.ts +2 -0
- package/dist/utils/unique-id.js +39 -0
- package/dist/utils/work-flow.d.ts +17 -0
- package/dist/utils/work-flow.js +44 -0
- package/package.json +78 -0
|
@@ -0,0 +1,300 @@
|
|
|
1
|
+
{
|
|
2
|
+
"spark-flow.components.BaseNode.index.copySuccess": "コピー成功",
|
|
3
|
+
"spark-flow.components.BaseNode.index.copy": "コピー",
|
|
4
|
+
"spark-flow.components.BaseNode.index.delete": "削除",
|
|
5
|
+
"spark-flow.components.BaseNode.index.debug": "デバッグ",
|
|
6
|
+
"spark-flow.components.BaseNode.index.whenError": "エラー発生時",
|
|
7
|
+
"spark-flow.components.BaseNode.index.errorBranch": "エラーブランチ",
|
|
8
|
+
"spark-flow.components.CheckListBtn.index.checklistVar1": "チェックリスト · {var1}",
|
|
9
|
+
"spark-flow.components.CheckListBtn.index.allResolved": "すべてのチェックリスト項目が解決されました",
|
|
10
|
+
"spark-flow.components.CodeInput.index.arrayEmpty": "Array(空の配列)",
|
|
11
|
+
"spark-flow.components.CodeInput.index.arrayMixed": "Array<混合タイプ>",
|
|
12
|
+
"spark-flow.components.CodeInput.index.fileObject": "File形式のオブジェクト",
|
|
13
|
+
"spark-flow.components.CodeInput.index.expectArrayGotVar1": "配列タイプが期待されましたが、{var1}が取得されました",
|
|
14
|
+
"spark-flow.components.CodeInput.index.arrayItemNotObjectVar1Var2": "配列の{var1}番目の項目はオブジェクトタイプではなく、{var2}です",
|
|
15
|
+
"spark-flow.components.CodeInput.index.arrayItemNotStringVar1Var2": "配列の{var1}番目の項目は文字列タイプではなく、{var2}です",
|
|
16
|
+
"spark-flow.components.CodeInput.index.arrayItemNotNumberVar1Var2": "配列の{var1}番目の項目は数値タイプではなく、{var2}です",
|
|
17
|
+
"spark-flow.components.CodeInput.index.arrayItemNotBooleanVar1Var2": "配列の{var1}番目の項目はブール型ではなく、{var2}です",
|
|
18
|
+
"spark-flow.components.CodeInput.index.arrayItemNotFileVar1Var2": "配列の{var1}番目の項目はファイルタイプではなく、{var2}です",
|
|
19
|
+
"spark-flow.components.CodeInput.index.expectObjectGotVar1": "オブジェクトタイプが期待されましたが、{var1}が取得されました",
|
|
20
|
+
"spark-flow.components.CodeInput.index.expectStringGotVar1": "文字列タイプが期待されましたが、{var1}が取得されました",
|
|
21
|
+
"spark-flow.components.CodeInput.index.expectNumberGotVar1": "数値タイプが期待されましたが、{var1}が取得されました",
|
|
22
|
+
"spark-flow.components.CodeInput.index.expectBooleanGotVar1": "ブール型が期待されましたが、{var1}が取得されました",
|
|
23
|
+
"spark-flow.components.CodeInput.index.expectFileGotVar1": "ファイルタイプが期待されましたが、{var1}が取得されました",
|
|
24
|
+
"spark-flow.components.CodeInput.index.jsonParseErrorVar1": "JSON解析エラー:{var1}",
|
|
25
|
+
"spark-flow.components.CustomInputsControl.index.selectVariable": "変数を選択してください",
|
|
26
|
+
"spark-flow.components.CustomInputsControl.index.noInputNeeded": "入力値は必要ありません",
|
|
27
|
+
"spark-flow.components.CustomInputsControl.index.reference": "参照",
|
|
28
|
+
"spark-flow.components.CustomInputsControl.index.input": "入力",
|
|
29
|
+
"spark-flow.components.CustomInputsControl.index.variableName": "変数名",
|
|
30
|
+
"spark-flow.components.CustomInputsControl.index.referenceType": "参照方法",
|
|
31
|
+
"spark-flow.components.CustomInputsControl.index.value": "値",
|
|
32
|
+
"spark-flow.components.CustomInputsControl.index.enterVariableName": "変数名を入力してください",
|
|
33
|
+
"spark-flow.components.CustomInputsControl.index.addVariable": "変数を追加",
|
|
34
|
+
"spark-flow.components.CustomOutputsForm.index.selectVariableType": "変数タイプを選択してください",
|
|
35
|
+
"spark-flow.components.CustomOutputsForm.index.enterVariableName": "変数名を入力してください",
|
|
36
|
+
"spark-flow.components.CustomOutputsForm.index.enterVariableDescription": "変数の説明を入力してください",
|
|
37
|
+
"spark-flow.components.CustomOutputsForm.index.addVariable": "変数を追加",
|
|
38
|
+
"spark-flow.components.CustomOutputsForm.index.addSubVariable": "子変数を追加",
|
|
39
|
+
"spark-flow.components.CustomOutputsForm.index.variableName": "変数名",
|
|
40
|
+
"spark-flow.components.CustomOutputsForm.index.type": "タイプ",
|
|
41
|
+
"spark-flow.components.CustomOutputsForm.index.description": "説明",
|
|
42
|
+
"spark-flow.components.FlowAside.index.nodeManagement": "ノード管理",
|
|
43
|
+
"spark-flow.components.FlowAside.index.nodeLibrary": "ノードライブラリ",
|
|
44
|
+
"spark-flow.components.FlowAside.index.current": "現在",
|
|
45
|
+
"spark-flow.components.FlowPanel.ConfigPanel.copySuccess": "コピー成功",
|
|
46
|
+
"spark-flow.components.FlowPanel.ConfigPanel.enterNodeName": "ノード名を入力してください",
|
|
47
|
+
"spark-flow.components.FlowPanel.ConfigPanel.nodeNameExists": "ノード名が既に存在します",
|
|
48
|
+
"spark-flow.components.FlowPanel.ConfigPanel.enterDescription": "説明を入力してください...",
|
|
49
|
+
"spark-flow.components.FlowPanel.ConfigPanel.nodeNameConfig": "【ノード名】設定",
|
|
50
|
+
"spark-flow.components.FlowPanel.ConfigPanel.debug": "デバッグ",
|
|
51
|
+
"spark-flow.components.FlowPanel.ConfigPanel.rename": "名前を変更",
|
|
52
|
+
"spark-flow.components.FlowPanel.ConfigPanel.copy": "コピー",
|
|
53
|
+
"spark-flow.components.FlowPanel.ConfigPanel.delete": "削除",
|
|
54
|
+
"spark-flow.components.FlowPanel.ConfigPanel.pleaseConfigureFirst": "まず設定してください",
|
|
55
|
+
"spark-flow.components.FlowTools.AddNodeBtn.addNode": "ノードを追加",
|
|
56
|
+
"spark-flow.components.FlowTools.HistoryBtn.undo": "元に戻す",
|
|
57
|
+
"spark-flow.components.FlowTools.HistoryBtn.redo": "やり直す",
|
|
58
|
+
"spark-flow.components.FlowTools.LayoutBtn.optimizeLayout": "レイアウトを最適化",
|
|
59
|
+
"spark-flow.components.FlowTools.MiniMapBtn.miniMap": "ミニマップ",
|
|
60
|
+
"spark-flow.components.FlowTools.ScaleBtn.autoView": "自動表示",
|
|
61
|
+
"spark-flow.components.FlowTools.ScaleBtn.scale": "拡大縮小",
|
|
62
|
+
"spark-flow.components.FlowTools.ShortKeyBtn.shortcutKeys": "ショートカットキー",
|
|
63
|
+
"spark-flow.components.FlowTools.ShortKeyContent.command": "⌘",
|
|
64
|
+
"spark-flow.components.FlowTools.ShortKeyContent.shift": "⇧",
|
|
65
|
+
"spark-flow.components.FlowTools.ShortKeyContent.moveCanvas": "キャンバスを移動",
|
|
66
|
+
"spark-flow.components.FlowTools.ShortKeyContent.spacebar": "スペースバー",
|
|
67
|
+
"spark-flow.components.FlowTools.ShortKeyContent.drag": "ドラッグ",
|
|
68
|
+
"spark-flow.components.FlowTools.ShortKeyContent.zoomIn": "拡大",
|
|
69
|
+
"spark-flow.components.FlowTools.ShortKeyContent.scroll": "スクロール",
|
|
70
|
+
"spark-flow.components.FlowTools.ShortKeyContent.or": "または",
|
|
71
|
+
"spark-flow.components.FlowTools.ShortKeyContent.zoomOut": "縮小",
|
|
72
|
+
"spark-flow.components.FlowTools.ShortKeyContent.undo": "元に戻す",
|
|
73
|
+
"spark-flow.components.FlowTools.ShortKeyContent.redo": "やり直す",
|
|
74
|
+
"spark-flow.components.FlowTools.ShortKeyContent.delete": "削除",
|
|
75
|
+
"spark-flow.components.FlowTools.ShortKeyContent.backspace": "バックスペース",
|
|
76
|
+
"spark-flow.components.FlowTools.TouchModeBtn.mouseFriendlyMode": "マウスに適したモード",
|
|
77
|
+
"spark-flow.components.FlowTools.TouchModeBtn.mouseLeftDragCanvasZoom": "マウスの左ボタンでキャンバスをドラッグし、ホイールで拡大縮小",
|
|
78
|
+
"spark-flow.components.FlowTools.TouchModeBtn.touchpadFriendlyMode": "タッチパッドに適したモード",
|
|
79
|
+
"spark-flow.components.FlowTools.TouchModeBtn.twoFingersMoveDragTwoFingersOpenZoom": "二本指で同じ方向に移動してドラッグし、二本指で開閉して拡大縮小",
|
|
80
|
+
"spark-flow.components.NodeMenu.index.ungrouped": "グループ未所属",
|
|
81
|
+
"spark-flow.components.NodeMenu.index.searchNodeName": "ノード名を検索",
|
|
82
|
+
"spark-flow.components.NodeResultPanel.index.success": "成功",
|
|
83
|
+
"spark-flow.components.NodeResultPanel.index.executing": "実行中",
|
|
84
|
+
"spark-flow.components.NodeResultPanel.index.skipped": "スキップ",
|
|
85
|
+
"spark-flow.components.NodeResultPanel.index.failed": "失敗",
|
|
86
|
+
"spark-flow.components.NodeResultPanel.index.stopped": "停止",
|
|
87
|
+
"spark-flow.components.NodeResultPanel.index.paused": "一時停止",
|
|
88
|
+
"spark-flow.components.NodeResultPanel.index.input": "入力",
|
|
89
|
+
"spark-flow.components.NodeResultPanel.index.output": "出力",
|
|
90
|
+
"spark-flow.components.NodeTree.index.searchNodeName": "ノード名を検索",
|
|
91
|
+
"spark-flow.components.ShortMemoryForm.index.nodeCache": "このノードのキャッシュ",
|
|
92
|
+
"spark-flow.components.ShortMemoryForm.index.customCache": "カスタムキャッシュ",
|
|
93
|
+
"spark-flow.components.ShortMemoryForm.index.memory": "メモリ",
|
|
94
|
+
"spark-flow.components.TaskStatus.index.runSuccess": "実行成功",
|
|
95
|
+
"spark-flow.components.TaskStatus.index.running": "実行中",
|
|
96
|
+
"spark-flow.components.TaskStatus.index.skipped": "スキップ",
|
|
97
|
+
"spark-flow.components.TaskStatus.index.runFailed": "実行失敗",
|
|
98
|
+
"spark-flow.components.TaskStatus.index.stopped": "停止",
|
|
99
|
+
"spark-flow.components.TaskStatus.index.paused": "一時停止",
|
|
100
|
+
"spark-flow.components.TaskStatus.index.requestIdCopied": "Request ID がコピーされました",
|
|
101
|
+
"spark-flow.components.TaskStatus.index.nodeId": "ノードID",
|
|
102
|
+
"spark-flow.components.TaskStatus.index.nodeType": "ノードタイプ",
|
|
103
|
+
"spark-flow.components.TaskStatus.index.inputTokens": "入力Tokens",
|
|
104
|
+
"spark-flow.components.TaskStatus.index.outputTokens": "出力Tokens",
|
|
105
|
+
"spark-flow.components.TaskStatus.index.tokenDetails": "Token 詳細",
|
|
106
|
+
"spark-flow.components.TaskStatus.index.hideTestResult": "テスト結果を非表示",
|
|
107
|
+
"spark-flow.components.TaskStatus.index.showTestResult": "テスト結果を表示",
|
|
108
|
+
"spark-flow.components.VarInputTextArea.index.maxInputChars": "最大{var1}文字まで入力できます",
|
|
109
|
+
"spark-flow.components.VarInputTextArea.index.invalidVariable": "無効な変数",
|
|
110
|
+
"spark-flow.components.VarInputTextArea.index.builtinVariable": "組み込み変数",
|
|
111
|
+
"spark-flow.components.VarInputTextArea.index.conversationVariable": "会話変数",
|
|
112
|
+
"spark-flow.components.VarInputTextArea.index.insertVariableWithSlash": "\"/\"を入力して変数を挿入",
|
|
113
|
+
"spark-flow.components.VariableInput.index.inputVariableValue": "変数値を入力",
|
|
114
|
+
"spark-flow.components.VariableInput.index.select": "選択してください",
|
|
115
|
+
"spark-flow.components.VariableInput.index.yes": "はい",
|
|
116
|
+
"spark-flow.components.VariableInput.index.no": "いいえ",
|
|
117
|
+
"spark-flow.demos.spark-flow-1.components.ErrorCatchForm.index.defaultValue": "デフォルト値",
|
|
118
|
+
"spark-flow.demos.spark-flow-1.components.ErrorCatchForm.index.defaultOutputWhenExceptionOccurs": "例外が発生した場合、デフォルトの出力内容を指定します",
|
|
119
|
+
"spark-flow.demos.spark-flow-1.components.ErrorCatchForm.index.exceptionBranch": "例外ブランチ",
|
|
120
|
+
"spark-flow.demos.spark-flow-1.components.ErrorCatchForm.index.executeExceptionBranchWhenExceptionOccurs": "例外が発生した場合、例外ブランチを実行します",
|
|
121
|
+
"spark-flow.demos.spark-flow-1.components.ErrorCatchForm.index.exceptionHandling": "例外処理",
|
|
122
|
+
"spark-flow.demos.spark-flow-1.components.ErrorCatchForm.index.handlingMethod": "処理方法",
|
|
123
|
+
"spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.editParameter": "パラメータを編集",
|
|
124
|
+
"spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.addParameter": "新しいパラメータを追加",
|
|
125
|
+
"spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.name": "名前",
|
|
126
|
+
"spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.enterParameterName": "パラメータ名を入力してください",
|
|
127
|
+
"spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.mustContainLettersNumbersUnderscoresAndDollarAndCannotStartWithNumber": "英字、数字、アンダースコア、$のみ含めることができ、数字で始めることはできません",
|
|
128
|
+
"spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.parameterNameAlreadyExists": "パラメータ名が既に存在します",
|
|
129
|
+
"spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.enter": "入力してください",
|
|
130
|
+
"spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.type": "タイプ",
|
|
131
|
+
"spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.selectParameterType": "パラメータタイプを選択してください",
|
|
132
|
+
"spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.selectType": "タイプを選択",
|
|
133
|
+
"spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.description": "説明",
|
|
134
|
+
"spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.enterParameterDescription": "パラメータの説明を入力してください",
|
|
135
|
+
"spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.parameterDescription": "パラメータの説明",
|
|
136
|
+
"spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.required": "必須",
|
|
137
|
+
"spark-flow.demos.spark-flow-1.components.ExtractParamEditModal.index.requiredIsForModelInferenceReferenceOnlyNotForMandatoryValidationOfParameterOutput": "必須はモデル推論の参考としてのみ使用され、パラメータ出力の必須検証には使用されません。",
|
|
138
|
+
"spark-flow.demos.spark-flow-1.components.ExtractParamItem.index.required": "必須",
|
|
139
|
+
"spark-flow.demos.spark-flow-1.components.ExtractParamItem.index.notRequired": "任意",
|
|
140
|
+
"spark-flow.demos.spark-flow-1.components.GroupVariableForm.index.reference": "参照",
|
|
141
|
+
"spark-flow.demos.spark-flow-1.components.GroupVariableForm.index.input": "入力",
|
|
142
|
+
"spark-flow.demos.spark-flow-1.components.GroupVariableForm.index.referenceMethod": "参照方法",
|
|
143
|
+
"spark-flow.demos.spark-flow-1.components.GroupVariableForm.index.variable": "変数",
|
|
144
|
+
"spark-flow.demos.spark-flow-1.components.ModelConfigForm.index.selectModelFirst": "まずモデルを選択してください",
|
|
145
|
+
"spark-flow.demos.spark-flow-1.components.ModelConfigForm.index.selectModel": "モデルを選択してください",
|
|
146
|
+
"spark-flow.demos.spark-flow-1.components.ModelConfigForm.index.visual": "ビジュアル",
|
|
147
|
+
"spark-flow.demos.spark-flow-1.components.ModelConfigForm.index.variable": "変数",
|
|
148
|
+
"spark-flow.demos.spark-flow-1.components.RetryForm.index.retryOnFailure": "失敗時にリトライ",
|
|
149
|
+
"spark-flow.demos.spark-flow-1.components.RetryForm.index.maxRetryTimes": "最大リトライ回数",
|
|
150
|
+
"spark-flow.demos.spark-flow-1.components.RetryForm.index.retryInterval": "リトライ間隔",
|
|
151
|
+
"spark-flow.demos.spark-flow-1.components.ShortMemoryForm.index.nodeCache": "このノードのキャッシュ",
|
|
152
|
+
"spark-flow.demos.spark-flow-1.components.ShortMemoryForm.index.customCache": "カスタムキャッシュ",
|
|
153
|
+
"spark-flow.demos.spark-flow-1.components.ShortMemoryForm.index.memory": "メモリ",
|
|
154
|
+
"spark-flow.demos.spark-flow-1.components.SingleNodeDrawer.index.testRun": "テスト実行",
|
|
155
|
+
"spark-flow.demos.spark-flow-1.components.SingleNodeDrawer.index.inputVariables": "入力変数",
|
|
156
|
+
"spark-flow.demos.spark-flow-1.components.SingleNodeDrawer.index.variableDescription": "変数の説明",
|
|
157
|
+
"spark-flow.demos.spark-flow-1.components.SingleNodeDrawer.index.run": "実行",
|
|
158
|
+
"spark-flow.demos.spark-flow-1.components.SingleNodeDrawer.index.reset": "リセット",
|
|
159
|
+
"spark-flow.demos.spark-flow-1.components.TestPanel.index.testPanel": "テストパネル",
|
|
160
|
+
"spark-flow.demos.spark-flow-1.components.WorkFlowHeader.index.canvasConfiguration": "キャンバス",
|
|
161
|
+
"spark-flow.demos.spark-flow-1.components.WorkFlowHeader.index.publishChannels": "公開",
|
|
162
|
+
"spark-flow.demos.spark-flow-1.components.WorkFlowHeader.index.end": "終了",
|
|
163
|
+
"spark-flow.demos.spark-flow-1.components.WorkFlowHeader.index.hello": "こんにちは",
|
|
164
|
+
"spark-flow.demos.spark-flow-1.components.WorkFlowHeader.index.helloSysQueryUser": "{\"sys\":{\"query\":\"こんにちは\"},\"user\":{}}",
|
|
165
|
+
"spark-flow.demos.spark-flow-1.components.WorkFlowHeader.index.start": "開始",
|
|
166
|
+
"spark-flow.demos.spark-flow-1.components.WorkFlowHeader.index.startInput": "{\"input\":{\"provider\":\"87a5a76e\",\"modelId\":\"qwen-max\",\"messages\":[{\"message_type\":\"SYSTEM\",\"metadata\":{\"messageType\":\"SYSTEM\"},\"text\":\"あなたは小さなアシスタントです\"},{\"message_type\":\"USER\",\"metadata\":{\"messageType\":\"USER\"},\"media\":[],\"text\":\"こんにちは\"}],\"params\":{}}}",
|
|
167
|
+
"spark-flow.demos.spark-flow-1.components.WorkFlowHeader.index.startOutput": "{\"output\":\"こんにちは!何かお手伝いできることはありますか?\"}",
|
|
168
|
+
"spark-flow.demos.spark-flow-1.components.WorkFlowHeader.index.largeModel1": "大規模モデル1",
|
|
169
|
+
"spark-flow.demos.spark-flow-1.components.WorkFlowHeader.index.helloWhatCanIHelpYou": "こんにちは!何かお手伝いできることはありますか?",
|
|
170
|
+
"spark-flow.demos.spark-flow-1.components.WorkFlowHeader.index.test": "テスト",
|
|
171
|
+
"spark-flow.demos.spark-flow-1.components.WorkFlowHeader.index.displayTestResults": "テスト結果を表示",
|
|
172
|
+
"spark-flow.demos.spark-flow-1.components.WorkFlowHeader.index.publish": "公開",
|
|
173
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.start": "開始",
|
|
174
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.startNode": "開始ノード",
|
|
175
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.basic": "基本",
|
|
176
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.end": "終了",
|
|
177
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.endNode": "終了ノード",
|
|
178
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.largeModel": "大規模モデル",
|
|
179
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.largeModelNode": "大規模モデルノード",
|
|
180
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.interaction": "インタラクション",
|
|
181
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.processOutput": "プロセス出力",
|
|
182
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.processOutputNode": "プロセス出力ノード",
|
|
183
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.script": "スクリプト",
|
|
184
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.scriptNode": "スクリプトノード",
|
|
185
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.logic": "論理",
|
|
186
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.conditionJudgment": "条件判断",
|
|
187
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.judgmentNode": "判断ノード",
|
|
188
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.defaultCondition": "デフォルト条件",
|
|
189
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.intentionClassification": "意図分類",
|
|
190
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.intentionClassificationNode": "意図分類ノード",
|
|
191
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.outputResult": "出力結果",
|
|
192
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.thinkingProcess": "思考プロセス",
|
|
193
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.hitTheme": "一致するテーマ",
|
|
194
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.loop": "ループ",
|
|
195
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.iterationNode": "反復ノード",
|
|
196
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.variableProcessing": "変数処理",
|
|
197
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.textTransformationNode": "テキスト変換ノード",
|
|
198
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.variable": "変数",
|
|
199
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.variableAssignment": "変数割り当て",
|
|
200
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.variableAssignmentNode": "変数割り当てノード",
|
|
201
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.parameterExtraction": "パラメータ抽出",
|
|
202
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.parameterExtractionNode": "パラメータ抽出ノード",
|
|
203
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.city": "都市",
|
|
204
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.date": "日付",
|
|
205
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.apiNode": "APIノード",
|
|
206
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.tool": "ツール",
|
|
207
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.iterationStart": "反復開始",
|
|
208
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.iterationStartNode": "反復開始ノード",
|
|
209
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.iterationEnd": "反復終了",
|
|
210
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.system": "システム",
|
|
211
|
+
"spark-flow.demos.spark-flow-1.constant.NodeSchema.systemNode": "システムノード",
|
|
212
|
+
"spark-flow.demos.spark-flow-1.constant.index.textOutput": "テキスト出力",
|
|
213
|
+
"spark-flow.demos.spark-flow-1.constant.index.listOutput": "リスト出力",
|
|
214
|
+
"spark-flow.demos.spark-flow-1.constant.index.name": "名前",
|
|
215
|
+
"spark-flow.demos.spark-flow-1.constant.index.age": "年齢",
|
|
216
|
+
"spark-flow.demos.spark-flow-1.constant.mock.openAiProvider": "OpenAIプロバイダー",
|
|
217
|
+
"spark-flow.demos.spark-flow-1.constant.mock.largeLanguageModel": "大規模言語モデル",
|
|
218
|
+
"spark-flow.demos.spark-flow-1.constant.mock.temperature": "温度",
|
|
219
|
+
"spark-flow.demos.spark-flow-1.constant.mock.controlModelOutputRandomness": "モデル出力のランダム性を制御",
|
|
220
|
+
"spark-flow.demos.spark-flow-1.constant.mock.maxTokens": "最大トークン数",
|
|
221
|
+
"spark-flow.demos.spark-flow-1.constant.mock.maximumLengthOfGeneratedText": "生成テキストの最大長",
|
|
222
|
+
"spark-flow.demos.spark-flow-1.index.start": "開始",
|
|
223
|
+
"spark-flow.demos.spark-flow-1.index.city": "都市",
|
|
224
|
+
"spark-flow.demos.spark-flow-1.index.date": "日付",
|
|
225
|
+
"spark-flow.demos.spark-flow-1.index.end": "終了",
|
|
226
|
+
"spark-flow.demos.spark-flow-1.index.largeModel1": "大規模モデル1",
|
|
227
|
+
"spark-flow.demos.spark-flow-1.index.textOutput": "テキスト出力",
|
|
228
|
+
"spark-flow.demos.spark-flow-1.index.youAreAAssistant": "あなたは小さなアシスタントです",
|
|
229
|
+
"spark-flow.demos.spark-flow-1.index.addNode": "ノードを追加",
|
|
230
|
+
"spark-flow.demos.spark-flow-1.index.enterNodeName": "ノード名を入力してください",
|
|
231
|
+
"spark-flow.demos.spark-flow-1.nodes.Api.panel.apiUrl": "APIアドレス",
|
|
232
|
+
"spark-flow.demos.spark-flow-1.nodes.Api.panel.authorization": "認証",
|
|
233
|
+
"spark-flow.demos.spark-flow-1.nodes.Api.panel.none": "(なし)",
|
|
234
|
+
"spark-flow.demos.spark-flow-1.nodes.Api.panel.headerSettings": "ヘッダー設定",
|
|
235
|
+
"spark-flow.demos.spark-flow-1.nodes.Api.panel.bodySettings": "ボディ設定",
|
|
236
|
+
"spark-flow.demos.spark-flow-1.nodes.Api.panel.output": "出力",
|
|
237
|
+
"spark-flow.demos.spark-flow-1.nodes.Api.panel.rawData": "生データ",
|
|
238
|
+
"spark-flow.demos.spark-flow-1.nodes.Api.panel.jsonData": "JSONデータ",
|
|
239
|
+
"spark-flow.demos.spark-flow-1.nodes.Classify.node.default": "デフォルト",
|
|
240
|
+
"spark-flow.demos.spark-flow-1.nodes.Classify.node.noIntentionConfigured": "意図はまだ設定されていません",
|
|
241
|
+
"spark-flow.demos.spark-flow-1.nodes.Classify.panel.fastMode": "高速モード",
|
|
242
|
+
"spark-flow.demos.spark-flow-1.nodes.Classify.panel.classificationModelAvoidsThinkingProcessToImproveSpeed适用于SimpleScenarios": "分類モデルは思考プロセスの出力を避け、速度を向上させます。シンプルなシナリオに適しています",
|
|
243
|
+
"spark-flow.demos.spark-flow-1.nodes.Classify.panel.efficiencyMode": "効果モード",
|
|
244
|
+
"spark-flow.demos.spark-flow-1.nodes.Classify.panel.classificationModelThinksStepByStepToMatchCorrespondingClassificationMoreAccurately": "分類モデルは段階的に思考し、対応する分類をより正確にマッチさせます",
|
|
245
|
+
"spark-flow.demos.spark-flow-1.nodes.Classify.panel.input": "入力",
|
|
246
|
+
"spark-flow.demos.spark-flow-1.nodes.Classify.panel.intentionClassification": "意図分類",
|
|
247
|
+
"spark-flow.demos.spark-flow-1.nodes.Classify.panel.addIntention(": "意図を追加(",
|
|
248
|
+
"spark-flow.demos.spark-flow-1.nodes.Classify.panel.otherIntention": "その他の意図",
|
|
249
|
+
"spark-flow.demos.spark-flow-1.nodes.Classify.panel.thinkingMode": "思考モード",
|
|
250
|
+
"spark-flow.demos.spark-flow-1.nodes.Classify.panel.prompt": "プロンプト",
|
|
251
|
+
"spark-flow.demos.spark-flow-1.nodes.Classify.panel.output": "出力",
|
|
252
|
+
"spark-flow.demos.spark-flow-1.nodes.LLM.panel.modelSelection": "モデル選択",
|
|
253
|
+
"spark-flow.demos.spark-flow-1.nodes.LLM.panel.prompt": "プロンプト",
|
|
254
|
+
"spark-flow.demos.spark-flow-1.nodes.LLM.panel.userPrompt": "ユーザープロンプト",
|
|
255
|
+
"spark-flow.demos.spark-flow-1.nodes.LLM.panel.output": "出力",
|
|
256
|
+
"spark-flow.demos.spark-flow-1.nodes.Output.panel.outputContent": "出力内容",
|
|
257
|
+
"spark-flow.demos.spark-flow-1.nodes.Output.panel.streamOutput": "ストリーム出力",
|
|
258
|
+
"spark-flow.demos.spark-flow-1.nodes.ParameterExtractor.panel.input": "入力",
|
|
259
|
+
"spark-flow.demos.spark-flow-1.nodes.ParameterExtractor.panel.extractParameters": "パラメータを抽出",
|
|
260
|
+
"spark-flow.demos.spark-flow-1.nodes.ParameterExtractor.panel.addVariable": "変数を追加",
|
|
261
|
+
"spark-flow.demos.spark-flow-1.nodes.ParameterExtractor.panel.prompt": "プロンプト",
|
|
262
|
+
"spark-flow.demos.spark-flow-1.nodes.ParameterExtractor.panel.output": "出力",
|
|
263
|
+
"spark-flow.demos.spark-flow-1.nodes.Script.panel.input": "入力",
|
|
264
|
+
"spark-flow.demos.spark-flow-1.nodes.Script.panel.code": "コード",
|
|
265
|
+
"spark-flow.demos.spark-flow-1.nodes.Script.panel.fullScreenEditing": "全画面編集",
|
|
266
|
+
"spark-flow.demos.spark-flow-1.nodes.Script.panel.outputVariables": "出力変数",
|
|
267
|
+
"spark-flow.demos.spark-flow-1.nodes.Start.panel.input": "入力",
|
|
268
|
+
"spark-flow.demos.spark-flow-1.nodes.Start.panel.customVariables": "カスタム変数",
|
|
269
|
+
"spark-flow.demos.spark-flow-1.nodes.Start.panel.variable": "組み込み変数",
|
|
270
|
+
"spark-flow.demos.spark-flow-1.nodes.Start.panel.userQuery": "ユーザーのクエリ",
|
|
271
|
+
"spark-flow.demos.spark-flow-1.nodes.VariableAssign.panel.setVariable": "変数を設定",
|
|
272
|
+
"spark-flow.demos.spark-flow-1.nodes.VariableAssign.panel.variable": "変数",
|
|
273
|
+
"spark-flow.demos.spark-flow-1.nodes.VariableAssign.panel.setValue": "値を設定",
|
|
274
|
+
"spark-flow.demos.spark-flow-1.nodes.VariableAssign.panel.addVariable": "変数を追加",
|
|
275
|
+
"spark-flow.demos.spark-flow-1.nodes.VariableHandle.panel.aggregateGroup": "集約グループ",
|
|
276
|
+
"spark-flow.demos.spark-flow-1.nodes.VariableHandle.panel.textOutput": "テキスト出力",
|
|
277
|
+
"spark-flow.demos.spark-flow-1.nodes.VariableHandle.panel.jsonOutput": "JSON出力",
|
|
278
|
+
"spark-flow.demos.spark-flow-1.nodes.VariableHandle.panel.returnFirstNonEmptyValue": "各グループの最初の空でない値を返す",
|
|
279
|
+
"spark-flow.demos.spark-flow-1.nodes.VariableHandle.panel.returnLastNonEmptyValue": "各グループの最後の空でない値を返す",
|
|
280
|
+
"spark-flow.demos.spark-flow-1.nodes.VariableHandle.panel.enterGroupName": "グループ名を入力してください",
|
|
281
|
+
"spark-flow.demos.spark-flow-1.nodes.VariableHandle.panel.groupNameExists": "グループ名が既に存在します",
|
|
282
|
+
"spark-flow.demos.spark-flow-1.nodes.VariableHandle.panel.onlyLettersDigitsUnderscoreAndDollar": "英字、数字、アンダースコア、$のみ含めることができ、数字で始めることはできません",
|
|
283
|
+
"spark-flow.demos.spark-flow-1.nodes.VariableHandle.panel.outputMode": "出力モード",
|
|
284
|
+
"spark-flow.demos.spark-flow-1.nodes.VariableHandle.panel.groupingStrategy": "グループ化戦略",
|
|
285
|
+
"spark-flow.demos.spark-flow-1.nodes.VariableHandle.panel.addGroup": "グループを追加",
|
|
286
|
+
"spark-flow.demos.spark-flow-1.nodes.VariableHandle.panel.output": "出力",
|
|
287
|
+
"spark-flow.demos.spark-flow-1.nodes.configPanelsMap.unsupportedNode": "サポートされていないノード",
|
|
288
|
+
"spark-flow.flow.index.systemNodeCannotBeDeleted": "システムノードは削除できません",
|
|
289
|
+
"spark-flow.hooks.useNodesInteraction.sameSubCanvasOnly": "同じサブキャンバス内のノードのみ接続できます",
|
|
290
|
+
"spark-flow.hooks.useNodesInteraction.cannotConnectToSelf": "自身に接続することはできません",
|
|
291
|
+
"spark-flow.hooks.useNodesInteraction.cannotFormLoop": "ループを形成することはできません",
|
|
292
|
+
"spark-flow.hooks.useNodesInteraction.subCanvasCannotNest": "サブキャンバスは相互にネストできません",
|
|
293
|
+
"spark-flow.hooks.useNodesInteraction.nodeCannotBeAddedToGroup": "このノードはサブキャンバスに追加できません",
|
|
294
|
+
"spark-flow.hooks.useNodesInteraction.nodeCannotBeAddedToGroupWithNodeType": "このノードはこのサブキャンバスに追加できません",
|
|
295
|
+
"spark-flow.hooks.useNodesInteraction.copySuccess": "コピー成功",
|
|
296
|
+
"spark-flow.hooks.useNodesOutputParams.builtinVariable": "組み込み変数",
|
|
297
|
+
"spark-flow.components.CodeInput.index.jsonEdit": "JSON編集",
|
|
298
|
+
"spark-flow.demos.spark-flow-1.components.WorkFlowHeader.index.clear": "クリア"
|
|
299
|
+
}
|
|
300
|
+
|