mivita/resources/lang/fr/auth.php

8 lines
379 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'failed' => 'Cette combinaison didentifiants est introuvable dans notre base de données.',
'not_found' => 'Cette adresse e-mail nest pas enregistrée.',
'failed_customer' => 'Cette adresse e-mail est introuvable dans notre base de données.',
'throttle' => 'Trop de tentatives de connexion. Veuillez réessayer dans :seconds secondes.',
];