yangdx
commited on
Commit
·
8f4666d
1
Parent(s):
faceaee
Update i18n translation
Browse files
lightrag_webui/src/components/graph/SettingsDisplay.tsx
CHANGED
@@ -13,7 +13,7 @@ const SettingsDisplay = () => {
|
|
13 |
return (
|
14 |
<div className="absolute bottom-4 left-[calc(1rem+2.5rem)] flex items-center gap-2 text-xs text-gray-400">
|
15 |
<div>{t('graphPanel.sideBar.settings.depth')}: {graphQueryMaxDepth}</div>
|
16 |
-
<div>{t('graphPanel.sideBar.settings.
|
17 |
</div>
|
18 |
)
|
19 |
}
|
|
|
13 |
return (
|
14 |
<div className="absolute bottom-4 left-[calc(1rem+2.5rem)] flex items-center gap-2 text-xs text-gray-400">
|
15 |
<div>{t('graphPanel.sideBar.settings.depth')}: {graphQueryMaxDepth}</div>
|
16 |
+
<div>{t('graphPanel.sideBar.settings.max')}: {graphMaxNodes}</div>
|
17 |
</div>
|
18 |
)
|
19 |
}
|
lightrag_webui/src/locales/ar.json
CHANGED
@@ -150,7 +150,8 @@
|
|
150 |
"maxQueryDepth": "أقصى عمق للاستعلام",
|
151 |
"maxNodes": "الحد الأقصى للعقد",
|
152 |
"maxLayoutIterations": "أقصى تكرارات التخطيط",
|
153 |
-
"depth": "
|
|
|
154 |
"degree": "الدرجة",
|
155 |
"apiKey": "مفتاح واجهة برمجة التطبيقات",
|
156 |
"enterYourAPIkey": "أدخل مفتاح واجهة برمجة التطبيقات الخاص بك",
|
|
|
150 |
"maxQueryDepth": "أقصى عمق للاستعلام",
|
151 |
"maxNodes": "الحد الأقصى للعقد",
|
152 |
"maxLayoutIterations": "أقصى تكرارات التخطيط",
|
153 |
+
"depth": "D",
|
154 |
+
"max": "Max",
|
155 |
"degree": "الدرجة",
|
156 |
"apiKey": "مفتاح واجهة برمجة التطبيقات",
|
157 |
"enterYourAPIkey": "أدخل مفتاح واجهة برمجة التطبيقات الخاص بك",
|
lightrag_webui/src/locales/en.json
CHANGED
@@ -150,7 +150,8 @@
|
|
150 |
"maxQueryDepth": "Max Query Depth",
|
151 |
"maxNodes": "Max Nodes",
|
152 |
"maxLayoutIterations": "Max Layout Iterations",
|
153 |
-
"depth": "
|
|
|
154 |
"degree": "Degree",
|
155 |
"apiKey": "API Key",
|
156 |
"enterYourAPIkey": "Enter your API key",
|
|
|
150 |
"maxQueryDepth": "Max Query Depth",
|
151 |
"maxNodes": "Max Nodes",
|
152 |
"maxLayoutIterations": "Max Layout Iterations",
|
153 |
+
"depth": "D",
|
154 |
+
"max": "Max",
|
155 |
"degree": "Degree",
|
156 |
"apiKey": "API Key",
|
157 |
"enterYourAPIkey": "Enter your API key",
|
lightrag_webui/src/locales/fr.json
CHANGED
@@ -150,7 +150,8 @@
|
|
150 |
"maxQueryDepth": "Profondeur maximale de la requête",
|
151 |
"maxNodes": "Nombre maximum de nœuds",
|
152 |
"maxLayoutIterations": "Itérations maximales de mise en page",
|
153 |
-
"depth": "
|
|
|
154 |
"degree": "Degré",
|
155 |
"apiKey": "Clé API",
|
156 |
"enterYourAPIkey": "Entrez votre clé API",
|
|
|
150 |
"maxQueryDepth": "Profondeur maximale de la requête",
|
151 |
"maxNodes": "Nombre maximum de nœuds",
|
152 |
"maxLayoutIterations": "Itérations maximales de mise en page",
|
153 |
+
"depth": "D",
|
154 |
+
"max": "Max",
|
155 |
"degree": "Degré",
|
156 |
"apiKey": "Clé API",
|
157 |
"enterYourAPIkey": "Entrez votre clé API",
|
lightrag_webui/src/locales/zh.json
CHANGED
@@ -150,7 +150,8 @@
|
|
150 |
"maxQueryDepth": "最大查询深度",
|
151 |
"maxNodes": "最大返回节点数",
|
152 |
"maxLayoutIterations": "最大布局迭代次数",
|
153 |
-
"depth": "
|
|
|
154 |
"degree": "邻边",
|
155 |
"apiKey": "API密钥",
|
156 |
"enterYourAPIkey": "输入您的API密钥",
|
|
|
150 |
"maxQueryDepth": "最大查询深度",
|
151 |
"maxNodes": "最大返回节点数",
|
152 |
"maxLayoutIterations": "最大布局迭代次数",
|
153 |
+
"depth": "深",
|
154 |
+
"max": "Max",
|
155 |
"degree": "邻边",
|
156 |
"apiKey": "API密钥",
|
157 |
"enterYourAPIkey": "输入您的API密钥",
|