82 lines
6.0 KiB
PHP
Executable File
82 lines
6.0 KiB
PHP
Executable File
<?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' => 'Your 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',
|
|
'minimal_age_required' => "Your age is above the age limit required to subscribe to this insurance",
|
|
'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",
|
|
'subscription_be_already_paid' => "This subscription has already been paid",
|
|
"subscription_cannot_be_submitted" => "Your previous application is :state . You cannot submit another one at this time",
|
|
"not_insured" => "You are not insured",
|
|
'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",
|
|
"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",
|
|
"beneficiary_not_part_in_insurance" => "Beneficiary number :id is not part of this insurance",
|
|
'act_application_already_pending' => "You already have an application pending for this act",
|
|
'insurance_not_in_order' => "This insurance is not in order",
|
|
"insurance_expired" => "Your insurance is :state. You cannot perform this operation",
|
|
'cannot_renew_insurance' => "Your insurance is not stopped, you cannot renew it",
|
|
'already_insured' => "Vous avez deja souscrit à cette assurance",
|
|
'no_sheet_accepted' => "No care sheet accepted",
|
|
'no_sheet_available' => "No care sheet available",
|
|
"act_not_found" => "Act not found",
|
|
'month_price_grid_not_found' => "La grille tarifaire de ce mois n'existe pas",
|
|
"insurance_coverage_amount_exceeded" => "La limite autorisée est dépassée.
|
|
Consommation : :consommation
|
|
Reste : :remaining",
|
|
"execution_rule" => "An execution can only be made on examinations or medical prescriptions.",
|
|
"sheet_not_accepted" => "This treatment sheet has not been accepted",
|
|
"sheet_not_comes_from_consultation" => "This health care sheet is not from a consultation",
|
|
'invoice_not_found' => "The invoice does not exist",
|
|
'network_not_found' => "The network does not exist",
|
|
'invoice_already_paid' => 'This invoice has already been paid',
|
|
'payment_deadline_reached' => 'The payment deadline has already passed',
|
|
'act_unit_price_required' => "The unit price is required for the act :act_name",
|
|
'act_amount_required' => "The amount is required for the act :act_name",
|
|
'act_quantity_required' => "The quantity is required for the act :act_name",
|
|
'act_authorization_request_required' => "An authorization is required to apply the act :act_name",
|
|
'act_unit_quantity_required' => "The unit quantity is required for the act :act_name",
|
|
'prescription_ordered_quantity_must_not_greater_than_ordered_quantity' => "Prescription quantity :id must not be greater than :quantity",
|
|
'consultation_prescription_not_found' => "The consultation attached to this prescription does not exist",
|
|
'minimum amount_to_paid' => "The minimum amount to pay is :amount",
|
|
'maximum amount_to_paid' => "The maximum amount to pay is :amount",
|
|
"unpaid_bill" => "You have an unpaid bill",
|
|
"amount_not_allowed" => "This amount is not allowed. It must be between :min and :max",
|
|
'payment_not_available' => "Payment not available at this time. Please try again later",
|
|
'payment_not_found' => "Payment not found",
|
|
'payment_invalid' => "Invalid payment",
|
|
"transaction_already_completed" => "This transaction has already been completed",
|
|
];
|