Skip to content

Commit

Permalink
add Turkish translation (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
realsuayip committed Jan 14, 2022
1 parent afdea62 commit acae73f
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 0 deletions.
Binary file not shown.
107 changes: 107 additions & 0 deletions rest_framework_simplejwt/locale/tr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <suayip.541@gmail.com>, 2022.
msgid ""
msgstr ""
"Project-Id-Version: djangorestframework_simplejwt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-01-13 23:05+0300\n"
"Last-Translator: Şuayip Üzülmez <suayip.541@gmail.com>\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#: authentication.py:78
msgid "Authorization header must contain two space-delimited values"
msgstr "Yetkilendirme header'i boşlukla sınırlandırılmış iki değer bulundurmak zorunda"

#: authentication.py:104
msgid "Given token not valid for any token type"
msgstr "Verilen token hiçbir token tipi için geçerli değil"

#: authentication.py:116 authentication.py:138
msgid "Token contained no recognizable user identification"
msgstr "Token tanınabilir bir kullanıcı kimliği içermiyor"

#: authentication.py:121
msgid "User not found"
msgstr "Kullanıcı bulunamadı"

#: authentication.py:124
msgid "User is inactive"
msgstr "Kullanıcı etkin değil"

#: backends.py:47
msgid "Unrecognized algorithm type '{}'"
msgstr "Tanınmayan algortima tipi '{}'"

#: backends.py:53
msgid "You must have cryptography installed to use {}."
msgstr "{} kullanmak için cryptography yüklemeniz gerekiyor."

#: backends.py:105
msgid "Invalid algorithm specified"
msgstr "Geçersiz algoritma belirtildi"

#: backends.py:107 exceptions.py:38 tokens.py:44
msgid "Token is invalid or expired"
msgstr "Token geçersiz veya süresi geçmiş"

#: serializers.py:29
msgid "No active account found with the given credentials"
msgstr "Verilen kimlik bilgileriyle aktif bir hesap bulunamadı"

#: settings.py:62
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr "'{}' ayarı kaldırıldı. Mevcut ayarlar için '{}' adresini ziyaret edin."

#: token_blacklist/admin.py:68
msgid "jti"
msgstr "jti"

#: token_blacklist/admin.py:74
msgid "user"
msgstr "kullanıcı"

#: token_blacklist/admin.py:80
msgid "created at"
msgstr "oluşturulma tarihi"

#: token_blacklist/admin.py:86
msgid "expires at"
msgstr "sona erme tarihi"

#: token_blacklist/apps.py:7
msgid "Token Blacklist"
msgstr "Token Kara Listesi"

#: tokens.py:30
msgid "Cannot create token with no type or lifetime"
msgstr "Tipi veya geçerlilik süresi olmayan token oluşturulamaz"

#: tokens.py:97
msgid "Token has no id"
msgstr "Token'in id'si yok"

#: tokens.py:108
msgid "Token has no type"
msgstr "Token'in tipi yok"

#: tokens.py:111
msgid "Token has wrong type"
msgstr "Token'in tipi yanlış"

#: tokens.py:163
msgid "Token has no '{}' claim"
msgstr "Token'in '{}' claim'i yok"

#: tokens.py:167
msgid "Token '{}' claim has expired"
msgstr "Token'in '{}' claim'i sona erdi"

#: tokens.py:217
msgid "Token is blacklisted"
msgstr "Token kara listeye alınmış"

0 comments on commit acae73f

Please sign in to comment.