notification.php 299 B

123456789101112
  1. <?php
  2. return [
  3. 'likedPhoto' => '喜欢你的帖子',
  4. 'likedComment' => '喜欢你的评论',
  5. 'startedFollowingYou' => '开始关注你',
  6. 'commented' => '评论了你的帖子',
  7. 'mentionedYou' => '提到你',
  8. 'shared' => '分享了你的贴子',
  9. ];