diff --git a/lib/l10n/arb/app_fr.arb b/lib/l10n/arb/app_fr.arb index 0967ef4..bd1f34c 100644 --- a/lib/l10n/arb/app_fr.arb +++ b/lib/l10n/arb/app_fr.arb @@ -1 +1,36 @@ -{} +{ + "backUp": "Sauvegarder", + "@backUp": {}, + "fucksGivenAppBarTitle": "Fucks Given", + "@fucksGivenAppBarTitle": { + "description": "Text shown in the AppBar of Fucks Given" + }, + "appearance": "Apparence", + "@appearance": { + "description": "Text shown in the General Section of the Settings Page" + }, + "light": "Lumière", + "@light": { + "description": "Text shown in the AppBar of the Counter Page" + }, + "data": "Données", + "@data": { + "description": "Subheading in the Settings Page" + }, + "stats": "Statistiques", + "@stats": { + "description": "Text shown in the AppBar of the Stats Page" + }, + "dark": "Sombre", + "@dark": { + "description": "Text shown in the appearance chooser" + }, + "general": "Général", + "@general": { + "description": "Subheading in the Settings Page" + }, + "settings": "Paramètres", + "@settings": { + "description": "Text shown in the AppBar of the Settings Page" + } +}