nanosanteservice/resources/lang/en/errors.php

47 lines
3.4 KiB
PHP
Raw Normal View History

<?php
return [
'model_not_found' => 'Does not exist any instance of :model with given id',
'unexpected_error' => 'Unexpected error. Try later',
'validation_error' => 'The field :field has :validation',
'service_unavailable' => 'Service unavailable',
'invalid_cvv' => 'Invalid CVV',
'compression_failed' => 'Image compression failed!',
'identification_carried_out' => 'Identification already carried out',
'visa_api_failed' => 'Request to API visa failed',
'failed_transaction' => 'Failed transaction',
'user_phone_not_exist' => 'This customer number does not exist',
'wallet_not_defined' => 'This recipient wallet code does not exist',
'insufficient_balance' => 'The balance is insufficient to complete this transaction. You will need to charge :amount',
'no_ilink_network' => 'Sorry, there is no iLink World network in your country',
'wallet_country_not_match' => 'This recipient wallet code is not registered in the country :country',
'no_bank_card_attached' => 'No bank card is attached to your account',
'transaction_not_exist' => 'This transaction does not exist',
'withdrawal_already_made' => 'Withdrawal already made',
'incorrect_withdrawal_amount' => 'Incorrect withdrawal amount',
'operation_cannot_performed_in_country' => 'This operation cannot be performed in this country',
'user_identification_required' => 'User identification is required to continue the operation',
'validation_user_identification_required' => 'Validation of user identification is required to continue the operation',
'incorrect_net_amount' => 'Net amount is less than zero',
'nano_health_not_activated' => "Nano health is not activated for this network",
'number_of_beneficiaries_exceeded' => 'The number of beneficiaries is greater than the authorized limit',
'incorrect_selected_amount' => 'The amount selected is incorrect',
2021-10-29 15:52:10 +00:00
'minimal_age_required' => "Your age is above the age limit required to subscribe to this insurance",
2021-11-01 14:26:21 +00:00
'cannot_subscribe_again' => "You can no longer subscribe to this insurance. You already have a request :state",
"subscription_cannot_be_updated" => "This subscription request cannot be modified",
"subscription_cannot_be_paid" => "This subscription request cannot be paid",
2021-11-12 05:08:03 +00:00
'subscription_be_already_paid' => "This subscription has already been paid",
2021-11-12 06:11:42 +00:00
"subscription_cannot_be_submitted" => "Your previous application :state . You cannot submit another one at this time",
2021-11-12 05:08:03 +00:00
"not_insured" => "You are not insured",
2021-11-19 16:07:42 +00:00
'drug_device_already_exists' => "This drug / device code already exists",
"beneficiary_not_found" => "This beneficiary does not exist",
"care_sheet_already_been_processed" => "This care sheet has already been processed",
2021-12-20 11:20:58 +00:00
"unauthorized" => "You are not authorized to perform this operation",
"prescription_already_invoiced" => "The prescription :id has already been invoiced",
"exam_already_invoiced" => "The exam:id has already been invoiced",
"performance_not_belong_to_sheet" => "The service: id does not belong to the care sheet",
"exam_not_belong_to_sheet" => "The exam: id does not belong to the care sheet",
"prescription_not_belong_to_sheet" => "The prescription: id does not belong to the care sheet",
"sheet_cannot_be_modified" => "This care sheet cannot be modified",
"unauthorized_to_update_sheet" => "You are not authorized to modify this care sheet"
];