walletservice/resources/lang/fr/errors.php

7 lines
222 B
PHP
Raw Normal View History

2020-04-28 16:12:05 +00:00
<?php
return [
'model_not_found' => 'Il n\'existe aucune instance de :model avec l\'id donné',
2020-05-22 16:59:02 +00:00
'unexpected_error'=> 'Erreur inattendue. Essayer plus tard',
'service_unavailable' => 'Service not disponible'
2020-04-28 16:12:05 +00:00
];