Files
DevFlow/src/i18n/zh-CN/dashboard.ts
绝尘 249b3b9ea8 重构: 跨模块样式DRY收口+审批列表增强+灵感模块优化
- 全局样式收口: page-header/btn/modal/filter-bar/back-link/empty-state
  等通用类从12个视图的scoped重复定义提取到global.css/components.css
- 审批列表增强: 筛选栏(状态/风险/工具搜索)+行展开查看完整参数结果
  +审批耗时显示+刷新spinner+硬编码颜色全部改用CSS变量
- 灵感模块: scoreTier统一评分阈值+score-bar/assessment-badge提取全局
  +statusLabelKey消除重复+i18n状态文案对齐+eval-report--muted统一空态
- Dashboard: df-panel/df-link提取全局(修scoped不渗透)+统计卡可点击跳转
  +活跃项目面板只显示active状态+灵感列表按分数排序+刷新spinner
- 修复: intent.rs tool_type类型对齐(newtype)+ToolCardList补ai-btn定义
  +SkillMention/ImageInput样式不渗透修复(提取全局)
2026-07-02 23:24:11 +08:00

56 lines
1.4 KiB
TypeScript

export default {
dashboard: {
title: '总览',
subtitle: '所有系统运行正常',
refresh: '刷新',
captureIdea: '捕捉灵感',
stats: {
ideas: '灵感',
projects: '项目',
activeTasks: '活跃任务',
drafts: '草稿',
annotations: '待处理标注',
},
activeProjects: '活跃项目',
viewAll: '查看全部',
ideaPool: '灵感',
goProjectDetail: '查看项目详情',
goIdeaDetail: '查看灵感详情',
recentDecisions: '最近决策',
openAnnotations: '待处理标注',
aiBatchProcess: 'AI 批量处理',
tasks: '{count} 个任务',
taskUnit: '{n} 个任务',
trending: '热门',
approved: '已立项',
pending: '待定',
reviewing: '评估中',
coding: '编码中',
testing: '测试中',
release: '发布中',
empty: {
noProjects: '暂无项目,去',
noProjectsLink: '创建一个',
noIdeas: '暂无灵感,点击上方按钮捕捉',
noData: '暂无数据',
},
// 错误回退(refresh/onMounted 加载失败对用户可见)
err: {
loadFailed: '加载数据失败,请稍后重试',
},
stage: {
planning: '规划中',
coding: '编码中',
release: '发布中',
done: '已完成',
},
ideaStatus: {
draft: '草稿',
pending_review: '待评估',
approved: '已立项',
promoted: '已转立项',
rejected: '已驳回',
},
},
}