Files
homarr/public/locales/zh/settings/customization/page-appearance.json
2023-09-01 21:55:45 +02:00

31 lines
728 B
JSON

{
"pageTitle": {
"label": "页面标题",
"description": "面板中左上角的标题"
},
"metaTitle": {
"label": "元标题",
"description": "在您的浏览器标签页中显示的标题"
},
"logo": {
"label": "Logo",
"description": "显示在左上方的 Logo"
},
"favicon": {
"label": "图标",
"description": "在您的浏览器标签页中显示的图标"
},
"background": {
"label": "背景"
},
"customCSS": {
"label": "自定义 CSS",
"description": "此外,只推荐有经验的用户使用 CSS 自定义面板",
"placeholder": "自定义 CSS 将在最后应用",
"applying": "应用CSS中..."
},
"buttons": {
"submit": "提交"
}
}