diff --git a/lightrag_webui/src/locales/ar.json b/lightrag_webui/src/locales/ar.json index c7252238..dfc7ce87 100644 --- a/lightrag_webui/src/locales/ar.json +++ b/lightrag_webui/src/locales/ar.json @@ -266,7 +266,9 @@ "entity_type": "النوع", "source_id": "معرف المصدر", "Neighbour": "الجار", - "file_path": "المصدر" + "file_path": "المصدر", + "keywords": "الكلمات الرئيسية", + "weight": "الوزن" } }, "edge": { diff --git a/lightrag_webui/src/locales/en.json b/lightrag_webui/src/locales/en.json index 42793511..585b7568 100644 --- a/lightrag_webui/src/locales/en.json +++ b/lightrag_webui/src/locales/en.json @@ -266,7 +266,9 @@ "entity_type": "Type", "source_id": "SrcID", "Neighbour": "Neigh", - "file_path": "Source" + "file_path": "Source", + "keywords": "Keys", + "weight": "Weight" } }, "edge": { diff --git a/lightrag_webui/src/locales/fr.json b/lightrag_webui/src/locales/fr.json index 117c8b54..907e8625 100644 --- a/lightrag_webui/src/locales/fr.json +++ b/lightrag_webui/src/locales/fr.json @@ -266,7 +266,9 @@ "entity_type": "Type", "source_id": "ID source", "Neighbour": "Voisin", - "file_path": "Source" + "file_path": "Source", + "keywords": "Keys", + "weight": "Poids" } }, "edge": { diff --git a/lightrag_webui/src/locales/zh.json b/lightrag_webui/src/locales/zh.json index 7d10e36e..e9bb9c46 100644 --- a/lightrag_webui/src/locales/zh.json +++ b/lightrag_webui/src/locales/zh.json @@ -266,7 +266,10 @@ "entity_type": "类型", "source_id": "信源ID", "Neighbour": "邻接", - "file_path": "信源" + "file_path": "信源", + "keywords": "Keys", + "weight": "权重" + } }, "edge": { diff --git a/lightrag_webui/src/locales/zh_TW.json b/lightrag_webui/src/locales/zh_TW.json index 00dfd420..43285998 100644 --- a/lightrag_webui/src/locales/zh_TW.json +++ b/lightrag_webui/src/locales/zh_TW.json @@ -266,8 +266,10 @@ "entity_type": "類型", "source_id": "來源ID", "Neighbour": "鄰接", - "file_path": "來源" - } + "file_path": "來源", + "keywords": "Keys", + "weight": "權重" + } }, "edge": { "title": "關係",