diff --git a/locales/de_DE/translations.php b/locales/de_DE/translations.php
index 0cca228..f70e980 100644
--- a/locales/de_DE/translations.php
+++ b/locales/de_DE/translations.php
@@ -182,14 +182,14 @@ return array(
'Display items on lists' => 'Einträge in Listen anzeigen',
'Summaries' => 'Zusammenfassungen',
'Full contents' => 'Komplette Inhalte',
- // 'Force RTL mode (Right-to-left language)' => '',
- // 'Activated' => '',
- // 'Remove this feed' => '',
- // 'Miniflux' => '',
- // 'miniflux' => '',
- // 'All' => '',
- // 'Advanced' => '',
- // 'Documentation' => '',
+ 'Force RTL mode (Right-to-left language)' => 'Textrichtung rechts nach links erzwingen',
+ 'Activated' => 'Aktiv',
+ 'Remove this feed' => 'Dieses Abonnement entfernen',
+ 'Miniflux' => 'Miniflux',
+ 'miniflux' => 'miniflux',
+ 'All' => 'Alle',
+ 'Advanced' => 'Erweitert',
+ 'Documentation' => 'Dokumentation',
// 'Installation instructions' => '',
// 'Upgrade to a new version' => '',
// 'Cronjob' => '',
@@ -202,17 +202,17 @@ return array(
// 'Translations' => '',
// 'Run Miniflux with Docker' => '',
// 'FAQ' => '',
- // 'settings' => '',
- // 'help' => '',
- // 'API' => '',
- // 'api' => '',
- // 'about' => '',
- // 'This action will update Miniflux with the last development version, are you sure?' => '',
- // 'database' => '',
- // 'Console' => '',
- // 'Miniflux API' => '',
- // 'menu' => '',
- // 'Default' => '',
- // 'Value required' => '',
- // 'Must be an integer' => '',
+ 'settings' => 'einstellungen',
+ 'help' => 'hilfe',
+ 'API' => 'API',
+ 'api' => 'api',
+ 'about' => 'über',
+ 'This action will update Miniflux with the last development version, are you sure?' => 'Miniflux wird auf die aktuelle Entwicklungsversion aktualisiert. Bist du sicher?',
+ 'database' => 'datenbank',
+ 'Console' => 'Konsole',
+ 'Miniflux API' => 'Miniflux API',
+ 'menu' => 'menü',
+ 'Default' => 'Standard',
+ 'Value required' => 'Wert ist erforderlich',
+ 'Must be an integer' => 'Muss eine Ganzzahl sein',
);