mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
myhr add translation
This commit is contained in:
@@ -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' => '備註',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user