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

This commit is contained in:
lxy
2026-06-15 15:06:21 +08:00
parent d6eb8551da
commit 6254d06c7a
24 changed files with 181 additions and 34 deletions
+8
View File
@@ -55,6 +55,14 @@ export default {
relocateConfirmRelocate: 'Relocate project directory to:\n{dir}\n\nTech stack will be re-detected. Confirm?',
relocateConfirmBind: 'Bind project directory to:\n{dir}\n\nTech stack will be re-detected. Confirm?',
relocateFailed: 'Relocate failed: {msg}',
// Import directory
importDir: 'Import Directory',
importConfirm: 'Import as new project?\n{dir}\n\nThe directory name will be used as project name, tech stack will be detected, and README first section will fill description.',
importSuccess: 'Imported project "{name}"',
importFailed: 'Import failed: {msg}',
// Approval actions
approvalConfirm: 'Confirm ({count})',
approvalCancel: 'Cancel',
// Tech stack
techStackLabel: 'Tech Stack',
},