mirror of
https://github.com/ajnart/homarr.git
synced 2026-03-08 05:10:24 +01:00
31 lines
564 B
JSON
31 lines
564 B
JSON
{
|
|
"pageTitle": {
|
|
"label": "ページタイトル",
|
|
"description": ""
|
|
},
|
|
"metaTitle": {
|
|
"label": "メタ・タイトル",
|
|
"description": ""
|
|
},
|
|
"logo": {
|
|
"label": "ロゴマーク",
|
|
"description": ""
|
|
},
|
|
"favicon": {
|
|
"label": "ファビコン",
|
|
"description": ""
|
|
},
|
|
"background": {
|
|
"label": "背景"
|
|
},
|
|
"customCSS": {
|
|
"label": "カスタムCSS",
|
|
"description": "",
|
|
"placeholder": "カスタムCSSは最後に適用されます",
|
|
"applying": ""
|
|
},
|
|
"buttons": {
|
|
"submit": "提出"
|
|
}
|
|
}
|