words.php 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. "member_expired" => "Member has expired please Top Up again",
  33. "type_member" => "Type Member",
  34. "type_vehicle" => "Type Kendaraan",
  35. "top_up_rank" => "Top Up",
  36. "top_up_number_rank" => "Top Up :number Rank",
  37. "user" => "User",
  38. "sale" => "Sale",
  39. "purchase" => "Purchase",
  40. "product" => "Product",
  41. "stock_product" => "Stock Product",
  42. "best_product" => "Best Product",
  43. "sale_and_purchase" => "Sale and Purchase",
  44. "period" => "Period :number",
  45. "report_sale" => "Sale Report",
  46. "report_purchase" => "Purchase Report",
  47. "date" => "Date",
  48. "total_price" => "Total Price",
  49. "status" => "Status",
  50. "quantity" => "Quantity",
  51. "number" => "Number",
  52. "product_name" => "Product Name",
  53. "report_history_purchase" => "Report History Purchase",
  54. ];