Files
DevFlow/src/i18n/zh-CN/ideas.ts

90 lines
2.4 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export default {
ideas: {
// 页头
title: '💡 灵感',
refresh: '🔄 刷新',
capture: '✨ 捕捉灵感',
// 筛选栏
searchPlaceholder: '搜索灵感...',
filter: {
all: '全部',
hot: '热门',
pending: '待评估',
promoted: '已立项',
},
// 空状态
emptyState: '选择一个灵感查看详情',
// 对抗式评估
adversarialTitle: '⚖️ 对抗式评估',
evalModeHeuristic: '启发式',
positive: '📈 正方观点',
negative: '📉 反方观点',
confidence: '{n}% 置信度',
analystTitle: '🧠 AI 分析师结论',
finalScore: '综合评分: {score}/10',
netSentiment: '整体倾向: {tone} ({n})',
sentimentPositive: '积极',
sentimentNegative: '谨慎',
sentimentNeutral: '中性',
actionTitle: '💡 行动建议',
evaluating: '⏳ 评估中…',
startEval: '🔍 开始对抗评估',
// 评估结论徽章
assessment: {
'immediate action': '🚀 立即行动',
soon: '📅 尽快行动',
'with resources': '📦 配置资源后行动',
'research more': '🔍 需要更多研究',
monitor: '👁️ 持续监控',
cancel: '❌ 取消灵感',
},
// 多维评分
multiScoreTitle: '📊 多维评分',
noEval: '暂无评估',
// 标签
tagsTitle: '🏷️ 标签',
noTags: '暂无标签',
// 状态管理
statusTitle: '📋 状态管理',
status: {
draft: '📝 草稿',
pending_review: '⏳ 待评估',
approved: '✅ 已批准',
promoted: '🚀 已立项',
rejected: '❌ 已拒绝',
},
// 操作按钮
promoteToProject: '🚀 立项为项目',
deleteIdea: '🗑️ 删除灵感',
// 捕捉模态框
captureTitle: '✨ 捕捉新灵感',
fieldTitle: '标题',
fieldDesc: '描述',
titlePlaceholder: '一句话描述你的灵感...',
descPlaceholder: '详细说明(可选)...',
// 深链不存在提示
notFound: '灵感不存在或已删除',
// 原生对话框文案confirm / alert
confirmDelete: '确定删除灵感「{title}」?此操作不可撤销。',
promoteFailed: '立项失败',
evalFailed: '评估失败',
// 错误回退(state.error 用户可见)
err: {
loadFailed: '加载灵感失败',
createFailed: '创建灵感失败',
deleteFailed: '删除灵感失败',
},
},
}