We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b4d6d commit e50ba88Copy full SHA for e50ba88
src/Language/ja/Auth.php
@@ -4,7 +4,7 @@
4
5
return [
6
// Exceptions
7
- 'unknownAuthenticator' => '{0} は有効なオーセンティケーターではありません。', // '{0} is not a valid authenticator.',
+ 'unknownAuthenticator' => 'xxx{0} は有効なオーセンティケーターではありません。', // '{0} is not a valid authenticator.',
8
'unknownUserProvider' => '使用するユーザープロバイダーを決定できません。', // 'Unable to determine the User Provider to use.',
9
'invalidUser' => '指定されたユーザーを見つけることができません。', // 'Unable to locate the specified user.',
10
'badAttempt' => 'ログインできません。認証情報を確認してください。', // 'Unable to log you in. Please check your credentials.',
0 commit comments