pixelfed/resources/lang/tr/navmenu.php

15 lines
330 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 [
'viewMyProfile' => 'Profilimi görüntüle',
'myTimeline' => 'Benim Akışım',
'publicTimeline' => 'Akış',
'remoteFollow' => 'Takip',
'settings' => 'Ayarlar',
'admin' => 'Yönetici',
'logout' => ıkış',
'directMessages' => 'Direkt Mesaj',
];