From d021b88799f891a2da4dfe3516cd3c8c5250f34b Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Thu, 12 Jul 2018 08:43:56 +0100 Subject: [PATCH] New translations cachet.php (English) --- resources/lang/en-US/cachet.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/en-US/cachet.php b/resources/lang/en-US/cachet.php index c14fbea7..7e77e8c1 100644 --- a/resources/lang/en-US/cachet.php +++ b/resources/lang/en-US/cachet.php @@ -30,10 +30,10 @@ return [ 'none' => 'No incidents reported', 'past' => 'Past Incidents', 'stickied' => 'Stickied Incidents', - 'scheduled' => 'Scheduled Maintenance', + 'scheduled' => 'Maintenance', 'scheduled_at' => ', scheduled :timestamp', 'posted' => 'Posted :timestamp', - 'posted_at' => 'Posted :timestamp', + 'posted_at' => 'Posted at :timestamp', 'status' => [ 1 => 'Investigating', 2 => 'Identified', @@ -46,7 +46,7 @@ return [ 'schedules' => [ 'status' => [ 0 => 'Upcoming', - 1 => 'In progress', + 1 => 'In Progress', 2 => 'Complete', ], ], @@ -54,8 +54,8 @@ return [ // Service Status 'service' => [ 'good' => '[0,1]System operational|[2,*]All systems are operational', - 'bad' => '[0,1] The system is currently experiencing issues|[2,Inf] Some systems are experiencing issues', - 'major' => '[0,1] The service experiencing a major outage|[2,Inf] Some systems are experiencing a major outage', + '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', ], 'api' => [