|
181 | 181 | "missing": "Missing", |
182 | 182 | "inProgress": "In progress", |
183 | 183 | "completed": "Completed", |
| 184 | + "downloading": "Downloading", |
184 | 185 | "interrupted": "Interrupted", |
185 | 186 | "queued": "Queued", |
186 | 187 | "running": "Running", |
|
2275 | 2276 | "noAssetsFound": "No assets found", |
2276 | 2277 | "noModelsInFolder": "No {type} available in this folder", |
2277 | 2278 | "notSureLeaveAsIs": "Not sure? Just leave this as is", |
| 2279 | + "noValidSourceDetected": "No valid import source detected", |
2278 | 2280 | "onlyCivitaiUrlsSupported": "Only Civitai URLs are supported", |
2279 | 2281 | "ownership": "Ownership", |
2280 | 2282 | "ownershipAll": "All", |
2281 | 2283 | "ownershipMyModels": "My models", |
2282 | 2284 | "ownershipPublicModels": "Public models", |
| 2285 | + "processingModel": "Download started", |
| 2286 | + "processingModelDescription": "You can close this dialog. The download will continue in the background.", |
2283 | 2287 | "providerCivitai": "Civitai", |
2284 | 2288 | "providerHuggingFace": "Hugging Face", |
2285 | | - "noValidSourceDetected": "No valid import source detected", |
2286 | 2289 | "selectFrameworks": "Select Frameworks", |
2287 | 2290 | "selectModelType": "Select model type", |
2288 | 2291 | "selectProjects": "Select Projects", |
|
2307 | 2310 | "uploadModelDescription1": "Paste a Civitai model download link to add it to your library.", |
2308 | 2311 | "uploadModelDescription1Generic": "Paste a model download link to add it to your library.", |
2309 | 2312 | "uploadModelDescription2": "Only links from {link} are supported at the moment", |
2310 | | - "uploadModelDescription2Link": "https://civitai.com/models", |
2311 | 2313 | "uploadModelDescription2Generic": "Only URLs from the following providers are supported:", |
| 2314 | + "uploadModelDescription2Link": "https://civitai.com/models", |
2312 | 2315 | "uploadModelDescription3": "Max file size: {size}", |
2313 | 2316 | "uploadModelFailedToRetrieveMetadata": "Failed to retrieve metadata. Please check the link and try again.", |
2314 | 2317 | "uploadModelFromCivitai": "Import a model from Civitai", |
|
2332 | 2335 | "complete": "{assetName} has been deleted.", |
2333 | 2336 | "failed": "{assetName} could not be deleted." |
2334 | 2337 | }, |
| 2338 | + "download": { |
| 2339 | + "complete": "Download complete", |
| 2340 | + "failed": "Download failed", |
| 2341 | + "inProgress": "Downloading {assetName}..." |
| 2342 | + }, |
2335 | 2343 | "rename": { |
2336 | 2344 | "failed": "Could not rename asset." |
2337 | 2345 | } |
|
0 commit comments