You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/resources/lang/ca/notification.php

10 lines
374 B
PHP

<?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ó.',
];