diff --git a/src/i18n/en.ts b/src/i18n/en.ts index f210da3..3ceb46e 100644 --- a/src/i18n/en.ts +++ b/src/i18n/en.ts @@ -87,6 +87,7 @@ export const enTranslations: Record = { disabled: "Disabled", switchTo: "Switch to", inUse: "In use", + switchReloadHint: "After switching providers, run /reload in Kimi Code to apply the change.", unsavedChanges: "Unsaved changes", qwenActivateNotImplemented: "Qwen Code activation will be implemented in a follow-up.", importConfig: "Import current config", diff --git a/src/i18n/zh.ts b/src/i18n/zh.ts index ec5d4d6..20bff61 100644 --- a/src/i18n/zh.ts +++ b/src/i18n/zh.ts @@ -85,6 +85,7 @@ export const zhTranslations = { disabled: "已停用", switchTo: "切换使用", inUse: "使用中", + switchReloadHint: "切换供应商后,请在 Kimi Code 中执行 /reload 以生效。", unsavedChanges: "未保存修改", qwenActivateNotImplemented: "Qwen Code 启用功能将在后续实现。", importConfig: "导入当前配置",