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

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' => 'Dengan Hitungan',
'by-data' => 'Dengan Data',
'by-volume' => 'Berdasarkan volume',
'group' => 'Kelompok',
'groups' => 'Grup',
'nerd-stats' => 'Statistik aneh',
'nerd-stats-desc' => 'Kita semua menyukai statistik. Berikut adalah beberapa yang kami anggap penting',
'registration-date' => 'Tanggal registrasi',
'request-fulfilled' => 'Permintaan terpenuhi',
'request-not-fulfilled' => 'Permintaan tidak terpenuhi',
'request-pending-aproval' => 'Meminta persetujuan yang tertunda',
'select-category' => 'Silakan pilih kategori di bawah ini',
'site-stats' => 'Statistik situs',
'stats' => 'Statistik',
'stats-format' => 'Semua Statistik Ditampilkan Dalam Format Top 100',
'top-bankers' => 'Bankir top',
'top-bountied' => 'Diberi Top',
'top-completed' => 'Top Selesai',
'top-dead' => 'Mati Atas',
'top-downloaded' => 'Torrent Unduhan Teratas',
'top-downloaders' => 'Pengunduh Teratas',
'top-dying' => 'Sekarat',
'top-leeched' => 'Lintah Teratas',
'top-leechers' => 'Leechers teratas',
'top-seeded' => 'Unggulan teratas',
'top-seeding' => 'Pembibitan Teratas',
'top-seeders' => 'Unggulan Teratas',
'top-seedsize' => 'Seedsize Teratas',
'top-seedtime' => 'Seedtime Top',
'top-uploaders' => 'Pengunggah Teratas',
'total-download' => 'Total Unduhan',
'total-torrents' => 'Total Torrents',
'total-traffic' => 'Total Lalu Lintas',
'total-upload' => 'Total Upload',
'users-in-group' => 'Pengguna dalam Grup',
'users-per-group' => 'Pengguna Per Grup',
];