优化: 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

View File

@@ -0,0 +1,24 @@
export default {
taskDetail: {
// 头部
backToList: '← 返回任务列表',
refresh: '刷新',
// 状态提示
loading: '加载中...',
loadFailed: '加载失败',
// 面板
infoTitle: '任务信息',
// 字段标签
title: '标题',
description: '描述',
status: '状态',
priority: '优先级',
project: '关联项目',
branch: '分支',
assignee: '负责人',
baseBranch: '基础分支',
workflowDef: '工作流定义',
createdAt: '创建时间',
updatedAt: '更新时间',
},
}