Init
This commit is contained in:
11
lang/ja/passwords.php
Normal file
11
lang/ja/passwords.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'reset' => 'パスワードが再設定されました。',
|
||||
'sent' => 'パスワードリセットメールを送信しました。',
|
||||
'throttled' => '時間を置いて再度お試しください。',
|
||||
'token' => 'このパスワード再設定トークンは無効です。',
|
||||
'user' => 'このメールアドレスに一致するユーザーがいません。',
|
||||
];
|
||||
Reference in New Issue
Block a user