mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-19 14:02:20 +01:00
119 lines
3.2 KiB
JSON
119 lines
3.2 KiB
JSON
{
|
|
"descriptor": {
|
|
"name": "Dash.",
|
|
"description": "Affiche les graphiques d'une instance externe de Dash. dans Homarr.",
|
|
"settings": {
|
|
"title": "Paramètres du widget Dash",
|
|
"dashName": {
|
|
"label": "Nom du Dash."
|
|
},
|
|
"url": {
|
|
"label": "URL Dash."
|
|
},
|
|
"usePercentages": {
|
|
"label": "Afficher les pourcentages"
|
|
},
|
|
"columns": {
|
|
"label": "Affichage des colonnes"
|
|
},
|
|
"graphHeight": {
|
|
"label": "Hauteur des graphiques"
|
|
},
|
|
"graphsOrder": {
|
|
"label": "Graphiques (Ordre)",
|
|
"storage": {
|
|
"label": "Stockage",
|
|
"enabled": {
|
|
"label": "Afficher dans le widget"
|
|
},
|
|
"span": {
|
|
"label": "Portée de la colonne"
|
|
},
|
|
"compactView": {
|
|
"label": "Afficher en tant que texte (compact)"
|
|
},
|
|
"multiView": {
|
|
"label": "Montrer comme vue multidisques"
|
|
}
|
|
},
|
|
"network": {
|
|
"label": "Réseau",
|
|
"enabled": {
|
|
"label": "Afficher dans le widget"
|
|
},
|
|
"span": {
|
|
"label": "Portée de la colonne"
|
|
},
|
|
"compactView": {
|
|
"label": "Afficher en tant que texte (compact)"
|
|
}
|
|
},
|
|
"cpu": {
|
|
"label": "CPU",
|
|
"enabled": {
|
|
"label": "Afficher dans le widget"
|
|
},
|
|
"span": {
|
|
"label": "Portée de la colonne"
|
|
},
|
|
"multiView": {
|
|
"label": "Afficher en tant que vue multi-cœur"
|
|
}
|
|
},
|
|
"ram": {
|
|
"label": "RAM",
|
|
"enabled": {
|
|
"label": "Afficher dans le widget"
|
|
},
|
|
"span": {
|
|
"label": "Portée de la colonne"
|
|
}
|
|
},
|
|
"gpu": {
|
|
"label": "GPU",
|
|
"enabled": {
|
|
"label": "Afficher dans le widget"
|
|
},
|
|
"span": {
|
|
"label": "Portée de la colonne"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"card": {
|
|
"title": "Dash.",
|
|
"errors": {
|
|
"noService": "Aucun service Dash. trouvé. Veuillez en ajouter un à votre tableau de bord Homarr ou définir l'URL du service Dash. dans les options du module",
|
|
"noInformation": "Impossible d'acquérir des informations de Dash. - Utilisez-vous la dernière version ?",
|
|
"protocolDowngrade": {
|
|
"title": "Dégradation du protocole détectée",
|
|
"text": "La connexion à votre instance Dash. utilise le protocole HTTP. C'est un risque de sécurité, car HTTP n'est pas crypté et les attaquants pourraient abuser de cette connexion. Assurez-vous que Dash. utilise HTTPS, ou rétrogradez Homarr en HTTP (non recommandé)."
|
|
}
|
|
},
|
|
"graphs": {
|
|
"storage": {
|
|
"title": "Stockage",
|
|
"label": "Stockage :"
|
|
},
|
|
"network": {
|
|
"title": "Réseau",
|
|
"label": "Réseau :",
|
|
"metrics": {
|
|
"download": "Descendant",
|
|
"upload": "Montant"
|
|
}
|
|
},
|
|
"cpu": {
|
|
"title": "CPU"
|
|
},
|
|
"ram": {
|
|
"title": "RAM"
|
|
},
|
|
"gpu": {
|
|
"title": "GPU"
|
|
}
|
|
}
|
|
}
|
|
}
|