New translations cachet.php (English)

This commit is contained in:
Cachet Bot
2018-06-18 07:21:44 +01:00
parent 3faede46c8
commit 048b03917c
+5 -4
View File
@@ -75,10 +75,11 @@ return [
// Subscriber // Subscriber
'subscriber' => [ 'subscriber' => [
'subscribe' => 'Subscribe to get the most recent updates', 'subscribe' => 'Subscribe to get the most recent updates',
'unsubscribe' => 'Unsubscribe at :link', 'unsubscribe' => 'Unsubscribe',
'button' => 'Subscribe', 'button' => 'Subscribe',
'manage' => [ 'manage_subscription' => 'Manage subscription',
'manage' => [
'no_subscriptions' => 'You\'re currently subscribed to all updates.', 'no_subscriptions' => 'You\'re currently subscribed to all updates.',
'my_subscriptions' => 'You\'re currently subscribed to the following updates.', 'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
'manage_at_link' => 'Manage your subscriptions at :link', 'manage_at_link' => 'Manage your subscriptions at :link',