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

10 lines
276 B
PHP

<?php
declare(strict_types=1);
return [
'failed' => '認証に失敗しました。',
'password' => 'パスワードが正しくありません。',
'throttle' => 'ログインの試行回数が多すぎます。:seconds 秒後にお試しください。',
];