notification.php 260 B

1234567891011
  1. <?php
  2. return [
  3. 'likedPhoto' => 'gostou de sua foto.',
  4. 'startedFollowingYou' => 'começou a te seguir.',
  5. 'commented' => 'comentou em seu post.',
  6. 'mentionedYou' => 'te mencionou.',
  7. 'shared' => 'compartilhou seu post.',
  8. ];