mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
9ad4c03277
1) Downgrade numpy to avoid dependency conflict with numba 2) Move all non ldm/invoke files into `invokeai`. This includes assets, backend, frontend, and configs. 3) Fix up way that the backend finds the frontend and the generator finds the NSFW caution.png icon.
55 lines
2.6 KiB
JSON
55 lines
2.6 KiB
JSON
{
|
|
"hotkeysLabel": "快捷键",
|
|
"themeLabel": "主题",
|
|
"languagePickerLabel": "语言",
|
|
"reportBugLabel": "提交错误报告",
|
|
"githubLabel": "GitHub",
|
|
"discordLabel": "Discord",
|
|
"settingsLabel": "设置",
|
|
"darkTheme": "暗色",
|
|
"lightTheme": "亮色",
|
|
"greenTheme": "绿色",
|
|
"langEnglish": "英语",
|
|
"langRussian": "俄语",
|
|
"langItalian": "意大利语",
|
|
"langPortuguese": "葡萄牙语",
|
|
"langFrench": "法语",
|
|
"langChineseSimplified": "简体中文",
|
|
"text2img": "文字到图像",
|
|
"img2img": "图像到图像",
|
|
"unifiedCanvas": "统一画布",
|
|
"nodes": "节点",
|
|
"nodesDesc": "一个基于节点的图像生成系统目前正在开发中。请持续关注关于这一功能的更新。",
|
|
"postProcessing": "后期处理",
|
|
"postProcessDesc1": "Invoke AI 提供各种各样的后期处理功能。图像放大和面部修复在网页界面中已经可用。你可以从文本到图像和图像到图像页面的高级选项菜单中访问它们。你也可以直接使用图像显示上方或查看器中的图像操作按钮处理图像。",
|
|
"postProcessDesc2": "一个专门的界面将很快发布,新的界面能够处理更复杂的后期处理流程。",
|
|
"postProcessDesc3": "Invoke AI 命令行界面提供例如Embiggen的各种其他功能。",
|
|
"training": "训练",
|
|
"trainingDesc1": "一个专门用于从网络UI使用Textual Inversion和Dreambooth训练自己的嵌入模型和检查点的工作流程。",
|
|
"trainingDesc2": "InvokeAI已经支持使用主脚本中的Textual Inversion来训练自定义的嵌入模型。",
|
|
"upload": "上传",
|
|
"close": "关闭",
|
|
"load": "加载",
|
|
"statusConnected": "已连接",
|
|
"statusDisconnected": "未连接",
|
|
"statusError": "错误",
|
|
"statusPreparing": "准备中",
|
|
"statusProcessingCanceled": "处理取消",
|
|
"statusProcessingComplete": "处理完成",
|
|
"statusGenerating": "生成中",
|
|
"statusGeneratingTextToImage": "文字到图像生成中",
|
|
"statusGeneratingImageToImage": "图像到图像生成中",
|
|
"statusGeneratingInpainting": "生成内画中",
|
|
"statusGeneratingOutpainting": "生成外画中",
|
|
"statusGenerationComplete": "生成完成",
|
|
"statusIterationComplete": "迭代完成",
|
|
"statusSavingImage": "图像保存中",
|
|
"statusRestoringFaces": "脸部修复中",
|
|
"statusRestoringFacesGFPGAN": "脸部修复中 (GFPGAN)",
|
|
"statusRestoringFacesCodeFormer": "脸部修复中 (CodeFormer)",
|
|
"statusUpscaling": "放大中",
|
|
"statusUpscalingESRGAN": "放大中 (ESRGAN)",
|
|
"statusLoadingModel": "模型加载中",
|
|
"statusModelChanged": "模型已切换"
|
|
}
|