Skip to content

Commit

Permalink
german translation added
Browse files Browse the repository at this point in the history
  • Loading branch information
OccTherapist committed Dec 4, 2023
1 parent b12ee56 commit d8368a9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions resources/lang/de/translations.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

return [
'breadcrumb' => 'Tasks',
'title' => 'Tasks',
'navigation_label' => 'Tasks',
'navigation_group' => 'Task Manager',
'total_jobs' => 'Anzahl ausgeführter Tasks',
'waiting_jobs' => 'Anzahl wartender Tasks',
'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',
Expand Down

0 comments on commit d8368a9

Please sign in to comment.