From d460b0d09a0aecd7506e1cebf9539fccce815353 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 18 Jan 2018 09:00:10 +0000 Subject: [PATCH] New translations dashboard.php (German) --- resources/lang/de-DE/dashboard.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/de-DE/dashboard.php b/resources/lang/de-DE/dashboard.php index 597f311d..fad20e10 100644 --- a/resources/lang/de-DE/dashboard.php +++ b/resources/lang/de-DE/dashboard.php @@ -23,16 +23,16 @@ return [ 'incident-templates' => 'Ereignis Vorlagen', 'updates' => [ 'title' => 'Vorfall Updates für :incident', - 'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates', + 'count' => '{0} 0 Updates|[1] Ein Update|[2] Zwei Updates|[3,*] Mehrere Updates', 'add' => [ 'title' => 'Vorfall-Update erstellen', - 'success' => 'Your new incident update has been created.', - 'failure' => 'Something went wrong with the incident update.', + 'success' => 'Dein Vorfall Update wurde erstellt.', + 'failure' => 'Etwas ist mit dem Vorfall Update schief gelaufen.', ], 'edit' => [ 'title' => 'Vorfall Update bearbeiten', 'success' => 'Vorfall Update wurde aktualisiert.', - 'failure' => 'Aktualisierung des Vorfall Updates fehlgeschlagen', + 'failure' => 'Etwas ist mit dem Aktualisieren des Vorfall Updates schief gelaufen', ], ], 'add' => [