From 7c913093b01aeb5e146a03014192432407102470 Mon Sep 17 00:00:00 2001
From: Soulter <905617992@qq.com>
Date: Sat, 28 Feb 2026 15:27:50 +0800
Subject: [PATCH] feat(i18n): add neoFilterHint for filtering candidates and
release records
---
dashboard/src/components/extension/SkillsSection.vue | 2 +-
dashboard/src/i18n/locales/en-US/features/extension.json | 1 +
dashboard/src/i18n/locales/zh-CN/features/extension.json | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/dashboard/src/components/extension/SkillsSection.vue b/dashboard/src/components/extension/SkillsSection.vue
index e9d472bb0..d8ec137e0 100644
--- a/dashboard/src/components/extension/SkillsSection.vue
+++ b/dashboard/src/components/extension/SkillsSection.vue
@@ -113,7 +113,7 @@
Neo Skills
-
筛选候选与发布记录
+
{{ tm("skills.neoFilterHint") }}
{{ tm("skills.refresh") }}
diff --git a/dashboard/src/i18n/locales/en-US/features/extension.json b/dashboard/src/i18n/locales/en-US/features/extension.json
index 85ab70b8b..405c638e3 100644
--- a/dashboard/src/i18n/locales/en-US/features/extension.json
+++ b/dashboard/src/i18n/locales/en-US/features/extension.json
@@ -233,6 +233,7 @@
"neoSkillKey": "Filter by skill_key",
"neoStatus": "Candidate Status",
"neoStage": "Release Stage",
+ "neoFilterHint": "Filter candidates and release records",
"neoAll": "All",
"neoCandidates": "Neo Candidates",
"neoReleases": "Neo Releases",
diff --git a/dashboard/src/i18n/locales/zh-CN/features/extension.json b/dashboard/src/i18n/locales/zh-CN/features/extension.json
index d2ab828f4..155dd6de9 100644
--- a/dashboard/src/i18n/locales/zh-CN/features/extension.json
+++ b/dashboard/src/i18n/locales/zh-CN/features/extension.json
@@ -233,6 +233,7 @@
"neoSkillKey": "skill_key 过滤",
"neoStatus": "候选状态",
"neoStage": "发布阶段",
+ "neoFilterHint": "筛选候选与发布记录",
"neoAll": "全部",
"neoCandidates": "Neo Candidates",
"neoReleases": "Neo Releases",