mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
10 lines
276 B
PHP
10 lines
276 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'failed' => '認証に失敗しました。',
|
|
'password' => 'パスワードが正しくありません。',
|
|
'throttle' => 'ログインの試行回数が多すぎます。:seconds 秒後にお試しください。',
|
|
];
|