mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
545d8968fd
build(ui): fix husky path build(ui): fix hmr issue, remove emotion cache build(ui): clean up package.json build(ui): update gh action and npm scripts feat(ui): wip port lightbox to chakra theme feat(ui): wip use chakra theme tokens feat(ui): Add status text to main loading spinner feat(ui): wip chakra theme tweaking feat(ui): simply iaisimplemenu button feat(ui): wip chakra theming feat(ui): Theme Management feat(ui): Add Ocean Blue Theme feat(ui): wip lightbox fix(ui): fix lightbox mouse feat(ui): set default theme variants feat(ui): model manager chakra theme chore(ui): lint feat(ui): remove last scss feat(ui): fix switch theme feat(ui): Theme Cleanup feat(ui): Stylize Search Models Found List feat(ui): hide scrollbars feat(ui): fix floating button position feat(ui): Scrollbar Styling fix broken scripts This PR fixes the following scripts: 1) Scripts that can be executed within the repo's scripts directory. Note that these are for development testing and are not intended to be exposed to the user. configure_invokeai.py - configuration dream.py - the legacy CLI images2prompt.py - legacy "dream prompt" retriever invoke-new.py - new nodes-based CLI invoke.py - the legacy CLI under another name make_models_markdown_table.py - a utility used during the release/doc process pypi_helper.py - another utility used during the release process sd-metadata.py - retrieve JSON-formatted metadata from a PNG file 2) Scripts that are installed by pip install. They get placed into the venv's PATH and are intended to be the official entry points: invokeai-node-cli - new nodes-based CLI invokeai-node-web - new nodes-based web server invokeai - legacy CLI invokeai-configure - install time configuration script invokeai-merge - model merging script invokeai-ti - textual inversion script invokeai-model-install - model installer invokeai-update - update script invokeai-metadata" - retrieve JSON-formatted metadata from PNG files protect invocations against black autoformatting deps: upgrade to diffusers 0.14, safetensors 0.3, transformers 4.26, accelerate 0.16
69 lines
3.8 KiB
JSON
69 lines
3.8 KiB
JSON
{
|
|
"common": {
|
|
"greenTheme": "Verde",
|
|
"langArabic": "العربية",
|
|
"themeLabel": "Tema",
|
|
"reportBugLabel": "Reportar Bug",
|
|
"settingsLabel": "Configurações",
|
|
"lightTheme": "Claro",
|
|
"langBrPortuguese": "Português do Brasil",
|
|
"languagePickerLabel": "Seletor de Idioma",
|
|
"langDutch": "Nederlands",
|
|
"langEnglish": "English",
|
|
"hotkeysLabel": "Hotkeys",
|
|
"langPolish": "Polski",
|
|
"langFrench": "Français",
|
|
"langGerman": "Deutsch",
|
|
"langItalian": "Italiano",
|
|
"langJapanese": "日本語",
|
|
"langSimplifiedChinese": "简体中文",
|
|
"langSpanish": "Espanhol",
|
|
"langRussian": "Русский",
|
|
"langUkranian": "Украї́нська",
|
|
"text2img": "Texto para Imagem",
|
|
"img2img": "Imagem para Imagem",
|
|
"unifiedCanvas": "Tela Unificada",
|
|
"nodes": "Nós",
|
|
"nodesDesc": "Um sistema baseado em nós para a geração de imagens está em desenvolvimento atualmente. Fique atento para atualizações sobre este recurso incrível.",
|
|
"postProcessDesc3": "A Interface de Linha de Comando do Invoke AI oferece vários outros recursos, incluindo o Embiggen.",
|
|
"postProcessing": "Pós Processamento",
|
|
"postProcessDesc1": "O Invoke AI oferece uma ampla variedade de recursos de pós-processamento. O aumento de resolução de imagem e a restauração de rosto já estão disponíveis na interface do usuário da Web. Você pode acessá-los no menu Opções Avançadas das guias Texto para Imagem e Imagem para Imagem. Você também pode processar imagens diretamente, usando os botões de ação de imagem acima da exibição da imagem atual ou no visualizador.",
|
|
"postProcessDesc2": "Em breve, uma interface do usuário dedicada será lançada para facilitar fluxos de trabalho de pós-processamento mais avançados.",
|
|
"trainingDesc1": "Um fluxo de trabalho dedicado para treinar seus próprios embeddings e checkpoints usando Textual Inversion e Dreambooth da interface da web.",
|
|
"trainingDesc2": "O InvokeAI já oferece suporte ao treinamento de embeddings personalizados usando a Inversão Textual por meio do script principal.",
|
|
"upload": "Upload",
|
|
"statusError": "Erro",
|
|
"statusGeneratingTextToImage": "Gerando Texto para Imagem",
|
|
"close": "Fechar",
|
|
"load": "Abrir",
|
|
"back": "Voltar",
|
|
"statusConnected": "Conectado",
|
|
"statusDisconnected": "Desconectado",
|
|
"statusPreparing": "Preparando",
|
|
"statusGenerating": "Gerando",
|
|
"statusProcessingCanceled": "Processamento Cancelado",
|
|
"statusProcessingComplete": "Processamento Completo",
|
|
"statusGeneratingImageToImage": "Gerando Imagem para Imagem",
|
|
"statusGeneratingInpainting": "Geração de Preenchimento de Lacunas",
|
|
"statusIterationComplete": "Iteração Completa",
|
|
"statusSavingImage": "Salvando Imagem",
|
|
"statusRestoringFacesGFPGAN": "Restaurando Faces (GFPGAN)",
|
|
"statusRestoringFaces": "Restaurando Faces",
|
|
"statusRestoringFacesCodeFormer": "Restaurando Faces (CodeFormer)",
|
|
"statusUpscaling": "Ampliando",
|
|
"statusUpscalingESRGAN": "Ampliando (ESRGAN)",
|
|
"statusConvertingModel": "Convertendo Modelo",
|
|
"statusModelConverted": "Modelo Convertido",
|
|
"statusLoadingModel": "Carregando Modelo",
|
|
"statusModelChanged": "Modelo Alterado",
|
|
"githubLabel": "Github",
|
|
"discordLabel": "Discord",
|
|
"darkTheme": "Escuro",
|
|
"training": "Treinando",
|
|
"statusGeneratingOutpainting": "Geração de Ampliação",
|
|
"statusGenerationComplete": "Geração Completa",
|
|
"statusMergingModels": "Mesclando Modelos",
|
|
"statusMergedModels": "Modelos Mesclados"
|
|
}
|
|
}
|