translate: unify Doc Extractor name in Japanese pages (#776) (backport to release/1.14.2)#808
Merged
Merged
Conversation
* translate: unify Doc Extractor name in Japanese pages Several Japanese pages translate the Doc Extractor workflow node under inconsistent names (ドキュメントエクストラクター, ドキュメントエクストラクタ, ドキュメント抽出機, 文書抽出機, ドキュメント抽出ノード, テキスト抽出ツール), while other pages — including the most user-facing ones — already use ドキュメント抽出器, the same form used for the analogous Parameter Extractor node (パラメータ抽出器). Align the inconsistent pages with ドキュメント抽出器. Pages that already use ドキュメント抽出器 are left unchanged. Intentionally left untouched: - "Doc Extractor/text" UI variable references in quick-start.mdx - "ドキュメント抽出ライブラリ" in the ETL_TYPE description - Generic "ドキュメント抽出" listed alongside other categories in create-knowledge-pipeline.mdx - Generic "エクストラクタ" used as a category noun in file-upload.mdx * translate: align Doc Extractor term to テキスト抽出 and drop legacy edits --------- Co-authored-by: RiskeyL <7a8y@163.com> (cherry picked from commit 68a357f)
Contributor
There was a problem hiding this comment.
Pull request overview
This backport updates Japanese documentation to use a unified Japanese name for the Doc Extractor workflow node, aligning references across tutorials, node docs, and knowledge pipeline pages.
Changes:
- Renames the Doc Extractor node in multiple Japanese pages to 「テキスト抽出」/「テキスト抽出ノード」.
- Updates headings, captions, and cross-references (including link text) to match the unified term.
- Adjusts the User Input node guidance to route documents to the updated node name.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| ja/use-dify/tutorials/article-reader.mdx | Updates the Doc Extractor section naming to 「テキスト抽出」 terminology. |
| ja/use-dify/nodes/user-input.mdx | Updates routing guidance to refer to 「テキスト抽出ノード」. |
| ja/use-dify/nodes/doc-extractor.mdx | Renames the node page title/content references to 「テキスト抽出」 and updates captions. |
| ja/use-dify/knowledge/knowledge-pipeline/knowledge-pipeline-orchestration.mdx | Updates knowledge pipeline references and link text to 「テキスト抽出」. |
| ja/use-dify/getting-started/quick-start.mdx | Updates the quick start steps to use 「テキスト抽出ノード」 consistently. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+37
to
+43
| ### **テキスト抽出** | ||
|
|
||
| LLMはファイルを直接読み取ることができません。これは、多くのユーザーがファイルアップロード機能を初めて使用する際に抱く誤解であり、ファイルを変数としてLLMノードに適用すればよいと考えがちですが、実際にはLLMが読み取る内容は何もありません。 | ||
|
|
||
| そのため、Difyではテキスト抽出ツールを導入しており、このノードはファイル変数からテキストを抽出し、テキスト形式の変数を出力します。 | ||
| そのため、Difyではテキスト抽出ノードを導入しており、このノードはファイル変数からテキストを抽出し、テキスト形式の変数を出力します。 | ||
|
|
||
| 開始ノードのファイル変数を入力として、テキスト抽出ツールはドキュメント形式のファイルをテキスト形式の変数に変換します。 | ||
| 開始ノードのファイル変数を入力として、テキスト抽出ノードはドキュメント形式のファイルをテキスト形式の変数に変換します。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport
This will backport the following commits from
maintorelease/1.14.2: