2021-05-18 02:37:39 +08:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return [
|
2025-04-21 02:53:56 +07:00
|
|
|
'msg_new_comment' => "新评论",
|
|
|
|
|
'msg_torrent_receive_comment' => "你发布的种子收到了新评论 ",
|
|
|
|
|
'msg_offer_receive_comment' => "你发布的候选收到了新评论 ",
|
|
|
|
|
'msg_request_receive_comment' => "你发布的求种收到了新评论 "
|
2021-05-18 02:37:39 +08:00
|
|
|
];
|