Files
homarr/public/locales/ja/modules/dashdot.json
2023-02-06 21:02:59 +01:00

58 lines
1.5 KiB
JSON

{
"descriptor": {
"name": "ダッシュ",
"description": "Homarr内部の外部Dash.インスタンスのグラフを表示します。",
"settings": {
"title": "Dash.ウィジェットの設定",
"cpuMultiView": {
"label": "CPUマルチコアビュー"
},
"storageMultiView": {
"label": "ストレージマルチドライブビュー"
},
"useCompactView": {
"label": "コンパクトビューを使用する"
},
"graphs": {
"label": "グラフ"
},
"url": {
"label": "ダッシュURL"
},
"usePercentages": {
"label": ""
}
}
},
"card": {
"title": "ダッシュ",
"errors": {
"noService": "Dash.サービスが見当たりません。HOMARダッシュボードに追加するか、モジュールオプションでDash.サービスを設定してください。のURLをモジュールオプションで設定してください。",
"noInformation": "dashから情報を取得できません。- は最新版ですか?"
},
"graphs": {
"storage": {
"title": "ストレージ",
"label": "ストレージです。"
},
"network": {
"title": "ネットワーク",
"label": "ネットワーク",
"metrics": {
"download": "ダウン",
"upload": "上"
}
},
"cpu": {
"title": "CPU"
},
"memory": {
"title": "ラム"
},
"gpu": {
"title": "GPU"
}
}
}
}