feat: Add suggested questions to context generate modal

This commit is contained in:
zhsama
2026-01-21 20:49:12 +08:00
parent d7ccea8ac5
commit c4249f94de
8 changed files with 222 additions and 15 deletions

View File

@ -770,13 +770,20 @@
"nodes.tool.contextGenerate.apply": "適用",
"nodes.tool.contextGenerate.code": "コード",
"nodes.tool.contextGenerate.codeBlock": "コードブロック",
"nodes.tool.contextGenerate.codeLanguage.javascript": "JavaScript",
"nodes.tool.contextGenerate.codeLanguage.python3": "Python 3",
"nodes.tool.contextGenerate.defaultAssistantMessage": "完了しました。確認してください。",
"nodes.tool.contextGenerate.generatedCode": "生成されたコード",
"nodes.tool.contextGenerate.generating": "生成中...",
"nodes.tool.contextGenerate.initPlaceholder": "上流ノードの変数の組み立て方を説明し、'/' を押して変数を挿入してください。",
"nodes.tool.contextGenerate.inputPlaceholder": "変更を依頼...",
"nodes.tool.contextGenerate.output": "出力",
"nodes.tool.contextGenerate.resizeHandle": "サイズ調整ハンドル",
"nodes.tool.contextGenerate.rightSidePlaceholder": "左側に指示を入力してください。生成されたコードがここに表示されます。",
"nodes.tool.contextGenerate.run": "実行",
"nodes.tool.contextGenerate.running": "実行中",
"nodes.tool.contextGenerate.subtitle": "前のードの複数変数を1つにまとめる",
"nodes.tool.contextGenerate.suggestedQuestionsTitle": "おすすめ質問",
"nodes.tool.contextGenerate.title": "変数を組み立てる",
"nodes.tool.inputVars": "入力変数",
"nodes.tool.insertPlaceholder1": "タイプするか押してください",