| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?php
- return [
- 'welcome' => 'Welcome to our application',
- 'created' => 'Created successfully',
- 'updated' => 'Updated successfully',
- 'deleted' => 'Deleted successfully',
- 'email_sent' => 'Email sent successfully',
- 'email_not_sent' => 'Email not sent',
- 'imported' => 'Imported successfully',
- 'import_error' => 'Error importing',
- 'buyer_not_allowed' => 'Buyer not allowed',
- 'notification_sent' => 'Notification sent successfully',
- 'notification_read' => 'Notification marked as read',
- 'interest_added' => 'Interest registered successfully',
- 'interest_removed' => 'Interest removed successfully',
- 'appointment_created' => 'Appointment created successfully',
- 'appointment_cancelled' => 'Appointment cancelled successfully',
- 'appointment_confirmed' => 'Appointment confirmed successfully',
- 'guide_unavailable' => 'The consultation guide can only be generated for confirmed appointments with a defined date and time. The exam guide is only available after the member accepts it.',
- 'appointment_frozen' => 'This appointment can no longer be changed. To correct a refused guide, issue a new one.',
- 'exam_accepted' => 'Exam guide accepted successfully',
- 'exam_refused' => 'Exam guide refused',
- 'exam_decision_unavailable' => 'This exam guide is no longer waiting for your decision',
- 'not_found' => 'Record not found',
- 'unauthorized' => 'Unauthorized action',
- 'landing' => [
- 'register_success' => 'Association request sent successfully!',
- 'registration_taken' => 'There is already an account with this badge. Use the "My First Access" option on the login screen.',
- '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?".',
- '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.',
- 'cpf_taken' => 'There is already an account with this CPF. Use the "My First Access" option on the login screen.',
- 'email_taken' => 'There is already an account with this email. Use the "My First Access" option on the login screen.',
- ],
- 'evaluation' => [
- 'submitted' => 'Evaluation submitted successfully!',
- 'already_answered' => 'You have already answered this evaluation campaign.',
- 'inactive' => 'This evaluation campaign is no longer available.',
- 'not_eligible' => 'This evaluation campaign is not intended for your profile.',
- 'campaign_finished' => 'Campaign finished successfully',
- 'already_finished' => 'This campaign has already been finished.',
- ],
- 'first_access' => [
- 'register_success' => 'Registration completed successfully!',
- 'register_pending_approval' => 'Registration completed! Your membership is under review by the administration — you will be able to sign in once it is approved.',
- 'already_done' => 'The first access for this badge has already been completed. Please sign in or use "Forgot your password?".',
- 'not_found' => 'Badge not found. Request your membership on the Serprati website and wait for the administration to approve it.',
- 'not_approved' => 'Your registration is still under review by the administration. You will be able to complete the first access once it is approved.',
- 'refused' => 'This registration was not approved by the administration. Please contact Serprati.',
- 'invalid_token' => 'Session expired. Please enter your badge again to continue.',
- ],
- ];
|