From 445ff65d7104a468f4e70209fa8a6f02066cb66a Mon Sep 17 00:00:00 2001 From: xWanheda <35610059+xWanheda@users.noreply.github.com> Date: Fri, 19 Jan 2018 22:04:08 +0300 Subject: [PATCH] Update blocks.php --- resources/lang/tr/blocks.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/lang/tr/blocks.php b/resources/lang/tr/blocks.php index e4975c7af2..b856f90b2b 100644 --- a/resources/lang/tr/blocks.php +++ b/resources/lang/tr/blocks.php @@ -7,24 +7,24 @@ return [ // Chat - 'chatbox' => 'Chat Box', + 'chatbox' => 'Sohbet Kutusu', // Featured Torrents - 'featured-torrents' => 'Featured Torrents', + 'featured-torrents' => 'Öne Çıkan Torrentler', // Latest Torrents - 'latest-torrents' => 'Latest Torrents', + 'latest-torrents' => 'En Son Eklenen Torrentler', // Latest Posts - 'latest-posts' => 'Latest Posts', + 'latest-posts' => 'En Son Yapılan Yorumlar', // Latest Topics - 'latest-topics' => 'Latest Topics', + 'latest-topics' => 'En Son Açılan Konular', // Users Online - 'users-online' => 'Users Online', + 'users-online' => '(10) Kullanıcı Çevrimiçi', // News/Articles - 'new-news' => 'New News', - 'check-news' => 'News (Check Daily)', + 'new-news' => 'Yeni Haberler', + 'check-news' => 'Haberler (Günlük olarak kontrol edin.)', ];