InvokeAI/invokeai/frontend/dist/locales/settings/zh_cn.json
Lincoln Stein 9ad4c03277 Various fixes
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.
2023-01-30 18:42:17 -05:00

14 lines
668 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"models": "模型",
"displayInProgress": "显示进行中的图像",
"saveSteps": "每n步保存图像",
"confirmOnDelete": "删除时确认",
"displayHelpIcons": "显示帮助按钮",
"useCanvasBeta": "使用测试版画布视图",
"enableImageDebugging": "开启图像调试",
"resetWebUI": "重置网页界面",
"resetWebUIDesc1": "重置网页只会重置浏览器中缓存的图像和设置,不会删除任何图像。",
"resetWebUIDesc2": "如果图像没有显示在图库中或者其他东西不工作请在GitHub上提交问题之前尝试重置。",
"resetComplete": "网页界面已重置。刷新页面以重新加载。"
}