mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
translationBot(ui): update translation (Chinese (Simplified))
Currently translated at 100.0% (1260 of 1260 strings) Co-authored-by: Surisen <zhonghx0804@outlook.com> Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/zh_Hans/ Translation: InvokeAI/Web UI
This commit is contained in:
parent
b4a03fcf42
commit
4381dabbd9
@ -90,7 +90,16 @@
|
|||||||
"controlAdapter": "Control Adapter",
|
"controlAdapter": "Control Adapter",
|
||||||
"controlNet": "ControlNet",
|
"controlNet": "ControlNet",
|
||||||
"on": "开",
|
"on": "开",
|
||||||
"auto": "自动"
|
"auto": "自动",
|
||||||
|
"checkpoint": "Checkpoint",
|
||||||
|
"inpaint": "内补重绘",
|
||||||
|
"simple": "简单",
|
||||||
|
"template": "模板",
|
||||||
|
"outputs": "输出",
|
||||||
|
"data": "数据",
|
||||||
|
"safetensors": "Safetensors",
|
||||||
|
"outpaint": "外扩绘制",
|
||||||
|
"details": "详情"
|
||||||
},
|
},
|
||||||
"gallery": {
|
"gallery": {
|
||||||
"generations": "生成的图像",
|
"generations": "生成的图像",
|
||||||
@ -121,7 +130,8 @@
|
|||||||
"setCurrentImage": "设为当前图像",
|
"setCurrentImage": "设为当前图像",
|
||||||
"preparingDownload": "准备下载",
|
"preparingDownload": "准备下载",
|
||||||
"preparingDownloadFailed": "准备下载时出现问题",
|
"preparingDownloadFailed": "准备下载时出现问题",
|
||||||
"downloadSelection": "下载所选内容"
|
"downloadSelection": "下载所选内容",
|
||||||
|
"noImageSelected": "无选中的图像"
|
||||||
},
|
},
|
||||||
"hotkeys": {
|
"hotkeys": {
|
||||||
"keyboardShortcuts": "键盘快捷键",
|
"keyboardShortcuts": "键盘快捷键",
|
||||||
@ -475,7 +485,9 @@
|
|||||||
"oliveModels": "Olive",
|
"oliveModels": "Olive",
|
||||||
"loraModels": "LoRA",
|
"loraModels": "LoRA",
|
||||||
"alpha": "Alpha",
|
"alpha": "Alpha",
|
||||||
"vaePrecision": "VAE 精度"
|
"vaePrecision": "VAE 精度",
|
||||||
|
"checkpointOrSafetensors": "$t(common.checkpoint) / $t(common.safetensors)",
|
||||||
|
"noModelSelected": "无选中的模型"
|
||||||
},
|
},
|
||||||
"parameters": {
|
"parameters": {
|
||||||
"images": "图像",
|
"images": "图像",
|
||||||
@ -602,7 +614,9 @@
|
|||||||
"seamlessX&Y": "无缝 X & Y",
|
"seamlessX&Y": "无缝 X & Y",
|
||||||
"aspectRatioFree": "自由",
|
"aspectRatioFree": "自由",
|
||||||
"seamlessX": "无缝 X",
|
"seamlessX": "无缝 X",
|
||||||
"seamlessY": "无缝 Y"
|
"seamlessY": "无缝 Y",
|
||||||
|
"maskEdge": "遮罩边缘",
|
||||||
|
"unmasked": "取消遮罩"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"models": "模型",
|
"models": "模型",
|
||||||
@ -639,7 +653,10 @@
|
|||||||
"clearIntermediatesDesc1": "清除中间产物会重置您的画布和 ControlNet 状态。",
|
"clearIntermediatesDesc1": "清除中间产物会重置您的画布和 ControlNet 状态。",
|
||||||
"intermediatesClearedFailed": "清除中间产物时出现问题",
|
"intermediatesClearedFailed": "清除中间产物时出现问题",
|
||||||
"clearIntermediatesWithCount_other": "清除 {{count}} 个中间产物",
|
"clearIntermediatesWithCount_other": "清除 {{count}} 个中间产物",
|
||||||
"clearIntermediatesDisabled": "队列为空才能清理中间产物"
|
"clearIntermediatesDisabled": "队列为空才能清理中间产物",
|
||||||
|
"enableNSFWChecker": "启用成人内容检测器",
|
||||||
|
"enableInvisibleWatermark": "启用不可见水印",
|
||||||
|
"enableInformationalPopovers": "启用信息弹窗"
|
||||||
},
|
},
|
||||||
"toast": {
|
"toast": {
|
||||||
"tempFoldersEmptied": "临时文件夹已清空",
|
"tempFoldersEmptied": "临时文件夹已清空",
|
||||||
@ -705,7 +722,7 @@
|
|||||||
"modelAddFailed": "模型添加失败",
|
"modelAddFailed": "模型添加失败",
|
||||||
"problemDownloadingCanvas": "下载画布时出现问题",
|
"problemDownloadingCanvas": "下载画布时出现问题",
|
||||||
"problemMergingCanvas": "合并画布时出现问题",
|
"problemMergingCanvas": "合并画布时出现问题",
|
||||||
"setCanvasInitialImage": "设为画布初始图像",
|
"setCanvasInitialImage": "设定画布初始图像",
|
||||||
"imageUploaded": "图像已上传",
|
"imageUploaded": "图像已上传",
|
||||||
"addedToBoard": "已添加到面板",
|
"addedToBoard": "已添加到面板",
|
||||||
"workflowLoaded": "工作流已加载",
|
"workflowLoaded": "工作流已加载",
|
||||||
@ -722,7 +739,8 @@
|
|||||||
"canvasSavedGallery": "画布已保存到图库",
|
"canvasSavedGallery": "画布已保存到图库",
|
||||||
"imageUploadFailed": "图像上传失败",
|
"imageUploadFailed": "图像上传失败",
|
||||||
"problemImportingMask": "导入遮罩时出现问题",
|
"problemImportingMask": "导入遮罩时出现问题",
|
||||||
"baseModelChangedCleared_other": "基础模型已更改, 已清除或禁用 {{count}} 个不兼容的子模型"
|
"baseModelChangedCleared_other": "基础模型已更改, 已清除或禁用 {{count}} 个不兼容的子模型",
|
||||||
|
"setAsCanvasInitialImage": "设为画布初始图像"
|
||||||
},
|
},
|
||||||
"unifiedCanvas": {
|
"unifiedCanvas": {
|
||||||
"layer": "图层",
|
"layer": "图层",
|
||||||
@ -808,7 +826,8 @@
|
|||||||
"toggleAutoscroll": "切换自动缩放",
|
"toggleAutoscroll": "切换自动缩放",
|
||||||
"menu": "菜单",
|
"menu": "菜单",
|
||||||
"showGalleryPanel": "显示图库浮窗",
|
"showGalleryPanel": "显示图库浮窗",
|
||||||
"loadMore": "加载更多"
|
"loadMore": "加载更多",
|
||||||
|
"mode": "模式"
|
||||||
},
|
},
|
||||||
"ui": {
|
"ui": {
|
||||||
"showProgressImages": "显示处理中的图片",
|
"showProgressImages": "显示处理中的图片",
|
||||||
@ -1031,7 +1050,9 @@
|
|||||||
"integerPolymorphic": "整数多态",
|
"integerPolymorphic": "整数多态",
|
||||||
"latentsPolymorphic": "Latents 多态",
|
"latentsPolymorphic": "Latents 多态",
|
||||||
"conditioningField": "条件",
|
"conditioningField": "条件",
|
||||||
"latentsField": "Latents"
|
"latentsField": "Latents",
|
||||||
|
"updateAllNodes": "更新所有节点",
|
||||||
|
"unableToUpdateNodes_other": "{{count}} 个节点无法完成更新"
|
||||||
},
|
},
|
||||||
"controlnet": {
|
"controlnet": {
|
||||||
"resize": "直接缩放",
|
"resize": "直接缩放",
|
||||||
@ -1117,7 +1138,8 @@
|
|||||||
"openPose": "Openpose",
|
"openPose": "Openpose",
|
||||||
"controlAdapter_other": "Control Adapters",
|
"controlAdapter_other": "Control Adapters",
|
||||||
"lineartAnime": "Lineart Anime",
|
"lineartAnime": "Lineart Anime",
|
||||||
"canny": "Canny"
|
"canny": "Canny",
|
||||||
|
"unstarImage": "取消收藏图像"
|
||||||
},
|
},
|
||||||
"queue": {
|
"queue": {
|
||||||
"status": "状态",
|
"status": "状态",
|
||||||
@ -1176,7 +1198,9 @@
|
|||||||
"queueTotal": "总计 {{total}}",
|
"queueTotal": "总计 {{total}}",
|
||||||
"enqueueing": "队列中的批次",
|
"enqueueing": "队列中的批次",
|
||||||
"queueMaxExceeded": "超出最大值 {{max_queue_size}},将跳过 {{skip}}",
|
"queueMaxExceeded": "超出最大值 {{max_queue_size}},将跳过 {{skip}}",
|
||||||
"graphFailedToQueue": "节点图加入队列失败"
|
"graphFailedToQueue": "节点图加入队列失败",
|
||||||
|
"batchFieldValues": "批处理值",
|
||||||
|
"time": "时间"
|
||||||
},
|
},
|
||||||
"sdxl": {
|
"sdxl": {
|
||||||
"refinerStart": "Refiner 开始作用时机",
|
"refinerStart": "Refiner 开始作用时机",
|
||||||
@ -1234,7 +1258,9 @@
|
|||||||
"selectModel": "选择一个模型",
|
"selectModel": "选择一个模型",
|
||||||
"selectLoRA": "选择一个 LoRA",
|
"selectLoRA": "选择一个 LoRA",
|
||||||
"noRefinerModelsInstalled": "无已安装的 SDXL Refiner 模型",
|
"noRefinerModelsInstalled": "无已安装的 SDXL Refiner 模型",
|
||||||
"noLoRAsInstalled": "无已安装的 LoRA"
|
"noLoRAsInstalled": "无已安装的 LoRA",
|
||||||
|
"esrganModel": "ESRGAN 模型",
|
||||||
|
"addLora": "添加 LoRA"
|
||||||
},
|
},
|
||||||
"boards": {
|
"boards": {
|
||||||
"autoAddBoard": "自动添加面板",
|
"autoAddBoard": "自动添加面板",
|
||||||
@ -1252,7 +1278,11 @@
|
|||||||
"changeBoard": "更改面板",
|
"changeBoard": "更改面板",
|
||||||
"loading": "加载中...",
|
"loading": "加载中...",
|
||||||
"clearSearch": "清除检索",
|
"clearSearch": "清除检索",
|
||||||
"downloadBoard": "下载面板"
|
"downloadBoard": "下载面板",
|
||||||
|
"deleteBoardOnly": "仅删除面板",
|
||||||
|
"deleteBoard": "删除面板",
|
||||||
|
"deleteBoardAndImages": "删除面板和图像",
|
||||||
|
"deletedBoardsCannotbeRestored": "已删除的面板无法被恢复"
|
||||||
},
|
},
|
||||||
"embedding": {
|
"embedding": {
|
||||||
"noMatchingEmbedding": "不匹配的 Embedding",
|
"noMatchingEmbedding": "不匹配的 Embedding",
|
||||||
@ -1271,7 +1301,8 @@
|
|||||||
"combinatorial": "组合生成",
|
"combinatorial": "组合生成",
|
||||||
"maxPrompts": "最大提示词数",
|
"maxPrompts": "最大提示词数",
|
||||||
"dynamicPrompts": "动态提示词",
|
"dynamicPrompts": "动态提示词",
|
||||||
"promptsWithCount_other": "{{count}} 个提示词"
|
"promptsWithCount_other": "{{count}} 个提示词",
|
||||||
|
"promptsPreview": "提示词预览"
|
||||||
},
|
},
|
||||||
"popovers": {
|
"popovers": {
|
||||||
"compositingMaskAdjustments": {
|
"compositingMaskAdjustments": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user