mirror of https://github.com/pixelfed/pixelfed.git
13 lines
349 B
PHP
13 lines
349 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'likedPhoto' => 'a aimat vòstra fòto.',
|
|
'likedComment' => 'a aimat vòstre comentari.',
|
|
'startedFollowingYou' => 'a començat de vos seguir.',
|
|
'commented' => 'a comentat vòstra publicacion.',
|
|
'mentionedYou' => 'vos a mencionat.',
|
|
'shared' => 'a partejat vòstra publicacion.',
|
|
|
|
];
|