优化: CR-08 i18n batch2全量(ProjectDetail5处+TaskDetail16key+AiChat3处+store error fallback 23处+useAiSend 3处)+@/i18n路径统一+vite别名

This commit is contained in:
2026-06-15 15:06:21 +08:00
parent d6eb8551da
commit 6254d06c7a
24 changed files with 181 additions and 34 deletions

24
src/i18n/en/taskDetail.ts Normal file
View File

@@ -0,0 +1,24 @@
export default {
taskDetail: {
// Header
backToList: '← Back to Tasks',
refresh: 'Refresh',
// Status hints
loading: 'Loading...',
loadFailed: 'Failed to load',
// Panel
infoTitle: 'Task Info',
// Field labels
title: 'Title',
description: 'Description',
status: 'Status',
priority: 'Priority',
project: 'Project',
branch: 'Branch',
assignee: 'Assignee',
baseBranch: 'Base Branch',
workflowDef: 'Workflow Definition',
createdAt: 'Created At',
updatedAt: 'Updated At',
},
}