Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Korean translations #753

Merged
merged 1 commit into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 "블랙리스트에 추가된 토큰입니다"