From 20ac07a3861b64c6eab4fe08c459aa9aa55cf633 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 5 Nov 2016 14:10:11 +0100 Subject: [PATCH] Translated --- resources/lang/zh_TW/auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/zh_TW/auth.php b/resources/lang/zh_TW/auth.php index 5d833b3d68..7a20761eea 100644 --- a/resources/lang/zh_TW/auth.php +++ b/resources/lang/zh_TW/auth.php @@ -22,7 +22,7 @@ return [ | */ - 'failed' => 'These credentials do not match our records.', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + 'failed' => '帳號或密碼錯誤。', + 'throttle' => '登入失敗次數過多,請等待 :seconds 秒後再試。', ]; \ No newline at end of file