Files
homarr/public/locales/ja/modules/dashdot.json

62 lines
1.6 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から情報を取得できません。- は最新版ですか?",
"protocolDowngrade": {
"title": "",
"text": ""
}
},
"graphs": {
"storage": {
"title": "ストレージ",
"label": "ストレージです。"
},
"network": {
"title": "ネットワーク",
"label": "ネットワーク",
"metrics": {
"download": "ダウン",
"upload": "上"
}
},
"cpu": {
"title": "CPU"
},
"ram": {
"title": "ラム"
},
"gpu": {
"title": "GPU"
}
}
}
}