From 713c055e046a1c01ebf27d18d7fe6b8ece385c77 Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Wed, 30 Apr 2025 13:10:13 +0800 Subject: [PATCH] DOC: Added a UI tip for document parsing (#7430) ### What problem does this PR solve? ### Type of change - [x] Documentation Update --- web/src/locales/de.ts | 1 + web/src/locales/en.ts | 1 + web/src/locales/es.ts | 1 + web/src/locales/id.ts | 1 + web/src/locales/ja.ts | 1 + web/src/locales/pt-br.ts | 1 + web/src/locales/vi.ts | 1 + web/src/locales/zh-traditional.ts | 1 + web/src/locales/zh.ts | 1 + 9 files changed, 9 insertions(+) diff --git a/web/src/locales/de.ts b/web/src/locales/de.ts index 1b704c29b..e3def4393 100644 --- a/web/src/locales/de.ts +++ b/web/src/locales/de.ts @@ -106,6 +106,7 @@ export default { disabled: 'Deaktiviert', action: 'Aktion', parsingStatus: 'Analysestatus', + parsingStatusTip: 'Die Verarbeitungszeit für Dokumente variiert je nach mehreren Faktoren. Das Aktivieren von Funktionen wie Knowledge Graph, RAPTOR, automatischer Frage- oder Schlüsselwort-Extraktion verlängert die Bearbeitungszeit deutlich. Wenn der Fortschrittsbalken stehen bleibt, konsultieren Sie bitte diese beiden FAQs: https://ragflow.io/docs/dev/faq#why-does-my-document-parsing-stall-at-under-one-percent.', processBeginAt: 'Beginn', processDuration: 'Dauer', progressMsg: 'Fortschritt', diff --git a/web/src/locales/en.ts b/web/src/locales/en.ts index 05408d55d..400a0b798 100644 --- a/web/src/locales/en.ts +++ b/web/src/locales/en.ts @@ -106,6 +106,7 @@ export default { disabled: 'Disable', action: 'Action', parsingStatus: 'Parsing Status', + parsingStatusTip: 'Document parsing time varies based on several factors. Enabling features like Knowledge Graph, RAPTOR, Auto Question Extraction, or Auto Keyword Extraction will significantly increase processing time. If the progress bar stalls, please consult these two FAQs: https://ragflow.io/docs/dev/faq#why-does-my-document-parsing-stall-at-under-one-percent.', processBeginAt: 'Begin at', processDuration: 'Duration', progressMsg: 'Progress', diff --git a/web/src/locales/es.ts b/web/src/locales/es.ts index 1ca4de774..4d9abc639 100644 --- a/web/src/locales/es.ts +++ b/web/src/locales/es.ts @@ -95,6 +95,7 @@ export default { disabled: 'Deshabilitar', action: 'Acción', parsingStatus: 'Estado de análisis', + parsingStatusTip: 'El tiempo de procesamiento de documentos varía según varios factores. Activar funciones como Knowledge Graph, RAPTOR, extracción automática de preguntas o de palabras clave aumentará significativamente el tiempo de procesamiento. Si la barra de progreso se detiene, consulte estas dos preguntas frecuentes: https://ragflow.io/docs/dev/faq#why-does-my-document-parsing-stall-at-under-one-percent.', processBeginAt: 'Proceso iniciado en', processDuration: 'Duración del proceso', progressMsg: 'Mensaje de progreso', diff --git a/web/src/locales/id.ts b/web/src/locales/id.ts index 20e8b3b7d..b28419694 100644 --- a/web/src/locales/id.ts +++ b/web/src/locales/id.ts @@ -100,6 +100,7 @@ export default { disabled: 'Nonaktifkan', action: 'Aksi', parsingStatus: 'Status Parsing', + parsingStatusTip: 'Waktu pemrosesan dokumen bervariasi tergantung beberapa faktor. Mengaktifkan fitur seperti Knowledge Graph, RAPTOR, Ekstraksi Pertanyaan Otomatis, atau Ekstraksi Kata Kunci Otomatis akan secara signifikan menambah waktu pemrosesan. Jika bilah kemajuan macet, silakan lihat dua FAQ berikut: https://ragflow.io/docs/dev/faq#why-does-my-document-parsing-stall-at-under-one-percent.', processBeginAt: 'Proses Dimulai Pada', processDuration: 'Durasi Proses', progressMsg: 'Pesan Kemajuan', diff --git a/web/src/locales/ja.ts b/web/src/locales/ja.ts index fc4a46716..83fa3e407 100644 --- a/web/src/locales/ja.ts +++ b/web/src/locales/ja.ts @@ -100,6 +100,7 @@ export default { disabled: '無効', action: 'アクション', parsingStatus: 'パースステータス', + parsingStatusTip: 'ドキュメントの解析時間はさまざまな要因によって異なります。Knowledge Graph、RAPTOR、自動質問抽出、自動キーワード抽出などの機能を有効にすると、処理時間が大幅に増加します。進行バーが止まった場合は、次の2つのFAQをご参照ください: https://ragflow.io/docs/dev/faq#why-does-my-document-parsing-stall-at-under-one-percent.', processBeginAt: 'プロセス開始時刻', processDuration: '処理時間', progressMsg: '進行状況メッセージ', diff --git a/web/src/locales/pt-br.ts b/web/src/locales/pt-br.ts index 12346846a..068e83d2c 100644 --- a/web/src/locales/pt-br.ts +++ b/web/src/locales/pt-br.ts @@ -103,6 +103,7 @@ export default { disabled: 'Desabilitar', action: 'Ação', parsingStatus: 'Status da análise', + parsingStatusTip: 'O tempo de processamento do documento varia conforme vários fatores. Ativar recursos como Knowledge Graph, RAPTOR, Extração Automática de Perguntas ou Extração Automática de Palavras-chave aumentará significativamente o tempo de processamento. Se a barra de progresso travar, consulte estas duas FAQs: https://ragflow.io/docs/dev/faq#why-does-my-document-parsing-stall-at-under-one-percent.', processBeginAt: 'Início em', processDuration: 'Duração', progressMsg: 'Progresso', diff --git a/web/src/locales/vi.ts b/web/src/locales/vi.ts index da9235e50..c577b8a82 100644 --- a/web/src/locales/vi.ts +++ b/web/src/locales/vi.ts @@ -106,6 +106,7 @@ export default { disabled: 'Tắt', action: 'Hành động', parsingStatus: 'Trạng thái phân tích cú pháp', + parsingStatusTip: 'Thời gian xử lý tài liệu thay đổi tùy theo nhiều yếu tố. Bật các tính năng như Knowledge Graph, RAPTOR, Trích xuất Câu hỏi Tự động hoặc Trích xuất Từ khóa Tự động sẽ làm tăng đáng kể thời gian xử lý. Nếu thanh tiến trình bị dừng, vui lòng tham khảo hai câu hỏi thường gặp sau: https://ragflow.io/docs/dev/faq#why-does-my-document-parsing-stall-at-under-one-percent.', processBeginAt: 'Bắt đầu xử lý lúc', processDuration: 'Thời gian xử lý', progressMsg: 'Thông báo tiến trình', diff --git a/web/src/locales/zh-traditional.ts b/web/src/locales/zh-traditional.ts index 555c6387b..6ff4fcdc6 100644 --- a/web/src/locales/zh-traditional.ts +++ b/web/src/locales/zh-traditional.ts @@ -105,6 +105,7 @@ export default { disabled: '禁用', action: '動作', parsingStatus: '解析狀態', + parsingStatusTip: '文件解析時間取決於多種因素。如果啟用了知識圖譜、RAPTOR、自動問題提取、自動關鍵詞提取等功能,解析時間將會顯著延長。如果解析進度條長時間未更新,請參考這兩條常見問題解答FAQ:https://ragflow.io/docs/dev/faq#why-does-my-document-parsing-stall-at-under-one-percent。', processBeginAt: '流程開始於', processDuration: '過程持續時間', progressMsg: '進度消息', diff --git a/web/src/locales/zh.ts b/web/src/locales/zh.ts index 1b16a7abd..1b9dea65a 100644 --- a/web/src/locales/zh.ts +++ b/web/src/locales/zh.ts @@ -105,6 +105,7 @@ export default { disabled: '禁用', action: '动作', parsingStatus: '解析状态', + parsingStatusTip: '文本解析的时间取决于诸多因素。如果开启了知识图谱、RAPTOR、自动问题提取、自动关键词提取等功能,时间会更长。如果解析进度条长时间不更新,也可以参考这两条 FAQ:https://ragflow.io/docs/dev/faq#why-does-my-document-parsing-stall-at-under-one-percent。', processBeginAt: '开始于', processDuration: '持续时间', progressMsg: '进度',