mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-06 06:44:50 +00:00
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ı.',
|
||
|
||
];
|