Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 17 additions & 11 deletions invokeai/frontend/web/public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"toggleRightPanel": "Toggle Right Panel (G)",
"toggleLeftPanel": "Toggle Left Panel (T)",
"uploadImage": "Upload Image",
"uploadImages": "Upload Image(s)"
"uploadImages": "Upload Images"
},
"auth": {
"login": {
Expand Down Expand Up @@ -599,7 +599,7 @@
"resetToDefault": "Reset to Default",
"resetAll": "Reset All to Default",
"resetAllConfirmation": "Are you sure you want to reset all hotkeys to their default values? This cannot be undone.",
"enterHotkeys": "Enter hotkey(s), separated by commas",
"enterHotkeys": "Enter hotkeys, separated by commas",
"save": "Save",
"cancel": "Cancel",
"modifiers": "Modifiers",
Expand Down Expand Up @@ -1060,11 +1060,14 @@
"modelManager": {
"active": "active",
"actions": "Bulk Actions",
"deleteModelsConfirm": "Are you sure you want to delete {{count}} model(s)? This action cannot be undone.",
"deleteModelsConfirm_one": "Are you sure you want to delete {{count}} model? This action cannot be undone.",
"deleteModelsConfirm_other": "Are you sure you want to delete {{count}} models? This action cannot be undone.",
"deleteWarning": "Models in your Invoke models directory will be permanently deleted from disk.",
"modelsDeleted": "Successfully deleted {{count}} model(s)",
"modelsDeleted_one": "Successfully deleted {{count}} model",
"modelsDeleted_other": "Successfully deleted {{count}} models",
"modelsDeleteFailed": "Failed to delete models",
"someModelsFailedToDelete": "{{count}} model(s) could not be deleted",
"someModelsFailedToDelete_one": "{{count}} model could not be deleted",
"someModelsFailedToDelete_other": "{{count}} models could not be deleted",
"modelsDeletedPartial": "Partially completed",
"someModelsDeleted": "{{deleted}} deleted, {{failed}} failed",
"modelsDeleteError": "Error deleting models",
Expand Down Expand Up @@ -1099,11 +1102,14 @@
"reidentifyUnknown": "Unable to identify model",
"reidentifyError": "Error reidentifying model",
"reidentifyModels": "Reidentify Models",
"reidentifyModelsConfirm": "Are you sure you want to reidentify {{count}} model(s)? This will re-probe their weights files to determine the correct format and settings.",
"reidentifyModelsConfirm_one": "Are you sure you want to reidentify {{count}} model? This will re-probe its weights file to determine the correct format and settings.",
"reidentifyModelsConfirm_other": "Are you sure you want to reidentify {{count}} models? This will re-probe their weights files to determine the correct format and settings.",
"reidentifyWarning": "This will reset any custom settings you may have applied to these models.",
"modelsReidentified": "Successfully reidentified {{count}} model(s)",
"modelsReidentified_one": "Successfully reidentified {{count}} model",
"modelsReidentified_other": "Successfully reidentified {{count}} models",
"modelsReidentifyFailed": "Failed to reidentify models",
"someModelsFailedToReidentify": "{{count}} model(s) could not be reidentified",
"someModelsFailedToReidentify_one": "{{count}} model could not be reidentified",
"someModelsFailedToReidentify_other": "{{count}} models could not be reidentified",
"modelsReidentifiedPartial": "Partially completed",
"someModelsReidentified": "{{succeeded}} reidentified, {{failed}} failed",
"modelsReidentifyError": "Error reidentifying models",
Expand Down Expand Up @@ -1194,7 +1200,7 @@
"nAlreadyInstalled": "{{count}} already installed",
"installQueue": "Install Queue",
"inplaceInstall": "In-place install",
"inplaceInstallDesc": "Install models without moving the files. When using the model, it will be loaded from its original location. If disabled, the model file(s) will be moved into the Invoke-managed models directory during installation.",
"inplaceInstallDesc": "Install models without moving the files. When using the model, it will be loaded from its original location. If disabled, the model files will be moved into the Invoke-managed models directory during installation.",
"install": "Install",
"installAll": "Install All",
"installRepo": "Install Repo",
Expand Down Expand Up @@ -1683,7 +1689,7 @@
"modelIncompatibleScaledBboxWidth": "Scaled bbox width is {{width}} but {{model}} requires multiple of {{multiple}}",
"modelIncompatibleScaledBboxHeight": "Scaled bbox height is {{height}} but {{model}} requires multiple of {{multiple}}",
"fluxModelMultipleControlLoRAs": "Can only use 1 Control LoRA at a time",
"incompatibleLoRAs": "Incompatible LoRA(s) added",
"incompatibleLoRAs": "Incompatible LoRAs added",
"canvasIsFiltering": "Canvas is busy (filtering)",
"canvasIsTransforming": "Canvas is busy (transforming)",
"canvasIsRasterizing": "Canvas is busy (rasterizing)",
Expand Down Expand Up @@ -2193,7 +2199,7 @@
"paramDenoisingStrength": {
"heading": "Denoising Strength",
"paragraphs": [
"Controls how much the generated image varies from the raster layer(s).",
"Controls how much the generated image varies from the raster layers.",
"Lower strength stays closer to the combined visible raster layers. Higher strength relies more on the global prompt.",
"When there are no raster layers with visible content, this setting is ignored."
]
Expand Down
Loading