yangdx commited on
Commit
1d56bf1
·
1 Parent(s): b7ec09a

Add i18n translation

Browse files
lightrag_webui/src/locales/ar.json CHANGED
@@ -215,7 +215,8 @@
215
  "entity_id": "الاسم",
216
  "entity_type": "النوع",
217
  "source_id": "معرف المصدر",
218
- "Neighbour": "الجار"
 
219
  }
220
  },
221
  "edge": {
 
215
  "entity_id": "الاسم",
216
  "entity_type": "النوع",
217
  "source_id": "معرف المصدر",
218
+ "Neighbour": "الجار",
219
+ "file_path": "المصدر"
220
  }
221
  },
222
  "edge": {
lightrag_webui/src/locales/en.json CHANGED
@@ -215,7 +215,8 @@
215
  "entity_id": "Name",
216
  "entity_type": "Type",
217
  "source_id": "SrcID",
218
- "Neighbour": "Neigh"
 
219
  }
220
  },
221
  "edge": {
 
215
  "entity_id": "Name",
216
  "entity_type": "Type",
217
  "source_id": "SrcID",
218
+ "Neighbour": "Neigh",
219
+ "file_path": "Source"
220
  }
221
  },
222
  "edge": {
lightrag_webui/src/locales/fr.json CHANGED
@@ -215,7 +215,8 @@
215
  "entity_id": "Nom",
216
  "entity_type": "Type",
217
  "source_id": "ID source",
218
- "Neighbour": "Voisin"
 
219
  }
220
  },
221
  "edge": {
 
215
  "entity_id": "Nom",
216
  "entity_type": "Type",
217
  "source_id": "ID source",
218
+ "Neighbour": "Voisin",
219
+ "file_path": "Source"
220
  }
221
  },
222
  "edge": {
lightrag_webui/src/locales/zh.json CHANGED
@@ -215,7 +215,8 @@
215
  "entity_id": "名称",
216
  "entity_type": "类型",
217
  "source_id": "信源ID",
218
- "Neighbour": "邻接"
 
219
  }
220
  },
221
  "edge": {
 
215
  "entity_id": "名称",
216
  "entity_type": "类型",
217
  "source_id": "信源ID",
218
+ "Neighbour": "邻接",
219
+ "file_path": "信源"
220
  }
221
  },
222
  "edge": {