feat: add new translations for index management, incremental update, and environment variables in i18n module; enhance UI for API model info display and streamline index management section

This commit is contained in:
catlog22
2026-01-05 20:19:19 +08:00
parent f4585c8dea
commit 2087f2d350
2 changed files with 36 additions and 19 deletions

View File

@@ -280,6 +280,9 @@ const i18n = {
'codexlens.cleanAllIndexes': 'Clean All Indexes',
'codexlens.installCodexLens': 'Install CodexLens',
'codexlens.createIndex': 'Create Index',
'codexlens.indexManagement': 'Management',
'codexlens.incrementalUpdate': 'Incremental Update',
'codexlens.environmentVariables': 'Environment Variables',
'codexlens.embeddingBackend': 'Embedding Backend',
'codexlens.localFastembed': 'Local (FastEmbed)',
'codexlens.apiLitellm': 'API (LiteLLM)',
@@ -2242,6 +2245,9 @@ const i18n = {
'codexlens.cleanAllIndexes': '清理所有索引',
'codexlens.installCodexLens': '安装 CodexLens',
'codexlens.createIndex': '创建索引',
'codexlens.indexManagement': '管理',
'codexlens.incrementalUpdate': '增量更新',
'codexlens.environmentVariables': '环境变量',
'codexlens.embeddingBackend': '嵌入后端',
'codexlens.localFastembed': '本地 (FastEmbed)',
'codexlens.apiLitellm': 'API (LiteLLM)',