admin add downloadpos manage

This commit is contained in:
xiaomlove
2022-07-23 23:35:43 +08:00
parent 50965e1419
commit f9bcb4d969
20 changed files with 328 additions and 224 deletions
+2
View File
@@ -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' => [
+1
View File
@@ -74,6 +74,7 @@ return [
'invite_by' => '邀請人',
'two_step_authentication' => '兩步驗證',
'seed_points' => '做種積分',
'downloadpos' => '下載權限',
],
'medal' => [
'label' => '勛章',
+8
View File
@@ -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 恢復了你的下載權限,你現在可以下載種子。',
],
];