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
@@ -30,6 +30,7 @@ return [
'category' => '主分类',
'second_icon' => '第二图标',
'torrent_operation_log' => '种子操作记录',
'invite' => '用户邀请',
],
'resources' => [
'agent_allow' => [
@@ -74,6 +75,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
@@ -23,4 +23,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' => '减少',
];