temporary invite

This commit is contained in:
xiaomlove
2022-12-13 13:51:39 +08:00
parent 6fa604ce56
commit f413c61901
42 changed files with 727 additions and 47 deletions
+3
View File
@@ -32,6 +32,7 @@ return [
'category' => '主分類',
'second_icon' => '第二圖標',
'torrent_operation_log' => '種子操作記錄',
'invite' => '用戶邀請',
],
'resources' => [
'agent_allow' => [
@@ -76,6 +77,8 @@ return [
'grant_prop_form_duration' => '有效時長',
'grant_prop_form_duration_help' => '單位:天。如果留空,用戶永久擁有。註:改名卡沒有時間限製,忽略該值。',
'confirm_bulk' => '批量確認',
'change_bonus_etc_duration_label' => '有效期',
'change_bonus_etc_duration_help' => '增加臨時邀請時必須,單位:天',
]
],
'exam_user' => [
+16
View File
@@ -2,4 +2,20 @@
return [
'invalid_inviter' => '非法邀請者!此邀請碼已被禁用!',
'fields' => [
'inviter' => '發邀者',
'invitee' => '接收郵箱',
'time_invited' => '發邀時間',
'valid' => '是否有效',
'invitee_register_uid' => '註冊用戶 UID',
'invitee_register_email' => '註冊用戶郵箱',
'invitee_register_username' => '註冊用戶名',
'expired_at' => 'hash 過期時間',
],
'send_deny_reasons' => [
'invite_system_closed' => '邀請系統已關閉',
'no_permission' => ':class 或以上等級才可以發送邀請',
'invite_not_enough' => '邀請數量不足',
],
'send_allow_text' => '邀請其他人',
];
+1
View File
@@ -102,6 +102,7 @@ return [
'downloadpos' => '下載權限',
'parked' => '掛起',
'offer_allowed_count' => '候選通過數',
'tmp_invites' => '臨時邀請',
],
'medal' => [
'label' => '勛章',
+4
View File
@@ -22,4 +22,8 @@ return [
'subject' => '下載權限恢復',
'body' => '你的下載權限恢復,你現在可以下載種子。By: :operator',
],
'temporary_invite_change' => [
'subject' => '臨時邀請:change_type',
'body' => '你的臨時邀請被管理員 :operator :change_type :count 個,理由::reason。',
],
];
+2
View File
@@ -10,4 +10,6 @@ return [
],
'select_all' => '全選',
'unselect_all' => '全不選',
'increment' => '增加',
'decrement' => '減少',
];