From 6d49dd5b28221e73fe9d62cbf98bcfe3185c351c Mon Sep 17 00:00:00 2001 From: choizhang Date: Thu, 3 Apr 2025 22:51:26 +0800 Subject: [PATCH] docs(locales): Add legend related translations to Arabic and French --- lightrag_webui/src/locales/ar.json | 4 ++++ lightrag_webui/src/locales/fr.json | 4 ++++ 2 files changed, 8 insertions(+) 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": {