1234567891011121314151617181920212223242526272829303132
  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. 'total' => 'Total',
  19. 'transaction' => 'Transaksi',
  20. 'expense' => 'Pengeluaran',
  21. 'laundry_type' => 'Jenis Laundry',
  22. 'product_type' => 'Jenis Product',
  23. 'transaction_statistic' => 'Statistik Transaksi',
  24. 'mutation_statistic' => 'Statistik Mutasi',
  25. 'transaction_outlet_statistic' => 'Statistik Transaksi/Outlet',
  26. 'per_year' => 'Pertahun',
  27. ];