From dd062c673fa1cdcc6c5f17c9c7c5c864309a022f Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 16 Mar 2016 09:09:09 +0000 Subject: [PATCH] Fix lost translations --- resources/lang/en/cachet.php | 11 ++++++++++- resources/lang/en/dashboard.php | 17 ++++++++++++----- resources/lang/en/forms.php | 7 +++++-- 3 files changed, 27 insertions(+), 8 deletions(-) diff --git a/resources/lang/en/cachet.php b/resources/lang/en/cachet.php index e5138db1..9be44c46 100755 --- a/resources/lang/en/cachet.php +++ b/resources/lang/en/cachet.php @@ -18,6 +18,9 @@ return [ 3 => 'Partial Outage', 4 => 'Major Outage', ], + 'group' => [ + 'other' => 'Other Components', + ], ], // Incidents @@ -63,10 +66,15 @@ return [ 'subscriber' => [ 'subscribe' => 'Subscribe to get the most recent updates', 'button' => 'Subscribe', - 'email' => [ + 'manage' => [ + 'no_subscriptions' => 'You\'re currently subscribed to all updates.', + 'my_subscriptions' => 'You\'re currently subscribed to the following updates.', + ], + 'email' => [ 'subscribe' => 'Subscribe to email updates.', 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.', 'verified' => 'Your email subscription has been confirmed. Thank you!', + 'manage' => 'Manage your subscription.', 'unsubscribe' => 'Unsubscribe from email updates.', 'unsubscribed' => 'Your email subscription has been cancelled.', 'failure' => 'Something went wrong with the subscription.', @@ -130,6 +138,7 @@ return [ ], // Other + 'description' => 'Stay up to date with the latest service updates from :app.', 'powered_by' => ':app Status Page is powered by Cachet.', 'about_this_site' => 'About This Site', 'rss-feed' => 'RSS', diff --git a/resources/lang/en/dashboard.php b/resources/lang/en/dashboard.php index f43a3493..34b4a160 100755 --- a/resources/lang/en/dashboard.php +++ b/resources/lang/en/dashboard.php @@ -140,11 +140,13 @@ return [ ], // 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' => 'Something went wrong with the component.', @@ -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', diff --git a/resources/lang/en/forms.php b/resources/lang/en/forms.php index 4ace1a9b..10dc1d7a 100755 --- a/resources/lang/en/forms.php +++ b/resources/lang/en/forms.php @@ -68,8 +68,11 @@ return [ 'enabled' => 'Component enabled?', 'groups' => [ - 'name' => 'Name', - 'collapsed' => 'Collapse the group by default?', + 'name' => 'Name', + 'collapsing' => 'Choose visibility of the group', + 'visible' => 'Always expanded', + 'collapsed' => 'Collapse the group by default', + 'collapsed_incident' => 'Collapse the group, but expand if there are issues', ], ],