mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-13 02:41:50 +08:00
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:
@@ -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)',
|
||||
|
||||
Reference in New Issue
Block a user