mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
新增候选提醒到管理组
1. 新增候选提醒到管理组消息 2. 修改发送私信的实现为message::add()
This commit is contained in:
@@ -14,4 +14,6 @@ return [
|
||||
'msg_you_must_upload_in' => "Please upload the offer within ",
|
||||
'msg_hours_otherwise' => " hours. Otherwise the offer would be deleted.",
|
||||
'msg_reason_is' => "The reason: ",
|
||||
'msg_new_offer_subject' => "A new offer has been added",
|
||||
'msg_new_offer_msg' => "User :username has added a new offer :offername",
|
||||
];
|
||||
|
||||
@@ -14,4 +14,6 @@ return [
|
||||
'msg_you_must_upload_in' => "请在",
|
||||
'msg_hours_otherwise' => "小时内上传通过候选的内容。否则该候选将被删除。",
|
||||
'msg_reason_is' => "原因:",
|
||||
'msg_new_offer_subject' => "有新的候选被添加",
|
||||
'msg_new_offer_msg' => "用户 :username 添加了新的候选 :offername",
|
||||
];
|
||||
|
||||
@@ -14,4 +14,6 @@ return [
|
||||
'msg_you_must_upload_in' => "請在",
|
||||
'msg_hours_otherwise' => "小時內上傳通過候選的內容。否則該候選將被刪除。",
|
||||
'msg_reason_is' => "原因:",
|
||||
'msg_new_offer_subject' => "有新的候選被添加",
|
||||
'msg_new_offer_msg' => "用戶 :username 添加了新的候選 :offername",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user