Files
homarr/public/locales/es/modules/dashdot.json
2022-08-30 12:49:55 +02:00

60 lines
1.1 KiB
JSON

{
"descriptor": {
"name": "",
"description": "",
"settings": {
"cpuMultiView": {
"label": ""
},
"storageMultiView": {
"label": ""
},
"useCompactView": {
"label": ""
},
"graphs": {
"label": "",
"options": {
"cpu": "Procesador",
"ram": "Memoria RAM",
"storage": "Almacenaje",
"network": "Red",
"gpu": "Procesador Gráfico"
}
},
"url": {
"label": ""
}
}
},
"card": {
"title": "",
"errors": {
"noService": "",
"noInformation": ""
},
"graphs": {
"storage": {
"title": "Almacenaje",
"label": "Almacenaje:"
},
"network": {
"title": "Red",
"label": "Red:",
"metrics": {
"download": "",
"upload": ""
}
},
"cpu": {
"title": "Procesador"
},
"memory": {
"title": "Memoria RAM"
},
"gpu": {
"title": "Procesador Gráfico"
}
}
}
}