From 3b7a47d334b82871da0c6fc9744fb341242529f5 Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Mon, 18 Jun 2018 07:20:51 +0100 Subject: [PATCH] New translations cachet.php (Turkish) --- resources/lang/tr-TR/cachet.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/resources/lang/tr-TR/cachet.php b/resources/lang/tr-TR/cachet.php index 825e6906..217c58e4 100644 --- a/resources/lang/tr-TR/cachet.php +++ b/resources/lang/tr-TR/cachet.php @@ -75,10 +75,11 @@ return [ // Subscriber 'subscriber' => [ - 'subscribe' => 'Güncellemeleri almak için abone olun', - 'unsubscribe' => 'Adresindeki aboneliği iptal et :link', - 'button' => 'Abone ol', - 'manage' => [ + 'subscribe' => 'Güncellemeleri almak için abone olun', + 'unsubscribe' => 'Unsubscribe', + 'button' => 'Abone ol', + 'manage_subscription' => 'Manage subscription', + 'manage' => [ 'no_subscriptions' => 'Şu anda tüm güncellemeleri abone oldunuz.', 'my_subscriptions' => 'Şu an aşağıdaki güncellemelere abone oldunuz.', 'manage_at_link' => 'Manage your subscriptions at :link',