New Crowdin updates (#1614)

This commit is contained in:
Thomas Camlong
2023-11-14 20:04:13 +01:00
committed by GitHub
parent de344ccea9
commit 12d531c258
69 changed files with 771 additions and 150 deletions

View File

@@ -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 中..."
}
}
}