mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-14 15:39:37 -06:00
62 lines
2.9 KiB
PHP
62 lines
2.9 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 [
|
|
'audit-log' => '活動記録',
|
|
'articles' => '記事',
|
|
'applications' => 'アプリケーション',
|
|
'bans-log' => '禁止ログ',
|
|
'blocks' => 'ブロック',
|
|
'bot' => 'ボット',
|
|
'bots' => 'ボット',
|
|
'chat' => 'チャット',
|
|
'config-manager' => '構成マネージャー',
|
|
'dashboard' => 'ダッシュボード',
|
|
'failed-login-log' => '失敗したログインログ',
|
|
'flush-ghost-peers' => 'フラッシュゴーストピア',
|
|
'forums' => 'フォーラム',
|
|
'frontend' => 'フロントエンド',
|
|
'general-tools' => '一般的なツール',
|
|
'groups' => 'グループ',
|
|
'invites-log' => 'ログを招待する',
|
|
'laravel-log' => 'ララヴェルログ',
|
|
'links' => 'リンク集',
|
|
'logs' => 'ログ',
|
|
'mass-pm' => 'マスPM',
|
|
'mass-validate-users' => 'ユーザーの一括検証',
|
|
'moderation' => '節度',
|
|
'pages' => 'ページ数',
|
|
'please-moderate' => 'このTorrentをモデレートしてください。',
|
|
'polls' => '世論調査',
|
|
'reports-log' => 'レポートログ',
|
|
'rss' => 'RSS',
|
|
'staff-dashboard' => 'スタッフダッシュボード',
|
|
'torrent-categories' => 'トレントカテゴリー',
|
|
'torrent-moderation' => '急流の緩和',
|
|
'torrent-tools' => 'トレントツール',
|
|
'torrent-types' => '急流のタイプ',
|
|
'torrents' => '急流',
|
|
'user-gifting' => 'ユーザーギフト',
|
|
'user-notes' => 'ユーザーノートログ',
|
|
'user-search' => 'ユーザー検索',
|
|
'user-tools' => 'ユーザーツール',
|
|
'warnings-log' => '警告ログ',
|
|
'you-have' => 'あなたが持っている',
|
|
'possible-leech-cheaters' => '可能な詐欺師',
|
|
'chat-tools' => 'チャットツール',
|
|
'flush-chat' => 'チャットボックスをフラッシュ',
|
|
'seedboxes' => '登録済みシードボックス',
|
|
];
|