From 75a356263b14b8954995bfdf08fd56ca5af0e148 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 10 Aug 2023 07:37:37 +0330 Subject: [PATCH] lang: japanese translation for string `magicLinkDisabled` Co-authored-by: kenjis --- src/Language/ja/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Language/ja/Auth.php b/src/Language/ja/Auth.php index f8722ab12..10af048fe 100644 --- a/src/Language/ja/Auth.php +++ b/src/Language/ja/Auth.php @@ -51,7 +51,7 @@ 'magicLinkExpired' => '申し訳ございません、リンクは切れています。', // 'Sorry, link has expired.' 'checkYourEmail' => 'メールをチェックしてください!', // 'Check your email!' 'magicLinkDetails' => 'ログインリンクが含まれたメールを送信しました。これは {0} 分間だけ有効です。', // 'We just sent you an email with a Login link inside. It is only valid for {0} minutes.' - 'magicLinkDisabled' => '(To be translated) Use of MagicLink is currently not allowed.', + 'magicLinkDisabled' => 'マジックリンクは使えません。', // 'Use of MagicLink is currently not allowed.' 'successLogout' => '正常にログアウトしました。', // 'You have successfully logged out.' 'backToLogin' => 'ログインに戻る', // 'Back to Login'