diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json index 0b59f5aa..434483c4 100644 --- a/public/locales/fr/common.json +++ b/public/locales/fr/common.json @@ -666,16 +666,16 @@ "ping": "Ping" }, "azuredevops": { - "result": "Result", - "status": "Status", + "result": "Résultat", + "status": "Statut", "buildId": "Build ID", - "succeeded": "Succeeded", - "notStarted": "Not Started", - "failed": "Failed", - "canceled": "Canceled", - "inProgress": "In Progress", - "totalPrs": "Total PRs", - "myPrs": "My PRs", - "approved": "Approved" + "succeeded": "Réussi", + "notStarted": "Arrêté", + "failed": "Échoué", + "canceled": "Annulé", + "inProgress": "En cours", + "totalPrs": "PRs Total", + "myPrs": "Mes PRs", + "approved": "Approuvé" } }