12345678910111213141516171819202122232425262728293031
  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' => 'Active',
  12. 'not_active' => 'Not Active',
  13. 'male' => 'Male',
  14. 'female' => 'Female',
  15. 'income' => 'Income',
  16. 'expense' => 'Expense',
  17. 'today' => 'Today',
  18. 'total' => 'Total',
  19. 'transaction' => 'Transaction',
  20. 'expense' => 'Expense',
  21. 'laundry_type' => 'Laundry Type',
  22. 'product_type' => 'Product Type',
  23. 'transaction_statistic' => 'Transaction Statistic',
  24. 'expense_statistic' => 'Expense Statistic',
  25. 'transaction_outlet_statistic' => 'Transaction Statistic/Outlet',
  26. ];