|
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", |
|
2286 | 2287 | "noAssetsFound": "No assets found", |
2287 | 2288 | "noModelsInFolder": "No {type} available in this folder", |
2288 | 2289 | "notSureLeaveAsIs": "Not sure? Just leave this as is", |
| 2290 | + "noValidSourceDetected": "No valid import source detected", |
2289 | 2291 | "onlyCivitaiUrlsSupported": "Only Civitai URLs are supported", |
2290 | 2292 | "ownership": "Ownership", |
2291 | 2293 | "ownershipAll": "All", |
2292 | 2294 | "ownershipMyModels": "My models", |
2293 | 2295 | "ownershipPublicModels": "Public models", |
| 2296 | + "processingModel": "Download started", |
| 2297 | + "processingModelDescription": "You can close this dialog. The download will continue in the background.", |
2294 | 2298 | "providerCivitai": "Civitai", |
2295 | 2299 | "providerHuggingFace": "Hugging Face", |
2296 | | - "noValidSourceDetected": "No valid import source detected", |
2297 | 2300 | "selectFrameworks": "Select Frameworks", |
2298 | 2301 | "selectModelType": "Select model type", |
2299 | 2302 | "selectProjects": "Select Projects", |
|
2318 | 2321 | "uploadModelDescription1": "Paste a Civitai model download link to add it to your library.", |
2319 | 2322 | "uploadModelDescription1Generic": "Paste a model download link to add it to your library.", |
2320 | 2323 | "uploadModelDescription2": "Only links from {link} are supported at the moment", |
2321 | | - "uploadModelDescription2Link": "https://civitai.com/models", |
2322 | 2324 | "uploadModelDescription2Generic": "Only URLs from the following providers are supported:", |
| 2325 | + "uploadModelDescription2Link": "https://civitai.com/models", |
2323 | 2326 | "uploadModelDescription3": "Max file size: {size}", |
2324 | 2327 | "uploadModelFailedToRetrieveMetadata": "Failed to retrieve metadata. Please check the link and try again.", |
2325 | 2328 | "uploadModelFromCivitai": "Import a model from Civitai", |
|
2343 | 2346 | "complete": "{assetName} has been deleted.", |
2344 | 2347 | "failed": "{assetName} could not be deleted." |
2345 | 2348 | }, |
| 2349 | + "download": { |
| 2350 | + "complete": "Download complete", |
| 2351 | + "failed": "Download failed", |
| 2352 | + "inProgress": "Downloading {assetName}..." |
| 2353 | + }, |
2346 | 2354 | "rename": { |
2347 | 2355 | "failed": "Could not rename asset." |
2348 | 2356 | } |
|
0 commit comments