mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-17 20:11:27 +00:00
12 lines
349 B
PHP
12 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.',
|
|
|
|
];
|