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' => "你發布的求種收到了新評論 "
|
|
];
|