i18n: add switchReloadHint for Kimi Code reload reminder

This commit is contained in:
KimiSwitch Dev
2026-07-09 00:05:26 +08:00
parent 232949a701
commit baa28b4df5
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -87,6 +87,7 @@ export const enTranslations: Record<TranslationKey, string> = {
disabled: "Disabled", disabled: "Disabled",
switchTo: "Switch to", switchTo: "Switch to",
inUse: "In use", inUse: "In use",
switchReloadHint: "After switching providers, run /reload in Kimi Code to apply the change.",
unsavedChanges: "Unsaved changes", unsavedChanges: "Unsaved changes",
qwenActivateNotImplemented: "Qwen Code activation will be implemented in a follow-up.", qwenActivateNotImplemented: "Qwen Code activation will be implemented in a follow-up.",
importConfig: "Import current config", importConfig: "Import current config",
+1
View File
@@ -85,6 +85,7 @@ export const zhTranslations = {
disabled: "已停用", disabled: "已停用",
switchTo: "切换使用", switchTo: "切换使用",
inUse: "使用中", inUse: "使用中",
switchReloadHint: "切换供应商后,请在 Kimi Code 中执行 /reload 以生效。",
unsavedChanges: "未保存修改", unsavedChanges: "未保存修改",
qwenActivateNotImplemented: "Qwen Code 启用功能将在后续实现。", qwenActivateNotImplemented: "Qwen Code 启用功能将在后续实现。",
importConfig: "导入当前配置", importConfig: "导入当前配置",