yangdx
commited on
Commit
·
fc654fb
1
Parent(s):
449346d
Add i18n translation
Browse files
lightrag_webui/src/locales/ar.json
CHANGED
@@ -266,7 +266,9 @@
|
|
266 |
"entity_type": "النوع",
|
267 |
"source_id": "معرف المصدر",
|
268 |
"Neighbour": "الجار",
|
269 |
-
"file_path": "المصدر"
|
|
|
|
|
270 |
}
|
271 |
},
|
272 |
"edge": {
|
|
|
266 |
"entity_type": "النوع",
|
267 |
"source_id": "معرف المصدر",
|
268 |
"Neighbour": "الجار",
|
269 |
+
"file_path": "المصدر",
|
270 |
+
"keywords": "الكلمات الرئيسية",
|
271 |
+
"weight": "الوزن"
|
272 |
}
|
273 |
},
|
274 |
"edge": {
|
lightrag_webui/src/locales/en.json
CHANGED
@@ -266,7 +266,9 @@
|
|
266 |
"entity_type": "Type",
|
267 |
"source_id": "SrcID",
|
268 |
"Neighbour": "Neigh",
|
269 |
-
"file_path": "Source"
|
|
|
|
|
270 |
}
|
271 |
},
|
272 |
"edge": {
|
|
|
266 |
"entity_type": "Type",
|
267 |
"source_id": "SrcID",
|
268 |
"Neighbour": "Neigh",
|
269 |
+
"file_path": "Source",
|
270 |
+
"keywords": "Keys",
|
271 |
+
"weight": "Weight"
|
272 |
}
|
273 |
},
|
274 |
"edge": {
|
lightrag_webui/src/locales/fr.json
CHANGED
@@ -266,7 +266,9 @@
|
|
266 |
"entity_type": "Type",
|
267 |
"source_id": "ID source",
|
268 |
"Neighbour": "Voisin",
|
269 |
-
"file_path": "Source"
|
|
|
|
|
270 |
}
|
271 |
},
|
272 |
"edge": {
|
|
|
266 |
"entity_type": "Type",
|
267 |
"source_id": "ID source",
|
268 |
"Neighbour": "Voisin",
|
269 |
+
"file_path": "Source",
|
270 |
+
"keywords": "Keys",
|
271 |
+
"weight": "Poids"
|
272 |
}
|
273 |
},
|
274 |
"edge": {
|
lightrag_webui/src/locales/zh.json
CHANGED
@@ -266,7 +266,10 @@
|
|
266 |
"entity_type": "类型",
|
267 |
"source_id": "信源ID",
|
268 |
"Neighbour": "邻接",
|
269 |
-
"file_path": "信源"
|
|
|
|
|
|
|
270 |
}
|
271 |
},
|
272 |
"edge": {
|
|
|
266 |
"entity_type": "类型",
|
267 |
"source_id": "信源ID",
|
268 |
"Neighbour": "邻接",
|
269 |
+
"file_path": "信源",
|
270 |
+
"keywords": "Keys",
|
271 |
+
"weight": "权重"
|
272 |
+
|
273 |
}
|
274 |
},
|
275 |
"edge": {
|
lightrag_webui/src/locales/zh_TW.json
CHANGED
@@ -266,8 +266,10 @@
|
|
266 |
"entity_type": "類型",
|
267 |
"source_id": "來源ID",
|
268 |
"Neighbour": "鄰接",
|
269 |
-
"file_path": "來源"
|
270 |
-
|
|
|
|
|
271 |
},
|
272 |
"edge": {
|
273 |
"title": "關係",
|
|
|
266 |
"entity_type": "類型",
|
267 |
"source_id": "來源ID",
|
268 |
"Neighbour": "鄰接",
|
269 |
+
"file_path": "來源",
|
270 |
+
"keywords": "Keys",
|
271 |
+
"weight": "權重"
|
272 |
+
}
|
273 |
},
|
274 |
"edge": {
|
275 |
"title": "關係",
|