| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?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',
- 'type_member' => 'Type Member',
- 'type_vehicle' => 'Type Kendaraan',
- 'top_up_rank' => 'Top Up',
- 'top_up_number_rank' => 'Top Up :number Rank',
- 'user' => 'User',
-
- ];
|