@@ -178,7 +178,7 @@ export default function PipelineStatusDialog({
{/* History Messages */}
-
History Messages:
+
{t('documentPanel.pipelineStatus.historyMessages')}:
setShowPipelineStatus(true)}
side="bottom"
- tooltip="View pipeline status"
+ tooltip={t('documentPanel.documentManager.pipelineStatusTooltip')}
size="sm"
>
-
Pipeline Status
+
{t('documentPanel.documentManager.pipelineStatusButton')}
diff --git a/lightrag_webui/src/locales/ar.json b/lightrag_webui/src/locales/ar.json
index c6cdb9a2..92f1f80f 100644
--- a/lightrag_webui/src/locales/ar.json
+++ b/lightrag_webui/src/locales/ar.json
@@ -59,6 +59,8 @@
"title": "إدارة المستندات",
"scanButton": "مسح ضوئي",
"scanTooltip": "مسح المستندات ضوئيًا",
+ "pipelineStatusButton": "حالة خط المعالجة",
+ "pipelineStatusTooltip": "عرض حالة خط المعالجة",
"uploadedTitle": "المستندات المرفوعة",
"uploadedDescription": "قائمة المستندات المرفوعة وحالاتها.",
"emptyTitle": "لا توجد مستندات",
@@ -89,6 +91,19 @@
"hideButton": "إخفاء",
"showFileNameTooltip": "عرض اسم الملف",
"hideFileNameTooltip": "إخفاء اسم الملف"
+ },
+ "pipelineStatus": {
+ "title": "حالة خط المعالجة",
+ "busy": "مشغول",
+ "requestPending": "الطلب معلق",
+ "jobName": "اسم المهمة",
+ "startTime": "وقت البدء",
+ "progress": "التقدم",
+ "latestMessage": "آخر رسالة",
+ "historyMessages": "سجل الرسائل",
+ "errors": {
+ "fetchFailed": "فشل في جلب حالة خط المعالجة\n{{error}}"
+ }
}
},
"graphPanel": {
diff --git a/lightrag_webui/src/locales/fr.json b/lightrag_webui/src/locales/fr.json
index 91fba43b..25237cf2 100644
--- a/lightrag_webui/src/locales/fr.json
+++ b/lightrag_webui/src/locales/fr.json
@@ -59,6 +59,8 @@
"title": "Gestion des documents",
"scanButton": "Scanner",
"scanTooltip": "Scanner les documents",
+ "pipelineStatusButton": "État du Pipeline",
+ "pipelineStatusTooltip": "Voir l'état du pipeline",
"uploadedTitle": "Documents téléchargés",
"uploadedDescription": "Liste des documents téléchargés et leurs statuts.",
"emptyTitle": "Aucun document",
@@ -84,6 +86,19 @@
"scanFailed": "Échec de la numérisation des documents\n{{error}}",
"scanProgressFailed": "Échec de l'obtention de la progression de la numérisation\n{{error}}"
}
+ },
+ "pipelineStatus": {
+ "title": "État du Pipeline",
+ "busy": "Occupé",
+ "requestPending": "Requête en attente",
+ "jobName": "Nom du travail",
+ "startTime": "Heure de début",
+ "progress": "Progression",
+ "latestMessage": "Dernier message",
+ "historyMessages": "Historique des messages",
+ "errors": {
+ "fetchFailed": "Échec de la récupération de l'état du pipeline\n{{error}}"
+ }
}
},
"graphPanel": {
diff --git a/lightrag_webui/src/locales/zh.json b/lightrag_webui/src/locales/zh.json
index 386501df..2379863c 100644
--- a/lightrag_webui/src/locales/zh.json
+++ b/lightrag_webui/src/locales/zh.json
@@ -59,6 +59,8 @@
"title": "文档管理",
"scanButton": "扫描",
"scanTooltip": "扫描文档",
+ "pipelineStatusButton": "流水线状态",
+ "pipelineStatusTooltip": "查看流水线状态",
"uploadedTitle": "已上传文档",
"uploadedDescription": "已上传文档列表及其状态",
"emptyTitle": "无文档",
@@ -89,6 +91,19 @@
"hideButton": "隐藏",
"showFileNameTooltip": "显示文件名",
"hideFileNameTooltip": "隐藏文件名"
+ },
+ "pipelineStatus": {
+ "title": "流水线状态",
+ "busy": "忙碌",
+ "requestPending": "请求等待中",
+ "jobName": "作业名称",
+ "startTime": "开始时间",
+ "progress": "进度",
+ "latestMessage": "最新消息",
+ "historyMessages": "历史消息",
+ "errors": {
+ "fetchFailed": "获取流水线状态失败\n{{error}}"
+ }
}
},
"graphPanel": {