mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Create navmenu.php
This commit is contained in:
parent
7f57dfe2bb
commit
5e1a505418
1 changed files with 11 additions and 0 deletions
11
resources/lang/id/navmenu.php
Normal file
11
resources/lang/id/navmenu.php
Normal file
|
@ -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 a new issue