mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 21:41:03 +08:00
myhr add translation
This commit is contained in:
@@ -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
14
lang/cht/lang_myhr.php
Normal 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
14
lang/en/lang_myhr.php
Normal 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',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user