add uploadspeed + downloadspeed +isp

This commit is contained in:
xiaomlove
2022-07-30 15:06:51 +08:00
parent 8a4f4a77cb
commit 1ed68b6058
28 changed files with 477 additions and 64 deletions

View File

@@ -13,10 +13,10 @@ return [
'download_disable' => [
'subject' => 'Download permission cancellation',
'body' => 'Administrator: :operator has revoked your download privileges, possibly due to low sharing rates or misbehavior.',
'body' => 'Your download privileges has revoked, possibly due to low sharing rates or misbehavior. By: :operator',
],
'download_enable' => [
'subject' => 'Download permission restored',
'body' => 'Administrator: :operator restored your download privileges, you can now download torrents.',
'body' => 'Your download privileges restored, you can now download torrents. By: :operator',
],
];

View File

@@ -18,6 +18,9 @@ return [
'roles_list' => '角色',
'ability_list' => '权限',
'seed_box_records' => 'SeedBox',
'upload_speed' => '上行带宽',
'download_speed' => '下行带宽',
'isp' => 'ISP',
],
'resources' => [
'agent_allow' => [

View File

@@ -13,10 +13,10 @@ return [
'download_disable' => [
'subject' => '下载权限取消',
'body' => '管理员::operator 取消了你的下载权限,可能的原因是过低的分享率或行为不当。',
'body' => '你的下载权限被取消,可能的原因是过低的分享率或行为不当。By: :operator',
],
'download_enable' => [
'subject' => '下载权限恢复',
'body' => '管理员::operator 恢复了你的下载权限,你现在可以下载种子。',
'body' => '你的下载权限恢复,你现在可以下载种子。By: :operator',
],
];

View File

@@ -12,10 +12,10 @@ return [
'field_value_change_message_subject' => ':field 改變',
'download_disable' => [
'subject' => '下載權限取消',
'body' => '管理員::operator 取消了你的下載權限,可能的原因是過低的分享率或行為不當。',
'body' => '你的下載權限被取消,可能的原因是過低的分享率或行為不當。By: :operator',
],
'download_enable' => [
'subject' => '下載權限恢復',
'body' => '管理員::operator 恢復了你的下載權限,你現在可以下載種子。',
'body' => '你的下載權限恢復,你現在可以下載種子。By: :operator',
],
];