New Crowdin updates (#1614)
This commit is contained in:
@@ -18,10 +18,33 @@
|
||||
"background": {
|
||||
"label": "背景"
|
||||
},
|
||||
"backgroundImageAttachment": {
|
||||
"label": "背景图片附件",
|
||||
"options": {
|
||||
"fixed": "固定 - 背景保持在同一位置(推荐)",
|
||||
"scroll": "滚动 - 背景随鼠标滚动"
|
||||
}
|
||||
},
|
||||
"backgroundImageSize": {
|
||||
"label": "背景图像大小",
|
||||
"options": {
|
||||
"cover": "覆盖 - 通过裁剪多余的空间,将图像缩放得尽可能小以覆盖整个窗口。 (推荐使用)",
|
||||
"contain": "包含 - 在不裁剪或拉伸图像的情况下,在容器内尽可能大地缩放图像。"
|
||||
}
|
||||
},
|
||||
"backgroundImageRepeat": {
|
||||
"label": "背景图片附件",
|
||||
"options": {
|
||||
"repeat": "重复 - 根据需要重复图像,以覆盖整个背景图像绘制区域。",
|
||||
"no-repeat": "无重复 - 图像不重复且可能不会填满整个空间(推荐)",
|
||||
"repeat-x": "重复 X - 与 \"重复 \"相同,但只在水平轴上重复。",
|
||||
"repeat-y": "重复 Y - 与 \"重复 \"相同,但只在垂直轴上重复。"
|
||||
}
|
||||
},
|
||||
"customCSS": {
|
||||
"label": "自定义 CSS",
|
||||
"description": "只推荐有经验的用户使用 CSS 自定义面板",
|
||||
"placeholder": "自定义 CSS 将在最后应用",
|
||||
"applying": "应用CSS中..."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user