2022-06-18 13:16:36 +08:00
|
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
'topic' => [
|
|
|
|
|
|
'replied_notify_subject' => 'The topic has a new reply',
|
|
|
|
|
|
'replied_notify_body' => 'Your topic::topic_subject has a new reply.',
|
|
|
|
|
|
],
|
|
|
|
|
|
'post' => [
|
|
|
|
|
|
'edited_notify_subject' => 'Post reply was modified',
|
|
|
|
|
|
'edited_notify_body' => 'Your reply to topic: :topic_subject was modified by: :editor.',
|
2025-09-16 00:32:45 +08:00
|
|
|
|
],
|
|
|
|
|
|
'reply' => [
|
|
|
|
|
|
'replied_notify_subject' => 'Your reply has a new reply',
|
|
|
|
|
|
'replied_notify_body' => 'Your reply to topic::topic_subject was replied by :replyer.',
|
2022-06-18 13:16:36 +08:00
|
|
|
|
]
|
|
|
|
|
|
];
|