diff --git a/lib/l10n/arb/app_de.arb b/lib/l10n/arb/app_de.arb index 0967ef4..e18e16a 100644 --- a/lib/l10n/arb/app_de.arb +++ b/lib/l10n/arb/app_de.arb @@ -1 +1,44 @@ -{} +{ + "backUp": "Daten sichern", + "@backUp": {}, + "fucksGivenAppBarTitle": "Fucks Given", + "@fucksGivenAppBarTitle": { + "description": "Text shown in the AppBar of Fucks Given" + }, + "restore": "Daten wiederherstellen", + "@restore": { + "description": "Text shown in the Data Section of the Settings Page" + }, + "appearance": "Erscheinungsbild", + "@appearance": { + "description": "Text shown in the General Section of the Settings Page" + }, + "light": "Hell", + "@light": { + "description": "Text shown in the AppBar of the Counter Page" + }, + "data": "Daten", + "@data": { + "description": "Subheading in the Settings Page" + }, + "followSystem": "System folgen", + "@followSystem": { + "description": "Text shown in the appearance chooser" + }, + "stats": "Statistiken", + "@stats": { + "description": "Text shown in the AppBar of the Stats Page" + }, + "dark": "Dunkel", + "@dark": { + "description": "Text shown in the appearance chooser" + }, + "general": "Allgemein", + "@general": { + "description": "Subheading in the Settings Page" + }, + "settings": "Einstellungen", + "@settings": { + "description": "Text shown in the AppBar of the Settings Page" + } +}