| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?php
-
- return [
- /*
- |--------------------------------------------------------------------------
- | Words Language Lines
- |--------------------------------------------------------------------------
- |
- | The following line of language is the word found in the application
- |
- */
-
- "active" => "Active",
- "not_active" => "Not Active",
- "male" => "Male",
- "female" => "Female",
- "income" => "Income",
- "expense" => "Expense",
- "today" => "Today",
- "this_month" => "This Month",
- "total" => "Total",
- "discount_given" => "Discount Given",
- "transaction" => "Transaction",
- "expense" => "Expense",
- "laundry_type" => "Laundry Type",
- "product_type" => "Product Type",
- "transaction_statistic" => "Transaction Statistic",
- "mutation_statistic" => "Mutations Statistic",
- "transaction_outlet_statistic" => "Transaction Statistic/Outlet",
- "per_year" => "Per Year",
- "top_customer" => "Top customer",
- "top_number_customer" => "Top :number Customer",
- "member" => "Member",
- "member_expired" => "Member has expired please Top Up again",
- "type_member" => "Type Member",
- "type_vehicle" => "Type Kendaraan",
- "top_up_rank" => "Top Up",
- "top_up_number_rank" => "Top Up :number Rank",
- "user" => "User",
- "sale" => "Sale",
- "purchase" => "Purchase",
- "product" => "Product",
- "stock_product" => "Stock Product",
- "best_product" => "Best Product",
- "sale_and_purchase" => "Sale and Purchase",
- "period" => "Period :number",
- "report_sale" => "Sale Report",
- "report_purchase" => "Purchase Report",
- "date" => "Date",
- "total_price" => "Total Price",
- "status" => "Status",
- "quantity" => "Quantity",
- "number" => "Number",
- "product_name" => "Product Name",
- "report_history_purchase" => "Report History Purchase",
- ];
|