Sync language files

This commit is contained in:
James Brooks
2016-03-20 16:26:21 +00:00
parent dcec1e2e95
commit 22dbf290b4
105 changed files with 2554 additions and 1894 deletions
+53 -46
View File
@@ -22,17 +22,17 @@ return [
'incident-templates' => 'Incident Templates',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident reported.',
'failure' => 'The incident could not be reported. Please try again.',
'success' => 'Incident added.',
'failure' => 'There was an error adding the incident, please try again.',
],
'edit' => [
'title' => 'Edit an incident',
'success' => 'Incident updated.',
'failure' => 'The incident could not be edited. Please try again.',
'failure' => 'There was an error editing the incident, please try again.',
],
'delete' => [
'success' => 'The incident has been deleted and will not show on your status page.',
'failure' => 'The incident could not be deleted. Please try again.',
'failure' => 'The incident could not be deleted, please try again.',
],
// Incident templates
@@ -41,17 +41,17 @@ return [
'add' => [
'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.',
'success' => 'Your new incident template has been created.',
'failure' => 'Something went wrong with the incident template.',
],
'edit' => [
'title' => 'Edit Template',
'success' => 'The incdent template has been updated!',
'failure' => 'The incident template could not be edited. Please try again.',
'success' => 'The incident template has been updated.',
'failure' => 'Something went wrong updating the incident template',
],
'delete' => [
'success' => 'The incident template has been deleted.',
'failure' => 'The incident 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.',
'scheduled_at' => 'Scheduled at :timestamp',
'add' => [
'title' => 'Add scheduled maintenance',
'success' => 'Scheduled maintenance has been reported!',
'failure' => 'The scheduled maintenance could not be reported. Please try again.',
'title' => 'Add Scheduled Maintenance',
'success' => 'Schedule added.',
'failure' => 'Something went wrong adding the schedule, please try again.',
],
'edit' => [
'title' => 'Edit scheduled maintenance',
'success' => 'Scheduled maintenance has been edited!',
'failure' => 'The scheduled maintenance could not be edited. Please try again.',
'title' => 'Edit Scheduled Maintenance',
'success' => 'Schedule has been updated!',
'failure' => 'Something went wrong editing the schedule, please try again.',
],
'delete' => [
'success' => 'Scheduled maintenance has been deleted!',
'failure' => 'The scheduled maintenance could not be deleted. Please try again.',
'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.',
],
],
@@ -85,17 +85,17 @@ return [
'add' => [
'title' => 'Add a component',
'message' => 'You should add a component.',
'success' => 'Component has been added!',
'failure' => 'The component could not be added. Please try again.',
'success' => 'Component created.',
'failure' => 'Something went wrong with the component, please try again.',
],
'edit' => [
'title' => 'Edit a component',
'success' => 'Component has been updated!',
'failure' => 'The component could not be updated. Please try again.',
'success' => 'Component updated.',
'failure' => 'Something went wrong with the component, please try again.',
],
'delete' => [
'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
@@ -104,17 +104,17 @@ return [
'no_components' => 'You should add a component group.',
'add' => [
'title' => 'Add a component group',
'success' => 'Component group has been added!',
'failure' => 'The component group could not be added. Please try again.',
'success' => 'Component group added.',
'failure' => 'Something went wrong with the component group, please try again.',
],
'edit' => [
'title' => 'Edit a component group',
'success' => 'Component group has been edited!',
'failure' => 'The component group could not be edited. Please try again.',
'success' => 'Component group updated.',
'failure' => 'Something went wrong with the component group, please try again.',
],
'delete' => [
'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.',
],
],
],
@@ -125,34 +125,36 @@ return [
'add' => [
'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.',
'success' => 'Metric created.',
'failure' => 'Something went wrong with the metric, please try again.',
],
'edit' => [
'title' => 'Edit a metric',
'success' => 'Metric has been updated!',
'failure' => 'The metric could not be updated. Please try again.',
'success' => 'Metric updated.',
'failure' => 'Something went wrong with the metric, please try again.',
],
'delete' => [
'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.',
],
],
// Subscribers
'subscribers' => [
'subscribers' => 'Subscribers',
'description' => 'Subscribers will receive email updates when incidents are created.',
'verified' => 'Verified',
'not_verified' => 'Not verified',
'add' => [
'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' => [
'title' => 'Add a new subscriber',
'success' => 'Subscriber has been added!',
'failure' => 'The subscriber could not be added. Please try again.',
'failure' => 'Something went wrong adding the subscriber, please try again.',
],
'edit' => [
'title' => 'Update subscriber',
'success' => 'Subscriber has been updated!',
'failure' => 'The subscriber could not be updated. Please try again.',
'failure' => 'Something went wrong editing the subscriber, please try again.',
],
],
@@ -164,22 +166,22 @@ return [
'description' => 'Team Members will be able to add, modify &amp; edit components and incidents.',
'add' => [
'title' => 'Add a new team member',
'success' => 'Team member has been added!',
'failure' => 'The team member could not be added. Please try again.',
'success' => 'Team member added.',
'failure' => 'The team member could not be added, please try again.',
],
'edit' => [
'title' => 'Update profile',
'success' => 'Team member has been updated!',
'failure' => 'The team member could not be updated. Please try again.',
'success' => 'Profile updated.',
'failure' => 'Something went wrong updating the profile, please try again.',
],
'delete' => [
'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.',
'failure' => 'The team member could not be added, please try again.',
],
'invite' => [
'title' => 'Invite a new team member',
'success' => 'An invite has been sent',
'failure' => 'The invite could not be sent. Please try again.',
'failure' => 'The invite could not be sent, please try again.',
],
],
@@ -197,6 +199,11 @@ return [
'localization' => [
'localization' => 'Localization',
],
'customization' => [
'customization' => 'Customization',
'header' => 'Custom Header HTML',
'footer' => 'Custom Footer HTML',
],
'security' => [
'security' => 'Security',
'two-factor' => 'Users without two-factor authentication',
@@ -237,7 +244,7 @@ return [
'welcome' => [
'welcome' => 'Welcome to your status page!',
'message' => 'Your status page is almost ready! You might want to configure these extra settings',
'close' => 'Just go straight to my dashboard',
'close' => 'Take me straight to my dashboard',
'steps' => [
'component' => 'Create components',
'incident' => 'Create incidents',