浏览代码

Add ja translation of auth.php

bsky 7 年之前
父节点
当前提交
2a08d0a2e7
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      resources/lang/ja/auth.php

+ 2 - 2
resources/lang/ja/auth.php

@@ -13,7 +13,7 @@ return [
     |
     */
 
-    'failed' => 'These credentials do not match our records.',
-    'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+    'failed' => 'これらの認証情報は正しくありません。',
+    'throttle' => 'ログイン試行回数が多すぎます。 :seconds 秒後にもう一度お試しください。',
 
 ];