1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?php
  2. return [
  3. /*
  4. |--------------------------------------------------------------------------
  5. | Words Language Lines
  6. |--------------------------------------------------------------------------
  7. |
  8. | The following line of language is the word found in the application
  9. |
  10. */
  11. 'active' => 'Aktif',
  12. 'not_active' => 'Tidak aktif',
  13. 'male' => 'Laki-laki',
  14. 'female' => 'Perempuan',
  15. 'income' => 'Pendapatan',
  16. 'expense' => 'Pengeluaran',
  17. 'today' => 'Hari ini',
  18. 'this_month' => 'Bulan ini',
  19. 'total' => 'Total',
  20. 'discount_given' => 'Diskon diberikan',
  21. 'transaction' => 'Transaksi',
  22. 'expense' => 'Pengeluaran',
  23. 'laundry_type' => 'Jenis Laundry',
  24. 'product_type' => 'Jenis Produk',
  25. 'transaction_statistic' => 'Statistik Transaksi',
  26. 'mutation_statistic' => 'Statistik Mutasi',
  27. 'transaction_outlet_statistic' => 'Statistik Transaksi/Outlet',
  28. 'per_year' => 'Pertahun',
  29. 'top_customer' => 'Top Pelanggan',
  30. 'top_number_customer' => 'Top :number Pelanggan',
  31. 'member' => 'Member',
  32. 'type_member' => 'Jenis Member',
  33. 'type_vehicle' => 'Jenis Kendaraan',
  34. 'top_up_rank' => 'Top Up',
  35. 'top_up_number_rank' => 'Peringkat :number Top Up',
  36. ];