messages.php 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?php
  2. return [
  3. 'welcome' => 'Welcome to our application',
  4. 'created' => 'Created successfully',
  5. 'updated' => 'Updated successfully',
  6. 'deleted' => 'Deleted successfully',
  7. 'email_sent' => 'Email sent successfully',
  8. 'email_not_sent' => 'Email not sent',
  9. 'imported' => 'Imported successfully',
  10. 'import_error' => 'Error importing',
  11. 'buyer_not_allowed' => 'Buyer not allowed',
  12. 'notification_sent' => 'Notification sent successfully',
  13. 'notification_read' => 'Notification marked as read',
  14. 'interest_added' => 'Interest registered successfully',
  15. 'interest_removed' => 'Interest removed successfully',
  16. 'appointment_created' => 'Appointment created successfully',
  17. 'appointment_cancelled' => 'Appointment cancelled successfully',
  18. 'appointment_confirmed' => 'Appointment confirmed successfully',
  19. 'guide_unavailable' => 'The guide can only be generated for confirmed appointments with a defined date and time',
  20. 'not_found' => 'Record not found',
  21. 'unauthorized' => 'Unauthorized action',
  22. 'landing' => [
  23. 'register_success' => 'Association request sent successfully!',
  24. 'registration_taken' => 'There is already an account with this badge. Use the "My First Access" option on the login screen.',
  25. 'registration_first_access_done' => 'There is already an account with this badge and the first access has already been completed. Sign in normally or use "Forgot password?".',
  26. 'registration_pending_approval' => 'There is already a request with this badge awaiting approval by the administration. You will be able to complete the first access once it is approved.',
  27. 'cpf_taken' => 'There is already an account with this CPF. Use the "My First Access" option on the login screen.',
  28. 'email_taken' => 'There is already an account with this email. Use the "My First Access" option on the login screen.',
  29. ],
  30. 'evaluation' => [
  31. 'submitted' => 'Evaluation submitted successfully!',
  32. 'already_answered' => 'You have already answered this evaluation campaign.',
  33. 'inactive' => 'This evaluation campaign is no longer available.',
  34. 'not_eligible' => 'This evaluation campaign is not intended for your profile.',
  35. 'campaign_finished' => 'Campaign finished successfully',
  36. 'already_finished' => 'This campaign has already been finished.',
  37. ],
  38. 'first_access' => [
  39. 'register_success' => 'Registration completed successfully!',
  40. 'register_pending_approval' => 'Registration completed! Your membership is under review by the administration — you will be able to sign in once it is approved.',
  41. 'already_done' => 'The first access for this badge has already been completed. Please sign in or use "Forgot your password?".',
  42. 'not_found' => 'Badge not found. Request your membership on the Serprati website and wait for the administration to approve it.',
  43. 'not_approved' => 'Your registration is still under review by the administration. You will be able to complete the first access once it is approved.',
  44. 'refused' => 'This registration was not approved by the administration. Please contact Serprati.',
  45. 'invalid_token' => 'Session expired. Please enter your badge again to continue.',
  46. ],
  47. ];