mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-06 06:44:50 +00:00
3cce90c4d5
Signed-off-by: marcin mikołajczak <me@mkljczk.pl>
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.',
|
|
|
|
];
|