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