mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
9 lines
288 B
PHP
9 lines
288 B
PHP
<?php
|
|
|
|
return [
|
|
'msg_new_comment' => "新评论",
|
|
'msg_torrent_receive_comment' => "你发布的种子收到了新评论 ",
|
|
'msg_offer_receive_comment' => "你发布的候选收到了新评论 ",
|
|
'msg_request_receive_comment' => "你发布的求种收到了新评论 "
|
|
];
|