mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
33 lines
1.4 KiB
JSON
33 lines
1.4 KiB
JSON
|
{
|
||
|
"tempFoldersEmptied": "Temp Folder Emptied",
|
||
|
"uploadFailed": "Upload failed",
|
||
|
"uploadFailedMultipleImagesDesc": "Multiple images pasted, may only upload one image at a time",
|
||
|
"uploadFailedUnableToLoadDesc": "Unable to load file",
|
||
|
"downloadImageStarted": "Image Download Started",
|
||
|
"imageCopied": "Image Copied",
|
||
|
"imageLinkCopied": "Image Link Copied",
|
||
|
"imageNotLoaded": "No Image Loaded",
|
||
|
"imageNotLoadedDesc": "No image found to send to image to image module",
|
||
|
"imageSavedToGallery": "Image Saved to Gallery",
|
||
|
"canvasMerged": "Canvas Merged",
|
||
|
"sentToImageToImage": "Sent To Image To Image",
|
||
|
"sentToUnifiedCanvas": "Sent to Unified Canvas",
|
||
|
"parametersSet": "Parameters Set",
|
||
|
"parametersNotSet": "Parameters Not Set",
|
||
|
"parametersNotSetDesc": "No metadata found for this image.",
|
||
|
"parametersFailed": "Problem loading parameters",
|
||
|
"parametersFailedDesc": "Unable to load init image.",
|
||
|
"seedSet": "Seed Set",
|
||
|
"seedNotSet": "Seed Not Set",
|
||
|
"seedNotSetDesc": "Could not find seed for this image.",
|
||
|
"promptSet": "Prompt Set",
|
||
|
"promptNotSet": "Prompt Not Set",
|
||
|
"promptNotSetDesc": "Could not find prompt for this image.",
|
||
|
"upscalingFailed": "Upscaling Failed",
|
||
|
"faceRestoreFailed": "Face Restoration Failed",
|
||
|
"metadataLoadFailed": "Failed to load metadata",
|
||
|
"initialImageSet": "Initial Image Set",
|
||
|
"initialImageNotSet": "Initial Image Not Set",
|
||
|
"initialImageNotSetDesc": "Could not load initial image"
|
||
|
}
|