mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +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' => '消除',
|
|
];
|