Files
einundzwanzig-portal/lang/cy/auth.php
2022-12-01 10:37:32 +01:00

10 lines
245 B
PHP

<?php
declare(strict_types=1);
return [
'failed' => 'These credentials do not match our records.',
'password' => 'Mae\'r cyfrinair yn anghywir.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];