30 lines
989 B
PHP
30 lines
989 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Incidents',
|
|
'subtitle' => 'What the public status page says — and keeps saying afterwards.',
|
|
|
|
'report' => 'Report an incident',
|
|
'report_hint' => 'It is on the status page as soon as you publish. Corrections are a further entry, never an overwrite.',
|
|
'headline' => 'Headline',
|
|
'affects' => 'Affected services',
|
|
'impact' => 'Impact',
|
|
'started' => 'Started',
|
|
'first_update' => 'First update',
|
|
'first_update_placeholder' => 'What was noticed, who is affected, what are we doing right now?',
|
|
'publish' => 'Publish',
|
|
|
|
'none_open' => 'No incident is currently open.',
|
|
'unpublished' => 'not published',
|
|
'closed' => 'Closed',
|
|
'add_update' => 'Add entry',
|
|
'stage' => 'Stage',
|
|
'update_body' => 'Update',
|
|
'resolved_hint' => '“Resolved” also closes the incident.',
|
|
'post' => 'Post',
|
|
'cancel' => 'Cancel',
|
|
|
|
'created' => 'Incident published.',
|
|
'update_posted' => 'Entry added.',
|
|
];
|