mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-30 09:07:22 +08:00
admin add downloadpos manage
This commit is contained in:
@@ -55,6 +55,8 @@ return [
|
||||
'grant_medal_duration_label' => '有效時長',
|
||||
'grant_medal_duration_help' => '單位:天。如果留空,用戶永久擁有',
|
||||
'confirm_btn' => '確認',
|
||||
'disable_download_privileges_btn' => '禁用下載權限',
|
||||
'enable_download_privileges_btn' => '啟用下載權限',
|
||||
]
|
||||
],
|
||||
'exam_user' => [
|
||||
|
||||
@@ -74,6 +74,7 @@ return [
|
||||
'invite_by' => '邀請人',
|
||||
'two_step_authentication' => '兩步驗證',
|
||||
'seed_points' => '做種積分',
|
||||
'downloadpos' => '下載權限',
|
||||
],
|
||||
'medal' => [
|
||||
'label' => '勛章',
|
||||
|
||||
@@ -10,4 +10,12 @@ return [
|
||||
],
|
||||
'field_value_change_message_body' => ':field 被管理員 :operator 從 :old 改為 :new。理由::reason。',
|
||||
'field_value_change_message_subject' => ':field 改變',
|
||||
'download_disable' => [
|
||||
'subject' => '下載權限取消',
|
||||
'body' => '管理員::operator 取消了你的下載權限,可能的原因是過低的分享率或行為不當。',
|
||||
],
|
||||
'download_enable' => [
|
||||
'subject' => '下載權限恢復',
|
||||
'body' => '管理員::operator 恢復了你的下載權限,你現在可以下載種子。',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user