Files
homarr/public/locales/fr/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": "Dash.",
"description": "",
"settings": {
"title": "Paramètres du widget Dash",
"dashName": {
"label": "Nom Dash."
},
"url": {
"label": "URL Dash."
},
"usePercentages": {
"label": "Afficher les pourcentages"
},
"columns": {
"label": "Affichage des colonnes"
},
"graphHeight": {
"label": ""
},
"graphsOrder": {
"label": "",
"storage": {
"label": "Stockage",
"enabled": {
"label": ""
},
"span": {
"label": ""
},
"compactView": {
"label": ""
},
"multiView": {
"label": ""
}
},
"network": {
"label": "Réseau",
"enabled": {
"label": ""
},
"span": {
"label": ""
},
"compactView": {
"label": ""
}
},
"cpu": {
"label": "CPU",
"enabled": {
"label": ""
},
"span": {
"label": ""
},
"multiView": {
"label": ""
}
},
"ram": {
"label": "RAM",
"enabled": {
"label": ""
},
"span": {
"label": ""
}
},
"gpu": {
"label": "GPU",
"enabled": {
"label": ""
},
"span": {
"label": ""
}
}
}
}
},
"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": "Protocole rétrograde détecté (HTTP)",
"text": ""
}
},
"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"
}
}
}
}