Files
Homarr/public/locales/ja/modules/dashdot.json
2023-09-01 21:55:45 +02:00

119 lines
3.4 KiB
JSON

{
"descriptor": {
"name": "ダッシュ",
"description": "HomarrでDashのグラフを表示します。",
"settings": {
"title": "Dash.ウィジェットの設定",
"dashName": {
"label": "Dashの名前"
},
"url": {
"label": "ダッシュURL"
},
"usePercentages": {
"label": "パーセント表示"
},
"columns": {
"label": "列を表示"
},
"graphHeight": {
"label": "グラフの高さ"
},
"graphsOrder": {
"label": "グラフ (順序)",
"storage": {
"label": "ストレージ",
"enabled": {
"label": "ウィジェットに表示"
},
"span": {
"label": "列の間隔"
},
"compactView": {
"label": "テキストで表示(コンパクト)"
},
"multiView": {
"label": "マルチドライブビューで表示"
}
},
"network": {
"label": "ネットワーク",
"enabled": {
"label": "ウィジェットに表示"
},
"span": {
"label": "列の間隔"
},
"compactView": {
"label": "テキストで表示(コンパクト)"
}
},
"cpu": {
"label": "CPU",
"enabled": {
"label": "ウィジェットに表示"
},
"span": {
"label": "列の間隔"
},
"multiView": {
"label": "マルチコアビューで表示"
}
},
"ram": {
"label": "メモリ",
"enabled": {
"label": "ウィジェットに表示"
},
"span": {
"label": "列の間隔"
}
},
"gpu": {
"label": "GPU",
"enabled": {
"label": "ウィジェットに表示"
},
"span": {
"label": "列の間隔"
}
}
}
}
},
"card": {
"title": "ダッシュ",
"errors": {
"noService": "Dash.サービスが見当たりません。HOMARダッシュボードに追加するか、モジュールオプションでDash.サービスを設定してください。のURLをモジュールオプションで設定してください。",
"noInformation": "dashから情報を取得できません。- は最新版ですか?",
"protocolDowngrade": {
"title": "ダウングレードされたプロトコルを検出",
"text": "Dash. インスタンスへの接続は HTTP を使用しています。HTTP は暗号化されていないため、攻撃者がこの接続を悪用する可能性があります。Dash. が HTTPS を使用していることを確認するか、Homarr を HTTP にダウングレードしてください(推奨されません)。"
}
},
"graphs": {
"storage": {
"title": "ストレージ",
"label": "ストレージ:"
},
"network": {
"title": "ネットワーク",
"label": "ネットワーク",
"metrics": {
"download": "ダウンロード",
"upload": "アップロード"
}
},
"cpu": {
"title": "CPU"
},
"ram": {
"title": "メモリ"
},
"gpu": {
"title": "GPU"
}
}
}
}