New translations dashboard.php (English)
This commit is contained in:
@@ -12,11 +12,11 @@
|
||||
return [
|
||||
|
||||
'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' => [
|
||||
'title' => 'Incidents & Schedule',
|
||||
'title' => 'Incidents & Maintenance',
|
||||
'incidents' => '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',
|
||||
@@ -56,7 +56,7 @@ return [
|
||||
'title' => 'Incident Templates',
|
||||
'add' => [
|
||||
'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.',
|
||||
'failure' => 'Something went wrong with the incident template.',
|
||||
],
|
||||
@@ -74,22 +74,22 @@ return [
|
||||
|
||||
// Incident Maintenance
|
||||
'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.',
|
||||
'scheduled_at' => 'Scheduled at :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Add Scheduled Maintenance',
|
||||
'success' => 'Schedule added.',
|
||||
'failure' => 'Something went wrong adding the schedule, please try again.',
|
||||
'title' => 'Add Maintenance',
|
||||
'success' => 'Maintenance added.',
|
||||
'failure' => 'Something went wrong adding the Maintenance, please try again.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Edit Scheduled Maintenance',
|
||||
'success' => 'Schedule has been updated!',
|
||||
'failure' => 'Something went wrong editing the schedule, please try again.',
|
||||
'title' => 'Edit Maintenance',
|
||||
'success' => 'Maintenance has been updated!',
|
||||
'failure' => 'Something went wrong editing the Maintenance, please try again.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'The scheduled maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The scheduled maintenance could not be deleted, please try again.',
|
||||
'success' => 'The Maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The Maintenance could not be deleted, please try again.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user