mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
15 lines
402 B
PHP
15 lines
402 B
PHP
<?php
|
|
|
|
$lang_myhr = [
|
|
'th_hr_id' => 'H&R ID',
|
|
'th_torrent_name' => '种子名称',
|
|
'th_uploaded' => '上传量',
|
|
'th_downloaded' => '下载量',
|
|
'th_share_ratio' => '分享率',
|
|
'th_seed_time_required' => '还需做种时间',
|
|
'th_completed_at' => '下载完成时间',
|
|
'th_ttl' => '剩余考察时间',
|
|
'th_comment' => '备注',
|
|
'action_remove' => '消除',
|
|
];
|