Skip to content

Commit

Permalink
Merge pull request #127 from xWanheda/patch-3
Browse files Browse the repository at this point in the history
Update blocks.php for tr Lang
  • Loading branch information
HDVinnie authored Jan 19, 2018
2 parents 828d98e + 445ff65 commit 4895380
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions resources/lang/tr/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.)',
];

0 comments on commit 4895380

Please sign in to comment.