| 123456789101112131415161718192021222324252627282930313233343536 |
- <?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',
- 'this_month' => 'Bulan ini',
- 'total' => 'Total',
- 'discount_given' => 'Diskon diberikan',
- 'transaction' => 'Transaksi',
- 'expense' => 'Pengeluaran',
- 'laundry_type' => 'Jenis Laundry',
- 'product_type' => 'Jenis Product',
- 'transaction_statistic' => 'Statistik Transaksi',
- 'mutation_statistic' => 'Statistik Mutasi',
- 'transaction_outlet_statistic' => 'Statistik Transaksi/Outlet',
- 'per_year' => 'Pertahun',
- 'top_customer' => 'Top Pelanggan',
- 'top_number_customer' => 'Top :number Pelanggan',
-
- ];
|