Skip to content

Commit

Permalink
Update Korean translations (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
TGoddessana authored Nov 2, 2023
1 parent 19cf38e commit ef23fb8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Binary file modified rest_framework_simplejwt/locale/ko_KR/LC_MESSAGES/django.mo
Binary file not shown.
22 changes: 11 additions & 11 deletions rest_framework_simplejwt/locale/ko_KR/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -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: 양영광 <immutable000@gmail.com>\n"
"Last-Translator: 정재균 <tiwcegoddessana1229@gmail.com>\n"
"Language: ko_KR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand All @@ -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 {}."
Expand All @@ -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"
Expand Down Expand Up @@ -95,24 +95,24 @@ 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"
msgstr "토큰 '{}' 클레임이 만료되었습니다"

#: tokens.py:257
msgid "Token is blacklisted"
msgstr "블랙리스트에 추가된 토큰"
msgstr "블랙리스트에 추가된 토큰입니다"

0 comments on commit ef23fb8

Please sign in to comment.