add topic reply notice

This commit is contained in:
xiaomlove
2022-06-18 13:16:36 +08:00
parent c7b75b8349
commit 88a92f745d
9 changed files with 107 additions and 4 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
return [
'topic' => [
'replied_notify_subject' => '帖子有了新回復',
'replied_notify_body' => '你的帖子::topic_subject 收到了新的回復。',
],
'post' => [
'edited_notify_subject' => '帖子回復被修改',
'edited_notify_body' => '你在帖子::topic_subject 的回復被::editor 修改。',
]
];