1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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" => "Aktif",
  12. "not_active" => "Tidak aktif",
  13. "male" => "Laki-laki",
  14. "female" => "Perempuan",
  15. "income" => "Pendapatan",
  16. "expense" => "Pengeluaran",
  17. "today" => "Hari ini",
  18. "this_month" => "Bulan ini",
  19. "total" => "Total",
  20. "discount_given" => "Diskon diberikan",
  21. "transaction" => "Transaksi",
  22. "expense" => "Pengeluaran",
  23. "laundry_type" => "Jenis Laundry",
  24. "product_type" => "Jenis Produk",
  25. "transaction_statistic" => "Statistik Transaksi",
  26. "mutation_statistic" => "Statistik Mutasi",
  27. "transaction_outlet_statistic" => "Statistik Transaksi/Outlet",
  28. "per_year" => "Pertahun",
  29. "top_customer" => "Top Pelanggan",
  30. "top_number_customer" => "Top :number Pelanggan",
  31. "member" => "Member",
  32. "member_expired" => "Member telah expired silahkan lakukan Top Up kembali",
  33. "type_member" => "Jenis Member",
  34. "type_vehicle" => "Jenis Kendaraan",
  35. "top_up_rank" => "Top Up",
  36. "top_up_number_rank" => "Peringkat :number Top Up",
  37. "user" => "User",
  38. "sale" => "Penjualan",
  39. "purchase" => "Pembelian",
  40. "product" => "Produk",
  41. "stock_product" => "Stok Produk",
  42. "best_product" => "Produk Terlaris",
  43. "sale_and_purchase" => "Penjualan dan Pembelian",
  44. "period" => "Periode :number",
  45. "report_sale" => "Laporan Penjualan",
  46. "report_purchase" => "Laporan Pembelian",
  47. "date" => "Tanggal",
  48. "total_price" => "Total Harga",
  49. "status" => "Status",
  50. "quantity" => "Kuantitas",
  51. "number" => "Nomor",
  52. "name_product" => "Nama Produk",
  53. "report_history_purchase" => "Laporan History Pembelian",
  54. "addition" => "Penambahan",
  55. "reduction" => "Pengurangan",
  56. "report_history_stock_product" => "Laporan History Stok Produk",
  57. "unit" => "Satuan",
  58. "category" => "Kategory",
  59. ];