choizhang
commited on
Commit
·
cb31da4
1
Parent(s):
563cdd1
docs(locales): Add legend related translations to Arabic and French
Browse files
lightrag_webui/src/locales/ar.json
CHANGED
@@ -127,6 +127,7 @@
|
|
127 |
}
|
128 |
},
|
129 |
"graphPanel": {
|
|
|
130 |
"sideBar": {
|
131 |
"settings": {
|
132 |
"settings": "الإعدادات",
|
@@ -171,6 +172,9 @@
|
|
171 |
"fullScreenControl": {
|
172 |
"fullScreen": "شاشة كاملة",
|
173 |
"windowed": "نوافذ"
|
|
|
|
|
|
|
174 |
}
|
175 |
},
|
176 |
"statusIndicator": {
|
|
|
127 |
}
|
128 |
},
|
129 |
"graphPanel": {
|
130 |
+
"legend": "المفتاح",
|
131 |
"sideBar": {
|
132 |
"settings": {
|
133 |
"settings": "الإعدادات",
|
|
|
172 |
"fullScreenControl": {
|
173 |
"fullScreen": "شاشة كاملة",
|
174 |
"windowed": "نوافذ"
|
175 |
+
},
|
176 |
+
"legendControl": {
|
177 |
+
"toggleLegend": "تبديل المفتاح"
|
178 |
}
|
179 |
},
|
180 |
"statusIndicator": {
|
lightrag_webui/src/locales/fr.json
CHANGED
@@ -127,6 +127,7 @@
|
|
127 |
}
|
128 |
},
|
129 |
"graphPanel": {
|
|
|
130 |
"sideBar": {
|
131 |
"settings": {
|
132 |
"settings": "Paramètres",
|
@@ -171,6 +172,9 @@
|
|
171 |
"fullScreenControl": {
|
172 |
"fullScreen": "Plein écran",
|
173 |
"windowed": "Fenêtré"
|
|
|
|
|
|
|
174 |
}
|
175 |
},
|
176 |
"statusIndicator": {
|
|
|
127 |
}
|
128 |
},
|
129 |
"graphPanel": {
|
130 |
+
"legend": "Légende",
|
131 |
"sideBar": {
|
132 |
"settings": {
|
133 |
"settings": "Paramètres",
|
|
|
172 |
"fullScreenControl": {
|
173 |
"fullScreen": "Plein écran",
|
174 |
"windowed": "Fenêtré"
|
175 |
+
},
|
176 |
+
"legendControl": {
|
177 |
+
"toggleLegend": "Basculer la légende"
|
178 |
}
|
179 |
},
|
180 |
"statusIndicator": {
|