From e7f10381c0033046bb3db950711292f21027698e Mon Sep 17 00:00:00 2001 From: yangdx Date: Sat, 29 Mar 2025 00:20:41 +0800 Subject: [PATCH] Add i18n translation --- lightrag_webui/src/locales/ar.json | 3 ++- lightrag_webui/src/locales/en.json | 3 ++- lightrag_webui/src/locales/fr.json | 3 ++- lightrag_webui/src/locales/zh.json | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/lightrag_webui/src/locales/ar.json b/lightrag_webui/src/locales/ar.json index f4e8f316..d7cff8e3 100644 --- a/lightrag_webui/src/locales/ar.json +++ b/lightrag_webui/src/locales/ar.json @@ -215,7 +215,8 @@ "entity_id": "الاسم", "entity_type": "النوع", "source_id": "معرف المصدر", - "Neighbour": "الجار" + "Neighbour": "الجار", + "file_path": "المصدر" } }, "edge": { diff --git a/lightrag_webui/src/locales/en.json b/lightrag_webui/src/locales/en.json index a48eded3..d7c68c73 100644 --- a/lightrag_webui/src/locales/en.json +++ b/lightrag_webui/src/locales/en.json @@ -215,7 +215,8 @@ "entity_id": "Name", "entity_type": "Type", "source_id": "SrcID", - "Neighbour": "Neigh" + "Neighbour": "Neigh", + "file_path": "Source" } }, "edge": { diff --git a/lightrag_webui/src/locales/fr.json b/lightrag_webui/src/locales/fr.json index 600503ee..f40d43f6 100644 --- a/lightrag_webui/src/locales/fr.json +++ b/lightrag_webui/src/locales/fr.json @@ -215,7 +215,8 @@ "entity_id": "Nom", "entity_type": "Type", "source_id": "ID source", - "Neighbour": "Voisin" + "Neighbour": "Voisin", + "file_path": "Source" } }, "edge": { diff --git a/lightrag_webui/src/locales/zh.json b/lightrag_webui/src/locales/zh.json index 6f182f38..bd1a1841 100644 --- a/lightrag_webui/src/locales/zh.json +++ b/lightrag_webui/src/locales/zh.json @@ -215,7 +215,8 @@ "entity_id": "名称", "entity_type": "类型", "source_id": "信源ID", - "Neighbour": "邻接" + "Neighbour": "邻接", + "file_path": "信源" } }, "edge": {