InvokeAI/invokeai/frontend/public/locales/unifiedcanvas/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

60 lines
2.3 KiB
JSON

{
"layer": "图层",
"base": "基础层",
"mask": "遮罩层层",
"maskingOptions": "遮罩层选项",
"enableMask": "启用遮罩层",
"preserveMaskedArea": "保留遮罩层区域",
"clearMask": "清除遮罩层",
"brush": "刷子",
"eraser": "橡皮擦",
"fillBoundingBox": "填充选择区域",
"eraseBoundingBox": "取消选择区域",
"colorPicker": "颜色提取",
"brushOptions": "刷子选项",
"brushSize": "大小",
"move": "移动",
"resetView": "重置视图",
"mergeVisible": "合并可见层",
"saveToGallery": "保存至图库",
"copyToClipboard": "复制到剪贴板",
"downloadAsImage": "下载图像",
"undo": "撤销",
"redo": "重做",
"clearCanvas": "清除画布",
"canvasSettings": "画布设置",
"showIntermediates": "显示中间产物",
"showGrid": "显示网格",
"snapToGrid": "切换网格对齐",
"darkenOutsideSelection": "暗化外部区域",
"autoSaveToGallery": "自动保存至图库",
"saveBoxRegionOnly": "只保存框内区域",
"limitStrokesToBox": "限制画笔在框内",
"showCanvasDebugInfo": "显示画布调试信息",
"clearCanvasHistory": "清除画布历史",
"clearHistory": "清除历史",
"clearCanvasHistoryMessage": "清除画布历史不会影响当前画布,但会不可撤销地清除所有撤销/重做历史!",
"clearCanvasHistoryConfirm": "确认清除所有画布历史?",
"emptyTempImageFolder": "清除临时文件夹",
"emptyFolder": "清除文件夹",
"emptyTempImagesFolderMessage": "清空临时图像文件夹会完全重置统一画布。这包括所有的撤销/重做历史、暂存区的图像和画布基础层。",
"emptyTempImagesFolderConfirm": "确认清除临时文件夹?",
"activeLayer": "活跃图层",
"canvasScale": "画布缩放",
"boundingBox": "选择区域",
"scaledBoundingBox": "缩放选择区域",
"boundingBoxPosition": "选择区域位置",
"canvasDimensions": "画布长宽",
"canvasPosition": "画布位置",
"cursorPosition": "光标位置",
"previous": "上一张",
"next": "下一张",
"accept": "接受",
"showHide": "显示 / 隐藏",
"discardAll": "放弃所有",
"betaClear": "清除",
"betaDarkenOutside": "暗化外部区域",
"betaLimitToBox": "限制在框内",
"betaPreserveMasked": "保留遮罩层"
}