diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-10 21:02:51 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-10 21:02:51 +0200 |
commit | 0f180a7e4f47d2c24e5cdaab4b6bb92e69b40e9c (patch) | |
tree | f488c78fc82897a57fd6e7a23514fcc962788645 /locales/ko/auth.json | |
parent | New translations auth.json (Bulgarian) (diff) | |
download | server-0f180a7e4f47d2c24e5cdaab4b6bb92e69b40e9c.tar.xz |
New translations auth.json (Korean)
Diffstat (limited to '')
-rw-r--r-- | locales/ko/auth.json | 3 |
1 files changed, 2 insertions, 1 deletions
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": "신규 사용자의 등록이 비활성화되었습니다", |