mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 16:05:47 +01:00
New translations dashdot.json (Japanese)
This commit is contained in:
60
public/locales/ja/modules/dashdot.json
Normal file
60
public/locales/ja/modules/dashdot.json
Normal file
@@ -0,0 +1,60 @@
|
|||||||
|
{
|
||||||
|
"descriptor": {
|
||||||
|
"name": "Dash.",
|
||||||
|
"description": "A module for displaying the graphs of your running Dash. instance.",
|
||||||
|
"settings": {
|
||||||
|
"cpuMultiView": {
|
||||||
|
"label": "CPU Multi-Core View"
|
||||||
|
},
|
||||||
|
"storageMultiView": {
|
||||||
|
"label": "Storage Multi-Drive View"
|
||||||
|
},
|
||||||
|
"useCompactView": {
|
||||||
|
"label": "Use Compact View"
|
||||||
|
},
|
||||||
|
"graphs": {
|
||||||
|
"label": "Graphs",
|
||||||
|
"options": {
|
||||||
|
"cpu": "CPU",
|
||||||
|
"ram": "RAM",
|
||||||
|
"storage": "Storage",
|
||||||
|
"network": "Network",
|
||||||
|
"gpu": "GPU"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"url": {
|
||||||
|
"label": "Dash. URL"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"card": {
|
||||||
|
"title": "Dash.",
|
||||||
|
"errors": {
|
||||||
|
"noService": "No dash. service found. Please add one to your Homarr dashboard or set a dashdot URL in the module options",
|
||||||
|
"noInformation": "Cannot acquire information from dash. - are you running the latest version?"
|
||||||
|
},
|
||||||
|
"graphs": {
|
||||||
|
"storage": {
|
||||||
|
"title": "Storage",
|
||||||
|
"label": "Storage:"
|
||||||
|
},
|
||||||
|
"network": {
|
||||||
|
"title": "Network",
|
||||||
|
"label": "Network:",
|
||||||
|
"metrics": {
|
||||||
|
"download": "Down",
|
||||||
|
"upload": "Up"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"cpu": {
|
||||||
|
"title": "CPU"
|
||||||
|
},
|
||||||
|
"memory": {
|
||||||
|
"title": "RAM"
|
||||||
|
},
|
||||||
|
"gpu": {
|
||||||
|
"title": "GPU"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user