dify/web/i18n/ja-JP/workflow.json

1177 lines
86 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"blocks.agent": "エージェント",
"blocks.answer": "回答",
"blocks.assigner": "変数代入",
"blocks.code": "コード実行",
"blocks.datasource": "データソース",
"blocks.datasource-empty": "空のデータソース",
"blocks.document-extractor": "テキスト抽出",
"blocks.end": "出力",
"blocks.http-request": "HTTP リクエスト",
"blocks.human-input": "人間の入力",
"blocks.if-else": "IF/ELSE",
"blocks.iteration": "イテレーション",
"blocks.iteration-start": "イテレーション開始",
"blocks.knowledge-index": "知識ベース",
"blocks.knowledge-retrieval": "知識検索",
"blocks.list-operator": "リスト処理",
"blocks.llm": "LLM",
"blocks.loop": "ループ",
"blocks.loop-end": "ループ完了",
"blocks.loop-start": "ループ開始",
"blocks.originalStartNode": "元の開始ノード",
"blocks.parameter-extractor": "パラメータ抽出",
"blocks.question-classifier": "質問分類器",
"blocks.start": "ユーザー入力",
"blocks.template-transform": "テンプレート",
"blocks.tool": "ツール",
"blocks.trigger-plugin": "プラグイントリガー",
"blocks.trigger-schedule": "スケジュールトリガー",
"blocks.trigger-webhook": "Webhook トリガー",
"blocks.variable-aggregator": "変数集約器",
"blocks.variable-assigner": "変数代入器",
"blocksAbout.agent": "大規模言語モデルを活用した質問応答や自然言語処理を実行します。",
"blocksAbout.answer": "チャットダイアログの返答内容を定義します。",
"blocksAbout.assigner": "書き込み可能な変数(例:会話変数)への値の割り当てを行います。",
"blocksAbout.code": "Python/NodeJS コードを実行してカスタムロジックを実装します。",
"blocksAbout.datasource": "データソースについて",
"blocksAbout.datasource-empty": "空のデータソースのプレースホルダー",
"blocksAbout.document-extractor": "アップロード文書を LLM 処理用に最適化されたテキストに変換します。",
"blocksAbout.end": "ワークフローの出力と結果のタイプを定義します",
"blocksAbout.http-request": "HTTP リクエストを送信できます。",
"blocksAbout.human-input": "次のステップを生成する前に人間の確認を求める",
"blocksAbout.if-else": "if/else 条件でワークフローを 2 つの分岐に分割します。",
"blocksAbout.iteration": "リスト要素に対して反復処理を実行し全結果を出力します。",
"blocksAbout.iteration-start": "反復開始ノード",
"blocksAbout.knowledge-index": "知識ベースについて",
"blocksAbout.knowledge-retrieval": "ナレッジベースからユーザー質問に関連するテキストを検索します。",
"blocksAbout.list-operator": "配列のフィルタリングやソート処理を行います。",
"blocksAbout.llm": "大規模言語モデルを呼び出して質問回答や自然言語処理を実行します。",
"blocksAbout.loop": "終了条件達成まで、または最大反復回数までロジックを繰り返します。",
"blocksAbout.loop-end": "「break」相当の機能です。このードに設定項目はなく、ループ処理中にこのードに到達すると即時終了します。",
"blocksAbout.loop-start": "ループ開始ノード",
"blocksAbout.parameter-extractor": "自然言語から構造化パラメータを抽出し、後続処理で利用します。",
"blocksAbout.question-classifier": "質問の分類条件を定義し、LLM が分類に基づいて対話フローを制御します。",
"blocksAbout.start": "ワークフロー開始時の初期パラメータを定義します。",
"blocksAbout.template-transform": "Jinja テンプレート構文でデータを文字列に変換します。",
"blocksAbout.tool": "外部ツールを使用してワークフローの機能を拡張する",
"blocksAbout.trigger-plugin": "サードパーティ統合トリガー、外部プラットフォームのイベントによってワークフローを開始します",
"blocksAbout.trigger-schedule": "スケジュールに基づいてワークフローを開始する時間ベースのトリガー",
"blocksAbout.trigger-webhook": "Webhook トリガーは第三者システムからの HTTP プッシュを受信してワークフローを自動的に開始します。",
"blocksAbout.variable-aggregator": "複数分岐の変数を集約し、下流ノードの設定を統一します。",
"blocksAbout.variable-assigner": "複数分岐の変数を集約し、下流ノードの設定を統一します。",
"changeHistory.clearHistory": "履歴をクリア",
"changeHistory.currentState": "現在の状態",
"changeHistory.edgeDelete": "ブロックの接続が解除されました",
"changeHistory.hint": "ヒント",
"changeHistory.hintText": "エディターでの編集操作は、エディターを離れるまで、お使いのデバイスに記録されます。この履歴は、エディターを離れると消去されます。",
"changeHistory.nodeAdd": "ブロックが追加されました",
"changeHistory.nodeChange": "ブロックが変更されました",
"changeHistory.nodeConnect": "ブロックが接続されました",
"changeHistory.nodeDelete": "ブロックが削除されました",
"changeHistory.nodeDescriptionChange": "ブロックの説明が変更されました",
"changeHistory.nodeDragStop": "ブロックが移動されました",
"changeHistory.nodePaste": "ブロックが貼り付けられました",
"changeHistory.nodeResize": "ブロックのサイズが変更されました",
"changeHistory.nodeTitleChange": "ブロックのタイトルが変更されました",
"changeHistory.noteAdd": "注釈が追加されました",
"changeHistory.noteChange": "注釈が変更されました",
"changeHistory.noteDelete": "注釈が削除されました",
"changeHistory.placeholder": "まだ何も変更されていません",
"changeHistory.sessionStart": "セッション開始",
"changeHistory.stepBackward_one": "{{count}} ステップ戻る",
"changeHistory.stepBackward_other": "{{count}} ステップ戻る",
"changeHistory.stepForward_one": "{{count}} ステップ進む",
"changeHistory.stepForward_other": "{{count}} ステップ進む",
"changeHistory.title": "変更履歴",
"chatVariable.button": "変数を追加",
"chatVariable.docLink": "詳細ドキュメント",
"chatVariable.modal.addArrayValue": "値を追加",
"chatVariable.modal.arrayValue": "値",
"chatVariable.modal.description": "説明",
"chatVariable.modal.descriptionPlaceholder": "変数の説明を入力",
"chatVariable.modal.editInForm": "フォームで編集",
"chatVariable.modal.editInJSON": "JSON で編集",
"chatVariable.modal.editTitle": "会話変数を編集",
"chatVariable.modal.name": "変数名",
"chatVariable.modal.namePlaceholder": "変数名を入力",
"chatVariable.modal.objectKey": "キー",
"chatVariable.modal.objectKeyPatternError": "キーは英字、数字、アンダースコアのみ使用できます",
"chatVariable.modal.objectKeyRequired": "オブジェクトキーは空にできません",
"chatVariable.modal.objectType": "タイプ",
"chatVariable.modal.objectValue": "デフォルト値",
"chatVariable.modal.oneByOne": "個別追加",
"chatVariable.modal.title": "会話変数を追加",
"chatVariable.modal.type": "タイプ",
"chatVariable.modal.value": "デフォルト値",
"chatVariable.modal.valuePlaceholder": "デフォルト値、設定しない場合は空白にしてください",
"chatVariable.panelDescription": "対話情報を保存・管理(会話履歴/ファイル/ユーザー設定など)。書き換えができます。",
"chatVariable.panelTitle": "会話変数",
"chatVariable.storedContent": "保存内容",
"chatVariable.updatedAt": "最終更新:",
"common.ImageUploadLegacyTip": "開始フォームでファイル型変数が作成可能になりました。画像アップロード機能は今後サポート終了となります。",
"common.accessAPIReference": "API リファレンス",
"common.addBlock": "ブロックを追加",
"common.addDescription": "説明を追加...",
"common.addFailureBranch": "失敗ブランチを追加",
"common.addParallelNode": "並列ノードを追加",
"common.addTitle": "タイトルを追加...",
"common.autoSaved": "自動保存済み",
"common.backupCurrentDraft": "現在の下書きをバックアップ",
"common.batchRunApp": "アプリを一括実行",
"common.branch": "ブランチ",
"common.chooseDSL": "DSL(yml) ファイルを選択",
"common.chooseStartNodeToRun": "実行する開始ノードを選択",
"common.configure": "設定",
"common.configureRequired": "設定が必要",
"common.conversationLog": "会話ログ",
"common.copy": "コピー",
"common.currentDraft": "現在の下書き",
"common.currentDraftUnpublished": "現在の下書き(未公開)",
"common.currentView": "現在のビュー",
"common.currentWorkflow": "現在のワークフロー",
"common.debugAndPreview": "プレビュー",
"common.disconnect": "接続解除",
"common.duplicate": "複製",
"common.editing": "編集中",
"common.effectVarConfirm.content": "他のノードで変数が使用されています。それでも削除しますか?",
"common.effectVarConfirm.title": "変数の削除",
"common.embedIntoSite": "サイトに埋め込む",
"common.enableJinja": "Jinja テンプレートを有効化",
"common.exitVersions": "バージョン履歴を閉じる",
"common.exportImage": "画像を出力",
"common.exportJPEG": "JPEG で出力",
"common.exportPNG": "PNG で出力",
"common.exportSVG": "SVG で出力",
"common.features": "機能",
"common.featuresDescription": "ウェブアプリのユーザー体験を向上させる",
"common.featuresDocLink": "もっと詳しく知る",
"common.fileUploadTip": "画像アップロード機能がファイルアップロードに拡張されました",
"common.goBackToEdit": "編集に戻る",
"common.handMode": "ハンドモード",
"common.humanInputEmailTip": "設定された受信者にメール(配信方法)が送信されました",
"common.humanInputEmailTipInDebugMode": "<email>{{email}}</email>にメール(配信方法)が送信されました",
"common.humanInputWebappTip": "デバッグプレビューのみ、ユーザーはWebアプリでこれを見ることができません。",
"common.importDSL": "DSL をインポート",
"common.importDSLTip": "現在の下書きは上書きされます。インポート前にワークフローをエクスポートしてバックアップしてください",
"common.importFailure": "インポート失敗",
"common.importSuccess": "インポート成功",
"common.importWarning": "注意事項",
"common.importWarningDetails": "DSL バージョンの違いにより機能に影響が出る可能性があります",
"common.inPreview": "プレビュー中",
"common.inPreviewMode": "プレビューモード中",
"common.inRunMode": "実行モード中",
"common.input": "入力",
"common.insertVarTip": "\"/\"キーで変数を挿入",
"common.jinjaEditorPlaceholder": "「/」または「{」で変数挿入",
"common.jumpToNode": "このノードに移動",
"common.latestPublished": "最新公開版",
"common.learnMore": "詳細を見る",
"common.listening": "リッスン中",
"common.loadMore": "さらに読み込む",
"common.manageInTools": "ツールページで管理",
"common.maxTreeDepth": "1 ブランチあたりの最大ノード数:{{depth}}",
"common.model": "モデル",
"common.moreActions": "さらにアクション",
"common.needAdd": "{{node}}ノードを追加する必要があります",
"common.needAnswerNode": "回答ブロックを追加する必要があります",
"common.needConnectTip": "接続されていないステップがあります",
"common.needOutputNode": "出力ノードを追加する必要があります",
"common.needStartNode": "少なくとも1つのスタートードを追加する必要があります",
"common.noHistory": "履歴がありません",
"common.noVar": "",
"common.notRunning": "",
"common.onFailure": "",
"common.openInExplore": "",
"common.output": "",
"common.overwriteAndImport": "",
"common.parallel": "",
"common.parallelTip.click.desc": "",
"common.parallelTip.click.title": "",
"common.parallelTip.depthLimit": "{{num}}",
"common.parallelTip.drag.desc": "",
"common.parallelTip.drag.title": "",
"common.parallelTip.limit": "{{num}}",
"common.pasteHere": "",
"common.pointerMode": "",
"common.preview": "",
"common.previewPlaceholder": "",
"common.processData": "",
"common.publish": "",
"common.publishUpdate": "",
"common.published": "",
"common.publishedAt": "",
"common.redo": "",
"common.restart": "",
"common.restore": "",
"common.run": "",
"common.runAllTriggers": "",
"common.runApp": "",
"common.runHistory": "",
"common.running": "",
"common.scheduleTriggerRunFailed": "",
"common.searchVar": "",
"common.setVarValuePlaceholder": "",
"common.showRunHistory": "",
"common.syncingData": "",
"common.tagBound": "使",
"common.undo": "",
"common.unpublished": "",
"common.update": "",
"common.variableNamePlaceholder": "",
"common.versionHistory": "",
"common.viewDetailInTracingPanel": "",
"common.viewOnly": "",
"common.viewRunHistory": "",
"common.webhookDebugFailed": "Webhook",
"common.webhookDebugRequestFailed": "Webhook",
"common.workflowAsTool": "",
"common.workflowAsToolDisabledHint": " User Input ",
"common.workflowAsToolTip": "",
"common.workflowProcess": "",
"customWebhook": "Webhook",
"debug.copyLastRun": "",
"debug.copyLastRunError": "",
"debug.lastOutput": "",
"debug.lastRunInputsCopied": "{{count}}",
"debug.lastRunTab": "",
"debug.noData.description": "",
"debug.noData.runThisNode": "",
"debug.noLastRunFound": "",
"debug.noMatchingInputsFound": "",
"debug.relations.dependencies": "",
"debug.relations.dependenciesDescription": "",
"debug.relations.dependents": "",
"debug.relations.dependentsDescription": "",
"debug.relations.noDependencies": "",
"debug.relations.noDependents": "",
"debug.relationsTab": "",
"debug.settingsTab": "",
"debug.variableInspect.chatNode": "",
"debug.variableInspect.clearAll": "",
"debug.variableInspect.clearNode": "",
"debug.variableInspect.edited": "",
"debug.variableInspect.emptyLink": "",
"debug.variableInspect.emptyTip": "",
"debug.variableInspect.envNode": "",
"debug.variableInspect.export": "",
"debug.variableInspect.exportToolTip": "",
"debug.variableInspect.largeData": "",
"debug.variableInspect.largeDataNoExport": " - ",
"debug.variableInspect.listening.defaultNodeName": "",
"debug.variableInspect.listening.defaultPluginName": "",
"debug.variableInspect.listening.defaultScheduleTime": "",
"debug.variableInspect.listening.selectedTriggers": "",
"debug.variableInspect.listening.stopButton": "",
"debug.variableInspect.listening.tip": "HTTP {{nodeName}} URL Variable Inspector ",
"debug.variableInspect.listening.tipFallback": "",
"debug.variableInspect.listening.tipPlugin": "{{- pluginName}} Variable Inspector ",
"debug.variableInspect.listening.tipSchedule": "\n: {{nextTriggerTime}}",
"debug.variableInspect.listening.title": "",
"debug.variableInspect.reset": "",
"debug.variableInspect.resetConversationVar": "",
"debug.variableInspect.systemNode": "",
"debug.variableInspect.title": "",
"debug.variableInspect.trigger.cached": "",
"debug.variableInspect.trigger.clear": "",
"debug.variableInspect.trigger.normal": "",
"debug.variableInspect.trigger.running": "",
"debug.variableInspect.trigger.stop": "",
"debug.variableInspect.view": "",
"difyTeam": "Dify ",
"entryNodeStatus.disabled": " ",
"entryNodeStatus.enabled": "",
"env.envDescription": "使DSL ",
"env.envPanelButton": "",
"env.envPanelTitle": "",
"env.export.checkbox": "",
"env.export.export": "",
"env.export.ignore": "DSL ",
"env.export.title": "",
"env.modal.description": "",
"env.modal.descriptionPlaceholder": "",
"env.modal.editTitle": "",
"env.modal.name": "",
"env.modal.namePlaceholder": "",
"env.modal.secretTip": "使DSL ",
"env.modal.title": "",
"env.modal.type": "",
"env.modal.value": "",
"env.modal.valuePlaceholder": "",
"env.modal.valueRequired": "",
"error.operations.addingNodes": "",
"error.operations.connectingNodes": "",
"error.operations.modifyingWorkflow": "",
"error.operations.updatingWorkflow": "",
"error.startNodeRequired": "{{operation}}",
"errorMsg.authRequired": "",
"errorMsg.configureModel": "",
"errorMsg.fieldRequired": "{{field}} ",
"errorMsg.fields.code": "",
"errorMsg.fields.model": "",
"errorMsg.fields.rerankModel": "Rerank ",
"errorMsg.fields.variable": "",
"errorMsg.fields.variableValue": "",
"errorMsg.fields.visionVariable": "",
"errorMsg.invalidJson": "{{field}} JSON ",
"errorMsg.invalidVariable": "",
"errorMsg.modelPluginNotInstalled": "",
"errorMsg.noValidTool": "{{field}} ",
"errorMsg.rerankModelRequired": "Rerank ",
"errorMsg.startNodeRequired": "{{operation}}",
"errorMsg.toolParameterRequired": "{{field}}: [{{param}}] ",
"globalVar.description": "IDID",
"globalVar.fieldsDescription.appId": "ID",
"globalVar.fieldsDescription.conversationId": "ID",
"globalVar.fieldsDescription.dialogCount": "",
"globalVar.fieldsDescription.triggerTimestamp": "",
"globalVar.fieldsDescription.userId": "ID",
"globalVar.fieldsDescription.workflowId": "ID",
"globalVar.fieldsDescription.workflowRunId": "ID",
"globalVar.title": "",
"nodes.agent.checkList.strategyNotSelected": "",
"nodes.agent.clickToViewParameterSchema": "",
"nodes.agent.configureModel": "",
"nodes.agent.installPlugin.cancel": "",
"nodes.agent.installPlugin.changelog": "",
"nodes.agent.installPlugin.desc": "",
"nodes.agent.installPlugin.install": "",
"nodes.agent.installPlugin.title": "",
"nodes.agent.learnMore": "",
"nodes.agent.linkToPlugin": "",
"nodes.agent.maxIterations": "",
"nodes.agent.model": "",
"nodes.agent.modelNotInMarketplace.desc": " GitHub ",
"nodes.agent.modelNotInMarketplace.manageInPlugins": "",
"nodes.agent.modelNotInMarketplace.title": "",
"nodes.agent.modelNotInstallTooltip": "",
"nodes.agent.modelNotSelected": "",
"nodes.agent.modelNotSupport.desc": "",
"nodes.agent.modelNotSupport.descForVersionSwitch": "",
"nodes.agent.modelNotSupport.title": "",
"nodes.agent.modelSelectorTooltips.deprecated": "",
"nodes.agent.notAuthorized": "",
"nodes.agent.outputVars.files.title": "",
"nodes.agent.outputVars.files.transfer_method": " remote_url local_file ",
"nodes.agent.outputVars.files.type": "",
"nodes.agent.outputVars.files.upload_file_id": " ID ",
"nodes.agent.outputVars.files.url": " URL",
"nodes.agent.outputVars.json": " JSON",
"nodes.agent.outputVars.text": "",
"nodes.agent.outputVars.usage": "使",
"nodes.agent.parameterSchema": "",
"nodes.agent.pluginInstaller.install": "",
"nodes.agent.pluginInstaller.installing": "",
"nodes.agent.pluginNotFoundDesc": " GitHub ",
"nodes.agent.pluginNotInstalled": "",
"nodes.agent.pluginNotInstalledDesc": " GitHub ",
"nodes.agent.strategy.configureTip": "",
"nodes.agent.strategy.configureTipDesc": "",
"nodes.agent.strategy.label": "",
"nodes.agent.strategy.searchPlaceholder": "",
"nodes.agent.strategy.selectTip": "",
"nodes.agent.strategy.shortLabel": "",
"nodes.agent.strategy.tooltip": "",
"nodes.agent.strategyNotFoundDesc": "",
"nodes.agent.strategyNotFoundDescAndSwitchVersion": "",
"nodes.agent.strategyNotInstallTooltip": "{{strategy}}",
"nodes.agent.strategyNotSet": "",
"nodes.agent.toolNotAuthorizedTooltip": "{{tool}} ",
"nodes.agent.toolNotInstallTooltip": "{{tool}}",
"nodes.agent.toolbox": "",
"nodes.agent.tools": "",
"nodes.agent.unsupportedStrategy": "",
"nodes.answer.answer": "",
"nodes.answer.outputVars": "",
"nodes.assigner.append": "",
"nodes.assigner.assignedVariable": "",
"nodes.assigner.assignedVarsDescription": "",
"nodes.assigner.clear": "",
"nodes.assigner.noAssignedVars": "使",
"nodes.assigner.noVarTip": "+",
"nodes.assigner.operations.*=": "*=",
"nodes.assigner.operations.+=": "+=",
"nodes.assigner.operations.-=": "-=",
"nodes.assigner.operations./=": "/=",
"nodes.assigner.operations.append": "",
"nodes.assigner.operations.clear": "",
"nodes.assigner.operations.extend": "",
"nodes.assigner.operations.over-write": "",
"nodes.assigner.operations.overwrite": "",
"nodes.assigner.operations.remove-first": "",
"nodes.assigner.operations.remove-last": "",
"nodes.assigner.operations.set": "",
"nodes.assigner.operations.title": "",
"nodes.assigner.over-write": "",
"nodes.assigner.plus": "",
"nodes.assigner.selectAssignedVariable": "...",
"nodes.assigner.setParameter": "...",
"nodes.assigner.setVariable": "",
"nodes.assigner.varNotSet": "",
"nodes.assigner.variable": "",
"nodes.assigner.variables": "",
"nodes.assigner.writeMode": "",
"nodes.assigner.writeModeTip": "",
"nodes.code.advancedDependencies": "",
"nodes.code.advancedDependenciesTip": "",
"nodes.code.inputVars": "",
"nodes.code.outputVars": "",
"nodes.code.searchDependencies": "",
"nodes.code.syncFunctionSignature": "",
"nodes.common.errorHandle.defaultValue.desc": "",
"nodes.common.errorHandle.defaultValue.inLog": " - ",
"nodes.common.errorHandle.defaultValue.output": "",
"nodes.common.errorHandle.defaultValue.tip": "",
"nodes.common.errorHandle.defaultValue.title": "",
"nodes.common.errorHandle.failBranch.customize": "",
"nodes.common.errorHandle.failBranch.customizeTip": "//",
"nodes.common.errorHandle.failBranch.desc": "",
"nodes.common.errorHandle.failBranch.inLog": " - ",
"nodes.common.errorHandle.failBranch.title": "",
"nodes.common.errorHandle.none.desc": "",
"nodes.common.errorHandle.none.title": "",
"nodes.common.errorHandle.partialSucceeded.tip": "{{num}}",
"nodes.common.errorHandle.tip": "",
"nodes.common.errorHandle.title": "",
"nodes.common.inputVars": "",
"nodes.common.insertVarTip": "",
"nodes.common.memories.builtIn": "",
"nodes.common.memories.tip": "",
"nodes.common.memories.title": "",
"nodes.common.memory.assistant": "",
"nodes.common.memory.conversationRoleName": "",
"nodes.common.memory.memory": "",
"nodes.common.memory.memoryTip": "",
"nodes.common.memory.user": "",
"nodes.common.memory.windowSize": "",
"nodes.common.outputVars": "",
"nodes.common.pluginNotInstalled": "",
"nodes.common.pluginsNotInstalled": "{{count}} ",
"nodes.common.retry.maxRetries": "",
"nodes.common.retry.ms": "",
"nodes.common.retry.retries": "{{num}}",
"nodes.common.retry.retry": "",
"nodes.common.retry.retryFailed": "",
"nodes.common.retry.retryFailedTimes": "{{times}}",
"nodes.common.retry.retryInterval": "",
"nodes.common.retry.retryOnFailure": "",
"nodes.common.retry.retrySuccessful": "",
"nodes.common.retry.retryTimes": " {{times}}",
"nodes.common.retry.retrying": "...",
"nodes.common.retry.times": "",
"nodes.common.typeSwitch.input": "",
"nodes.common.typeSwitch.variable": "使",
"nodes.dataSource.add": "",
"nodes.dataSource.supportedFileFormats": "",
"nodes.dataSource.supportedFileFormatsPlaceholder": "doc",
"nodes.docExtractor.inputVar": "",
"nodes.docExtractor.learnMore": "",
"nodes.docExtractor.outputVars.text": "",
"nodes.docExtractor.supportFileTypes": "{{types}}",
"nodes.end.output.type": "",
"nodes.end.output.variable": "",
"nodes.end.outputs": "",
"nodes.end.type.none": "",
"nodes.end.type.plain-text": "",
"nodes.end.type.structured": "",
"nodes.http.api": "API",
"nodes.http.apiPlaceholder": "URL 使\"/\"を入力)",
"nodes.http.authorization.api-key": "API キー",
"nodes.http.authorization.api-key-title": "API キー",
"nodes.http.authorization.auth-type": "API 認証タイプ",
"nodes.http.authorization.authorization": "認証",
"nodes.http.authorization.authorizationType": "認証タイプ",
"nodes.http.authorization.basic": "ベーシック",
"nodes.http.authorization.bearer": "Bearer",
"nodes.http.authorization.custom": "カスタム",
"nodes.http.authorization.header": "ヘッダー",
"nodes.http.authorization.no-auth": "なし",
"nodes.http.binaryFileVariable": "バイナリファイル変数",
"nodes.http.body": "ボディ",
"nodes.http.bulkEdit": "一括編集",
"nodes.http.curl.placeholder": "ここに cURL 文字列を貼り付けます",
"nodes.http.curl.title": "cURL からインポート",
"nodes.http.extractListPlaceholder": "リスト番号を入力(変数使用時は\"/\"を入力)",
"nodes.http.headers": "ヘッダー",
"nodes.http.inputVars": "入力変数",
"nodes.http.insertVarPlaceholder": "変数を挿入するには'/'を入力してください",
"nodes.http.key": "キー",
"nodes.http.keyValueEdit": "キーバリュー編集",
"nodes.http.notStartWithHttp": "API は http:// または https:// で始まってください",
"nodes.http.outputVars.body": "レスポンスコンテンツ",
"nodes.http.outputVars.files": "ファイル一覧",
"nodes.http.outputVars.headers": "レスポンスヘッダJSON",
"nodes.http.outputVars.statusCode": "レスポンスステータスコード",
"nodes.http.params": "パラメータ",
"nodes.http.timeout.connectLabel": "接続タイムアウト",
"nodes.http.timeout.connectPlaceholder": "接続タイムアウト(秒)",
"nodes.http.timeout.readLabel": "読み取りタイムアウト",
"nodes.http.timeout.readPlaceholder": "読み取りタイムアウト(秒)",
"nodes.http.timeout.title": "タイムアウト設定",
"nodes.http.timeout.writeLabel": "書き込みタイムアウト",
"nodes.http.timeout.writePlaceholder": "書き込みタイムアウト(秒)",
"nodes.http.type": "タイプ",
"nodes.http.value": "値",
"nodes.http.verifySSL.title": "SSL証明書を確認する",
"nodes.http.verifySSL.warningTooltip": "SSL検証を無効にすることは、本番環境では推奨されません。これは開発またはテストのみに使用すべきであり、中間者攻撃などのセキュリティ脅威に対して接続を脆弱にするためです。",
"nodes.humanInput.deliveryMethod.added": "追加済み",
"nodes.humanInput.deliveryMethod.contactTip1": "必要な配信方法が見つかりませんか?",
"nodes.humanInput.deliveryMethod.contactTip2": "<email>support@dify.ai</email>までお知らせください。",
"nodes.humanInput.deliveryMethod.emailConfigure.allMembers": "全メンバー({{workspaceName}})",
"nodes.humanInput.deliveryMethod.emailConfigure.body": "本文",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyMustContainRequestURL": "本文には{{field}}が必要です",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyPlaceholder": "メール本文を入力",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyRequired": "本文は必須です",
"nodes.humanInput.deliveryMethod.emailConfigure.debugMode": "デバッグモード",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip1": "デバッグモードでは、メールはアカウントのメールアドレス<email>{{email}}</email>にのみ送信されます。",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip2": "本番環境には影響しません。",
"nodes.humanInput.deliveryMethod.emailConfigure.description": "メールで入力リクエストを送信",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.add": "+ 追加",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.added": "追加済み",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.placeholder": "メールアドレス、カンマ区切り",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.title": "ワークスペースメンバーまたは外部受信者を追加",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.trigger": "選択",
"nodes.humanInput.deliveryMethod.emailConfigure.recipient": "受信者",
"nodes.humanInput.deliveryMethod.emailConfigure.recipientsRequired": "少なくとも1人の受信者が必要です",
"nodes.humanInput.deliveryMethod.emailConfigure.requestURLTip": "リクエストURL変数は人間の入力のトリガーエントリーです。",
"nodes.humanInput.deliveryMethod.emailConfigure.subject": "件名",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectPlaceholder": "メール件名を入力",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectRequired": "件名は必須です",
"nodes.humanInput.deliveryMethod.emailConfigure.title": "メール設定",
"nodes.humanInput.deliveryMethod.emailSender.debugDone": "テストメールが<email>{{email}}</email>に送信されました。受信箱を確認してください。",
"nodes.humanInput.deliveryMethod.emailSender.debugModeTip": "デバッグモードが有効です。",
"nodes.humanInput.deliveryMethod.emailSender.debugModeTip2": "メールは<email>{{email}}</email>に送信されます。",
"nodes.humanInput.deliveryMethod.emailSender.done": "メール送信完了",
"nodes.humanInput.deliveryMethod.emailSender.optional": "(オプション)",
"nodes.humanInput.deliveryMethod.emailSender.send": "メールを送信",
"nodes.humanInput.deliveryMethod.emailSender.testSendTip": "設定された受信者にテストメールを送信",
"nodes.humanInput.deliveryMethod.emailSender.testSendTipInDebugMode": "{{email}}にテストメールを送信",
"nodes.humanInput.deliveryMethod.emailSender.tip": "メール配信をテストするには<strong>デバッグモードを有効にする</strong>ことをお勧めします。",
"nodes.humanInput.deliveryMethod.emailSender.title": "テストメール送信者",
"nodes.humanInput.deliveryMethod.emailSender.vars": "フォームコンテンツの変数",
"nodes.humanInput.deliveryMethod.emailSender.varsTip": "フォーム変数を入力して、受信者が実際に見る内容をエミュレートします。",
"nodes.humanInput.deliveryMethod.emailSender.wholeTeamDone1": "<team>{{team}}</team>メンバーと以下のメールアドレスにメールが送信されました:",
"nodes.humanInput.deliveryMethod.emailSender.wholeTeamDone2": "<team>{{team}}</team>メンバーにメールが送信されました。",
"nodes.humanInput.deliveryMethod.emailSender.wholeTeamDone3": "以下のメールアドレスにメールが送信されました:",
"nodes.humanInput.deliveryMethod.emailSender.wholeTeamTip1": "<team>{{team}}</team>メンバーと以下のメールアドレスにメールが送信されます:",
"nodes.humanInput.deliveryMethod.emailSender.wholeTeamTip2": "<team>{{team}}</team>メンバーにメールが送信されます。",
"nodes.humanInput.deliveryMethod.emailSender.wholeTeamTip3": "以下のメールアドレスにメールが送信されます:",
"nodes.humanInput.deliveryMethod.emptyTip": "配信方法が追加されていないため、操作をトリガーできません。",
"nodes.humanInput.deliveryMethod.notAvailableInTriggerMode": "利用不可",
"nodes.humanInput.deliveryMethod.notConfigured": "未設定",
"nodes.humanInput.deliveryMethod.title": "配信方法",
"nodes.humanInput.deliveryMethod.tooltip": "人間の入力フォームがユーザーに配信される方法。",
"nodes.humanInput.deliveryMethod.types.discord.description": "Discordで入力リクエストを送信",
"nodes.humanInput.deliveryMethod.types.discord.title": "Discord",
"nodes.humanInput.deliveryMethod.types.email.description": "メールで入力リクエストを送信",
"nodes.humanInput.deliveryMethod.types.email.title": "メール",
"nodes.humanInput.deliveryMethod.types.slack.description": "Slackで入力リクエストを送信",
"nodes.humanInput.deliveryMethod.types.slack.title": "Slack",
"nodes.humanInput.deliveryMethod.types.teams.description": "Teamsで入力リクエストを送信",
"nodes.humanInput.deliveryMethod.types.teams.title": "Teams",
"nodes.humanInput.deliveryMethod.types.webapp.description": "Webアプリでエンドユーザーに表示",
"nodes.humanInput.deliveryMethod.types.webapp.title": "Webアプリ",
"nodes.humanInput.deliveryMethod.upgradeTip": "人間の入力のメール配信をアンロック",
"nodes.humanInput.deliveryMethod.upgradeTipContent": "エージェントがアクションを実行する前にメールで確認リクエストを送信 — 公開および承認ワークフローに便利です。",
"nodes.humanInput.deliveryMethod.upgradeTipHide": "非表示",
"nodes.humanInput.editor.previewTip": "プレビューモードでは、アクションボタンは機能しません。",
"nodes.humanInput.errorMsg.duplicateActionId": "ユーザーアクションに重複するアクションIDが見つかりました",
"nodes.humanInput.errorMsg.emptyActionId": "アクションIDは空にできません",
"nodes.humanInput.errorMsg.emptyActionTitle": "アクションタイトルは空にできません",
"nodes.humanInput.errorMsg.noDeliveryMethod": "少なくとも1つの配信方法を選択してください",
"nodes.humanInput.errorMsg.noDeliveryMethodEnabled": "少なくとも1つの配信方法を有効にしてください",
"nodes.humanInput.errorMsg.noUserActions": "少なくとも1つのユーザーアクションを追加してください",
"nodes.humanInput.formContent.hotkeyTip": "<Key/>を押して変数を挿入、<CtrlKey/><Key/>を押して入力フィールドを挿入",
"nodes.humanInput.formContent.placeholder": "ここにコンテンツを入力",
"nodes.humanInput.formContent.preview": "プレビュー",
"nodes.humanInput.formContent.title": "フォームコンテンツ",
"nodes.humanInput.formContent.tooltip": "ユーザーがフォームを開いた後に表示される内容。Markdown形式をサポート。",
"nodes.humanInput.insertInputField.insert": "挿入",
"nodes.humanInput.insertInputField.prePopulateField": "フィールドを事前入力",
"nodes.humanInput.insertInputField.prePopulateFieldPlaceholder": "<staticContent/>または<variable/>を追加すると、ユーザーは最初にこの内容を見ます。または空のままにします。",
"nodes.humanInput.insertInputField.saveResponseAs": "レスポンスを次の名前で保存",
"nodes.humanInput.insertInputField.saveResponseAsPlaceholder": "後で参照するためにこの変数に名前を付ける",
"nodes.humanInput.insertInputField.staticContent": "静的コンテンツ",
"nodes.humanInput.insertInputField.title": "入力フィールドを挿入",
"nodes.humanInput.insertInputField.useConstantInstead": "代わりに定数を使用",
"nodes.humanInput.insertInputField.useVarInstead": "代わりに変数を使用",
"nodes.humanInput.insertInputField.variable": "変数",
"nodes.humanInput.insertInputField.variableNameInvalid": "変数名は文字、数字、アンダースコアのみを含み、数字で始めることはできません",
"nodes.humanInput.log.backstageInputURL": "バックステージ入力URL:",
"nodes.humanInput.log.reason": "理由:",
"nodes.humanInput.log.reasonContent": "続行するには人間の入力が必要です",
"nodes.humanInput.singleRun.back": "戻る",
"nodes.humanInput.singleRun.button": "フォームを生成",
"nodes.humanInput.singleRun.label": "フォーム変数",
"nodes.humanInput.timeout.days": "日",
"nodes.humanInput.timeout.hours": "時間",
"nodes.humanInput.timeout.title": "タイムアウト",
"nodes.humanInput.userActions.actionIdFormatTip": "アクションIDは文字またはアンダースコアで始まり、その後に文字、数字、またはアンダースコアが続く必要があります",
"nodes.humanInput.userActions.actionIdTooLong": "アクションIDは{{maxLength}}文字以下である必要があります",
"nodes.humanInput.userActions.actionNamePlaceholder": "アクション名",
"nodes.humanInput.userActions.buttonTextPlaceholder": "ボタン表示テキスト",
"nodes.humanInput.userActions.buttonTextTooLong": "ボタンテキストは{{maxLength}}文字以下である必要があります",
"nodes.humanInput.userActions.chooseStyle": "ボタンスタイルを選択",
"nodes.humanInput.userActions.emptyTip": "'+'ボタンをクリックしてユーザーアクションを追加",
"nodes.humanInput.userActions.title": "ユーザーアクション",
"nodes.humanInput.userActions.tooltip": "ユーザーがこのフォームに応答するためにクリックできるボタンを定義します。各ボタンは異なるワークフローパスをトリガーできます。アクションIDは文字またはアンダースコアで始まり、その後に文字、数字、またはアンダースコアが続く必要があります。",
"nodes.humanInput.userActions.triggered": "<strong>{{actionName}}</strong>がトリガーされました",
"nodes.ifElse.addCondition": "条件を追加",
"nodes.ifElse.addSubVariable": "サブ変数",
"nodes.ifElse.and": "かつ",
"nodes.ifElse.comparisonOperator.after": "後",
"nodes.ifElse.comparisonOperator.all of": "すべての",
"nodes.ifElse.comparisonOperator.before": "前に",
"nodes.ifElse.comparisonOperator.contains": "含む",
"nodes.ifElse.comparisonOperator.empty": "空",
"nodes.ifElse.comparisonOperator.end with": "で終わる",
"nodes.ifElse.comparisonOperator.exists": "存在します",
"nodes.ifElse.comparisonOperator.in": "含まれている",
"nodes.ifElse.comparisonOperator.is": "である",
"nodes.ifElse.comparisonOperator.is not": "でない",
"nodes.ifElse.comparisonOperator.is not null": "null ではない",
"nodes.ifElse.comparisonOperator.is null": "ヌルです",
"nodes.ifElse.comparisonOperator.not contains": "含まない",
"nodes.ifElse.comparisonOperator.not empty": "空でない",
"nodes.ifElse.comparisonOperator.not exists": "存在しません",
"nodes.ifElse.comparisonOperator.not in": "含まれていない",
"nodes.ifElse.comparisonOperator.not null": "null でない",
"nodes.ifElse.comparisonOperator.null": "null",
"nodes.ifElse.comparisonOperator.start with": "で始まる",
"nodes.ifElse.conditionNotSetup": "条件が設定されていません",
"nodes.ifElse.else": "それ以外",
"nodes.ifElse.elseDescription": "IF 条件が満たされない場合に実行するロジックを定義します。",
"nodes.ifElse.enterValue": "値を入力",
"nodes.ifElse.if": "もし",
"nodes.ifElse.notSetVariable": "まず変数を設定してください",
"nodes.ifElse.operator": "演算子",
"nodes.ifElse.optionName.audio": "音声",
"nodes.ifElse.optionName.doc": "ドキュメント",
"nodes.ifElse.optionName.image": "画像",
"nodes.ifElse.optionName.localUpload": "ローカルアップロード",
"nodes.ifElse.optionName.url": "URL",
"nodes.ifElse.optionName.video": "映像",
"nodes.ifElse.or": "または",
"nodes.ifElse.select": "選ぶ",
"nodes.ifElse.selectVariable": "変数を選択...",
"nodes.iteration.ErrorMethod.continueOnError": "エラー時に続行",
"nodes.iteration.ErrorMethod.operationTerminated": "終了",
"nodes.iteration.ErrorMethod.removeAbnormalOutput": "アブノーマルアウトプットの削除",
"nodes.iteration.MaxParallelismDesc": "最大並列処理は、1 回の反復で同時に実行されるタスクの数を制御するために使用されます。",
"nodes.iteration.MaxParallelismTitle": "最大並列処理",
"nodes.iteration.answerNodeWarningDesc": "並列モードの警告:応答ノード、会話変数の割り当て、およびイテレーション内の永続的な読み取り/書き込み操作により、例外が発生する可能性があります。",
"nodes.iteration.comma": ",",
"nodes.iteration.currentIteration": "現在のイテレーション",
"nodes.iteration.deleteDesc": "イテレーションノードを削除すると、すべての子ノードが削除されます",
"nodes.iteration.deleteTitle": "イテレーションノードを削除しますか?",
"nodes.iteration.errorResponseMethod": "エラー応答方式",
"nodes.iteration.error_one": "{{count}} エラー",
"nodes.iteration.error_other": "{{count}} エラー",
"nodes.iteration.flattenOutput": "出力をフラット化",
"nodes.iteration.flattenOutputDesc": "有効にすると、すべての反復出力が配列の場合、1つの配列にまとめてフラット化されます。無効の場合はネストされた配列構造のままです。",
"nodes.iteration.input": "入力",
"nodes.iteration.iteration_one": "{{count}} イテレーション",
"nodes.iteration.iteration_other": "{{count}} イテレーション",
"nodes.iteration.output": "出力変数",
"nodes.iteration.parallelMode": "パラレルモード",
"nodes.iteration.parallelModeEnableDesc": "並列モードでは、イテレーション内のタスクは並列実行をサポートします。これは、右側のプロパティパネルで構成できます。",
"nodes.iteration.parallelModeEnableTitle": "パラレルモード有効",
"nodes.iteration.parallelModeUpper": "パラレルモード",
"nodes.iteration.parallelPanelDesc": "並列モードでは、イテレーションのタスクは並列実行をサポートします。",
"nodes.knowledgeBase.aboutRetrieval": "取得方法について。",
"nodes.knowledgeBase.changeChunkStructure": "チャンク構造を変更する",
"nodes.knowledgeBase.chooseChunkStructure": "チャンク構造を選択する",
"nodes.knowledgeBase.chunkIsRequired": "チャンク構造が必要です",
"nodes.knowledgeBase.chunkStructure": "チャンク構造",
"nodes.knowledgeBase.chunkStructureTip.learnMore": "もっと学ぶ",
"nodes.knowledgeBase.chunkStructureTip.message": "Difyナレッジベースは、一般的な、親子関係、Q&Aの3つのチャンク構造をサポートしています。各ナレッジベースには一つの構造のみが持てます。前のードからの出力は、選択されたチャンク構造と一致する必要があります。チャンク構造の選択が利用可能なインデックス方式に影響を与えることに注意してください。",
"nodes.knowledgeBase.chunkStructureTip.title": "チャンク構造を選択してください",
"nodes.knowledgeBase.chunksInput": "チャンク",
"nodes.knowledgeBase.chunksInputTip": "知識ベースードの入力変数はチャンクです。変数のタイプは、選択されたチャンク構造と一貫性のある特定のJSONスキーマを持つオブジェクトです。",
"nodes.knowledgeBase.chunksVariableIsRequired": "Chunks変数は必須です",
"nodes.knowledgeBase.embeddingModelApiKeyUnavailable": "API キーが利用できません",
"nodes.knowledgeBase.embeddingModelCreditsExhausted": "クレジットを使い切りました",
"nodes.knowledgeBase.embeddingModelIncompatible": "非互換",
"nodes.knowledgeBase.embeddingModelIsInvalid": "埋め込みモデルが無効です",
"nodes.knowledgeBase.embeddingModelIsRequired": "埋め込みモデルが必要です",
"nodes.knowledgeBase.embeddingModelNotConfigured": "埋め込みモデルが設定されていません",
"nodes.knowledgeBase.indexMethodIsRequired": "インデックスメソッドが必要です",
"nodes.knowledgeBase.notConfigured": "未設定",
"nodes.knowledgeBase.rerankingModelIsInvalid": "リランキングモデルは無効です",
"nodes.knowledgeBase.rerankingModelIsRequired": "再ランキングモデルが必要です",
"nodes.knowledgeBase.retrievalSettingIsRequired": "リトリーバル設定が必要です",
"nodes.knowledgeRetrieval.knowledge": "ナレッジベース",
"nodes.knowledgeRetrieval.metadata.options.automatic.desc": "Query Variable検索変数に基づきフィルタ条件を自動生成",
"nodes.knowledgeRetrieval.metadata.options.automatic.subTitle": "検索履歴からフィルタ条件を自動生成",
"nodes.knowledgeRetrieval.metadata.options.automatic.title": "自動生成",
"nodes.knowledgeRetrieval.metadata.options.disabled.subTitle": "フィルタリング不使用",
"nodes.knowledgeRetrieval.metadata.options.disabled.title": "無効",
"nodes.knowledgeRetrieval.metadata.options.manual.subTitle": "メタデータの条件を手動で追加",
"nodes.knowledgeRetrieval.metadata.options.manual.title": "手動設定",
"nodes.knowledgeRetrieval.metadata.panel.add": "条件追加",
"nodes.knowledgeRetrieval.metadata.panel.conditions": "条件一覧",
"nodes.knowledgeRetrieval.metadata.panel.datePlaceholder": "日付選択...",
"nodes.knowledgeRetrieval.metadata.panel.placeholder": "値を入力",
"nodes.knowledgeRetrieval.metadata.panel.search": "メタデータ検索",
"nodes.knowledgeRetrieval.metadata.panel.select": "変数選択...",
"nodes.knowledgeRetrieval.metadata.panel.title": "メタデータのフィルタ条件",
"nodes.knowledgeRetrieval.metadata.tip": "タグ/カテゴリ等の属性で検索を絞り込み",
"nodes.knowledgeRetrieval.metadata.title": "メタデータフィルタ",
"nodes.knowledgeRetrieval.outputVars.content": "セグメント内容",
"nodes.knowledgeRetrieval.outputVars.files": "取得したファイル",
"nodes.knowledgeRetrieval.outputVars.icon": "セグメントアイコン",
"nodes.knowledgeRetrieval.outputVars.metadata": "メタデータ",
"nodes.knowledgeRetrieval.outputVars.output": "検索結果セグメント",
"nodes.knowledgeRetrieval.outputVars.title": "セグメントタイトル",
"nodes.knowledgeRetrieval.outputVars.url": "セグメント URL",
"nodes.knowledgeRetrieval.queryAttachment": "画像を検索",
"nodes.knowledgeRetrieval.queryText": "クエリテキスト",
"nodes.knowledgeRetrieval.queryVariable": "検索変数",
"nodes.listFilter.asc": "ASC",
"nodes.listFilter.desc": "DESC",
"nodes.listFilter.extractsCondition": "N 個のアイテムを抽出します",
"nodes.listFilter.filterCondition": "フィルター条件",
"nodes.listFilter.filterConditionComparisonOperator": "フィルター条件を比較オペレーター",
"nodes.listFilter.filterConditionComparisonValue": "フィルター条件の値",
"nodes.listFilter.filterConditionKey": "フィルター条件キー",
"nodes.listFilter.inputVar": "入力変数",
"nodes.listFilter.limit": "トップ N",
"nodes.listFilter.orderBy": "並べる順番",
"nodes.listFilter.outputVars.first_record": "最初のレコード",
"nodes.listFilter.outputVars.last_record": "最後のレコード",
"nodes.listFilter.outputVars.result": "フィルター結果",
"nodes.listFilter.selectVariableKeyPlaceholder": "サブ変数キーを選択する",
"nodes.llm.addMessage": "メッセージ追加",
"nodes.llm.context": "コンテキスト",
"nodes.llm.contextTooltip": "ナレッジベースをコンテキストとして利用",
"nodes.llm.files": "ファイル",
"nodes.llm.jsonSchema.addChildField": "サブフィールドを追加",
"nodes.llm.jsonSchema.addField": "フィールドを追加",
"nodes.llm.jsonSchema.apply": "適用",
"nodes.llm.jsonSchema.back": "前に戻る",
"nodes.llm.jsonSchema.descriptionPlaceholder": "説明を入力",
"nodes.llm.jsonSchema.doc": "構造化出力の詳細を見る",
"nodes.llm.jsonSchema.fieldNameAlreadyExists": "プロパティ名はすでに存在します",
"nodes.llm.jsonSchema.fieldNamePlaceholder": "フィールド名",
"nodes.llm.jsonSchema.generate": "生成",
"nodes.llm.jsonSchema.generateJsonSchema": "スキーマ生成",
"nodes.llm.jsonSchema.generatedResult": "生成結果",
"nodes.llm.jsonSchema.generating": "JSON スキーマを生成中...",
"nodes.llm.jsonSchema.generationTip": "自然言語で簡単に JSON スキーマを作成可能です。",
"nodes.llm.jsonSchema.import": "JSON インポート",
"nodes.llm.jsonSchema.instruction": "指示",
"nodes.llm.jsonSchema.promptPlaceholder": "JSON スキーマを入力...",
"nodes.llm.jsonSchema.promptTooltip": "テキスト説明から標準 JSON スキーマを自動生成できます。",
"nodes.llm.jsonSchema.regenerate": "再生成する",
"nodes.llm.jsonSchema.required": "必須項目",
"nodes.llm.jsonSchema.resetDefaults": "初期化",
"nodes.llm.jsonSchema.resultTip": "こちらが生成された結果です。ご満足いただけない場合は、前の画面に戻ってプロンプトを修正できます。",
"nodes.llm.jsonSchema.showAdvancedOptions": "詳細設定",
"nodes.llm.jsonSchema.stringValidations": "文字列検証",
"nodes.llm.jsonSchema.title": "構造化データスキーマ",
"nodes.llm.jsonSchema.warningTips.saveSchema": "編集中のフィールドを確定してから保存してください。",
"nodes.llm.model": "AI モデル",
"nodes.llm.notSetContextInPromptTip": "コンテキスト利用時はプロンプトに変数を明記してください",
"nodes.llm.outputVars.output": "生成内容",
"nodes.llm.outputVars.reasoning_content": "推論内容",
"nodes.llm.outputVars.usage": "モデル使用量",
"nodes.llm.prompt": "プロンプト",
"nodes.llm.reasoningFormat.separated": "思考タグを分ける",
"nodes.llm.reasoningFormat.tagged": "タグを考え続けてください",
"nodes.llm.reasoningFormat.title": "推論タグの分離を有効にする",
"nodes.llm.reasoningFormat.tooltip": "thinkタグから内容を抽出し、それをreasoning_contentフィールドに保存します。",
"nodes.llm.resolution.high": "高",
"nodes.llm.resolution.low": "低",
"nodes.llm.resolution.name": "解像度",
"nodes.llm.roleDescription.assistant": "ユーザー入力への応答",
"nodes.llm.roleDescription.system": "対話の基本動作を定義",
"nodes.llm.roleDescription.user": "指示/質問を入力",
"nodes.llm.singleRun.variable": "変数",
"nodes.llm.sysQueryInUser": "ユーザーメッセージに sys.query を含めてください",
"nodes.llm.variables": "変数",
"nodes.llm.vision": "ビジョン",
"nodes.loop.ErrorMethod.continueOnError": "エラーを無視して継続",
"nodes.loop.ErrorMethod.operationTerminated": "エラー時に処理を終了",
"nodes.loop.ErrorMethod.removeAbnormalOutput": "異常出力を除外",
"nodes.loop.breakCondition": "ループ終了条件",
"nodes.loop.breakConditionTip": "ループ内の変数やセッション変数を参照し、終了条件を設定できます。",
"nodes.loop.comma": ",",
"nodes.loop.currentLoop": "現在のループ",
"nodes.loop.currentLoopCount": "現在のループ回数:{{count}}",
"nodes.loop.deleteDesc": "ループノードを削除すると、全ての子ノードが削除されます。",
"nodes.loop.deleteTitle": "ループノードを削除しますか?",
"nodes.loop.errorResponseMethod": "エラー対応方法",
"nodes.loop.error_one": "{{count}} エラー",
"nodes.loop.error_other": "{{count}} エラー",
"nodes.loop.exitConditionTip": "ループノードには少なくとも 1 つの終了条件が必要です",
"nodes.loop.finalLoopVariables": "最終ループ変数",
"nodes.loop.initialLoopVariables": "初期ループ変数",
"nodes.loop.input": "入力",
"nodes.loop.inputMode": "入力モード",
"nodes.loop.loopMaxCount": "最大ループ回数",
"nodes.loop.loopMaxCountError": "最大ループ回数は 1 から{{maxCount}}の範囲で正しく入力してください。",
"nodes.loop.loopNode": "ループノード",
"nodes.loop.loopVariables": "ループ変数",
"nodes.loop.loop_one": "{{count}}回",
"nodes.loop.loop_other": "{{count}}回",
"nodes.loop.output": "出力変数",
"nodes.loop.setLoopVariables": "ループスコープ内で変数を設定",
"nodes.loop.totalLoopCount": "総ループ回数:{{count}}",
"nodes.loop.variableName": "変数名",
"nodes.note.addNote": "メモを追加",
"nodes.note.editor.bold": "太字",
"nodes.note.editor.bulletList": "リスト",
"nodes.note.editor.enterUrl": "リンク入力中...",
"nodes.note.editor.invalidUrl": "リンク無効",
"nodes.note.editor.italic": "斜体",
"nodes.note.editor.large": "大",
"nodes.note.editor.link": "リンク",
"nodes.note.editor.medium": "中",
"nodes.note.editor.openLink": "開く",
"nodes.note.editor.placeholder": "メモを書く...",
"nodes.note.editor.showAuthor": "著者を表示する",
"nodes.note.editor.small": "小",
"nodes.note.editor.strikethrough": "打ち消し線",
"nodes.note.editor.unlink": "リンクをキャンセル",
"nodes.parameterExtractor.addExtractParameter": "抽出パラメーターを追加",
"nodes.parameterExtractor.addExtractParameterContent.description": "説明",
"nodes.parameterExtractor.addExtractParameterContent.descriptionPlaceholder": "抽出パラメーターの説明",
"nodes.parameterExtractor.addExtractParameterContent.name": "名前",
"nodes.parameterExtractor.addExtractParameterContent.namePlaceholder": "抽出パラメーター名",
"nodes.parameterExtractor.addExtractParameterContent.required": "必須",
"nodes.parameterExtractor.addExtractParameterContent.requiredContent": "必須はモデル推論の参考としてのみ使用され、パラメーター出力の必須検証には使用されません。",
"nodes.parameterExtractor.addExtractParameterContent.type": "タイプ",
"nodes.parameterExtractor.addExtractParameterContent.typePlaceholder": "抽出パラメータータイプ",
"nodes.parameterExtractor.advancedSetting": "高度な設定",
"nodes.parameterExtractor.extractParameters": "パラメーターを抽出",
"nodes.parameterExtractor.extractParametersNotSet": "抽出パラメーターが設定されていません",
"nodes.parameterExtractor.importFromTool": "ツールからインポート",
"nodes.parameterExtractor.inputVar": "入力変数",
"nodes.parameterExtractor.instruction": "指示",
"nodes.parameterExtractor.instructionTip": "パラメーター抽出器がパラメーターを抽出する方法を理解するのに役立つ追加の指示を入力します。",
"nodes.parameterExtractor.outputVars.errorReason": "エラーの理由",
"nodes.parameterExtractor.outputVars.isSuccess": "成功。成功した場合の値は 1、失敗した場合の値は 0 です。",
"nodes.parameterExtractor.outputVars.usage": "モデル使用量",
"nodes.parameterExtractor.reasoningMode": "推論モード",
"nodes.parameterExtractor.reasoningModeTip": "関数呼び出しやプロンプトの指示に応答するモデルの能力に基づいて、適切な推論モードを選択できます。",
"nodes.questionClassifiers.addClass": "クラスを追加",
"nodes.questionClassifiers.advancedSetting": "高度な設定",
"nodes.questionClassifiers.class": "クラス",
"nodes.questionClassifiers.classNamePlaceholder": "クラス名を入力してください",
"nodes.questionClassifiers.inputVars": "入力変数",
"nodes.questionClassifiers.instruction": "指示",
"nodes.questionClassifiers.instructionPlaceholder": "指示を入力してください",
"nodes.questionClassifiers.instructionTip": "質問分類器が質問をどのように分類するかをよりよく理解するための追加の指示を入力します。",
"nodes.questionClassifiers.model": "モデル",
"nodes.questionClassifiers.outputVars.className": "クラス名",
"nodes.questionClassifiers.outputVars.usage": "モデル使用量",
"nodes.questionClassifiers.topicName": "トピック名",
"nodes.questionClassifiers.topicPlaceholder": "トピック名を入力してください",
"nodes.start.builtInVar": "組み込み変数",
"nodes.start.inputField": "入力フィールド",
"nodes.start.noVarTip": "入力設定はワークフロー内で利用可能",
"nodes.start.outputVars.files": "ファイル一覧",
"nodes.start.outputVars.memories.content": "メッセージ内容",
"nodes.start.outputVars.memories.des": "会話履歴",
"nodes.start.outputVars.memories.type": "メッセージ種別",
"nodes.start.outputVars.query": "ユーザー入力",
"nodes.start.required": "必須",
"nodes.templateTransform.code": "コード",
"nodes.templateTransform.codeSupportTip": "Jinja2 のみをサポートしています",
"nodes.templateTransform.inputVars": "入力変数",
"nodes.templateTransform.outputVars.output": "変換されたコンテンツ",
"nodes.tool.authorizationRequired": "認証が必要です",
"nodes.tool.authorize": "認証する",
"nodes.tool.inputVars": "入力変数",
"nodes.tool.insertPlaceholder1": "タイプするか押してください",
"nodes.tool.insertPlaceholder2": "変数を挿入する",
"nodes.tool.outputVars.files.title": "ツールが生成したファイル",
"nodes.tool.outputVars.files.transfer_method": "転送方法。値は remote_url または local_file です",
"nodes.tool.outputVars.files.type": "サポートタイプ。現在は画像のみサポートされています",
"nodes.tool.outputVars.files.upload_file_id": "アップロードファイル ID",
"nodes.tool.outputVars.files.url": "画像 URL",
"nodes.tool.outputVars.json": "ツールで生成された JSON",
"nodes.tool.outputVars.text": "ツールが生成したコンテンツ",
"nodes.tool.settings": "設定",
"nodes.triggerPlugin.addSubscription": "新しいサブスクリプションを追加",
"nodes.triggerPlugin.apiKeyConfigured": "API キーが正常に設定されました",
"nodes.triggerPlugin.apiKeyDescription": "認証のための API キー認証情報を設定してください",
"nodes.triggerPlugin.authenticationFailed": "認証に失敗しました",
"nodes.triggerPlugin.authenticationSuccess": "認証に成功しました",
"nodes.triggerPlugin.authorized": "認可された",
"nodes.triggerPlugin.availableSubscriptions": "利用可能なサブスクリプション",
"nodes.triggerPlugin.configuration": "構成",
"nodes.triggerPlugin.configurationComplete": "設定完了",
"nodes.triggerPlugin.configurationCompleteDescription": "トリガーが正常に設定されました",
"nodes.triggerPlugin.configurationCompleteMessage": "トリガーの設定が完了し、使用する準備ができました。",
"nodes.triggerPlugin.configurationFailed": "設定に失敗しました",
"nodes.triggerPlugin.configureApiKey": "API キーを設定",
"nodes.triggerPlugin.configureOAuthClient": "OAuth クライアントを設定",
"nodes.triggerPlugin.configureParameters": "パラメーターを設定",
"nodes.triggerPlugin.credentialVerificationFailed": "認証情報の検証に失敗しました",
"nodes.triggerPlugin.credentialsVerified": "認証情報が正常に検証されました",
"nodes.triggerPlugin.error": "エラー",
"nodes.triggerPlugin.failedToStart": "認証フローの開始に失敗しました",
"nodes.triggerPlugin.noConfigurationRequired": "このトリガーには追加の設定は必要ありません。",
"nodes.triggerPlugin.notAuthorized": "認可されていません",
"nodes.triggerPlugin.notConfigured": "設定されていません",
"nodes.triggerPlugin.oauthClientDescription": "認証を有効にするために OAuth クライアント認証情報を設定してください",
"nodes.triggerPlugin.oauthClientSaved": "OAuth クライアント設定が正常に保存されました",
"nodes.triggerPlugin.oauthConfigFailed": "OAuth 設定に失敗しました",
"nodes.triggerPlugin.or": "または",
"nodes.triggerPlugin.parameters": "パラメーター",
"nodes.triggerPlugin.parametersDescription": "トリガーのパラメーターとプロパティを設定してください",
"nodes.triggerPlugin.properties": "プロパティ",
"nodes.triggerPlugin.propertiesDescription": "このトリガーの追加設定プロパティ",
"nodes.triggerPlugin.remove": "削除する",
"nodes.triggerPlugin.removeSubscription": "サブスクリプションを解除",
"nodes.triggerPlugin.selectSubscription": "サブスクリプションを選択",
"nodes.triggerPlugin.subscriptionName": "サブスクリプション名",
"nodes.triggerPlugin.subscriptionNameDescription": "このトリガーサブスクリプションの一意な名前を入力してください",
"nodes.triggerPlugin.subscriptionNamePlaceholder": "サブスクリプション名を入力...",
"nodes.triggerPlugin.subscriptionNameRequired": "サブスクリプション名は必須です",
"nodes.triggerPlugin.subscriptionRemoved": "サブスクリプションが正常に削除されました",
"nodes.triggerPlugin.subscriptionRequired": "サブスクリプションが必要です",
"nodes.triggerPlugin.useApiKey": "API キーを使用",
"nodes.triggerPlugin.useOAuth": "OAuth を使用",
"nodes.triggerPlugin.verifyAndContinue": "検証して続行",
"nodes.triggerSchedule.cronExpression": "Cron 式",
"nodes.triggerSchedule.days": "日",
"nodes.triggerSchedule.executeNow": "今すぐ実行",
"nodes.triggerSchedule.executionTime": "実行時間",
"nodes.triggerSchedule.executionTimeCalculationError": "実行時間の計算に失敗しました",
"nodes.triggerSchedule.executionTimeMustBeFuture": "実行時間は未来の時間である必要があります",
"nodes.triggerSchedule.frequency.daily": "毎日",
"nodes.triggerSchedule.frequency.hourly": "毎時",
"nodes.triggerSchedule.frequency.label": "頻度",
"nodes.triggerSchedule.frequency.monthly": "毎月",
"nodes.triggerSchedule.frequency.weekly": "毎週",
"nodes.triggerSchedule.frequencyLabel": "頻度",
"nodes.triggerSchedule.hours": "時間",
"nodes.triggerSchedule.invalidCronExpression": "無効なCron式",
"nodes.triggerSchedule.invalidExecutionTime": "無効な実行時間",
"nodes.triggerSchedule.invalidFrequency": "無効な頻度",
"nodes.triggerSchedule.invalidMonthlyDay": "月の日は1-31の間または\"last\"である必要があります",
"nodes.triggerSchedule.invalidOnMinute": "分は0-59の間である必要があります",
"nodes.triggerSchedule.invalidStartTime": "無効な開始時間",
"nodes.triggerSchedule.invalidTimeFormat": "無効な時間形式期待される形式HH:MM AM/PM",
"nodes.triggerSchedule.invalidTimezone": "無効なタイムゾーン",
"nodes.triggerSchedule.invalidWeekday": "無効な曜日:{{weekday}}",
"nodes.triggerSchedule.lastDay": "月末",
"nodes.triggerSchedule.lastDayTooltip": "すべての月に31日があるわけではありません。「月末」オプションを使用して各月の最終日を選択してください。",
"nodes.triggerSchedule.minutes": "分",
"nodes.triggerSchedule.mode": "モード",
"nodes.triggerSchedule.modeCron": "Cron",
"nodes.triggerSchedule.modeVisual": "ビジュアル",
"nodes.triggerSchedule.monthlyDay": "月の日",
"nodes.triggerSchedule.nextExecution": "次回実行",
"nodes.triggerSchedule.nextExecutionTime": "次回実行時刻",
"nodes.triggerSchedule.nextExecutionTimes": "次の5回の実行時刻",
"nodes.triggerSchedule.noValidExecutionTime": "有効な実行時間を計算できません",
"nodes.triggerSchedule.nodeTitle": "スケジュールトリガー",
"nodes.triggerSchedule.notConfigured": "未設定",
"nodes.triggerSchedule.onMinute": "分",
"nodes.triggerSchedule.selectDateTime": "日時を選択",
"nodes.triggerSchedule.selectFrequency": "頻度を選択",
"nodes.triggerSchedule.selectTime": "時間を選択",
"nodes.triggerSchedule.startTime": "開始時刻",
"nodes.triggerSchedule.startTimeMustBeFuture": "開始時間は未来の時間である必要があります",
"nodes.triggerSchedule.time": "時刻",
"nodes.triggerSchedule.timezone": "タイムゾーン",
"nodes.triggerSchedule.title": "スケジュール",
"nodes.triggerSchedule.useCronExpression": "Cron 式を使用",
"nodes.triggerSchedule.useVisualPicker": "ビジュアル設定を使用",
"nodes.triggerSchedule.visualConfig": "ビジュアル設定",
"nodes.triggerSchedule.weekdays": "曜日",
"nodes.triggerWebhook.addHeader": "追加",
"nodes.triggerWebhook.addParameter": "追加",
"nodes.triggerWebhook.asyncMode": "非同期モード",
"nodes.triggerWebhook.configPlaceholder": "Webhook トリガーの設定がここに実装されます",
"nodes.triggerWebhook.contentType": "コンテンツタイプ",
"nodes.triggerWebhook.copy": "コピー",
"nodes.triggerWebhook.debugUrlCopied": "コピーしました!",
"nodes.triggerWebhook.debugUrlCopy": "クリックしてコピー",
"nodes.triggerWebhook.debugUrlPrivateAddressWarning": "このURLは内部アドレスのようです。Webhookリクエストが失敗する可能性があります。TRIGGER_URL を公開アドレスに変更できます。",
"nodes.triggerWebhook.debugUrlTitle": "テスト実行には、常にこのURLを使用してください",
"nodes.triggerWebhook.errorHandling": "エラー処理",
"nodes.triggerWebhook.errorStrategy": "エラー処理",
"nodes.triggerWebhook.generate": "生成",
"nodes.triggerWebhook.headerParameters": "ヘッダーパラメータ",
"nodes.triggerWebhook.headers": "ヘッダー",
"nodes.triggerWebhook.method": "メソッド",
"nodes.triggerWebhook.noBodyParameters": "ボディパラメータは設定されていません",
"nodes.triggerWebhook.noHeaders": "ヘッダーは設定されていません",
"nodes.triggerWebhook.noParameters": "設定されたパラメータはありません",
"nodes.triggerWebhook.noQueryParameters": "クエリパラメータは設定されていません",
"nodes.triggerWebhook.nodeTitle": "🔗 Webhook トリガー",
"nodes.triggerWebhook.parameterName": "変数名",
"nodes.triggerWebhook.queryParameters": "クエリパラメータ",
"nodes.triggerWebhook.requestBodyParameters": "リクエストボディパラメータ",
"nodes.triggerWebhook.required": "必須",
"nodes.triggerWebhook.responseBody": "レスポンスボディ",
"nodes.triggerWebhook.responseBodyPlaceholder": "ここにレスポンスボディを入力してください",
"nodes.triggerWebhook.responseConfiguration": "レスポンス",
"nodes.triggerWebhook.statusCode": "ステータスコード",
"nodes.triggerWebhook.test": "テスト",
"nodes.triggerWebhook.title": "Webhook トリガー",
"nodes.triggerWebhook.urlCopied": "URL をクリップボードにコピーしました",
"nodes.triggerWebhook.urlGenerated": "Webhook URL を生成しました",
"nodes.triggerWebhook.urlGenerationFailed": "Webhook URL の生成に失敗しました",
"nodes.triggerWebhook.validation.invalidParameterType": "パラメータ\"{{name}}\"の無効なパラメータタイプ\"{{type}}\"です",
"nodes.triggerWebhook.validation.webhookUrlRequired": "Webhook URLが必要です",
"nodes.triggerWebhook.varName": "変数名",
"nodes.triggerWebhook.varNamePlaceholder": "変数名を入力...",
"nodes.triggerWebhook.varType": "タイプ",
"nodes.triggerWebhook.webhookUrl": "Webhook URL",
"nodes.triggerWebhook.webhookUrlPlaceholder": "生成をクリックして Webhook URL を作成",
"nodes.variableAssigner.addGroup": "グループを追加",
"nodes.variableAssigner.aggregationGroup": "グループ",
"nodes.variableAssigner.aggregationGroupTip": "この機能を有効にすると、変数集約器は複数のセットの変数を集約できます。",
"nodes.variableAssigner.noVarTip": "代入された変数を追加してください",
"nodes.variableAssigner.outputType": "出力タイプ",
"nodes.variableAssigner.outputVars.varDescribe": "{{groupName}} 出力",
"nodes.variableAssigner.setAssignVariable": "代入された変数を設定",
"nodes.variableAssigner.title": "変数を代入する",
"nodes.variableAssigner.type.array": "配列",
"nodes.variableAssigner.type.number": "数値",
"nodes.variableAssigner.type.object": "オブジェクト",
"nodes.variableAssigner.type.string": "文字列",
"nodes.variableAssigner.varNotSet": "変数が設定されていません",
"onboarding.aboutStartNode": "開始ノードについて。",
"onboarding.back": "戻る",
"onboarding.description": "異なる開始ノードには異なる機能があります。心配しないでください、いつでも変更できます。",
"onboarding.escTip.key": "esc",
"onboarding.escTip.press": "",
"onboarding.escTip.toDismiss": "キーで閉じる",
"onboarding.learnMore": "詳細を見る",
"onboarding.title": "開始するには開始ノードを選択してください",
"onboarding.trigger": "トリガー",
"onboarding.triggerDescription": "トリガーは、スケジュールされたタスク、カスタムwebhook、または他のアプリとの統合など、ワークフローの開始ードとして機能できます。",
"onboarding.userInputDescription": "ユーザー入力変数の設定を可能にする開始ードで、Webアプリ、サービスAPI、MCPサーバー、およびツールとしてのワークフロー機能を持ちます。",
"onboarding.userInputFull": "ユーザー入力(元の開始ノード)",
"operator.alignBottom": "下",
"operator.alignCenter": "中央",
"operator.alignLeft": "左",
"operator.alignMiddle": "中央",
"operator.alignNodes": "ノードを整列",
"operator.alignRight": "右",
"operator.alignTop": "上",
"operator.distributeHorizontal": "水平方向に等間隔配置",
"operator.distributeVertical": "垂直方向に等間隔配置",
"operator.horizontal": "水平",
"operator.selectionAlignment": "選択の整列",
"operator.vertical": "垂直",
"operator.zoomIn": "拡大",
"operator.zoomOut": "縮小",
"operator.zoomTo100": "等倍表示",
"operator.zoomTo50": "50% サイズ",
"operator.zoomToFit": "画面に合わせる",
"panel.about": "詳細",
"panel.addNextStep": "このワークフローで次ノードを追加",
"panel.change": "変更",
"panel.changeBlock": "ノード変更",
"panel.checklist": "チェックリスト",
"panel.checklistDescription": "公開前に以下の問題を解決してください",
"panel.checklistResolved": "全てのチェックが完了しました",
"panel.checklistTip": "公開前に全ての項目を確認してください",
"panel.createdBy": "作成者",
"panel.goTo": "移動",
"panel.goToFix": "修正する",
"panel.helpLink": "ドキュメントを見る",
"panel.maximize": "キャンバスを最大化する",
"panel.minimize": "全画面を終了する",
"panel.nextStep": "次のステップ",
"panel.openWorkflow": "ワークフローを開く",
"panel.optional": "(任意)",
"panel.optional_and_hidden": "(オプションおよび非表示)",
"panel.organizeBlocks": "ノード整理",
"panel.runThisStep": "このステップ実行",
"panel.scrollToSelectedNode": "選択したノードまでスクロール",
"panel.selectNextStep": "次ノード選択",
"panel.startNode": "開始ノード",
"panel.userInputField": "ユーザー入力欄",
"publishLimit.startNodeDesc": "このプランでは、各ワークフローのトリガー数は最大 2 個まで設定できます。公開するにはアップグレードが必要です。",
"publishLimit.startNodeTitlePrefix": "アップグレードして、",
"publishLimit.startNodeTitleSuffix": "各ワークフローのトリガーを制限なしで使用できます。",
"sidebar.exportWarning": "現在保存されているバージョンをエクスポート",
"sidebar.exportWarningDesc": "これは現在保存されているワークフローのバージョンをエクスポートします。エディターで未保存の変更がある場合は、まずワークフローキャンバスのエクスポートオプションを使用して保存してください。",
"singleRun.back": "戻る",
"singleRun.iteration": "イテレーション",
"singleRun.loop": "ループ",
"singleRun.preparingDataSource": "データソースの準備",
"singleRun.reRun": "再実行",
"singleRun.running": "実行中",
"singleRun.startRun": "実行開始",
"singleRun.testRun": "テスト実行",
"singleRun.testRunIteration": "テスト実行(イテレーション)",
"singleRun.testRunLoop": "テスト実行ループ",
"tabs.-": "デフォルト",
"tabs.addAll": "すべてを追加する",
"tabs.agent": "エージェント戦略",
"tabs.allAdded": "すべて追加されました",
"tabs.allTool": "すべて",
"tabs.allTriggers": "すべてのトリガー",
"tabs.blocks": "ブロック",
"tabs.customTool": "カスタム",
"tabs.featuredTools": "特集",
"tabs.hideActions": "ツールを隠す",
"tabs.installed": "インストール済み",
"tabs.logic": "ロジック",
"tabs.noFeaturedPlugins": "マーケットプレイスでさらにツールを見つける",
"tabs.noFeaturedTriggers": "マーケットプレイスでさらにトリガーを見つける",
"tabs.noPluginsFound": "プラグインが見つかりません",
"tabs.noResult": "該当なし",
"tabs.plugin": "プラグイン",
"tabs.pluginByAuthor": "{{author}} によって",
"tabs.question-understand": "問題理解",
"tabs.requestToCommunity": "コミュニティにリクエスト",
"tabs.searchBlock": "ブロック検索",
"tabs.searchDataSource": "データソースを検索",
"tabs.searchTool": "ツール検索",
"tabs.searchTrigger": "トリガー検索...",
"tabs.showLessFeatured": "表示を減らす",
"tabs.showMoreFeatured": "もっと見る",
"tabs.sources": "ソース",
"tabs.start": "始める",
"tabs.startDisabledTip": "トリガーノードとユーザー入力ノードは互いに排他です。",
"tabs.tools": "ツール",
"tabs.transform": "変換",
"tabs.usePlugin": "ツールを選択",
"tabs.utilities": "ツール",
"tabs.workflowTool": "ワークフロー",
"tracing.stopBy": "{{user}}によって停止",
"triggerStatus.disabled": "トリガー • 無効",
"triggerStatus.enabled": "トリガー",
"variableReference.assignedVarsDescription": "書き込み可能な変数(例:",
"variableReference.conversationVars": "会話変数",
"variableReference.noAssignedVars": "割り当て可能な変数がありません",
"variableReference.noAvailableVars": "利用可能な変数がありません",
"variableReference.noVarsForOperation": "この操作に割り当て可能な変数が存在しません。",
"versionHistory.action.copyIdSuccess": "IDがクリップボードにコピーされました",
"versionHistory.action.deleteFailure": "削除に失敗しました",
"versionHistory.action.deleteSuccess": "削除が完了しました",
"versionHistory.action.restoreFailure": "復元に失敗しました",
"versionHistory.action.restoreSuccess": "復元が完了しました",
"versionHistory.action.updateFailure": "更新に失敗しました",
"versionHistory.action.updateSuccess": "更新が完了しました",
"versionHistory.copyId": "IDをコピー",
"versionHistory.currentDraft": "現在の下書き",
"versionHistory.defaultName": "名称未設定",
"versionHistory.deletionTip": "削除したデータは復元できません。よろしいですか?",
"versionHistory.editField.releaseNotes": "リリースノート",
"versionHistory.editField.releaseNotesLengthLimit": "リリースノートは{{limit}}文字以内で入力してください",
"versionHistory.editField.title": "タイトル",
"versionHistory.editField.titleLengthLimit": "タイトルは{{limit}}文字以内で入力してください",
"versionHistory.editVersionInfo": "バージョン情報を編集",
"versionHistory.filter.all": "すべて",
"versionHistory.filter.empty": "該当するバージョンがありません",
"versionHistory.filter.onlyShowNamedVersions": "名前付きバージョンのみ",
"versionHistory.filter.onlyYours": "自分のみ",
"versionHistory.filter.reset": "リセット",
"versionHistory.latest": "最新版",
"versionHistory.nameThisVersion": "バージョン名を付ける",
"versionHistory.releaseNotesPlaceholder": "変更内容を入力してください",
"versionHistory.restorationTip": "バージョンを復元すると、現在の下書きが上書きされます",
"versionHistory.title": "バージョン"
}