Update i18n translation

This commit is contained in:
yangdx
2025-04-02 23:28:58 +08:00
parent c339f8686a
commit 7b1c946069
5 changed files with 9 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ const SettingsDisplay = () => {
return (
<div className="absolute bottom-4 left-[calc(1rem+2.5rem)] flex items-center gap-2 text-xs text-gray-400">
<div>{t('graphPanel.sideBar.settings.depth')}: {graphQueryMaxDepth}</div>
<div>{t('graphPanel.sideBar.settings.maxNodes')}: {graphMaxNodes}</div>
<div>{t('graphPanel.sideBar.settings.max')}: {graphMaxNodes}</div>
</div>
)
}

View File

@@ -150,7 +150,8 @@
"maxQueryDepth": "أقصى عمق للاستعلام",
"maxNodes": "الحد الأقصى للعقد",
"maxLayoutIterations": "أقصى تكرارات التخطيط",
"depth": "العمق",
"depth": "D",
"max": "Max",
"degree": "الدرجة",
"apiKey": "مفتاح واجهة برمجة التطبيقات",
"enterYourAPIkey": "أدخل مفتاح واجهة برمجة التطبيقات الخاص بك",

View File

@@ -150,7 +150,8 @@
"maxQueryDepth": "Max Query Depth",
"maxNodes": "Max Nodes",
"maxLayoutIterations": "Max Layout Iterations",
"depth": "Depth",
"depth": "D",
"max": "Max",
"degree": "Degree",
"apiKey": "API Key",
"enterYourAPIkey": "Enter your API key",

View File

@@ -150,7 +150,8 @@
"maxQueryDepth": "Profondeur maximale de la requête",
"maxNodes": "Nombre maximum de nœuds",
"maxLayoutIterations": "Itérations maximales de mise en page",
"depth": "Profondeur",
"depth": "D",
"max": "Max",
"degree": "Degré",
"apiKey": "Clé API",
"enterYourAPIkey": "Entrez votre clé API",

View File

@@ -150,7 +150,8 @@
"maxQueryDepth": "最大查询深度",
"maxNodes": "最大返回节点数",
"maxLayoutIterations": "最大布局迭代次数",
"depth": "深",
"depth": "深",
"max": "Max",
"degree": "邻边",
"apiKey": "API密钥",
"enterYourAPIkey": "输入您的API密钥",