{

// Days
"monday":    "lundi",
"tuesday":   "mardi",
"wednesday": "mercredi",
"thursday":  "jeudi",
"friday":    "vendredi",
"saturday":  "samedi",
"sunday":    "dimanche",

"mon": "lun",
"tue": "mar",
"wed": "mer",
"thu": "jeu",
"fri": "ven",
"sat": "sam",
"sun": "dim",

// Months
"jan": "jav",
"feb": "fev",
"mar": "mars",
"apr": "avr",
"may": "mai",
"jun": "juin",
"jul": "juil",
"aug": "août",
"sep": "sep",
"oct": "oct",
"nov": "nov",
"dec": "dec",

"january":   "janvier",
"february":  "février",
"march":     "mars",
"april":     "avril",
"june":      "juin",
"july":      "juillet",
"august":    "août",
"september": "septembre",
"october":   "octobre",
"november":  "novembre",
"december":  "décembre",

// Messages
"good morning": "bonjour",
"good afternoon": "bonne après-midi",
"good evening": "bonne soirée",
"good night": "bonne nuit",

// System info
"User":  "Utilisateur·ice",
// Utilisateur : male, Utilisatrice : female, Utilisateur·ice : a mesh of both to say it could be either
"Uptime":  "Temps de fonctionnement",
"Hostname":  "Hôte",
"Battery":  "Batterie",
"Curr. DL/UL":  "DL/UL Actuel",
"Totl. DL/UL":  "DL/UL Total ",
"Process":  "Processus",
"LoadAvg":  "Charge Moyenne",
"Discharging": "En décharge",
"Charging": "En charge",
"Full": "Pleine",
"Unknown": "inconnue"

}