Files
nexusphp/lang/ja/lang_cheaterbox.php
2025-04-19 02:06:51 +07:00

26 lines
920 B
PHP

<?php
$lang_cheaterbox = array (
'std_oho' => 'ああ!',
'std_no_suspect_detected' => '不正行為の容疑者は検出されていません。',
'head_cheaterbox' => '詐欺師',
'text_cheaterbox' => 'Cheater <font class = striking> beta </font>',
'col_added' => '時間',
'col_suspect' => '容疑者',
'col_hit' => '頻度',
'col_torrent' => 'シード',
'col_ul' => 'アップロード',
'col_dl' => 'ダウンロード',
'col_ann_time' => '報告時間',
'col_seeders' => 'シードメーカー',
'col_leechers' => 'ダウンローダー',
'col_comment' => '述べる',
'col_dealt_with' => '対処する',
'col_action' => '行動',
'text_torrent_does_not_exist' => '種子は存在しないか、削除されていません',
'text_yes' => 'はい',
'text_no' => 'いいえ',
'submit_set_dealt' => '処理されたまま設定します',
'submit_delete' => '消去',
);