mirror of https://github.com/pixelfed/pixelfed
Create notification.php - Catalan
parent
853c9d2068
commit
71884607b4
@ -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ó.',
|
||||
];
|
Loading…
Reference in New Issue