mirror of https://github.com/pixelfed/pixelfed
Create navmenu.php
parent
7f57dfe2bb
commit
5e1a505418
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
return [
|
||||
'viewMyProfile' => 'Lihat profil saya',
|
||||
'myTimeline' => 'Linimasa Saya',
|
||||
'publicTimeline' => 'Linimasa Publik',
|
||||
'remoteFollow' => 'Ikuti Jarak Jauh',
|
||||
'settings' => 'Pengaturan',
|
||||
'admin' => 'Admin',
|
||||
'logout' => 'Keluar',
|
||||
'directMessages' => 'Pesan Langsung',
|
||||
];
|
Loading…
Reference in New Issue