1
0
Fork 0

Create notification.php - Catalan

This commit is contained in:
Jordi Brunet 2020-01-02 12:47:43 +01:00 committed by GitHub
parent 853c9d2068
commit 71884607b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?php
return [
'likedPhoto' => 'li ha agradat la vostra publicació.',
'likedComment' => 'li ha agradat el vostre comentari.',
'startedFollowingYou' => 'ha començat a seguir-vos.',
'commented' => 'ha comentat la vostra publicació.',
'mentionedYou' => 'us ha esmentat.',
'shared' => 'ha compartit la vostra publicació.',
];