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