words.php 1.0KB

123456789101112131415161718192021222324252627282930313233343536
  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 Product',
  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. ];