service-captcha/app/application/lang/en/auth.php

12 lines
325 B
PHP
Raw Permalink Normal View History

2023-06-29 22:13:01 +06:00
<?php
declare(strict_types=1);
return [
'failed' => 'These credentials do not match our records.',
'password' => 'The password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
2023-07-06 10:48:32 +06:00
'success' => 'The user is logged in.',
'disabled' => 'Disabled the user.',
2023-06-29 22:13:01 +06:00
];