Files
homarr/public/locales/ja/modules/dashdot.json
Larvey 39c89c3f6d Added dashName variable to locales
In preparation for the dashName variable addition
2023-04-25 13:37:49 -04:00

119 lines
2.5 KiB
JSON

{
"descriptor": {
"name": "ダッシュ",
"description": "",
"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": ""
}
},
"graphs": {
"storage": {
"title": "ストレージ",
"label": "ストレージです。"
},
"network": {
"title": "ネットワーク",
"label": "ネットワーク",
"metrics": {
"download": "ダウン",
"upload": "上"
}
},
"cpu": {
"title": "CPU"
},
"ram": {
"title": ""
},
"gpu": {
"title": "GPU"
}
}
}
}