2021-06-05 16:02:01 +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-06-05 16:02:01 +08:00
|
|
|
];
|