Skip to content

Commit 6e7c752

Browse files
authored
Add Arabic language translations (#690)
1 parent 9c8e70c commit 6e7c752

File tree

2 files changed

+113
-0
lines changed

2 files changed

+113
-0
lines changed
3.05 KB
Binary file not shown.
Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
# This file is distributed under the same license as the PACKAGE package.
2+
# FIRST AUTHOR <[email protected]>, 2019.
3+
msgid ""
4+
msgstr ""
5+
"Project-Id-Version: djangorestframework_simplejwt\n"
6+
"Report-Msgid-Bugs-To: \n"
7+
"POT-Creation-Date: 2023-03-20 17:30+0100\n"
8+
"Last-Translator: Ahmed Jazzar <[email protected]>\n"
9+
"Language: ar\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=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
14+
15+
16+
#: authentication.py:78
17+
msgid "Authorization header must contain two space-delimited values"
18+
msgstr "يجب أن يحتوي رأس التفويض على قيمتين مفصولتين بمسافات"
19+
20+
#: authentication.py:104
21+
msgid "Given token not valid for any token type"
22+
msgstr "تأشيرة المرور غير صالحة لأي نوع من أنواع التأشيرات"
23+
24+
#: authentication.py:116 authentication.py:143
25+
msgid "Token contained no recognizable user identification"
26+
msgstr "لا تحتوي تأشيرة المرور على هوية مستخدم يمكن التعرف عليها"
27+
28+
#: authentication.py:121
29+
msgid "User not found"
30+
msgstr "لم يتم العثور على المستخدم"
31+
32+
#: authentication.py:124
33+
msgid "User is inactive"
34+
msgstr "الحساب غير مفعل"
35+
36+
#: backends.py:67
37+
msgid "Unrecognized algorithm type '{}'"
38+
msgstr "نوع الخوارزمية غير معروف '{}'"
39+
40+
#: backends.py:73
41+
msgid "You must have cryptography installed to use {}."
42+
msgstr "يجب أن يكون لديك تشفير مثبت لاستخدام {}."
43+
44+
#: backends.py:88
45+
msgid ""
46+
"Unrecognized type '{}', 'leeway' must be of type int, float or timedelta."
47+
msgstr "نوع غير معروف '{}'. يجب أن تكون 'leeway' عددًا صحيحًا أو عددًا نسبيًا أو فرق وقت."
48+
49+
#: backends.py:102 backends.py:152 exceptions.py:38 tokens.py:44
50+
msgid "Token is invalid or expired"
51+
msgstr "تأشيرة المرور غير صالحة أو منتهية الصلاحية"
52+
53+
#: backends.py:150
54+
msgid "Invalid algorithm specified"
55+
msgstr "تم تحديد خوارزمية غير صالحة"
56+
57+
#: serializers.py:30
58+
msgid "No active account found with the given credentials"
59+
msgstr "لم يتم العثور على حساب نشط للبيانات المقدمة"
60+
61+
#: settings.py:70
62+
msgid ""
63+
"The '{}' setting has been removed. Please refer to '{}' for available "
64+
"settings."
65+
msgstr "تمت إزالة الإعداد '{}'. يرجى الرجوع إلى '{}' للتعرف على الإعدادات المتاحة."
66+
67+
#: token_blacklist/admin.py:68
68+
msgid "jti"
69+
msgstr "jti"
70+
71+
#: token_blacklist/admin.py:74
72+
msgid "user"
73+
msgstr "المستخدم"
74+
75+
#: token_blacklist/admin.py:80
76+
msgid "created at"
77+
msgstr "أنشئت في"
78+
79+
#: token_blacklist/admin.py:86
80+
msgid "expires at"
81+
msgstr "تنتهي في"
82+
83+
#: token_blacklist/apps.py:7
84+
msgid "Token Blacklist"
85+
msgstr "قائمة تأشيرات المرور السوداء"
86+
87+
#: tokens.py:30
88+
msgid "Cannot create token with no type or lifetime"
89+
msgstr "لا يمكن إنشاء تأشيرة مرور بدون نوع أو عمر"
90+
91+
#: tokens.py:102
92+
msgid "Token has no id"
93+
msgstr "التأشيرة ليس لها معرف"
94+
95+
#: tokens.py:115
96+
msgid "Token has no type"
97+
msgstr "التأشيرة ليس لها نوع"
98+
99+
#: tokens.py:118
100+
msgid "Token has wrong type"
101+
msgstr "التأشيرة لها نوع خاطئ"
102+
103+
#: tokens.py:170
104+
msgid "Token has no '{}' claim"
105+
msgstr "التأشيرة ليس لديها مطالبة '{}'"
106+
107+
#: tokens.py:175
108+
msgid "Token '{}' claim has expired"
109+
msgstr "انتهى عمر المطالبة بالتأشيرة '{}'"
110+
111+
#: tokens.py:230
112+
msgid "Token is blacklisted"
113+
msgstr "التأشيرة مدرجة في القائمة السوداء"

0 commit comments

Comments
 (0)