From 2a08d0a2e7a6b7c2ed62eaa393274e720cdfdf4a Mon Sep 17 00:00:00 2001 From: bsky Date: Sat, 2 Jun 2018 04:06:29 +0900 Subject: [PATCH] Add ja translation of auth.php --- resources/lang/ja/auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/ja/auth.php b/resources/lang/ja/auth.php index e5506df29..c3ad779e5 100644 --- a/resources/lang/ja/auth.php +++ b/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 秒後にもう一度お試しください。', ];