Merge pull request #1423 from CachetHQ/update-en-langs

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