mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +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 修改。',
|
|
]
|
|
];
|