diff --git a/src/locales/en/main.json b/src/locales/en/main.json index 4c936b473..c0ea033de 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -1991,6 +1991,25 @@ "civitaiLinkLabel": "Civitai model download link", "civitaiLinkPlaceholder": "Paste link here", "civitaiLinkExample": "Example: https://civitai.com/api/download/models/833921?type=Model&format=SafeTensor", + "confirmModelDetails": "Confirm Model Details", + "fileName": "File Name", + "fileSize": "File Size", + "modelName": "Model Name", + "modelNamePlaceholder": "Enter a name for this model", + "tags": "Tags", + "tagsPlaceholder": "e.g., models, checkpoint", + "tagsHelp": "Separate tags with commas", + "upload": "Upload", + "uploadingModel": "Uploading model...", + "uploadSuccess": "Model uploaded successfully!", + "uploadFailed": "Upload failed", + "modelAssociatedWithLink": "The model associated with the link you provided:", + "whatTypeOfModel": "What type of model is this?", + "selectModelType": "Select model type", + "notSureLeaveAsIs": "Not sure? Just leave this as is", + "modelUploaded": "Model uploaded!", + "findInLibrary": "Find it in the {type} section of the models library.", + "finish": "Finish", "allModels": "All Models", "allCategory": "All {category}", "unknown": "Unknown", diff --git a/src/platform/assets/components/UploadModelDialog.vue b/src/platform/assets/components/UploadModelDialog.vue index f485f2c6d..371ec5dee 100644 --- a/src/platform/assets/components/UploadModelDialog.vue +++ b/src/platform/assets/components/UploadModelDialog.vue @@ -1,69 +1,365 @@