mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
15 lines
451 B
PHP
15 lines
451 B
PHP
<?php
|
|
|
|
$lang_myhr = [
|
|
'th_hr_id' => 'H&R ID',
|
|
'th_torrent_name' => 'Torrent',
|
|
'th_uploaded' => 'アップロードしました',
|
|
'th_downloaded' => 'ダウンロード済み',
|
|
'th_share_ratio' => 'シェア率',
|
|
'th_seed_time_required' => 'シード時間が必要です',
|
|
'th_completed_at' => '完了日時',
|
|
'th_ttl' => '残り時間の検査',
|
|
'th_comment' => 'コメント',
|
|
'action_remove' => '削除',
|
|
];
|