]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/ja/auth.php
Added login throttling test, updated reset-pw test method names
[bookstack] / resources / lang / ja / auth.php
index b14432828a7fa4be831b4d1402238cb55d3435cc..1598ee24bd1e17377fae3eb561a312ecea26e163 100644 (file)
@@ -39,9 +39,9 @@ return [
     'register_success' => '登録が完了し、ログインできるようになりました!',
 
     // Login auto-initiation
-    'auto_init_starting' => 'Attempting Login',
-    'auto_init_starting_desc' => 'We\'re contacting your authentication system to start the login process. If there\'s no progress after 5 seconds you can try clicking the link below.',
-    'auto_init_start_link' => 'Proceed with authentication',
+    'auto_init_starting' => 'ログイン試行中',
+    'auto_init_starting_desc' => 'ログイン プロセスを開始するために、認証システムに接続しています。5秒経過しても進行しない場合、下のリンクをクリックしてみてください。',
+    'auto_init_start_link' => '認証を進める',
 
     // Password Reset
     'reset_password' => 'パスワードリセット',