pixelfed/resources/lang/tr/notification.php

12 lines
276 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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ı.',
];