Files
template-laravel/lang/oc/auth.php
Gregory Letellier d5b3ccabd9 Init
2023-11-28 12:13:50 +01:00

10 lines
276 B
PHP
Raw 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
declare(strict_types=1);
return [
'failed' => 'Aqueles identificants correspondon pas a nòstres enregistraments.',
'password' => 'Lo senhal es incorrèct',
'throttle' => 'Tròp densages de connexion. Tornatz ensajar daquí :seconds segondas.',
];