From d05b137667b3a0b7a5694eedddaea46418b278cc Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Sun, 30 Dec 2018 03:10:15 +0000 Subject: [PATCH] New translations cachet.php (German) --- resources/lang/de-DE/cachet.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/de-DE/cachet.php b/resources/lang/de-DE/cachet.php index 14cd27b2..eed8feb4 100644 --- a/resources/lang/de-DE/cachet.php +++ b/resources/lang/de-DE/cachet.php @@ -32,7 +32,7 @@ return [ 'none' => 'Es liegen keine Ereignisse vor', 'past' => 'Vergangene Ereignisse', 'stickied' => 'Angepinnte Vorfälle', - 'scheduled' => 'Maintenance', + 'scheduled' => 'Wartungsarbeiten', 'scheduled_at' => ', geplant :timestamp', 'posted' => 'Veröffentlicht :timestamp', 'posted_at' => 'Veröffentlicht am :timestamp', @@ -55,7 +55,7 @@ return [ // Service Status 'service' => [ - 'good' => '[0,1]System operational|[2,*]All systems are operational', + 'good' => '[0,1]System funktioniert|[2,*]Alle Systeme funktionieren', 'bad' => '[0,1]The system is experiencing issues|[2,*]Some systems are experiencing issues', 'major' => '[0,1]The system is experiencing major issues|[2,*]Some systems are experiencing major issues', ], @@ -127,7 +127,7 @@ return [ // Meta descriptions 'meta' => [ 'description' => [ - 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'incident' => 'Details und Aktualisierung über den :name Vorfall, die am :date aufgetreten sind', 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', 'overview' => 'Bleiben sie auf dem Laufenden mit den neuesten Service-Updates von :app.',