notificationservice/resources/lang/fr/errors.php

8 lines
326 B
PHP
Raw Permalink Normal View History

2020-08-04 19:45:12 +00:00
<?php
return [
'model_not_found' => 'Il n\'existe aucune instance de :model avec l\'id donné',
'unexpected_error'=> 'Erreur inattendue. Essayer plus tard',
'service_unavailable' => 'Service non disponible',
"phone_already_associated" => "Vous avez déjà un téléphone associé. Voulez-vous le changer ?"
2020-08-04 19:45:12 +00:00
];