2015-01-05 11:12:34 +00:00
< ? php
2015-04-19 08:52:39 +01:00
/*
* This file is part of Cachet .
*
2015-10-29 11:43:14 +00:00
* ( c ) Alt Three Services Limited
2015-04-19 08:52:39 +01:00
*
* For the full copyright and license information , please view the LICENSE
* file that was distributed with this source code .
*/
2015-01-05 11:12:34 +00:00
return [
2016-11-25 20:19:38 +00:00
'dashboard' => 'Dashboard' ,
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.' ,
2015-01-05 11:12:34 +00:00
// Incidents
2015-01-05 11:32:04 +00:00
'incidents' => [
2015-02-28 20:18:30 +00:00
'title' => 'Incidents & Schedule' ,
2015-01-05 11:12:34 +00:00
'incidents' => 'Incidents' ,
'logged' => '{0} There are no incidents, good work.|You have logged one incident.|You have reported <strong>:count</strong> incidents.' ,
'incident-create-template' => 'Create Template' ,
2015-01-08 08:58:09 +00:00
'incident-templates' => 'Incident Templates' ,
2016-10-06 17:21:18 +01:00
'updates' => '{0} Zero Updates|One Update|:count Updates' ,
2015-01-05 11:12:34 +00:00
'add' => [
2016-01-31 11:04:28 +00:00
'title' => 'Report an incident' ,
2016-02-18 14:16:40 +00:00
'success' => 'Incident added.' ,
2016-03-16 09:15:43 +00:00
'failure' => 'There was an error adding the incident, please try again.' ,
2015-01-05 11:12:34 +00:00
],
2015-01-05 11:32:04 +00:00
'edit' => [
2016-01-31 11:04:28 +00:00
'title' => 'Edit an incident' ,
2015-01-05 11:12:34 +00:00
'success' => 'Incident updated.' ,
2016-03-16 09:15:43 +00:00
'failure' => 'There was an error editing the incident, please try again.' ,
2015-01-05 11:12:34 +00:00
],
2015-11-20 17:02:11 +08:00
'delete' => [
'success' => 'The incident has been deleted and will not show on your status page.' ,
2016-03-16 09:15:43 +00:00
'failure' => 'The incident could not be deleted, please try again.' ,
2015-11-20 17:02:11 +08:00
],
2016-10-06 17:21:18 +01:00
'update' => [
'title' => 'Create new incident update' ,
'subtitle' => 'Add an update to <strong>:incident</strong>' ,
],
2015-01-05 11:12:34 +00:00
// Incident templates
2015-01-05 11:32:04 +00:00
'templates' => [
2015-01-08 08:58:09 +00:00
'title' => 'Incident Templates' ,
'add' => [
2016-01-31 11:04:28 +00:00
'title' => 'Create an incident template' ,
'message' => 'You should add an incident template.' ,
2016-03-16 09:15:43 +00:00
'success' => 'Your new incident template has been created.' ,
2016-02-18 14:16:40 +00:00
'failure' => 'Something went wrong with the incident template.' ,
2015-01-05 11:12:34 +00:00
],
2015-01-08 08:58:09 +00:00
'edit' => [
2015-10-29 11:10:45 +00:00
'title' => 'Edit Template' ,
2016-03-16 09:15:43 +00:00
'success' => 'The incident template has been updated.' ,
2016-02-18 14:16:40 +00:00
'failure' => 'Something went wrong updating the incident template' ,
2015-01-08 08:58:09 +00:00
],
2015-11-20 17:02:11 +08:00
'delete' => [
2016-01-31 11:04:28 +00:00
'success' => 'The incident template has been deleted.' ,
2016-03-16 09:15:43 +00:00
'failure' => 'The incident template could not be deleted, please try again.' ,
2015-11-20 17:02:11 +08:00
],
2015-01-05 11:12:34 +00:00
],
],
2015-02-28 20:18:30 +00:00
// Incident Maintenance
'schedule' => [
'schedule' => 'Scheduled Maintenance' ,
2015-11-16 11:14:56 +08:00
'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported <strong>:count</strong> schedules.' ,
2015-02-28 20:18:30 +00:00
'scheduled_at' => 'Scheduled at :timestamp' ,
'add' => [
2016-02-18 14:16:40 +00:00
'title' => 'Add Scheduled Maintenance' ,
'success' => 'Schedule added.' ,
2016-03-16 09:15:43 +00:00
'failure' => 'Something went wrong adding the schedule, please try again.' ,
2015-02-28 20:18:30 +00:00
],
'edit' => [
2016-02-18 14:16:40 +00:00
'title' => 'Edit Scheduled Maintenance' ,
'success' => 'Schedule has been updated!' ,
2016-03-16 09:15:43 +00:00
'failure' => 'Something went wrong editing the schedule, please try again.' ,
2015-02-28 20:18:30 +00:00
],
'delete' => [
2016-03-16 09:15:43 +00:00
'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.' ,
2015-02-28 20:18:30 +00:00
],
],
2015-01-05 11:12:34 +00:00
// Components
2015-01-05 11:32:04 +00:00
'components' => [
2015-01-27 17:25:37 +00:00
'components' => 'Components' ,
2015-01-05 11:12:34 +00:00
'component_statuses' => 'Component Statuses' ,
2015-03-20 18:30:45 -06:00
'listed_group' => 'Grouped under :name' ,
2015-01-05 11:12:34 +00:00
'add' => [
2016-01-31 11:04:28 +00:00
'title' => 'Add a component' ,
2015-01-05 11:12:34 +00:00
'message' => 'You should add a component.' ,
2016-02-18 14:16:40 +00:00
'success' => 'Component created.' ,
2016-07-06 19:14:21 +01:00
'failure' => 'Something went wrong with the component group, please try again.' ,
2015-01-05 11:12:34 +00:00
],
2015-01-05 11:32:04 +00:00
'edit' => [
2016-01-31 11:04:28 +00:00
'title' => 'Edit a component' ,
2016-02-18 14:16:40 +00:00
'success' => 'Component updated.' ,
2016-07-06 19:14:21 +01:00
'failure' => 'Something went wrong with the component group, please try again.' ,
2015-01-05 11:12:34 +00:00
],
2015-11-20 17:02:11 +08:00
'delete' => [
2016-01-31 11:16:20 +00:00
'success' => 'The component has been deleted!' ,
2016-03-16 09:15:43 +00:00
'failure' => 'The component could not be deleted, please try again.' ,
2015-11-20 17:02:11 +08:00
],
2015-01-05 11:12:34 +00:00
// Component groups
'groups' => [
2015-05-10 19:51:06 +01:00
'groups' => 'Component group|Component groups' ,
'no_components' => 'You should add a component group.' ,
'add' => [
2016-01-31 11:04:28 +00:00
'title' => 'Add a component group' ,
2016-02-18 14:16:40 +00:00
'success' => 'Component group added.' ,
2016-03-16 09:15:43 +00:00
'failure' => 'Something went wrong with the component group, please try again.' ,
2015-01-05 11:12:34 +00:00
],
2015-02-21 16:16:19 +00:00
'edit' => [
2016-01-31 11:04:28 +00:00
'title' => 'Edit a component group' ,
2016-02-18 14:16:40 +00:00
'success' => 'Component group updated.' ,
2016-03-16 09:15:43 +00:00
'failure' => 'Something went wrong with the component group, please try again.' ,
2015-02-21 16:16:19 +00:00
],
2015-11-20 17:02:11 +08:00
'delete' => [
2016-01-31 11:04:28 +00:00
'success' => 'Component group has been deleted!' ,
2016-03-16 09:15:43 +00:00
'failure' => 'The component group could not be deleted, please try again.' ,
2015-11-20 17:02:11 +08:00
],
2015-01-05 11:12:34 +00:00
],
],
// Metrics
2015-01-05 11:32:04 +00:00
'metrics' => [
2015-01-05 11:12:34 +00:00
'metrics' => 'Metrics' ,
'add' => [
2016-01-31 11:04:28 +00:00
'title' => 'Create a metric' ,
'message' => 'You should add a metric.' ,
2016-02-18 14:16:40 +00:00
'success' => 'Metric created.' ,
2016-03-16 09:15:43 +00:00
'failure' => 'Something went wrong with the metric, please try again.' ,
2015-01-21 02:32:18 -06:00
],
'edit' => [
2016-01-31 11:04:28 +00:00
'title' => 'Edit a metric' ,
2016-02-18 14:16:40 +00:00
'success' => 'Metric updated.' ,
2016-03-16 09:15:43 +00:00
'failure' => 'Something went wrong with the metric, please try again.' ,
2015-01-05 11:12:34 +00:00
],
2015-11-20 17:02:11 +08:00
'delete' => [
2016-01-31 11:04:28 +00:00
'success' => 'The metric has been deleted and will no longer display on your status page.' ,
2016-03-16 09:15:43 +00:00
'failure' => 'The metric could not be deleted, please try again.' ,
2015-11-20 17:02:11 +08:00
],
2015-01-05 11:12:34 +00:00
],
2015-06-30 11:30:59 -05:00
// Subscribers
'subscribers' => [
2016-03-16 09:09:09 +00:00
'subscribers' => 'Subscribers' ,
'description' => 'Subscribers will receive email updates when incidents are created or components are updated.' ,
'verified' => 'Verified' ,
'not_verified' => 'Not verified' ,
'subscriber' => ':email, subscribed :date' ,
'no_subscriptions' => 'Subscribed to all updates' ,
'add' => [
2016-01-31 11:04:28 +00:00
'title' => 'Add a new subscriber' ,
'success' => 'Subscriber has been added!' ,
2016-03-16 09:15:43 +00:00
'failure' => 'Something went wrong adding the subscriber, please try again.' ,
2016-05-24 14:47:34 +01:00
'help' => 'Enter each subscriber on a new line.' ,
2015-06-30 11:30:59 -05:00
],
'edit' => [
2016-01-31 11:04:28 +00:00
'title' => 'Update subscriber' ,
'success' => 'Subscriber has been updated!' ,
2016-03-16 09:15:43 +00:00
'failure' => 'Something went wrong editing the subscriber, please try again.' ,
2015-06-30 11:30:59 -05:00
],
],
2015-01-05 11:12:34 +00:00
// Team
'team' => [
'team' => 'Team' ,
'member' => 'Member' ,
'profile' => 'Profile' ,
'description' => 'Team Members will be able to add, modify & edit components and incidents.' ,
'add' => [
2016-01-31 11:04:28 +00:00
'title' => 'Add a new team member' ,
2016-02-18 14:16:40 +00:00
'success' => 'Team member added.' ,
2016-03-16 09:15:43 +00:00
'failure' => 'The team member could not be added, please try again.' ,
2015-01-05 11:12:34 +00:00
],
2015-06-16 09:07:49 +01:00
'edit' => [
2016-01-31 11:04:28 +00:00
'title' => 'Update profile' ,
2016-02-18 14:16:40 +00:00
'success' => 'Profile updated.' ,
2016-03-16 09:15:43 +00:00
'failure' => 'Something went wrong updating the profile, please try again.' ,
2015-01-05 11:12:34 +00:00
],
2015-08-06 13:48:23 +01:00
'delete' => [
2016-01-31 11:04:28 +00:00
'success' => 'Team member has been deleted and will no longer have access to the dashboard!' ,
2016-03-16 09:15:43 +00:00
'failure' => 'The team member could not be added, please try again.' ,
2015-08-06 13:48:23 +01:00
],
2015-11-08 20:12:52 -06:00
'invite' => [
2016-01-31 11:04:28 +00:00
'title' => 'Invite a new team member' ,
'success' => 'An invite has been sent' ,
2016-03-16 09:15:43 +00:00
'failure' => 'The invite could not be sent, please try again.' ,
2015-11-08 20:12:52 -06:00
],
2015-01-05 11:12:34 +00:00
],
// Settings
2015-01-05 11:32:04 +00:00
'settings' => [
'settings' => 'Settings' ,
'app-setup' => [
2015-01-13 11:55:26 +00:00
'app-setup' => 'Application Setup' ,
'images-only' => 'Only images may be uploaded.' ,
'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size' ,
2015-01-05 11:12:34 +00:00
],
2015-10-19 00:41:19 -04:00
'analytics' => [
2015-10-20 22:13:52 -04:00
'analytics' => 'Analytics' ,
2015-10-19 00:41:19 -04:00
],
2016-08-23 13:40:10 +01:00
'log' => [
'log' => 'Log' ,
],
2015-10-19 00:41:19 -04:00
'localization' => [
2015-10-20 22:13:52 -04:00
'localization' => 'Localization' ,
2015-10-19 00:41:19 -04:00
],
2016-03-16 09:09:09 +00:00
'customization' => [
'customization' => 'Customization' ,
'header' => 'Custom Header HTML' ,
'footer' => 'Custom Footer HTML' ,
],
2016-11-29 18:31:37 +00:00
'mail' => [
2016-11-29 18:32:01 +00:00
'mail' => 'Mail' ,
'test' => 'Test' ,
2016-11-29 18:31:37 +00:00
'email' => [
'subject' => 'Test notification from Cachet' ,
'body' => 'This is a test notification from Cachet.' ,
],
],
2015-01-05 11:32:04 +00:00
'security' => [
2015-03-20 18:32:24 -06:00
'security' => 'Security' ,
2015-03-20 18:30:45 -06:00
'two-factor' => 'Users without two-factor authentication' ,
2015-01-05 11:12:34 +00:00
],
'stylesheet' => [
'stylesheet' => 'Stylesheet' ,
],
2015-01-05 11:32:04 +00:00
'theme' => [
2015-01-05 11:12:34 +00:00
'theme' => 'Theme' ,
],
2015-01-05 11:32:04 +00:00
'edit' => [
2015-01-05 11:12:34 +00:00
'success' => 'Settings saved.' ,
'failure' => 'Settings could not be saved.' ,
],
2016-05-29 18:14:40 +01:00
'credits' => [
2016-05-29 18:49:40 +01:00
'credits' => 'Credits' ,
2016-05-29 18:47:33 +01:00
'contributors' => 'Contributors' ,
2016-05-29 18:14:40 +01:00
'license' => 'Cachet is a BSD-3-licensed open source project, released by <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.' ,
'backers-title' => 'Backers & Sponsors' ,
'backers' => 'If you\'d like to support future development, check out the <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a> campaign.' ,
'thank-you' => 'Thank you to each and every one of the :count contributors.' ,
],
2015-01-05 11:12:34 +00:00
],
// Login
2015-01-05 11:32:04 +00:00
'login' => [
2015-01-09 09:03:07 +00:00
'login' => 'Login' ,
'logged_in' => 'You\'re logged in.' ,
2016-08-23 13:09:47 +01:00
'welcome' => 'Welcome back!' ,
2015-01-09 09:03:07 +00:00
'two-factor' => 'Please enter your token.' ,
2015-01-05 11:12:34 +00:00
],
// Sidebar footer
2015-01-05 11:32:04 +00:00
'help' => 'Help' ,
'status_page' => 'Status Page' ,
'logout' => 'Logout' ,
2015-01-05 11:12:34 +00:00
// Notifications
2015-06-16 09:07:49 +01:00
'notifications' => [
2015-01-05 11:12:34 +00:00
'notifications' => 'Notifications' ,
'awesome' => 'Awesome.' ,
'whoops' => 'Whoops.' ,
],
2016-05-31 19:12:23 +01:00
// Widgets
'widgets' => [
'support' => 'Support Cachet' ,
'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!' ,
'news' => 'Latest News' ,
2016-07-06 19:14:21 +01:00
'news_subtitle' => 'Get the latest update' ,
2016-05-31 19:12:23 +01:00
],
2015-01-18 15:53:43 -06:00
// Welcome modal
'welcome' => [
2016-08-23 13:09:47 +01:00
'welcome' => 'Welcome to your new status page, :username!' ,
'message' => 'You\'re almost ready but you might want to configure these extra settings first...' ,
'close' => 'I\'m good thanks!' ,
2015-01-18 15:53:43 -06:00
'steps' => [
2016-08-23 13:09:47 +01:00
'component' => 'Add your components' ,
'incident' => 'Create an incident' ,
'customize' => 'Customize your page' ,
'team' => 'Add your team' ,
'api' => 'Generate an API token' ,
'two-factor' => 'Setup Two Factor Authentication' ,
2015-01-18 15:53:43 -06:00
],
],
2015-01-05 11:12:34 +00:00
];