优化: i18n硬编码清扫(8文件20+处中文字符串替为i18n)
- ToolCard: 已等待 → aiTool.waitTime - ErrorBoundary: 堆栈详情 → error.stackDetails - TopBar: 10处硬编码(tooltip+section标签+单位) → aiChat.* keys - FileExplorer: 4处工程操作title → fileExplorer.* - Tasks: 快捷菜单4处 → tasks.* - EnrichmentPanel: 取消关联 → aiChat.enrichmentDismiss - PlanProgress: 复用已有 aiChat.conflictsPending - WorkflowDagDisplay: 删除中文fallback(已有i18n key) - vue-tsc + vite build 通过
This commit is contained in:
@@ -20,6 +20,11 @@ export default {
|
||||
// Diff
|
||||
showDiff: '查看变更',
|
||||
showContent: '查看内容',
|
||||
// 工具栏(当前工程操作)
|
||||
editCurrentModule: '编辑当前工程',
|
||||
deleteCurrentModule: '删除当前工程',
|
||||
addModuleTitle: '添加工程',
|
||||
detachToWindow: '弹出到独立窗口',
|
||||
// 工程管理
|
||||
addModule: '添加工程',
|
||||
adding: '添加中…',
|
||||
|
||||
Reference in New Issue
Block a user