mirror of https://github.com/pixelfed/pixelfed.git
12 lines
276 B
PHP
12 lines
276 B
PHP
|
<?php
|
|||
|
|
|||
|
return [
|
|||
|
|
|||
|
'likedPhoto' => 'gönderini beğendi.',
|
|||
|
'startedFollowingYou' => 'seni takip etmeye başladı.',
|
|||
|
'commented' => 'gönderine yorum yaptı.',
|
|||
|
'mentionedYou' => 'seni etiketledi.',
|
|||
|
'shared' => 'gönderini paylaştı.',
|
|||
|
|
|||
|
];
|