| 12345678910111213141516171819202122232425262728293031 |
- <?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',
- 'today' => 'Hari ini',
- 'total' => 'Total',
- 'transaction' => 'Transaksi',
- 'expense' => 'Pengeluaran',
- 'laundry_type' => 'Jenis Laundry',
- 'product_type' => 'Jenis Product',
- 'transaction_statistic' => 'Statistik Transaksi',
- 'expense_statistic' => 'Statistik Pengeluaran',
- 'transaction_outlet_statistic' => 'Statistik Transaksi/Outlet',
-
- ];
|