diff --git a/lightrag_webui/src/locales/ar.json b/lightrag_webui/src/locales/ar.json index d7cff8e3..900ad898 100644 --- a/lightrag_webui/src/locales/ar.json +++ b/lightrag_webui/src/locales/ar.json @@ -127,6 +127,7 @@ } }, "graphPanel": { + "legend": "المفتاح", "sideBar": { "settings": { "settings": "الإعدادات", @@ -171,6 +172,9 @@ "fullScreenControl": { "fullScreen": "شاشة كاملة", "windowed": "نوافذ" + }, + "legendControl": { + "toggleLegend": "تبديل المفتاح" } }, "statusIndicator": { diff --git a/lightrag_webui/src/locales/fr.json b/lightrag_webui/src/locales/fr.json index f40d43f6..a79173ed 100644 --- a/lightrag_webui/src/locales/fr.json +++ b/lightrag_webui/src/locales/fr.json @@ -127,6 +127,7 @@ } }, "graphPanel": { + "legend": "Légende", "sideBar": { "settings": { "settings": "Paramètres", @@ -171,6 +172,9 @@ "fullScreenControl": { "fullScreen": "Plein écran", "windowed": "Fenêtré" + }, + "legendControl": { + "toggleLegend": "Basculer la légende" } }, "statusIndicator": {