31 lines
892 B
JSON
31 lines
892 B
JSON
{
|
|
"pageTitle": {
|
|
"label": "ページタイトル",
|
|
"description": "左上のダッシュボードのタイトル"
|
|
},
|
|
"metaTitle": {
|
|
"label": "メタ・タイトル",
|
|
"description": "ブラウザのタブに表示されるタイトル"
|
|
},
|
|
"logo": {
|
|
"label": "ロゴ",
|
|
"description": "左上に表示されるロゴ"
|
|
},
|
|
"favicon": {
|
|
"label": "ファビコン",
|
|
"description": "ブラウザのタブに表示されるアイコン"
|
|
},
|
|
"background": {
|
|
"label": "背景"
|
|
},
|
|
"customCSS": {
|
|
"label": "カスタムCSS",
|
|
"description": "さらに、CSS を使用してダッシュボードをカスタマイズします。経験豊富なユーザーにのみお勧めします。",
|
|
"placeholder": "カスタムCSSは最後に適用されます",
|
|
"applying": "CSSを適用中..."
|
|
},
|
|
"buttons": {
|
|
"submit": "送信"
|
|
}
|
|
}
|