aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--localizations/zh_CN.json53
1 files changed, 53 insertions, 0 deletions
diff --git a/localizations/zh_CN.json b/localizations/zh_CN.json
index b208ae25..94907ada 100644
--- a/localizations/zh_CN.json
+++ b/localizations/zh_CN.json
@@ -91,6 +91,9 @@
"Show Textbox": "显示文本框",
"File with inputs": "含输入内容的文件",
"Prompts": "提示词",
+ "Iterate seed every line": "每行输入都换一个种子",
+ "List of prompt inputs": "提示词输入列表",
+ "Upload prompt inputs": "上传提示词输入文件",
"X type": "X轴类型",
"Nothing": "无",
"Var. seed": "差异随机种子",
@@ -109,6 +112,7 @@
"Eta": "Eta",
"Clip skip": "Clip 跳过",
"Denoising": "去噪",
+ "Cond. Image Mask Weight": "自适应图像蒙版强度",
"X values": "X轴数值",
"Y type": "Y轴类型",
"Y values": "Y轴数值",
@@ -204,6 +208,7 @@
"GFPGAN visibility": "GFPGAN 可见度",
"CodeFormer visibility": "CodeFormer 可见度",
"CodeFormer weight (0 = maximum effect, 1 = minimum effect)": "CodeFormer 权重 (0 = 最大效果, 1 = 最小效果)",
+ "Upscale Before Restoring Faces": "放大后再进行面部修复",
"Open output directory": "打开输出目录",
"Send to txt2img": ">> 文生图",
"A merger of the two checkpoints will be generated in your": "合并后的模型(ckpt)会生成在你的",
@@ -237,6 +242,36 @@
"leakyrelu": "leakyrelu",
"elu": "elu",
"swish": "swish",
+ "tanh": "tanh",
+ "sigmoid": "sigmoid",
+ "celu": "celu",
+ "gelu": "gelu",
+ "glu": "glu",
+ "hardshrink": "hardshrink",
+ "hardsigmoid": "hardsigmoid",
+ "hardtanh": "hardtanh",
+ "logsigmoid": "logsigmoid",
+ "logsoftmax": "logsoftmax",
+ "mish": "mish",
+ "prelu": "prelu",
+ "rrelu": "rrelu",
+ "relu6": "relu6",
+ "selu": "selu",
+ "silu": "silu",
+ "softmax": "softmax",
+ "softmax2d": "softmax2d",
+ "softmin": "softmin",
+ "softplus": "softplus",
+ "softshrink": "softshrink",
+ "softsign": "softsign",
+ "tanhshrink": "tanhshrink",
+ "threshold": "阈值",
+ "Select Layer weights initialization. relu-like - Kaiming, sigmoid-like - Xavier is recommended": "选择初始化层权重的方案. 类relu - Kaiming, 类sigmoid - Xavier 都是比较推荐的选项",
+ "Normal": "正态",
+ "KaimingUniform": "Kaiming均匀",
+ "KaimingNormal": "Kaiming正态",
+ "XavierUniform": "Xavier均匀",
+ "XavierNormal": "Xavier正态",
"Add layer normalization": "添加层标准化",
"Use dropout": "采用 dropout 防止过拟合",
"Overwrite Old Hypernetwork": "覆写旧的 Hypernetwork",
@@ -250,10 +285,15 @@
"Create flipped copies": "生成镜像副本",
"Split oversized images into two": "将过大的图像分为两份",
"Split oversized images": "分割过大的图像",
+ "Auto focal point crop": "自动焦点裁切",
"Use BLIP for caption": "使用 BLIP 生成说明文字(自然语言描述)",
"Use deepbooru for caption": "使用 deepbooru 生成说明文字(tags)",
"Split image threshold": "图像分割阈值",
"Split image overlap ratio": "分割图像重叠的比率",
+ "Focal point face weight": "焦点面部权重",
+ "Focal point entropy weight": "焦点熵权重",
+ "Focal point edges weight": "焦点线条权重",
+ "Create debug image": "生成除错图片",
"Preprocess": "预处理",
"Train an embedding; must specify a directory with a set of 1:1 ratio images": "训练 embedding; 必须指定一组具有 1:1 比例图像的目录",
"Train an embedding or Hypernetwork; you must specify a directory with a set of 1:1 ratio images": "训练 embedding 或者 hypernetwork; 必须指定一组具有 1:1 比例图像的目录",
@@ -280,9 +320,11 @@
"Renew Page": "刷新页面",
"extras": "后处理",
"favorites": "收藏夹",
+ "others": "其他",
"custom fold": "自定义文件夹",
"Load": "载入",
"Images directory": "图像目录",
+ "Dropdown": "下拉列表",
"Prev batch": "上一批",
"Next batch": "下一批",
"First Page": "首页",
@@ -291,7 +333,12 @@
"Next Page": "下一页",
"End Page": "尾页",
"number of images to delete consecutively next": "接下来要连续删除的图像数",
+ "delete next": "删除下一张",
"Delete": "删除",
+ "sort by": "排序方式",
+ "path name": "路径名",
+ "date": "日期",
+ "keyword": "关键词",
"Generate Info": "生成信息",
"File Name": "文件名",
"Collect": "收藏",
@@ -299,12 +346,15 @@
"Date to": "日期至",
"Number": "数量",
"set_index": "设置索引",
+ "load_switch": "载入开关",
+ "turn_page_switch": "翻页开关",
"Checkbox": "勾选框",
"Apply settings": "保存设置",
"Saving images/grids": "保存图像/概览图",
"Always save all generated images": "始终保存所有生成的图像",
"File format for images": "图像的文件格式",
"Images filename pattern": "图像文件名格式",
+ "Add number to filename when saving": "储存的时候在文件名里添加数字",
"Always save all generated image grids": "始终保存所有生成的概览图",
"File format for grids": "概览图的文件格式",
"Add extended info (seed, prompt) to filename when saving grid": "保存概览时将扩展信息(随机种子、提示词)添加到文件名",
@@ -359,6 +409,7 @@
"Stable Diffusion": "Stable Diffusion",
"Checkpoints to cache in RAM": "缓存在内存(RAM)中的模型(ckpt)",
"Hypernetwork strength": "Hypernetwork 强度",
+ "Inpainting conditioning mask strength": "内补绘制的自适应蒙版强度",
"Apply color correction to img2img results to match original colors.": "对图生图结果应用颜色校正以匹配原始颜色",
"Save a copy of image before applying color correction to img2img results": "在对图生图结果应用颜色校正之前保存图像副本",
"With img2img, do exactly the amount of steps the slider specifies (normally you'd do less with less denoising).": "在进行图生图的时候,确切地执行滑块指定的迭代步数(正常情况下更弱的去噪需要更少的迭代步数)",
@@ -390,6 +441,7 @@
"Add model hash to generation information": "将模型的哈希值添加到生成信息",
"Add model name to generation information": "将模型名称添加到生成信息",
"When reading generation parameters from text into UI (from PNG info or pasted text), do not change the selected model/checkpoint.": "当从文本读取生成参数到 UI(从 PNG 信息或粘贴文本)时,不要更改选定的模型(ckpt)",
+ "Send seed when sending prompt or image to other interface": "将提示词或者图片传送到其他界面的时候同时也把随机种子传送过去",
"Font for image grids that have text": "有文字的概览图使用的字体",
"Enable full page image viewer": "启用整页图像查看器",
"Show images zoomed in by default in full page image viewer": "在整页图像查看器中默认放大显示图像",
@@ -478,6 +530,7 @@
"Restore low quality faces using GFPGAN neural network": "使用 GFPGAN 神经网络修复低质量面部",
"This regular expression will be used extract words from filename, and they will be joined using the option below into label text used for training. Leave empty to keep filename text as it is.": "此正则表达式将用于从文件名中提取单词,并将使用以下选项将它们接合到用于训练的标签文本中。留空以保持文件名文本不变",
"This string will be used to join split words into a single line if the option above is enabled.": "如果启用了上述选项,则此处的字符会用于将拆分的单词接合为同一行",
+ "Only applies to inpainting models. Determines how strongly to mask off the original image for inpainting and img2img. 1.0 means fully masked, which is the default behaviour. 0.0 means a fully unmasked conditioning. Lower values will help preserve the overall composition of the image, but will struggle with large changes.": "仅适用于内补绘制专用的模型。 决定了蒙版在内补绘制以及图生图中屏蔽原图内容的强度。 1.0 表示完全屏蔽,这是默认行为。 0.0 表示完全不屏蔽。 较低的值将有助于保持图像的整体构图,但很难遇到较大的变化。",
"List of setting names, separated by commas, for settings that should go to the quick access bar at the top, rather than the usual setting tab. See modules/shared.py for setting names. Requires restarting to apply.": "设置名称列表,以逗号分隔,设置应转到顶部的快速访问栏,而不是通常的设置选项卡。有关设置名称,请参见 modules/shared.py。需要重新启动才能应用",
"If this values is non-zero, it will be added to seed and used to initialize RNG for noises when using samplers with Eta. You can use this to produce even more variation of images, or you can use this to match images of other software if you know what you are doing.": "如果这个值不为零,它将被添加到随机种子中,并在使用带有 Eta 的采样器时用于初始化随机噪声。你可以使用它来产生更多的图像变化,或者你可以使用它来模仿其他软件生成的图像,如果你知道你在做什么",
"Enable Autocomplete": "开启Tag补全",