myhr add translation

This commit is contained in:
xiaomlove
2022-03-06 15:43:29 +08:00
parent c1c511b9fe
commit 22d22707fc
34 changed files with 79 additions and 43 deletions

View File

@@ -8,7 +8,7 @@ $lang_myhr = [
'th_share_ratio' => '分享率',
'th_seed_time_required' => '还需做种时间',
'th_completed_at' => '下载完成时间',
'th_ttl' => '剩余达标时间',
'th_ttl' => '剩余考察时间',
'th_comment' => '备注',
];

14
lang/cht/lang_myhr.php Normal file
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' => '備註',
];

14
lang/en/lang_myhr.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
$lang_myhr = [
'th_hr_id' => 'H&R ID',
'th_torrent_name' => 'Torrent',
'th_uploaded' => 'Uploaded',
'th_downloaded' => 'Downloaded',
'th_share_ratio' => 'Share ratio',
'th_seed_time_required' => 'Seed time required',
'th_completed_at' => 'Completed at',
'th_ttl' => 'Inspecting time left',
'th_comment' => 'Comment',
];