mirror of https://github.com/pixelfed/pixelfed.git
13 lines
364 B
PHP
13 lines
364 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'likedPhoto' => 'ha messo mi piace alla tua foto.',
|
|
'likedComment' => 'ha messo mi piace al tuo commento.',
|
|
'startedFollowingYou' => 'ha iniziato a seguirti.',
|
|
'commented' => 'ha commentato il tuo post.',
|
|
'mentionedYou' => 'ti ha menzionato.',
|
|
'shared' => 'ha condiviso il tuo post.',
|
|
|
|
];
|