diff --git a/rest_framework_simplejwt/locale/ko_KR/LC_MESSAGES/django.mo b/rest_framework_simplejwt/locale/ko_KR/LC_MESSAGES/django.mo index 2be0e27d5..da76a4076 100644 Binary files a/rest_framework_simplejwt/locale/ko_KR/LC_MESSAGES/django.mo and b/rest_framework_simplejwt/locale/ko_KR/LC_MESSAGES/django.mo differ diff --git a/rest_framework_simplejwt/locale/ko_KR/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/ko_KR/LC_MESSAGES/django.po index 22942641f..9ce292a25 100644 --- a/rest_framework_simplejwt/locale/ko_KR/LC_MESSAGES/django.po +++ b/rest_framework_simplejwt/locale/ko_KR/LC_MESSAGES/django.po @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: djangorestframework_simplejwt\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-01-05 06:48+0900\n" -"Last-Translator: 양영광 \n" +"Last-Translator: 정재균 \n" "Language: ko_KR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,19 +26,19 @@ msgstr "토큰에 사용자 식별자가 포함되어 있지 않습니다" #: authentication.py:132 msgid "User not found" -msgstr "찾을 수 없는 사용자" +msgstr "찾을 수 없는 사용자입니다" #: authentication.py:135 msgid "User is inactive" -msgstr "비활성화된 사용자" +msgstr "비활성화된 사용자입니다" #: authentication.py:142 msgid "The user's password has been changed." -msgstr "" +msgstr "사용자의 비밀번호가 바뀌었습니다." #: backends.py:69 msgid "Unrecognized algorithm type '{}'" -msgstr "알 수 없는 알고리즘 유형 '{}'" +msgstr "'{}' 는 알 수 없는 알고리즘 유형입니다" #: backends.py:75 msgid "You must have cryptography installed to use {}." @@ -53,7 +53,7 @@ msgstr "" #: backends.py:104 backends.py:154 exceptions.py:47 tokens.py:58 msgid "Token is invalid or expired" -msgstr "유효하지 않거나 만료된 토큰" +msgstr "유효하지 않거나 만료된 토큰입니다" #: backends.py:152 msgid "Invalid algorithm specified" @@ -95,19 +95,19 @@ msgstr "타입 또는 수명이 없는 토큰을 생성할 수 없습니다" #: tokens.py:116 msgid "Token has no id" -msgstr "토큰에 식별자가 주어지지 않음" +msgstr "토큰에 식별자가 주어지지 않았습니다" #: tokens.py:128 msgid "Token has no type" -msgstr "토큰 타입이 주어지지 않음" +msgstr "토큰 타입이 주어지지 않았습니다" #: tokens.py:131 msgid "Token has wrong type" -msgstr "잘못된 토큰 타입" +msgstr "잘못된 토큰 타입입니다" #: tokens.py:190 msgid "Token has no '{}' claim" -msgstr "토큰에 '{}' 클레임이 없음" +msgstr "토큰에 '{}' 클레임이 없습니다" #: tokens.py:195 msgid "Token '{}' claim has expired" @@ -115,4 +115,4 @@ msgstr "토큰 '{}' 클레임이 만료되었습니다" #: tokens.py:257 msgid "Token is blacklisted" -msgstr "블랙리스트에 추가된 토큰" +msgstr "블랙리스트에 추가된 토큰입니다"