yangdx
commited on
Commit
·
05d5ea4
1
Parent(s):
ded650b
Update reload graph data hint message
Browse files
lightrag_webui/src/locales/ar.json
CHANGED
@@ -290,7 +290,7 @@
|
|
290 |
"label": "التسمية",
|
291 |
"placeholder": "ابحث في التسميات...",
|
292 |
"andOthers": "و {{count}} آخرون",
|
293 |
-
"refreshTooltip": "إعادة تحميل
|
294 |
},
|
295 |
"emptyGraph": "فارغ (حاول إعادة التحميل)"
|
296 |
},
|
|
|
290 |
"label": "التسمية",
|
291 |
"placeholder": "ابحث في التسميات...",
|
292 |
"andOthers": "و {{count}} آخرون",
|
293 |
+
"refreshTooltip": "إعادة تحميل البيانات (بعد إضافة الملف)"
|
294 |
},
|
295 |
"emptyGraph": "فارغ (حاول إعادة التحميل)"
|
296 |
},
|
lightrag_webui/src/locales/en.json
CHANGED
@@ -290,7 +290,7 @@
|
|
290 |
"label": "Label",
|
291 |
"placeholder": "Search labels...",
|
292 |
"andOthers": "And {count} others",
|
293 |
-
"refreshTooltip": "Reload
|
294 |
},
|
295 |
"emptyGraph": "Empty(Try Reload Again)"
|
296 |
},
|
|
|
290 |
"label": "Label",
|
291 |
"placeholder": "Search labels...",
|
292 |
"andOthers": "And {count} others",
|
293 |
+
"refreshTooltip": "Reload data(After file added)"
|
294 |
},
|
295 |
"emptyGraph": "Empty(Try Reload Again)"
|
296 |
},
|
lightrag_webui/src/locales/fr.json
CHANGED
@@ -290,7 +290,7 @@
|
|
290 |
"label": "Étiquette",
|
291 |
"placeholder": "Rechercher des étiquettes...",
|
292 |
"andOthers": "Et {{count}} autres",
|
293 |
-
"refreshTooltip": "Recharger les données
|
294 |
},
|
295 |
"emptyGraph": "Vide (Essayez de recharger)"
|
296 |
},
|
|
|
290 |
"label": "Étiquette",
|
291 |
"placeholder": "Rechercher des étiquettes...",
|
292 |
"andOthers": "Et {{count}} autres",
|
293 |
+
"refreshTooltip": "Recharger les données (Après l'ajout de fichier)"
|
294 |
},
|
295 |
"emptyGraph": "Vide (Essayez de recharger)"
|
296 |
},
|
lightrag_webui/src/locales/zh.json
CHANGED
@@ -291,7 +291,7 @@
|
|
291 |
"label": "标签",
|
292 |
"placeholder": "搜索标签...",
|
293 |
"andOthers": "还有 {count} 个",
|
294 |
-
"refreshTooltip": "
|
295 |
},
|
296 |
"emptyGraph": "無數據(請重新載入)"
|
297 |
},
|
|
|
291 |
"label": "标签",
|
292 |
"placeholder": "搜索标签...",
|
293 |
"andOthers": "还有 {count} 个",
|
294 |
+
"refreshTooltip": "重载图形数据(添加文件后需重载)"
|
295 |
},
|
296 |
"emptyGraph": "無數據(請重新載入)"
|
297 |
},
|
lightrag_webui/src/locales/zh_TW.json
CHANGED
@@ -290,7 +290,7 @@
|
|
290 |
"label": "標籤",
|
291 |
"placeholder": "搜尋標籤...",
|
292 |
"andOthers": "還有 {count} 個",
|
293 |
-
"refreshTooltip": "
|
294 |
},
|
295 |
"emptyGraph": "圖譜資料為空"
|
296 |
},
|
|
|
290 |
"label": "標籤",
|
291 |
"placeholder": "搜尋標籤...",
|
292 |
"andOthers": "還有 {count} 個",
|
293 |
+
"refreshTooltip": "重載圖形數據(新增檔案後需重載)"
|
294 |
},
|
295 |
"emptyGraph": "圖譜資料為空"
|
296 |
},
|