This commit is contained in:
Gu
2025-09-19 17:33:07 +08:00
parent ee73355327
commit a5c8adf5d8
37 changed files with 37 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
---
title: "核心概念"
description: "Quick overview of essential Dify concepts "
description: "Dify 核心概念快速概览"
icon: "circle-info"
---

View File

@@ -1,6 +1,6 @@
---
title: "个人设置"
description: "Manage your profile and preferences across all workspaces"
description: "管理您在所有工作空间中的个人资料和偏好设置"
icon: "user"
---

View File

@@ -1,6 +1,6 @@
---
title: "计费"
description: "Manage workspace subscriptions and billing to control team size and feature access"
description: "管理工作空间订阅和计费以控制团队规模和功能访问权限"
tag: "CLOUD"
icon: "credit-card"
---

View File

@@ -1,6 +1,6 @@
---
title: "管理成员"
description: "Manage workspace members, roles, and permissions to build effective AI teams"
description: "管理工作空间成员、角色和权限以构建高效的 AI 团队"
icon: "users"
---

View File

@@ -1,6 +1,6 @@
---
title: "主要な概念"
description: "Quick overview of essential Dify concepts "
description: "Difyの重要な概念の簡単な概要"
icon: "circle-info"
---

View File

@@ -1,6 +1,6 @@
---
title: "30分間クイックスタート"
description: "Dive into Dify through a quick example app"
description: "クイックサンプルアプリでDifyを体験する"
icon: "forward"
---

View File

@@ -1,6 +1,6 @@
---
title: "アノテーションシステム"
description: "Build a curated library of high-quality responses to improve consistency and bypass AI generation"
description: "一貫性を向上させAI生成をバイパスする高品質な応答のキュレーションライブラリを構築"
icon: "pen-field"
---

View File

@@ -1,6 +1,6 @@
---
title: "ログ"
description: "Monitor real-time conversations, debug issues, and collect user feedback"
description: "リアルタイム会話の監視、問題のデバッグ、ユーザーフィードバックの収集"
icon: "memo"
---

View File

@@ -1,6 +1,6 @@
---
title: "エージェント"
description: "Give LLMs autonomous control over tools for complex task execution"
description: "複雑なタスク実行のためにLLMにツールの自律制御を与える"
icon: "robot"
---

View File

@@ -1,6 +1,6 @@
---
title: "答え"
description: "Define response content in chatflow applications"
description: "チャットフローアプリケーションで応答コンテンツを定義"
icon: "message"
---

View File

@@ -1,6 +1,6 @@
---
title: "コード"
description: "Execute custom Python or JavaScript for data processing"
description: "データ処理のためのカスタムPythonまたはJavaScriptの実行"
icon: "code"
---

View File

@@ -1,6 +1,6 @@
---
title: "ドキュメントエクストラクター"
description: "Extract text content from uploaded documents for AI processing"
description: "AI処理のためにアップロードされたドキュメントからテキストコンテンツを抽出"
icon: "file-export"
---

View File

@@ -1,6 +1,6 @@
---
title: "End"
description: "Define workflow outputs and termination points"
description: "ワークフローの出力と終了ポイントを定義"
icon: "flag-checkered"
---

View File

@@ -1,6 +1,6 @@
---
title: "HTTP リクエスト"
description: "Connect to external APIs and web services"
description: "外部APIとWebサービスに接続"
icon: "globe"
---

View File

@@ -1,6 +1,6 @@
---
title: "If-Else"
description: "Add conditional logic and branching to workflows"
description: "ワークフローに条件付きロジックと分岐を追加"
icon: "code-branch"
---

View File

@@ -1,6 +1,6 @@
---
title: "反復処理"
description: "Process arrays by applying workflows to each element"
description: "各要素にワークフローを適用して配列を処理"
icon: "arrows-rotate"
---

View File

@@ -1,6 +1,6 @@
---
title: "知識検索"
description: "Search knowledge bases for relevant information"
description: "関連情報のためにナレッジベースを検索"
icon: "database"
---

View File

@@ -1,6 +1,6 @@
---
title: "リスト演算子"
description: "Filter, sort, and select elements from arrays"
description: "配列から要素をフィルタリング、ソート、選択"
icon: "filter"
---

View File

@@ -1,6 +1,6 @@
---
title: "LLM"
description: "Invoke language models for text generation and analysis"
description: "テキスト生成と分析のための言語モデルを起動"
icon: "brain"
---

View File

@@ -1,6 +1,6 @@
---
title: "ループ"
description: "Execute repetitive workflows with progressive refinement"
description: "段階的な改良で反復的なワークフローを実行"
icon: "infinity"
---

View File

@@ -1,6 +1,6 @@
---
title: "パラメータ抽出器"
description: "Convert natural language to structured data using LLM intelligence"
description: "LLMインテリジェンスを使用して自然言語を構造化データに変換"
icon: "crop-simple"
---

View File

@@ -1,6 +1,6 @@
---
title: "質問分類器"
description: "Intelligently categorize user input to route workflow paths"
description: "ワークフローパスをルーティングするためにユーザー入力をインテリジェントに分類"
icon: "sitemap"
---

View File

@@ -1,6 +1,6 @@
---
title: "テンプレート"
description: "Transform and format data using Jinja2 templating"
description: "Jinja2テンプレートを使用してデータを変換およびフォーマット"
icon: "note-sticky"
---

View File

@@ -1,6 +1,6 @@
---
title: "ツール"
description: "Connect to external services and APIs with pre-built integrations"
description: "事前構築された統合で外部サービスとAPIに接続"
icon: "wrench"
---

View File

@@ -1,6 +1,6 @@
---
title: "変数アグリゲーター"
description: "Combine variables from different workflow branches into unified outputs"
description: "異なるワークフローブランチからの変数を統一された出力に結合"
icon: "merge"
---

View File

@@ -1,6 +1,6 @@
---
title: "変数アサイナー"
description: "Manage persistent conversation variables in chatflow applications"
description: "チャットフローアプリケーションで永続的な会話変数を管理"
icon: "pen-to-square"
---

View File

@@ -1,6 +1,6 @@
---
title: "AIアプリの共有"
description: "Get your Dify applications into users' hands with web apps, APIs, embeds, and integrations"
description: "Webアプリ、API、埋め込み、統合でDifyアプリケーションをユーザーに提供"
icon: "rocket"
---

View File

@@ -1,6 +1,6 @@
---
title: "API統合"
description: "Embed Dify AI capabilities directly into your applications with powerful Backend-as-a-Service APIs"
description: "強力なBackend-as-a-Service APIでDify AI機能をアプリケーションに直接埋め込む"
icon: "plug"
---

View File

@@ -1,6 +1,6 @@
---
title: "MCPサーバー"
description: "Expose your Dify applications as MCP servers for integration with Claude Desktop, Cursor, and other AI development tools"
description: "Claude DesktopCursor、その他のAI開発ツールと統合するためにDifyアプリケーションをMCPサーバーとして公開"
icon: "network-wired"
---

View File

@@ -1,6 +1,6 @@
---
title: "チャット Web アプリ"
description: "Turn your chatflow into a fully-featured conversation interface with persistent history and interactive features"
description: "永続的な履歴とインタラクティブ機能を備えたフル機能の会話インターフェースにチャットフローを変換"
---
<Note> ⚠️ このドキュメントはAIによって自動翻訳されています。不正確な部分がある場合は、[英語版](/en/documentation/pages/publish/webapp/chatflow-webapp)を参照してください。</Note>

View File

@@ -1,6 +1,6 @@
---
title: "ウェブサイト埋め込み"
description: "Add AI chat capabilities to any website with customizable widgets and iframe embeds"
description: "カスタマイズ可能なウィジェットとiframe埋め込みで任意のWebサイトにAIチャット機能を追加"
---
<Note> ⚠️ このドキュメントはAIによって自動翻訳されています。不正確な部分がある場合は、[英語版](/en/documentation/pages/publish/webapp/embedding-in-websites)を参照してください。</Note>

View File

@@ -1,6 +1,6 @@
---
title: "ウェブアプリ設定"
description: "Configure branding, access controls, and user experience settings for your published web applications"
description: "公開されたWebアプリケーションのブランディング、アクセス制御、ユーザーエクスペリエンス設定を構成"
---
<Note> ⚠️ このドキュメントはAIによって自動翻訳されています。不正確な部分がある場合は、[英語版](/en/documentation/pages/publish/webapp/web-app-settings)を参照してください。</Note>

View File

@@ -1,6 +1,6 @@
---
title: "ワークフローWebアプリ"
description: "Turn your workflows into powerful web applications with batch processing, result management, and streamlined user experiences"
description: "バッチ処理、結果管理、合理化されたユーザーエクスペリエンスでワークフローを強力なWebアプリケーションに変換"
---
<Note> ⚠️ このドキュメントはAIによって自動翻訳されています。不正確な部分がある場合は、[英語版](/en/documentation/pages/publish/webapp/workflow-webapp)を参照してください。</Note>

View File

@@ -1,6 +1,6 @@
---
title: "アプリの管理"
description: "Organize, maintain, and share your AI applications with powerful management tools and best practices"
description: "強力な管理ツールとベストプラクティスでAIアプリケーションを整理、維持、共有"
icon: "grid-2"
---

View File

@@ -1,6 +1,6 @@
---
title: "個人設定"
description: "Manage your profile and preferences across all workspaces"
description: "すべてのワークスペースでプロフィールと設定を管理"
icon: "user"
---

View File

@@ -1,6 +1,6 @@
---
title: "請求"
description: "Manage workspace subscriptions and billing to control team size and feature access"
description: "チームサイズと機能アクセスを制御するためにワークスペースのサブスクリプションと請求を管理"
tag: "CLOUD"
icon: "credit-card"
---

View File

@@ -1,6 +1,6 @@
---
title: "メンバーの管理"
description: "Manage workspace members, roles, and permissions to build effective AI teams"
description: "効果的なAIチームを構築するためにワークスペースメンバー、ロール、権限を管理"
icon: "users"
---