diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 15b6612..779301f 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -645,6 +645,8 @@ }, "error": { "noSelection": "Please select environment variables to delete" + } + }, "skills": { "manage": "Skills", "title": "Claude Skills Management", diff --git a/src/i18n/locales/zh.json b/src/i18n/locales/zh.json index 7d1fced..e2fb059 100644 --- a/src/i18n/locales/zh.json +++ b/src/i18n/locales/zh.json @@ -645,6 +645,8 @@ }, "error": { "noSelection": "请选择要删除的环境变量" + } + }, "skills": { "manage": "Skills", "title": "Claude Skills 管理",