diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-11 21:12:50 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-11 21:12:50 +0200 |
commit | 9079be68147f39e9570cad538edd91761b65b7dd (patch) | |
tree | 5ee05363cd399ba6f30e675eec2058848eb15de4 /locales/ko | |
parent | Merge branch 'master' of https://github.com/fosscord/fosscord-api (diff) | |
download | server-9079be68147f39e9570cad538edd91761b65b7dd.tar.xz |
New translations auth.json (Korean)
Diffstat (limited to 'locales/ko')
-rw-r--r-- | locales/ko/auth.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locales/ko/auth.json b/locales/ko/auth.json index 7917c821..683ba78a 100644 --- a/locales/ko/auth.json +++ b/locales/ko/auth.json @@ -2,7 +2,7 @@ "login": { "INVALID_LOGIN": "이메일 또는 전화번호를 찾을 수 없습니다", "INVALID_PASSWORD": "비밀번호가 틀렸습니다", - "ACCOUNT_DISABLED": "This account is disabled" + "ACCOUNT_DISABLED": "이 계정은 비활성화되었습니다" }, "register": { "REGISTRATION_DISABLED": "신규 사용자의 등록이 비활성화되었습니다", |