InvokeAI/invokeai/frontend/dist/locales/gallery/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

17 lines
579 B
JSON

{
"generations": "生成的图像",
"showGenerations": "显示生成的图像",
"uploads": "上传的图像",
"showUploads": "显示上传的图像",
"galleryImageSize": "预览大小",
"galleryImageResetSize": "重置预览大小",
"gallerySettings": "预览设置",
"maintainAspectRatio": "保持比例",
"autoSwitchNewImages": "自动切换到新图像",
"singleColumnLayout": "单列布局",
"pinGallery": "保持图库常开",
"allImagesLoaded": "所有图像加载完成",
"loadMore": "加载更多",
"noImagesInGallery": "图库中无图像"
}