Files
UNIT3D-Community-Edition/lang/tr/stat.php
2024-05-23 13:58:29 +00:00

54 lines
2.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
declare(strict_types=1);
/**
* NOTICE OF LICENSE.
*
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
* The details is bundled with this project in the file LICENSE.txt.
*
* @project UNIT3D Community Edition
*
* @author HDVinnie <hdinnovations@protonmail.com>
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
*/
return [
'by-count' => 'Sayımla',
'by-data' => 'Verilere Göre',
'by-volume' => 'Hacime Göre',
'group' => 'grup',
'groups' => 'Gruplar',
'nerd-stats' => 'İnek istatistikleri',
'nerd-stats-desc' => 'Hepimiz istatistikleri severiz. İşte önemli bulduğumuz birkaç şey',
'registration-date' => 'Kayıt Tarihi',
'request-fulfilled' => 'İstek yerine getirildi',
'request-not-fulfilled' => 'İstek yerine getirilmedi',
'request-pending-aproval' => 'Onay bekleyen onaylama isteği',
'select-category' => 'Lütfen aşağıdan bir kategori seçin',
'site-stats' => 'Site istatistikleri',
'stats' => 'İstatistikleri',
'stats-format' => 'En İyi 100 Biçimde Görüntülenen Tüm İstatistikler',
'top-bankers' => 'En bankacılar',
'top-bountied' => 'En İyi Ödül',
'top-completed' => 'En Tamamlananlar',
'top-dead' => 'En Ölü',
'top-downloaded' => 'En çok indirilen sel',
'top-downloaders' => 'En çok indirilenler',
'top-dying' => 'En Çok Ölüm',
'top-leeched' => 'En Leeched',
'top-leechers' => 'En İyi Sülükler',
'top-seeded' => 'Top Tohum',
'top-seeding' => 'En İyi Tohumlama',
'top-seeders' => 'En Çok Tohumlananlar',
'top-seedsize' => 'Top Tohumsiz',
'top-seedtime' => 'En İyi Tohum Zamanı',
'top-uploaders' => 'En Çok Yüklenenler',
'total-download' => 'Toplam indirme',
'total-torrents' => 'Toplam Sel',
'total-traffic' => 'Toplam Trafik',
'total-upload' => 'Toplam yükleme',
'users-in-group' => 'Gruptaki Kullanıcılar',
'users-per-group' => 'Grup Başına Kullanıcı',
];