mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
Merge remote-tracking branch 'origin/php8' into php8
This commit is contained in:
@@ -8,5 +8,9 @@ return [
|
||||
'post' => [
|
||||
'edited_notify_subject' => '帖子回复被修改',
|
||||
'edited_notify_body' => '你在帖子::topic_subject 的回复被::editor 修改。',
|
||||
],
|
||||
'reply' => [
|
||||
'replied_notify_subject' => '帖子回复有了新回复',
|
||||
'replied_notify_body' => '你在帖子::topic_subject 的回复被::replyer 回复。',
|
||||
]
|
||||
];
|
||||
|
||||
@@ -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