mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
10 lines
327 B
PHP
10 lines
327 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'failed' => 'これらの資格情報は記録と一致しません。',
|
|
'password' => '入力されたパスワードが正しくありません。',
|
|
'throttle' => 'ログイン試行回数が多すぎます。:seconds 秒後にもう一度お試しください。',
|
|
];
|