mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
1d34405f4f
* Initial Localization Implementation * Fix Initial Spinner * Language Picker Dropdown * RU Localization Update Co-Authored-By: Artur <83028930+netsvetaev@users.noreply.github.com> * Fixed localization breaking themes * useUpdateTranslation Hook To force trigger translations for data objects * Localize Tab Data * Localize Prompt Input & Current Image Buttons * Localize Gallery & Bug FIxes Fix a bug where the delete image from the context menu wasn't working. Removed tooltips that were broken as they don't work in context menu. * Fix localization breaking in production * Add Toast Localization Support * Localize Unified Canvas * Localize WIP Tabs * Localize Hotkeys * Localize Settings * RU Localization Update Co-Authored-By: Artur <83028930+netsvetaev@users.noreply.github.com> * Add Support for Italian and Portuguese * Localize Toasts * Fix width of language picker items * Localize Backend Messages * Disable Debug Messages * Add Support for French * Fix missing localization for a string in the SettingsModal * Disable French * Styling updates to normalize text and accommodate other langs * Add Portuguese Brazilian * Fix Hotkey headers not being localized. * Fix styling issue on models tag in Settings * Fix Slider Styling to accommodate different languages * Fix slider styling in light mode. * Add German * Add Italian * Add Polish * Update Italian * Localized Frontend Build * Updated RU Translations * Fresh Build with updated RU changes * Bug Fixes and Loc Updates * Updated Frontend Build * Fresh Build Co-authored-by: Artur <83028930+netsvetaev@users.noreply.github.com>
63 lines
2.0 KiB
JSON
63 lines
2.0 KiB
JSON
{
|
|
"images": "Images",
|
|
"steps": "Steps",
|
|
"cfgScale": "CFG Scale",
|
|
"width": "Width",
|
|
"height": "Height",
|
|
"sampler": "Sampler",
|
|
"seed": "Seed",
|
|
"randomizeSeed": "Randomize Seed",
|
|
"shuffle": "Shuffle",
|
|
"noiseThreshold": "Noise Threshold",
|
|
"perlinNoise": "Perlin Noise",
|
|
"variations": "Variations",
|
|
"variationAmount": "Variation Amount",
|
|
"seedWeights": "Seed Weights",
|
|
"faceRestoration": "Face Restoration",
|
|
"restoreFaces": "Restore Faces",
|
|
"type": "Type",
|
|
"strength": "Strength",
|
|
"upscaling": "Upscaling",
|
|
"upscale": "Upscale",
|
|
"upscaleImage": "Upscale Image",
|
|
"scale": "Scale",
|
|
"otherOptions": "Other Options",
|
|
"seamlessTiling": "Seamless Tiling",
|
|
"hiresOptim": "High Res Optimization",
|
|
"imageFit": "Fit Initial Image To Output Size",
|
|
"codeformerFidelity": "Fidelity",
|
|
"seamSize": "Seam Size",
|
|
"seamBlur": "Seam Blur",
|
|
"seamStrength": "Seam Strength",
|
|
"seamSteps": "Seam Steps",
|
|
"inpaintReplace": "Inpaint Replace",
|
|
"scaleBeforeProcessing": "Scale Before Processing",
|
|
"scaledWidth": "Scaled W",
|
|
"scaledHeight": "Scaled H",
|
|
"infillMethod": "Infill Method",
|
|
"tileSize": "Tile Size",
|
|
"boundingBoxHeader": "Bounding Box",
|
|
"seamCorrectionHeader": "Seam Correction",
|
|
"infillScalingHeader": "Infill and Scaling",
|
|
"img2imgStrength": "Image To Image Strength",
|
|
"toggleLoopback": "Toggle Loopback",
|
|
"invoke": "Invoke",
|
|
"cancel": "Cancel",
|
|
"promptPlaceholder": "Type prompt here. [negative tokens], (upweight)++, (downweight)--, swap and blend are available (see docs)",
|
|
"sendTo": "Send to",
|
|
"sendToImg2Img": "Send to Image to Image",
|
|
"sendToUnifiedCanvas": "Send To Unified Canvas",
|
|
"copyImageToLink": "Copy Image To Link",
|
|
"downloadImage": "Download Image",
|
|
"openInViewer": "Open In Viewer",
|
|
"closeViewer": "Close Viewer",
|
|
"usePrompt": "Use Prompt",
|
|
"useSeed": "Use Seed",
|
|
"useAll": "Use All",
|
|
"useInitImg": "Use Initial Image",
|
|
"info": "Info",
|
|
"deleteImage": "Delete Image",
|
|
"initialImage": "Inital Image",
|
|
"showOptionsPanel": "Show Options Panel"
|
|
}
|