mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-13 07:00:12 -06:00
54 lines
2.4 KiB
PHP
54 lines
2.4 KiB
PHP
<?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ı',
|
||
];
|