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' => 'Active',
  12. 'not_active' => 'Not Active',
  13. 'male' => 'Male',
  14. 'female' => 'Female',
  15. 'income' => 'Income',
  16. 'expense' => 'Expense',
  17. 'today' => 'Today',
  18. 'this_month' => 'This Month',
  19. 'total' => 'Total',
  20. 'discount_given' => 'Discount Given',
  21. 'transaction' => 'Transaction',
  22. 'expense' => 'Expense',
  23. 'laundry_type' => 'Laundry Type',
  24. 'product_type' => 'Product Type',
  25. 'transaction_statistic' => 'Transaction Statistic',
  26. 'mutation_statistic' => 'Mutations Statistic',
  27. 'transaction_outlet_statistic' => 'Transaction Statistic/Outlet',
  28. 'per_year' => 'Per Year',
  29. 'top_customer' => 'Top customer',
  30. 'top_number_customer' => 'Top :number Customer',
  31. 'member' => 'Member',
  32. 'type_member' => 'Type Member',
  33. 'type_vehicle' => 'Type Kendaraan',
  34. 'top_up_rank' => 'Top Up',
  35. 'top_up_number_rank' => 'Top Up :number Rank',
  36. ];