Explorar el Código

Create navmenu.php

begini hace 6 años
padre
commit
5e1a505418
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11 0
      resources/lang/id/navmenu.php

+ 11 - 0
resources/lang/id/navmenu.php

@@ -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',
+];