diff --git a/resources/lang/en/cachet.php b/resources/lang/en/cachet.php index 9a77a3d7..e5138db1 100755 --- a/resources/lang/en/cachet.php +++ b/resources/lang/en/cachet.php @@ -22,11 +22,10 @@ return [ // Incidents 'incidents' => [ - 'none' => 'Nothing to report', + 'none' => 'No incidents reported', 'past' => 'Past Incidents', 'previous_week' => 'Previous Week', 'next_week' => 'Next Week', - 'none' => 'Nothing to report', 'scheduled' => 'Scheduled Maintenance', 'scheduled_at' => ', scheduled :timestamp', 'status' => [ @@ -124,8 +123,8 @@ return [ 'modal' => [ 'close' => 'Close', 'subscribe' => [ - 'title' => 'Subscribe to component updates?', - 'body' => 'Enter your email address to subscribe to updates for this component. If you\'re already subscribed, you\'ll receive emails for this component too.', + 'title' => 'Subscribe to component updates', + 'body' => 'Enter your email address to subscribe to updates for this component. If you\'re already subscribed, you\'ll already receive emails for this component.', 'button' => 'Subscribe', ], ], diff --git a/resources/lang/en/dashboard.php b/resources/lang/en/dashboard.php index 97e2d1d7..c41e295d 100755 --- a/resources/lang/en/dashboard.php +++ b/resources/lang/en/dashboard.php @@ -21,14 +21,14 @@ return [ 'incident-create-template' => 'Create Template', 'incident-templates' => 'Incident Templates', 'add' => [ - 'title' => 'Add an Incident', - 'success' => 'Incident added.', - 'failure' => 'Something went wrong with the incident.', + 'title' => 'Report an incident', + 'success' => 'Incident reported.', + 'failure' => 'The incident could not be reported. Please try again.', ], 'edit' => [ - 'title' => 'Edit an Incident', + 'title' => 'Edit an incident', 'success' => 'Incident updated.', - 'failure' => 'Something went wrong with the incident.', + 'failure' => 'The incident could not be edited. Please try again.', ], 'delete' => [ 'success' => 'The incident has been deleted and will not show on your status page.', @@ -39,19 +39,19 @@ return [ 'templates' => [ 'title' => 'Incident Templates', 'add' => [ - 'title' => 'Create an Incident Template', - 'message' => 'You should add an Incident Template.', - 'success' => 'Template created.', - 'failure' => 'Something went wrong with the incident template.', + 'title' => 'Create an incident template', + 'message' => 'You should add an incident template.', + 'success' => 'The incdent template has been created!', + 'failure' => 'The incident template could not be created. Please try again.', ], 'edit' => [ 'title' => 'Edit Template', - 'success' => 'Template has been updated!', - 'failure' => 'Something went wrong updating the incident template', + 'success' => 'The incdent template has been updated!', + 'failure' => 'The incident template could not be edited. Please try again.', ], 'delete' => [ - 'success' => 'The template has been deleted.', - 'failure' => 'The template could not be deleted. Please try again.', + 'success' => 'The incident template has been deleted.', + 'failure' => 'The incident template could not be deleted. Please try again.', ], ], ], @@ -62,18 +62,18 @@ return [ 'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported :count schedules.', 'scheduled_at' => 'Scheduled at :timestamp', 'add' => [ - 'title' => 'Add Scheduled Maintenance', - 'success' => 'Schedule added.', - 'failure' => 'Something went wrong adding the schedule.', + 'title' => 'Add scheduled maintenance', + 'success' => 'Scheduled maintenance has been reported!', + 'failure' => 'The scheduled maintenance could not be reported. Please try again.', ], 'edit' => [ - 'title' => 'Edit Scheduled Maintenance', - 'success' => 'Schedule has been updated!', - 'failure' => 'Something went wrong editing the schedule.', + 'title' => 'Edit scheduled maintenance', + 'success' => 'Scheduled maintenance has been edited!', + 'failure' => 'The scheduled maintenance could not be edited. Please try again.', ], 'delete' => [ - 'success' => 'The schedule has been deleted and will not show on your status page.', - 'failure' => 'The schedule could not be deleted. Please try again.', + 'success' => 'Scheduled maintenance has been deleted!', + 'failure' => 'The scheduled maintenance could not be deleted. Please try again.', ], ], @@ -83,19 +83,19 @@ return [ 'component_statuses' => 'Component Statuses', 'listed_group' => 'Grouped under :name', 'add' => [ - 'title' => 'Add a Component', + 'title' => 'Add a component', 'message' => 'You should add a component.', - 'success' => 'Component created.', - 'failure' => 'Something went wrong with the component.', + 'success' => 'Component has been added!', + 'failure' => 'The component could not be added. Please try again.', ], 'edit' => [ - 'title' => 'Edit a Component', - 'success' => 'Component updated.', - 'failure' => 'Something went wrong with the component.', + 'title' => 'Edit a component', + 'success' => 'Component has been updated!', + 'failure' => 'The component could not be updated. Please try again.', ], 'delete' => [ - 'success' => 'Component deleted.', - 'failure' => 'The Component could not be deleted. Please try again.', + 'success' => 'The component has been deleted!', + 'failure' => 'The component could not be deleted. Please try again.', ], // Component groups @@ -103,18 +103,18 @@ return [ 'groups' => 'Component group|Component groups', 'no_components' => 'You should add a component group.', 'add' => [ - 'title' => 'Add a Component Group', - 'success' => 'Component group added.', - 'failure' => 'Something went wrong with the component group.', + 'title' => 'Add a component group', + 'success' => 'Component group has been added!', + 'failure' => 'The component group could not be added. Please try again.', ], 'edit' => [ - 'title' => 'Edit a Component Group', - 'success' => 'Component group updated.', - 'failure' => 'Something went wrong with the component group.', + 'title' => 'Edit a component group', + 'success' => 'Component group has been edited!', + 'failure' => 'The component group could not be edited. Please try again.', ], 'delete' => [ - 'success' => 'Component Group deleted.', - 'failure' => 'The Component Group could not be deleted. Please try again.', + 'success' => 'Component group has been deleted!', + 'failure' => 'The component group could not be deleted. Please try again.', ], ], ], @@ -123,18 +123,18 @@ return [ 'metrics' => [ 'metrics' => 'Metrics', 'add' => [ - 'title' => 'Create a Metric', - 'message' => 'You should add a Metric.', - 'success' => 'Metric created.', - 'failure' => 'Something went wrong with the metric.', + 'title' => 'Create a metric', + 'message' => 'You should add a metric.', + 'success' => 'Metric has been added!', + 'failure' => 'The metric could not be added. Please try again.', ], 'edit' => [ - 'title' => 'Edit a Metric', - 'success' => 'Metric updated.', - 'failure' => 'Something went wrong with the metric.', + 'title' => 'Edit a metric', + 'success' => 'Metric has been updated!', + 'failure' => 'The metric could not be updated. Please try again.', ], 'delete' => [ - 'success' => 'The metric has been deleted and will not show on your status page.', + 'success' => 'The metric has been deleted and will no longer display on your status page.', 'failure' => 'The metric could not be deleted. Please try again.', ], ], @@ -143,16 +143,16 @@ return [ 'subscribers' => 'Subscribers', 'description' => 'Subscribers will receive email updates when incidents are created.', 'verified' => 'Verified', - 'not_verified' => 'Not Verified', + 'not_verified' => 'Not verified', 'add' => [ - 'title' => 'Add a New Subscriber', - 'success' => 'Subscriber added.', - 'failure' => 'Something went wrong with the component.', + 'title' => 'Add a new subscriber', + 'success' => 'Subscriber has been added!', + 'failure' => 'The subscriber could not be added. Please try again.', ], 'edit' => [ - 'title' => 'Update Subscriber', - 'success' => 'Subscriber updated.', - 'failure' => 'Something went wrong when updating.', + 'title' => 'Update subscriber', + 'success' => 'Subscriber has been updated!', + 'failure' => 'The subscriber could not be updated. Please try again.', ], ], @@ -163,23 +163,23 @@ return [ 'profile' => 'Profile', 'description' => 'Team Members will be able to add, modify & edit components and incidents.', 'add' => [ - 'title' => 'Add a New Team Member', - 'success' => 'Team member added.', - 'failure' => 'Something went wrong with the user.', + 'title' => 'Add a new team member', + 'success' => 'Team member has been added!', + 'failure' => 'The team member could not be added. Please try again.', ], 'edit' => [ - 'title' => 'Update Profile', - 'success' => 'Profile updated.', - 'failure' => 'Something went wrong when updating.', + 'title' => 'Update profile', + 'success' => 'Team member has been updated!', + 'failure' => 'The team member could not be updated. Please try again.', ], 'delete' => [ - 'success' => 'User deleted.', - 'failure' => 'Something went wrong when deleting this user.', + 'success' => 'Team member has been deleted and will no longer have access to the dashboard!', + 'failure' => 'The team member could not be added. Please try again.', ], 'invite' => [ - 'title' => 'Invite a New Team Member', - 'success' => 'The users invited.', - 'failure' => 'Something went wrong with the invite.', + 'title' => 'Invite a new team member', + 'success' => 'An invite has been sent', + 'failure' => 'The invite could not be sent. Please try again.', ], ], diff --git a/resources/lang/en/forms.php b/resources/lang/en/forms.php index c1945012..ed3d58b7 100755 --- a/resources/lang/en/forms.php +++ b/resources/lang/en/forms.php @@ -45,8 +45,8 @@ return [ 'message-help' => 'You may also use Markdown.', 'scheduled_at' => 'When to schedule the maintenance for?', 'incident_time' => 'When did this incident occur?', - 'notify_subscribers' => 'Notify Subscribers?', - 'visibility' => 'Incident Visibility', + 'notify_subscribers' => 'Notify subscribers?', + 'visibility' => 'Incident visibility', 'public' => 'Viewable by public', 'logged_in_only' => 'Only visible to logged in users', 'templates' => [ @@ -80,12 +80,12 @@ return [ 'description' => 'Description', 'description-help' => 'You may also use Markdown.', 'display-chart' => 'Display chart on status page?', - 'default-value' => 'Default Value', - 'calc_type' => 'Calculation of Metrics', + 'default-value' => 'Default value', + 'calc_type' => 'Calculation of metrics', 'type_sum' => 'Sum', 'type_avg' => 'Average', - 'places' => 'Decimal Places', - 'default_view' => 'Default View', + 'places' => 'Decimal places', + 'default_view' => 'Default view', 'points' => [ 'value' => 'Value', @@ -96,12 +96,12 @@ return [ 'settings' => [ /// Application setup 'app-setup' => [ - 'site-name' => 'Site Name', + 'site-name' => 'Site name', 'site-url' => 'Site URL', 'display-graphs' => 'Display graphs on status page?', 'about-this-page' => 'About this page', 'days-of-incidents' => 'How many days of incidents to show?', - 'banner' => 'Banner Image', + 'banner' => 'Banner image', 'banner-help' => "It's recommended that you upload files no bigger than 930px wide .", 'subscribers' => 'Allow people to signup to email notifications?', ], @@ -112,32 +112,32 @@ return [ 'analytics_piwik_siteid' => 'Piwik\'s site id', ], 'localization' => [ - 'site-timezone' => 'Site Timezone', - 'site-locale' => 'Site Language', - 'date-format' => 'Date Format', - 'incident-date-format' => 'Incident Timestamp Format', + 'site-timezone' => 'Site timezone', + 'site-locale' => 'Site language', + 'date-format' => 'Date format', + 'incident-date-format' => 'Incident timestamp format', ], 'security' => [ - 'allowed-domains' => 'Allowed Domains', + 'allowed-domains' => 'Allowed domains', 'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.', ], 'stylesheet' => [ - 'custom-css' => 'Custom Stylesheet', + 'custom-css' => 'Custom stylesheet', ], 'theme' => [ - 'background-color' => 'Background Color', - 'background-fills' => 'Background Fills (Components, Incidents, Footer)', - 'banner-background-color' => 'Banner Background Color', - 'banner-padding' => 'Banner Padding', + 'background-color' => 'Background color', + 'background-fills' => 'Background fills (components, incidents, footer)', + 'banner-background-color' => 'Banner background color', + 'banner-padding' => 'Banner padding', 'fullwidth-banner' => 'Enable fullwidth banner?', - 'text-color' => 'Text Color', + 'text-color' => 'Text color', 'dashboard-login' => 'Show dashboard button in the footer?', - 'reds' => 'Red (Used for errors)', - 'blues' => 'Blue (Used for information)', - 'greens' => 'Green (Used for success)', - 'yellows' => 'Yellow (Used for alerts)', - 'oranges' => 'Orange (Used for notices)', - 'metrics' => 'Metrics Fill', + 'reds' => 'Red (used for errors)', + 'blues' => 'Blue (used for information)', + 'greens' => 'Green (used for success)', + 'yellows' => 'Yellow (used for alerts)', + 'oranges' => 'Orange (used for notices)', + 'metrics' => 'Metrics fill', 'links' => 'Links', ], ], diff --git a/resources/lang/en/setup.php b/resources/lang/en/setup.php index 044cf2e2..518c20db 100755 --- a/resources/lang/en/setup.php +++ b/resources/lang/en/setup.php @@ -12,12 +12,12 @@ return [ 'setup' => 'Setup', 'title' => 'Setup Cachet', - 'service_details' => 'Service Details', - 'env_setup' => 'Environment Setup', - 'status_page_setup' => 'Status Page Setup', + 'service_details' => 'Service details', + 'env_setup' => 'Environment setup', + 'status_page_setup' => 'Status page setup', 'show_support' => 'Show support for Cachet?', - 'admin_account' => 'Administrator Account', - 'complete_setup' => 'Complete Setup', + 'admin_account' => 'Administrator account', + 'complete_setup' => 'Complete setup', 'completed' => 'Cachet has been configured successfully!', 'finish_setup' => 'Go to dashboard', ];