messages.php 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?php
  2. return [
  3. /*
  4. |--------------------------------------------------------------------------
  5. | Authentication Language Lines
  6. |--------------------------------------------------------------------------
  7. |
  8. | The following language lines are used for various
  9. | messages that we need to display to the user.
  10. |
  11. */
  12. 'user' => [
  13. 'active_user' => 'Sukses mengaktifkan user',
  14. 'no_active_user' => 'Sukses memblokir user',
  15. ],
  16. 'success' => [
  17. 'email' => [
  18. 'verify_email' => 'Link verifikasi email berhasil terkirim',
  19. ],
  20. 'store' => [
  21. 'discount' => 'Diskon berhasil diubah',
  22. 'expense' => 'Pengeluaran berhasil ditambahkan',
  23. 'transaction' => 'Transaksi berhasil ditambahkan',
  24. 'user' => 'Akun user berhasil ditambahkan',
  25. 'customer' => 'Akun customer berhasil ditambahkan',
  26. 'outlet' => 'Data outlet berhasil ditambahkan',
  27. 'laundry' => 'Data laundry berhasil ditambahkan',
  28. 'product' => 'Data product berhasil ditambahkan',
  29. ],
  30. 'update' => [
  31. 'change-password' => 'Password berhasil diubah',
  32. 'transaction_status' => 'Status transaksi berhasil diubah',
  33. 'user' => 'Akun user berhasil diubah',
  34. 'customer' => 'Akun customer berhasil diubah',
  35. 'outlet' => 'Data outlet berhasil diubah',
  36. 'laundry' => 'Data laundry berhasil diubah',
  37. 'product' => 'Data product berhasil diubah',
  38. ],
  39. 'destroy' => [
  40. 'user' => 'Akun user berhasil dihapus',
  41. 'customer' => 'Akun customer berhasil dihapus',
  42. 'outlet' => 'Data outlet berhasil dihapus',
  43. 'laundry' => 'Data laundry berhasil dihapus',
  44. 'product' => 'Data product berhasil dihapus',
  45. ],
  46. ],
  47. 'error' => [
  48. 'store' => [
  49. 'change-password' => 'Password lama salah',
  50. 'expense' => 'Pengeluaran gagal ditambahkan',
  51. 'transaction' => 'Transaksi gagal ditambahkan',
  52. ],
  53. ],
  54. ];