2020-04-28 16:12:05 +00:00
|
|
|
<?php
|
|
|
|
return [
|
|
|
|
'model_not_found' => 'Does not exist any instance of :model with given id',
|
2020-05-22 16:59:02 +00:00
|
|
|
'unexpected_error'=> 'Unexpected error. Try later',
|
2020-06-05 17:00:16 +00:00
|
|
|
'service_unavailable' => 'Service unavailable',
|
2020-06-11 13:42:35 +00:00
|
|
|
'invalid_cvv' => 'Invalid CVV',
|
|
|
|
'compression_failed' => 'Image compression failed!',
|
2020-06-19 13:48:27 +00:00
|
|
|
'identification_carried_out' => 'Identification already carried out',
|
|
|
|
'visa_api_failed'=> 'Request to API visa failed',
|
|
|
|
'failed_transaction' => 'Failed transaction',
|
2020-06-19 19:31:32 +00:00
|
|
|
'user_phone_not_exist' => 'This customer number does not exist',
|
2020-06-24 07:36:54 +00:00
|
|
|
'wallet_not_defined' => 'This recipient wallet code does not exist',
|
2020-06-23 16:21:26 +00:00
|
|
|
'insufficient_balance'=> 'The balance is insufficient to complete this transaction',
|
2020-06-24 07:36:54 +00:00
|
|
|
'no_ilink_network' => 'Sorry, there is no iLink World network in your country',
|
2020-06-30 11:06:56 +00:00
|
|
|
'wallet_country_not_match' => 'This recipient wallet code is not registered in the country :country',
|
2020-07-01 17:54:12 +00:00
|
|
|
'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',
|
|
|
|
'invalid_withdrawal_code' => 'Invalid withdrawal code',
|
2020-07-30 15:59:31 +00:00
|
|
|
'incorrect_withdrawal_amount' => 'Incorrect withdrawal amount',
|
2020-07-02 19:18:28 +00:00
|
|
|
'operation_cannot_performed_in_country' => 'This operation cannot be performed in this country',
|
2020-07-08 16:51:11 +00:00
|
|
|
'withdrawal_network_unauthorized' => 'This withdrawal cannot be made in this network.
|
|
|
|
Paying network : :network :country',
|
2020-07-04 14:51:59 +00:00
|
|
|
'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',
|
2020-07-08 16:51:11 +00:00
|
|
|
'incorrect_net_amount' => 'Net amount is less than zero',
|
2020-07-30 15:59:31 +00:00
|
|
|
'agent_unauthorized' => 'This agent cannot make this withdrawal',
|
|
|
|
'sponsor_identification_required' => 'Sponsor :id identification is required to continue the operation',
|
|
|
|
'validation_sponsor_identification_required' => 'Validation of sponsor :id identification is required to continue the operation',
|
|
|
|
'not_group_sponsor' => 'You are not a sponsor of this group',
|
2020-08-14 16:14:49 +00:00
|
|
|
'group_already_active' => 'This group is already active',
|
2020-07-30 15:59:31 +00:00
|
|
|
'sponsor_belongs_to_group' => 'Sponsor :id already belongs to a group',
|
|
|
|
'treated_group_demand' => 'Group validation request already processed',
|
2020-08-06 06:21:41 +00:00
|
|
|
'credit_limit_is_greater_than_max' => 'The credit limit is greater than the maximum limit',
|
|
|
|
'credit_limit_is_less_than_min' => 'The credit limit is lower than the minimum limit',
|
|
|
|
'sponsor_not_registered_in_same_country' => 'Sponsor :id is not registered in your country',
|
|
|
|
'sponsor_not_found' => 'This sponsor :id code does not exist',
|
|
|
|
'nano_credit_not_available' => 'Nano credit is not available in your country',
|
|
|
|
'user_belongs_to_group' => 'You already belong to a group',
|
2020-08-14 16:14:49 +00:00
|
|
|
'group_not_active' => 'This group is not active. Talk to your sponsor',
|
|
|
|
'identification_required' => 'Your identification is required for this operation',
|
|
|
|
'validation_identification_required' => 'Your identification must be validated in one of our points of sale',
|
|
|
|
'belongs_to_group' => 'You already belong to a group',
|
|
|
|
'not_registered_in_same_country' => 'You are not registered in the same country',
|
|
|
|
'not_group_creator' => 'You are not the creator of this group',
|
|
|
|
'cannot_be_sponsor' => 'You cannot be a sponsor of your group',
|
|
|
|
'sponsors_must_be_unique' => "Each of the 3 sponsors must be unique",
|
|
|
|
'not_belongs_to_any_group' => 'You do not belong to any group',
|
|
|
|
'your_group_not_active' => "Your group is not active. Talk to your sponsor",
|
|
|
|
'your_group_not_valid' => "Your group is not valid. Talk to your sponsor",
|
|
|
|
'nano_credit_amount_must_be_less_than_group_limit' => "The amount of credit requested must be less than or equal to the group credit limit",
|
|
|
|
|
2020-04-28 16:12:05 +00:00
|
|
|
];
|