Skip to content

Commit

Permalink
Updated schedules.php
Browse files Browse the repository at this point in the history
Changed wording
  • Loading branch information
WeiseSchokolade authored Feb 28, 2024
1 parent 852f31c commit 80d44c8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions server/schedules.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
'manage-schedules' => 'Zeitpläne verwalten',
'create-schedule' => 'Zeitplan erstellen',
'name' => 'Name',
'last-run-at' => 'Letzter Lauf am',
'next-run-at' => 'Nächster Lauf um',
'last-run-at' => 'Letzte Nutzung am',
'next-run-at' => 'Nächste Nutzung um',
'status' => 'Status',
'active' => 'Aktiv',
'inaktiv' => 'Inaktiv',
'inactive' => 'Inaktiv',
'processing' => 'Verarbeitung',
'manage-schedule' => 'Zeitplan verwalten',
'new-task' => 'Neue Aufgabe',
Expand All @@ -25,11 +25,11 @@

'minute' => 'Minute',
'hour' => 'Stunde',
'Tag' => 'Tag',
'Woche' => 'Woche',
'Tag-des-Monats' => 'Tag des Monats',
'Monat' => 'Monat',
'Wochentag' => 'Tag der Woche',
'day' => 'Tag',
'week' => 'Woche',
'day-of-month' => 'Tag des Monats',
'month' => 'Monat',
'day-of-week' => 'Tag der Woche',

'deleteTask' => [
'title' => 'Bestätige die Löschung der Aufgabe',
Expand Down Expand Up @@ -69,7 +69,7 @@
'any-value' => 'beliebiger Wert',
'value-list-separator' => 'Wertelisten-Trennzeichen',
'range-values' => 'Bereichswerte',
'Schritt-Werte' => 'Schritt-Werte',
'step-values' => 'Schritt-Werte',
],
'task' => [
'message' => 'Ein Sicherungsauftrag kann nicht erstellt werden, wenn das Sicherungslimit des Servers auf 0 gesetzt ist.',
Expand All @@ -92,4 +92,4 @@
'continue-on-failure' => 'Bei Ausfall fortfahren',
'continue-on-failure-description' => 'Wenn diese Aufgabe fehlschlägt, werden zukünftige Aufgaben ausgeführt',
],
];
];

0 comments on commit 80d44c8

Please sign in to comment.