2022-08-11 09:46:51 +00:00
|
|
|
<?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',
|
2023-06-29 08:53:32 +00:00
|
|
|
'timeout' => "The server did not receive a complete response within the timeout period. Please Try again later",
|
2023-07-24 11:15:53 +00:00
|
|
|
'network_not_taken' => "Network not taken into account",
|
|
|
|
'service_unavailable_try_later' => "Service not available. please try again later"
|
|
|
|
|
2022-08-11 09:46:51 +00:00
|
|
|
];
|