From 7831f49665ef8db3cc271eecebbb680761217690 Mon Sep 17 00:00:00 2001 From: choizhang Date: Tue, 1 Apr 2025 00:52:11 +0800 Subject: [PATCH] docs(locales): Add translation for edgeSizeRange --- lightrag_webui/src/locales/ar.json | 1 + lightrag_webui/src/locales/fr.json | 1 + 2 files changed, 2 insertions(+) diff --git a/lightrag_webui/src/locales/ar.json b/lightrag_webui/src/locales/ar.json index d7cff8e3..04dc755e 100644 --- a/lightrag_webui/src/locales/ar.json +++ b/lightrag_webui/src/locales/ar.json @@ -141,6 +141,7 @@ "maxQueryDepth": "أقصى عمق للاستعلام", "minDegree": "الدرجة الدنيا", "maxLayoutIterations": "أقصى تكرارات التخطيط", + "edgeSizeRange": "نطاق حجم الحافة", "depth": "العمق", "degree": "الدرجة", "apiKey": "مفتاح واجهة برمجة التطبيقات", diff --git a/lightrag_webui/src/locales/fr.json b/lightrag_webui/src/locales/fr.json index f40d43f6..d7c31bfb 100644 --- a/lightrag_webui/src/locales/fr.json +++ b/lightrag_webui/src/locales/fr.json @@ -141,6 +141,7 @@ "maxQueryDepth": "Profondeur maximale de la requête", "minDegree": "Degré minimum", "maxLayoutIterations": "Itérations maximales de mise en page", + "edgeSizeRange": "Plage de taille des arêtes", "depth": "Profondeur", "degree": "Degré", "apiKey": "Clé API",