mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
13 lines
375 B
PHP
13 lines
375 B
PHP
<?php
|
|
|
|
return [
|
|
'topic' => [
|
|
'replied_notify_subject' => '帖子有了新回复',
|
|
'replied_notify_body' => '你的帖子::topic_subject 收到了新的回复。',
|
|
],
|
|
'post' => [
|
|
'edited_notify_subject' => '帖子回复被修改',
|
|
'edited_notify_body' => '你在帖子::topic_subject 的回复被::editor 修改。',
|
|
]
|
|
];
|