Files
homarr/public/locales/zh/settings/customization/page-appearance.json
T
2023-08-06 17:13:08 +02:00

31 lines
748 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": "提交"
}
}