diff --git a/resources/lang/de/translations.php b/resources/lang/de/translations.php new file mode 100644 index 0000000..725d093 --- /dev/null +++ b/resources/lang/de/translations.php @@ -0,0 +1,23 @@ + 'Jobs', + 'title' => 'Jobs', + 'navigation_label' => 'Jobs', + 'navigation_group' => 'Job Manager', + 'total_jobs' => 'Anzahl ausgeführter Jobs', + 'waiting_jobs' => 'Anzahl wartender Jobs', + 'execution_time' => 'Gesamt Ausführungszeit', + 'average_time' => 'Durchschnittliche Ausführungszeit', + 'succeeded' => 'Erfolgreich', + 'failed' => 'Fehlgeschlagen', + 'running' => 'In Bearbeitung', + 'waiting' => 'Wartend', + 'status' => 'Status', + 'attempts' => 'Versuche', + 'name' => 'Name', + 'queue' => 'Warteschlange', + 'progress' => 'Fortschritt', + 'started_at' => 'Gestartet am', + 'created_at' => 'Erstellt am', +];