🌐 add crowdin translations
This commit is contained in:
60
public/locales/fr/modules/dashdot.json
Normal file
60
public/locales/fr/modules/dashdot.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Dash.",
|
||||
"description": "Un module pour afficher les graphiques de votre instance Dash. en cours.",
|
||||
"settings": {
|
||||
"cpuMultiView": {
|
||||
"label": "Vue du CPU multi-cœur"
|
||||
},
|
||||
"storageMultiView": {
|
||||
"label": "Vue du stockage multidisque"
|
||||
},
|
||||
"useCompactView": {
|
||||
"label": "Utiliser la vue compacte"
|
||||
},
|
||||
"graphs": {
|
||||
"label": "Graphiques",
|
||||
"options": {
|
||||
"cpu": "CPU",
|
||||
"ram": "RAM",
|
||||
"storage": "Stockage",
|
||||
"network": "Réseau",
|
||||
"gpu": "GPU"
|
||||
}
|
||||
},
|
||||
"url": {
|
||||
"label": "URL Dash"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"title": "Dash.",
|
||||
"errors": {
|
||||
"noService": "Aucun service dash. trouvé. Veuillez en ajouter un à votre tableau de bord Homarr ou définir une URL dashdot dans les options du module.",
|
||||
"noInformation": "Impossible d'acquérir des informations de dashdot - Utilisez-vous la dernière version ?"
|
||||
},
|
||||
"graphs": {
|
||||
"storage": {
|
||||
"title": "Stockage",
|
||||
"label": "Stockage :"
|
||||
},
|
||||
"network": {
|
||||
"title": "Réseau",
|
||||
"label": "Réseau :",
|
||||
"metrics": {
|
||||
"download": "Duvet",
|
||||
"upload": "Up"
|
||||
}
|
||||
},
|
||||
"cpu": {
|
||||
"title": "CPU"
|
||||
},
|
||||
"memory": {
|
||||
"title": "RAM"
|
||||
},
|
||||
"gpu": {
|
||||
"title": "GPU"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user