创建项目失败提示语优化

This commit is contained in:
xintaofei
2026-03-27 16:33:34 +08:00
parent ea77c5b0e8
commit 1518bc625f
11 changed files with 35 additions and 12 deletions

View File

@@ -1607,6 +1607,7 @@
"saveDirectory": "Save Directory",
"saveDirectoryPlaceholder": "Select directory...",
"browseDirectory": "Browse",
"projectPath": "Project will be created at: {path}",
"advancedOptions": "Advanced Options",
"base": "Base Library",
"enableRtl": "Enable RTL Support",
@@ -1622,7 +1623,7 @@
"createSuccess": "Project created successfully"
},
"errors": {
"directoryExists": "Directory already exists and is not empty.",
"directoryExists": "Target directory already exists",
"commandFailed": "Project creation command failed."
}
}