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

54 lines
2.6 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' => 'カウントで',
'by-data' => 'データ別',
'by-volume' => 'ボリューム別',
'group' => 'グループ',
'groups' => 'グループ',
'nerd-stats' => 'オタク統計',
'nerd-stats-desc' => '私たちはみんな統計が大好きです。これが私たちが重要だと思ういくつかです',
'registration-date' => '登録日',
'request-fulfilled' => '満たされた要求',
'request-not-fulfilled' => '要求が満たされなかった',
'request-pending-aproval' => '保留中のリクエストをリクエスト',
'select-category' => '下のカテゴリーを選択してください',
'site-stats' => 'サイト統計',
'stats' => '統計',
'stats-format' => '上位100形式で表示されたすべての統計',
'top-bankers' => 'トップバンカー',
'top-bountied' => 'トップバウンティド',
'top-completed' => 'トップ完了',
'top-dead' => 'トップデッド',
'top-downloaded' => 'トップダウンロード急流',
'top-downloaders' => 'トップダウンローダ',
'top-dying' => 'トップダイ',
'top-leeched' => 'トップリーチ',
'top-leechers' => 'トップLeechers',
'top-seeded' => '上シード',
'top-seeding' => 'トップシーディング',
'top-seeders' => 'トップシーダー',
'top-seedsize' => 'トップシードサイズ',
'top-seedtime' => 'トップシードタイム',
'top-uploaders' => 'トップアップローダー',
'total-download' => 'ダウンロード合計',
'total-torrents' => '総急流',
'total-traffic' => '総トラフィック',
'total-upload' => '合計アップロード',
'users-in-group' => 'グループ内のユーザー',
'users-per-group' => 'グループごとのユーザー',
];