New translations dashboard.php (English)

This commit is contained in:
Cachet Bot
2018-07-12 08:43:57 +01:00
parent d021b88799
commit 7969d4f357
+12 -12
View File
@@ -12,11 +12,11 @@
return [ return [
'dashboard' => 'Dashboard', 'dashboard' => 'Dashboard',
'writeable_settings' => 'The Cachet settings directory is not writable. Please make sure that <code>./bootstrap/cachet</code> is writable by the web server.', 'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
// Incidents // Incidents
'incidents' => [ 'incidents' => [
'title' => 'Incidents &amp; Schedule', 'title' => 'Incidents & Maintenance',
'incidents' => 'Incidents', 'incidents' => 'Incidents',
'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.', 'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.',
'incident-create-template' => 'Create Template', 'incident-create-template' => 'Create Template',
@@ -56,7 +56,7 @@ return [
'title' => 'Incident Templates', 'title' => 'Incident Templates',
'add' => [ 'add' => [
'title' => 'Create an incident template', 'title' => 'Create an incident template',
'message' => 'You should add an incident template.', 'message' => 'Create your first incident template.',
'success' => 'Your new incident template has been created.', 'success' => 'Your new incident template has been created.',
'failure' => 'Something went wrong with the incident template.', 'failure' => 'Something went wrong with the incident template.',
], ],
@@ -74,22 +74,22 @@ return [
// Incident Maintenance // Incident Maintenance
'schedule' => [ 'schedule' => [
'schedule' => 'Scheduled Maintenance', 'schedule' => 'Maintenance',
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.', 'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
'scheduled_at' => 'Scheduled at :timestamp', 'scheduled_at' => 'Scheduled at :timestamp',
'add' => [ 'add' => [
'title' => 'Add Scheduled Maintenance', 'title' => 'Add Maintenance',
'success' => 'Schedule added.', 'success' => 'Maintenance added.',
'failure' => 'Something went wrong adding the schedule, please try again.', 'failure' => 'Something went wrong adding the Maintenance, please try again.',
], ],
'edit' => [ 'edit' => [
'title' => 'Edit Scheduled Maintenance', 'title' => 'Edit Maintenance',
'success' => 'Schedule has been updated!', 'success' => 'Maintenance has been updated!',
'failure' => 'Something went wrong editing the schedule, please try again.', 'failure' => 'Something went wrong editing the Maintenance, please try again.',
], ],
'delete' => [ 'delete' => [
'success' => 'The scheduled maintenance has been deleted and will not show on your status page.', 'success' => 'The Maintenance has been deleted and will not show on your status page.',
'failure' => 'The scheduled maintenance could not be deleted, please try again.', 'failure' => 'The Maintenance could not be deleted, please try again.',
], ],
], ],