Files
homarr/public/locales/ja/settings/customization/page-appearance.json
2022-10-31 17:36:45 +01:00

26 lines
531 B
JSON

{
"pageTitle": {
"label": "ページタイトル",
"placeholder": "ホーマー"
},
"logo": {
"label": "ロゴマーク",
"placeholder": "/img/logo.png"
},
"favicon": {
"label": "ファビコン",
"placeholder": "/imgs/favicon/favicon.png"
},
"background": {
"label": "背景",
"placeholder": "/img/background.png"
},
"customCSS": {
"label": "カスタムCSS",
"placeholder": "カスタムCSSは最後に実行されます"
},
"buttons": {
"submit": "提出"
}
}