Update notification.php

This commit is contained in:
Xose M 2020-11-21 18:27:25 +01:00 committed by GitHub
parent a520443155
commit 6a155b0d92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,11 @@
return [
'likedPhoto' => 'gustoulle a súa foto.',
'startedFollowingYou' => 'comezou a seguila.',
'likedPhoto' => 'gustoulle a túa publicación.',
'likedComment' => 'gustoulle o teu comentario.',
'startedFollowingYou' => 'comezou a seguirte.',
'commented' => 'comentou na túa publicación.',
'mentionedYou' => 'mencionoute.',
'shared' => 'compartiu a túa publicación.',
];