Files
nexusphp/resources/lang/zh_CN/comment.php

9 lines
288 B
PHP
Raw Normal View History

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
];