New translations cachet.php (English)

This commit is contained in:
Cachet Bot
2018-07-12 08:43:56 +01:00
parent ad24286103
commit d021b88799
+5 -5
View File
@@ -30,10 +30,10 @@ return [
'none' => 'No incidents reported', 'none' => 'No incidents reported',
'past' => 'Past Incidents', 'past' => 'Past Incidents',
'stickied' => 'Stickied Incidents', 'stickied' => 'Stickied Incidents',
'scheduled' => 'Scheduled Maintenance', 'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp', 'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp', 'posted' => 'Posted :timestamp',
'posted_at' => 'Posted :timestamp', 'posted_at' => 'Posted at :timestamp',
'status' => [ 'status' => [
1 => 'Investigating', 1 => 'Investigating',
2 => 'Identified', 2 => 'Identified',
@@ -46,7 +46,7 @@ return [
'schedules' => [ 'schedules' => [
'status' => [ 'status' => [
0 => 'Upcoming', 0 => 'Upcoming',
1 => 'In progress', 1 => 'In Progress',
2 => 'Complete', 2 => 'Complete',
], ],
], ],
@@ -54,8 +54,8 @@ return [
// Service Status // Service Status
'service' => [ 'service' => [
'good' => '[0,1]System operational|[2,*]All systems are operational', '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', 'bad' => '[0,1]The system is experiencing issues|[2,*]Some systems are experiencing issues',
'major' => '[0,1] The service experiencing a major outage|[2,Inf] Some systems are experiencing a major outage', 'major' => '[0,1]The system is experiencing major issues|[2,*]Some systems are experiencing major issues',
], ],
'api' => [ 'api' => [