From 17b8fdf43a33a5c1cbfffd5d2159c7682acd3498 Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Sat, 13 Jul 2019 09:23:30 +0100 Subject: [PATCH] New translations cachet.php (Persian) --- resources/lang/fa-IR/cachet.php | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/resources/lang/fa-IR/cachet.php b/resources/lang/fa-IR/cachet.php index d08577d5..b15c7ad7 100644 --- a/resources/lang/fa-IR/cachet.php +++ b/resources/lang/fa-IR/cachet.php @@ -90,15 +90,16 @@ return [ 'manage_at_link' => 'Manage your subscriptions at :link', ], 'email' => [ - 'subscribe' => 'Subscribe to email updates.', - 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.', - 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.', - '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.', - 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.', + 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription', + 'subscribe' => 'Subscribe to email updates.', + 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.', + 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.', + '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.', + 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.', ], ],