Files
homarr/public/locales/ja/modules/dashdot.json
2023-02-14 14:03:26 +01:00

50 lines
1.3 KiB
JSON

{
"descriptor": {
"name": "ダッシュ",
"description": "Homarr内部の外部Dash.インスタンスのグラフを表示します。",
"settings": {
"title": "Dash.ウィジェットの設定",
"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"
}
}
}
}