feat(i18n): add neoFilterHint for filtering candidates and release records

This commit is contained in:
Soulter
2026-02-28 15:27:50 +08:00
parent edf0982ce4
commit 7c913093b0
3 changed files with 3 additions and 1 deletions
@@ -113,7 +113,7 @@
<div class="d-flex flex-wrap justify-space-between align-center ga-2 mb-3">
<div>
<div class="text-subtitle-1 font-weight-bold">Neo Skills</div>
<div class="text-caption text-medium-emphasis">筛选候选与发布记录</div>
<div class="text-caption text-medium-emphasis">{{ tm("skills.neoFilterHint") }}</div>
</div>
<v-btn color="primary" prepend-icon="mdi-refresh" variant="flat" @click="fetchNeoData">
{{ tm("skills.refresh") }}
@@ -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",
@@ -233,6 +233,7 @@
"neoSkillKey": "skill_key 过滤",
"neoStatus": "候选状态",
"neoStage": "发布阶段",
"neoFilterHint": "筛选候选与发布记录",
"neoAll": "全部",
"neoCandidates": "Neo Candidates",
"neoReleases": "Neo Releases",