Skip to content

Commit acae73f

Browse files
authored
add Turkish translation (#508)
1 parent afdea62 commit acae73f

2 files changed

Lines changed: 107 additions & 0 deletions

File tree

2.27 KB
Binary file not shown.
Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
# This file is distributed under the same license as the PACKAGE package.
2+
# FIRST AUTHOR <[email protected]>, 2022.
3+
msgid ""
4+
msgstr ""
5+
"Project-Id-Version: djangorestframework_simplejwt\n"
6+
"Report-Msgid-Bugs-To: \n"
7+
"POT-Creation-Date: 2022-01-13 23:05+0300\n"
8+
"Last-Translator: Şuayip Üzülmez <[email protected]>\n"
9+
"Language: tr\n"
10+
"MIME-Version: 1.0\n"
11+
"Content-Type: text/plain; charset=UTF-8\n"
12+
"Content-Transfer-Encoding: 8bit\n"
13+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
14+
15+
#: authentication.py:78
16+
msgid "Authorization header must contain two space-delimited values"
17+
msgstr "Yetkilendirme header'i boşlukla sınırlandırılmış iki değer bulundurmak zorunda"
18+
19+
#: authentication.py:104
20+
msgid "Given token not valid for any token type"
21+
msgstr "Verilen token hiçbir token tipi için geçerli değil"
22+
23+
#: authentication.py:116 authentication.py:138
24+
msgid "Token contained no recognizable user identification"
25+
msgstr "Token tanınabilir bir kullanıcı kimliği içermiyor"
26+
27+
#: authentication.py:121
28+
msgid "User not found"
29+
msgstr "Kullanıcı bulunamadı"
30+
31+
#: authentication.py:124
32+
msgid "User is inactive"
33+
msgstr "Kullanıcı etkin değil"
34+
35+
#: backends.py:47
36+
msgid "Unrecognized algorithm type '{}'"
37+
msgstr "Tanınmayan algortima tipi '{}'"
38+
39+
#: backends.py:53
40+
msgid "You must have cryptography installed to use {}."
41+
msgstr "{} kullanmak için cryptography yüklemeniz gerekiyor."
42+
43+
#: backends.py:105
44+
msgid "Invalid algorithm specified"
45+
msgstr "Geçersiz algoritma belirtildi"
46+
47+
#: backends.py:107 exceptions.py:38 tokens.py:44
48+
msgid "Token is invalid or expired"
49+
msgstr "Token geçersiz veya süresi geçmiş"
50+
51+
#: serializers.py:29
52+
msgid "No active account found with the given credentials"
53+
msgstr "Verilen kimlik bilgileriyle aktif bir hesap bulunamadı"
54+
55+
#: settings.py:62
56+
msgid ""
57+
"The '{}' setting has been removed. Please refer to '{}' for available "
58+
"settings."
59+
msgstr "'{}' ayarı kaldırıldı. Mevcut ayarlar için '{}' adresini ziyaret edin."
60+
61+
#: token_blacklist/admin.py:68
62+
msgid "jti"
63+
msgstr "jti"
64+
65+
#: token_blacklist/admin.py:74
66+
msgid "user"
67+
msgstr "kullanıcı"
68+
69+
#: token_blacklist/admin.py:80
70+
msgid "created at"
71+
msgstr "oluşturulma tarihi"
72+
73+
#: token_blacklist/admin.py:86
74+
msgid "expires at"
75+
msgstr "sona erme tarihi"
76+
77+
#: token_blacklist/apps.py:7
78+
msgid "Token Blacklist"
79+
msgstr "Token Kara Listesi"
80+
81+
#: tokens.py:30
82+
msgid "Cannot create token with no type or lifetime"
83+
msgstr "Tipi veya geçerlilik süresi olmayan token oluşturulamaz"
84+
85+
#: tokens.py:97
86+
msgid "Token has no id"
87+
msgstr "Token'in id'si yok"
88+
89+
#: tokens.py:108
90+
msgid "Token has no type"
91+
msgstr "Token'in tipi yok"
92+
93+
#: tokens.py:111
94+
msgid "Token has wrong type"
95+
msgstr "Token'in tipi yanlış"
96+
97+
#: tokens.py:163
98+
msgid "Token has no '{}' claim"
99+
msgstr "Token'in '{}' claim'i yok"
100+
101+
#: tokens.py:167
102+
msgid "Token '{}' claim has expired"
103+
msgstr "Token'in '{}' claim'i sona erdi"
104+
105+
#: tokens.py:217
106+
msgid "Token is blacklisted"
107+
msgstr "Token kara listeye alınmış"

0 commit comments

Comments
 (0)