From 0f180a7e4f47d2c24e5cdaab4b6bb92e69b40e9c Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:51 +0200 Subject: [PATCH] New translations auth.json (Korean) --- locales/ko/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/ko/auth.json b/locales/ko/auth.json index f4ed7c0d..7917c821 100644 --- a/locales/ko/auth.json +++ b/locales/ko/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "이메일 또는 전화번호를 찾을 수 없습니다", - "INVALID_PASSWORD": "비밀번호가 틀렸습니다" + "INVALID_PASSWORD": "비밀번호가 틀렸습니다", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "신규 사용자의 등록이 비활성화되었습니다",