mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
admin add downloadpos manage
This commit is contained in:
@@ -55,6 +55,8 @@ return [
|
||||
'grant_medal_duration_label' => 'Duration',
|
||||
'grant_medal_duration_help' => 'Unit: days. If left blank, the user has permanent possession',
|
||||
'confirm_btn' => 'Confirm',
|
||||
'disable_download_privileges_btn' => 'Enable download',
|
||||
'enable_download_privileges_btn' => 'Disable download',
|
||||
]
|
||||
],
|
||||
'exam_user' => [
|
||||
|
||||
@@ -74,6 +74,7 @@ return [
|
||||
'invite_by' => 'Inviter',
|
||||
'two_step_authentication' => 'Two-step authentication',
|
||||
'seed_points' => 'Seed points',
|
||||
'downloadpos' => 'Download privileges',
|
||||
],
|
||||
'medal' => [
|
||||
'label' => 'Medal',
|
||||
|
||||
@@ -10,4 +10,13 @@ return [
|
||||
],
|
||||
'field_value_change_message_body' => ':field is changed from :old to :new by :operator. Reason::reason.',
|
||||
'field_value_change_message_subject' => ':field changed',
|
||||
|
||||
'download_disable' => [
|
||||
'subject' => 'Download permission cancellation',
|
||||
'body' => 'Administrator: :operator has revoked your download privileges, possibly due to low sharing rates or misbehavior.',
|
||||
],
|
||||
'download_enable' => [
|
||||
'subject' => 'Download permission restored',
|
||||
'body' => 'Administrator: :operator restored your download privileges, you can now download torrents.',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user