mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Create notification.php - Catalan
This commit is contained in:
parent
853c9d2068
commit
71884607b4
1 changed files with 9 additions and 0 deletions
9
resources/lang/ca/notification.php
Normal file
9
resources/lang/ca/notification.php
Normal 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ó.',
|
||||
];
|
Loading…
Reference in a new issue