mirror of https://github.com/pixelfed/pixelfed.git
11 lines
243 B
PHP
11 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.',
|
||
|
|
||
|
];
|