优化: CR-08 i18n batch2全量(ProjectDetail5处+TaskDetail16key+AiChat3处+store error fallback 23处+useAiSend 3处)+@/i18n路径统一+vite别名
This commit is contained in:
24
src/i18n/en/taskDetail.ts
Normal file
24
src/i18n/en/taskDetail.ts
Normal 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',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user