UI: i18n update

This commit is contained in:
qixinbo
2026-03-29 14:54:52 +08:00
parent 22e1891a57
commit 4d623f798d
5 changed files with 21 additions and 10 deletions
+3 -3
View File
@@ -927,7 +927,7 @@ function SidebarBody() {
}}
>
<Database className="h-4 w-4 text-muted-foreground" />
{t('knowledgeBaseManagement', 'Knowledge Bases')}
{t('knowledgeBases')}
</button>
<button
@@ -949,7 +949,7 @@ function SidebarBody() {
}}
>
<Mic className="h-4 w-4 text-muted-foreground" />
{t('voiceSettings', '语音输入配置')}
{t('voiceSettings')}
</button>
{user?.is_admin && (
@@ -973,7 +973,7 @@ function SidebarBody() {
}}
>
<Brain className="h-4 w-4 text-muted-foreground" />
{t('embeddingModelConfig', 'Embedding Models')}
{t('embeddingModels')}
</button>
<button