Skip to content

Commit

Permalink
Merge pull request #15 from OccTherapist/main
Browse files Browse the repository at this point in the history
  • Loading branch information
adrolli authored Dec 4, 2023
2 parents 85e5f48 + d8368a9 commit 7a98771
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions resources/lang/de/translations.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?php

return [
'breadcrumb' => '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',
];

0 comments on commit 7a98771

Please sign in to comment.