Files
homarr/public/locales/ja/settings/customization/page-appearance.json
2023-11-14 20:04:13 +01:00

51 lines
1.2 KiB
JSON

{
"pageTitle": {
"label": "ページタイトル",
"description": "左上のダッシュボードのタイトル"
},
"metaTitle": {
"label": "メタ・タイトル",
"description": "ブラウザのタブに表示されるタイトル"
},
"logo": {
"label": "ロゴ",
"description": "左上に表示されるロゴ"
},
"favicon": {
"label": "ファビコン",
"description": "ブラウザのタブに表示されるアイコン"
},
"background": {
"label": "背景"
},
"backgroundImageAttachment": {
"label": "",
"options": {
"fixed": "",
"scroll": ""
}
},
"backgroundImageSize": {
"label": "",
"options": {
"cover": "",
"contain": ""
}
},
"backgroundImageRepeat": {
"label": "",
"options": {
"repeat": "",
"no-repeat": "",
"repeat-x": "",
"repeat-y": ""
}
},
"customCSS": {
"label": "カスタムCSS",
"description": "さらに、CSS を使用してダッシュボードをカスタマイズします。経験豊富なユーザーにのみお勧めします。",
"placeholder": "カスタムCSSは最後に適用されます",
"applying": "CSSを適用中..."
}
}