mirror of https://github.com/pixelfed/pixelfed.git
13 lines
361 B
PHP
13 lines
361 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'likedPhoto' => 'polubił(a) Twoje zdjęcie.',
|
|
'likedComment' => 'polubił(a) Twój komentarz.',
|
|
'startedFollowingYou' => 'zaczął(-ęła) Cię obserwować.',
|
|
'commented' => 'skomentował(a) Twój wpis',
|
|
'mentionedYou' => 'wspomniał(a) o Tobie.',
|
|
'shared' => 'udostępnił(a) Twój wpis.',
|
|
|
|
];
|