Files
DevFlow/src/i18n/en/dashboard.ts

53 lines
1.3 KiB
TypeScript

export default {
dashboard: {
title: 'Overview',
subtitle: 'All systems operational',
refresh: 'Refresh',
captureIdea: 'Capture Idea',
stats: {
ideas: 'Ideas',
projects: 'Projects',
activeTasks: 'Active Tasks',
drafts: 'Drafts',
annotations: 'Annotations',
},
activeProjects: 'Active Projects',
viewAll: 'View all',
ideaPool: 'Idea Pool',
recentDecisions: 'Recent Decisions',
openAnnotations: 'Open Annotations',
aiBatchProcess: 'AI Batch Process',
tasks: '{count} tasks',
taskUnit: '{n} tasks',
trending: 'Trending',
approved: 'Approved',
pending: 'Pending',
reviewing: 'Reviewing',
coding: 'Coding',
testing: 'Testing',
release: 'Release',
empty: {
noProjects: 'No projects yet, go',
noProjectsLink: 'create one',
noIdeas: 'No ideas yet, click above to capture',
noData: 'No data',
},
// Error fallback (refresh/onMounted load failures surfaced to user)
err: {
loadFailed: 'Failed to load data, please retry later',
},
stage: {
planning: 'Planning',
coding: 'Coding',
done: 'Done',
},
ideaStatus: {
draft: 'Draft',
pending_review: 'Pending',
approved: 'Approved',
promoted: 'Promoted',
rejected: 'Rejected',
},
},
}