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

31 lines
748 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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": "提交"
}
}