New translations cachet.php (English)

This commit is contained in:
James Brooks
2017-05-06 10:07:55 +01:00
parent dd4e0b356a
commit fade9310d3

View File

@@ -27,15 +27,13 @@ return [
// Incidents
'incidents' => [
'none' => 'No incidents reported',
'past' => 'Past Incidents',
'previous_week' => 'Previous Week',
'next_week' => 'Next Week',
'stickied' => 'Stickied Incidents',
'scheduled' => 'Scheduled Maintenance',
'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp',
'status' => [
'none' => 'No incidents reported',
'past' => 'Past Incidents',
'stickied' => 'Stickied Incidents',
'scheduled' => 'Scheduled Maintenance',
'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp',
'status' => [
1 => 'Investigating',
2 => 'Identified',
3 => 'Watching',
@@ -47,7 +45,7 @@ return [
'schedules' => [
'status' => [
0 => 'Upcoming',
1 => 'In Progress',
1 => 'In progress',
2 => 'Complete',
],
],
@@ -128,4 +126,4 @@ return [
'atom-feed' => 'Atom',
'feed' => 'Status Feed',
];
];