Files
homarr/public/locales/zh/settings/customization/page-appearance.json
Thomas Camlong ba7786d337 🌎 New Crowdin updates
2022-10-10 22:18:12 +02:00

26 lines
478 B
JSON

{
"pageTitle": {
"label": "页面标题",
"placeholder": "Homarr 🦞"
},
"logo": {
"label": "徽标",
"placeholder": "/img/logo.png"
},
"favicon": {
"label": "网站图标",
"placeholder": "/favicon.png"
},
"background": {
"label": "背景",
"placeholder": "/img/background.png"
},
"customCSS": {
"label": "自定义CSS",
"placeholder": "自定义CSS将被最后执行"
},
"buttons": {
"submit": "提交"
}
}