Skip to content

Commit 7c91309

Browse files
committed
feat(i18n): add neoFilterHint for filtering candidates and release records
1 parent edf0982 commit 7c91309

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dashboard/src/components/extension/SkillsSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<div class="d-flex flex-wrap justify-space-between align-center ga-2 mb-3">
114114
<div>
115115
<div class="text-subtitle-1 font-weight-bold">Neo Skills</div>
116-
<div class="text-caption text-medium-emphasis">筛选候选与发布记录</div>
116+
<div class="text-caption text-medium-emphasis">{{ tm("skills.neoFilterHint") }}</div>
117117
</div>
118118
<v-btn color="primary" prepend-icon="mdi-refresh" variant="flat" @click="fetchNeoData">
119119
{{ tm("skills.refresh") }}

dashboard/src/i18n/locales/en-US/features/extension.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@
233233
"neoSkillKey": "Filter by skill_key",
234234
"neoStatus": "Candidate Status",
235235
"neoStage": "Release Stage",
236+
"neoFilterHint": "Filter candidates and release records",
236237
"neoAll": "All",
237238
"neoCandidates": "Neo Candidates",
238239
"neoReleases": "Neo Releases",

dashboard/src/i18n/locales/zh-CN/features/extension.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@
233233
"neoSkillKey": "skill_key 过滤",
234234
"neoStatus": "候选状态",
235235
"neoStage": "发布阶段",
236+
"neoFilterHint": "筛选候选与发布记录",
236237
"neoAll": "全部",
237238
"neoCandidates": "Neo Candidates",
238239
"neoReleases": "Neo Releases",

0 commit comments

Comments
 (0)