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