notificationservice/resources/lang/fr/errors.php

8 lines
326 B
PHP
Executable File

<?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 ?"
];