30 lines
1.9 KiB
PHP
Executable File
30 lines
1.9 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' => 'The balance is insufficient to complete this transaction',
|
|
'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' => "You do not have the minimum age required to subscribe to this insurance"
|
|
];
|