| 12345678910111213141516171819202122 |
- <?php
-
- return [
-
- /*
- |--------------------------------------------------------------------------
- | Words Language Lines
- |--------------------------------------------------------------------------
- |
- | The following line of language is the word found in the application
- |
- */
-
- 'active' => 'Aktif',
- 'not_active' => 'Tidak aktif',
- 'male' => 'Laki-laki',
- 'female' => 'Perempuan',
- 'income' => 'Pendapatan',
- 'expense' => 'Pengeluaran',
-
- ];
|