1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-25 17:26:43 +00:00
pixelfed/resources/lang/it/notification.php
2018-10-24 17:17:20 +02:00

10 lines
243 B
PHP

<?php
return [
'likedPhoto' => 'ha messo mi piace alla tua foto.',
'startedFollowingYou' => 'ha iniziato a seguirti.',
'commented' => 'ha commentato il tuo post.',
'mentionedYou' => 'ti ha menzionato.',
];