| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?php
-
- return [
- /*
- |--------------------------------------------------------------------------
- | Words Language Lines
- |--------------------------------------------------------------------------
- |
- | The following line of language is the word found in the application
- |
- */
-
- "active" => "Aktif",
- "not_active" => "Tidak aktif",
- "male" => "Laki-laki",
- "female" => "Perempuan",
- "income" => "Pendapatan",
- "expense" => "Pengeluaran",
- "today" => "Hari ini",
- "this_month" => "Bulan ini",
- "total" => "Total",
- "discount_given" => "Diskon diberikan",
- "transaction" => "Transaksi",
- "expense" => "Pengeluaran",
- "laundry_type" => "Jenis Laundry",
- "product_type" => "Jenis Produk",
- "transaction_statistic" => "Statistik Transaksi",
- "mutation_statistic" => "Statistik Mutasi",
- "transaction_outlet_statistic" => "Statistik Transaksi/Outlet",
- "per_year" => "Pertahun",
- "top_customer" => "Top Pelanggan",
- "top_number_customer" => "Top :number Pelanggan",
- "member" => "Member",
- "member_expired" => "Member telah expired silahkan lakukan Top Up kembali",
- "type_member" => "Jenis Member",
- "type_vehicle" => "Jenis Kendaraan",
- "top_up_rank" => "Top Up",
- "top_up_number_rank" => "Peringkat :number Top Up",
- "user" => "User",
- "sale" => "Penjualan",
- "purchase" => "Pembelian",
- "product" => "Produk",
- "stock_product" => "Stok Produk",
- "best_product" => "Produk Terlaris",
- "sale_and_purchase" => "Penjualan dan Pembelian",
- "period" => "Periode :number",
- "report_sale" => "Laporan Penjualan",
- "report_purchase" => "Laporan Pembelian",
- "date" => "Tanggal",
- "total_price" => "Total Harga",
- "status" => "Status",
- "quantity" => "Kuantitas",
- "number" => "Nomor",
- "name_product" => "Nama Produk",
- "report_history_purchase" => "Laporan History Pembelian",
- "addition" => "Penambahan",
- "reduction" => "Pengurangan",
- "report_history_stock_product" => "Laporan History Stok Produk",
- "unit" => "Satuan",
- "category" => "Kategory",
- ];
|