From 1a8ad4b252d1e19063648bcfdfa5e9c1b5ce1eb3 Mon Sep 17 00:00:00 2001 From: Shlee Date: Mon, 14 Sep 2026 20:41:48 +0930 Subject: [PATCH] New translations auth.php (Japanese) [ci skip] [ci skip] --- lang/ja/auth.php | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/lang/ja/auth.php b/lang/ja/auth.php index b72b88f4f..ec7c2c9a6 100644 --- a/lang/ja/auth.php +++ b/lang/ja/auth.php @@ -2,17 +2,6 @@ return [ - /* - |-------------------------------------------------------------------------- - | Authentication Language Lines - |-------------------------------------------------------------------------- - | - | The following language lines are used during authentication for various - | messages that we need to display to the user. You are free to modify - | these language lines according to your application's requirements. - | - */ - 'verifyYourEmailAddress' => ' - メールアドレス認証', 'loginTitle' => 'アカウントのログイン', 'failed' => 'これらの認証情報は正しくありません。', @@ -33,6 +22,8 @@ return [ 'terms' => 'アカウントを作成することで、利用規約とプライバシーポリシーに同意したものと見なします。', 'emailAddress' => 'メールアドレス', + 'email' => '', + 'forgotEmail' => '', 'registerTitle' => '新規アカウントの作成',