[H&R] basically

This commit is contained in:
xiaomlove
2021-06-21 02:01:26 +08:00
parent 45aba84111
commit d2a8f1a1a6
39 changed files with 966 additions and 74 deletions
+14
View File
@@ -0,0 +1,14 @@
<?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' => '备注',
];