mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
12 lines
445 B
PHP
12 lines
445 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'reset' => 'パスワードをリセットしました。',
|
|
'sent' => 'パスワードリセットメールを送信しました。',
|
|
'throttled' => '時間を置いて再度お試しください。',
|
|
'token' => 'このパスワード再設定トークンは無効です。',
|
|
'user' => 'このメールアドレスに一致するユーザーがいません。',
|
|
];
|