创建项目失败提示语优化

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": "دليل الحفظ",
"saveDirectoryPlaceholder": "اختر الدليل...",
"browseDirectory": "تصفح",
"projectPath": "سيتم إنشاء المشروع في: {path}",
"advancedOptions": "خيارات متقدمة",
"base": "المكتبة الأساسية",
"enableRtl": "تفعيل دعم RTL",
@@ -1622,7 +1623,7 @@
"createSuccess": "تم إنشاء المشروع بنجاح"
},
"errors": {
"directoryExists": "الدليل موجود بالفعل وليس فارغاً.",
"directoryExists": "الدليل الهدف موجود بالفعل",
"commandFailed": "فشل أمر إنشاء المشروع."
}
}