feat(recipes): redesign import modal with URL-first input and unified drop zone

This commit is contained in:
Will Miao
2026-08-21 00:01:50 +08:00
parent 86aa1d8059
commit 45e7c25308
15 changed files with 270 additions and 154 deletions
+5 -5
View File
@@ -860,14 +860,12 @@
"import": {
"action": "ייבא",
"title": "ייבא מתכון מתמונה או כתובת URL",
"urlLocalPath": "URL / נתיב מקומי",
"uploadImage": "העלה תמונה",
"urlSectionDescription": "הזן כתובת URL של תמונה מ-Civitai או נתיב קובץ מקומי לייבוא כמתכון.",
"dropZoneLabel": "העלאת תמונה",
"dropZoneHint": "גררו ושחררו תמונה כאן, הדביקו מהלוח או לחצו לעיון",
"orDivider": "או גררו ושחררו / הדביקו תמונה",
"imageUrlOrPath": "URL של תמונה או נתיב קובץ:",
"urlPlaceholder": "https://civitai.com/images/... או C:/path/to/image.png",
"fetchImage": "אחזר תמונה",
"uploadSectionDescription": "העלה תמונה עם מטא-דאטה של LoRA לייבוא כמתכון.",
"selectImage": "בחר תמונה",
"recipeName": "שם המתכון",
"recipeNamePlaceholder": "הזן שם מתכון",
"tagsOptional": "תגיות (אופציונלי)",
@@ -912,6 +910,8 @@
"errors": {
"selectImageFile": "אנא בחר קובץ תמונה",
"enterUrlOrPath": "אנא הזן URL או נתיב קובץ",
"invalidUrl": "נא להזין כתובת URL תקינה",
"invalidInputFormat": "נא להזין כתובת URL של תמונה או נתיב קובץ מקומי",
"selectLoraRoot": "אנא בחר ספריית שורש של LoRA"
}
},