Skip to content

Commit aa077a4

Browse files
mahdirahimi1999Mahdi
and
Mahdi
authored
Updated translations for Persian (fa) language (#708)
Co-authored-by: Mahdi <[email protected]>
1 parent 523612e commit aa077a4

File tree

4 files changed

+118
-2
lines changed

4 files changed

+118
-2
lines changed

rest_framework_simplejwt/locale/fa/LC_MESSAGES/django.mo

Whitespace-only changes.
Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3+
# This file is distributed under the same license as the PACKAGE package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: PACKAGE VERSION\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2023-05-07 21:35+0330\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: Mahdi Rahimi <[email protected]>\n"
14+
"Language: fa\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: 8bit\n"
18+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
19+
#: authentication.py:88
20+
msgid "Authorization header must contain two space-delimited values"
21+
msgstr "هدر اعتبارسنجی باید شامل دو مقدار جدا شده با فاصله باشد"
22+
23+
#: authentication.py:114
24+
msgid "Given token not valid for any token type"
25+
msgstr "توکن داده شده برای هیچ نوع توکنی معتبر نمی‌باشد"
26+
27+
#: authentication.py:126 authentication.py:153
28+
msgid "Token contained no recognizable user identification"
29+
msgstr "توکن شامل هیچ شناسه قابل تشخیصی از کاربر نیست"
30+
31+
#: authentication.py:131
32+
msgid "User not found"
33+
msgstr "کاربر یافت نشد"
34+
35+
#: authentication.py:134
36+
msgid "User is inactive"
37+
msgstr "کاربر غیرفعال است"
38+
39+
#: backends.py:69
40+
msgid "Unrecognized algorithm type '{}'"
41+
msgstr "نوع الگوریتم ناشناخته '{}'"
42+
43+
#: backends.py:75
44+
msgid "You must have cryptography installed to use {}."
45+
msgstr "msgstr "نوع ناشناخته "{}"، leeway باید از نوع int، float یا timedelta باشد.""
46+
47+
#: backends.py:90
48+
msgid ""
49+
"Unrecognized type '{}', 'leeway' must be of type int, float or timedelta."
50+
msgstr ""
51+
52+
#: backends.py:104 backends.py:154 exceptions.py:47 tokens.py:52
53+
msgid "Token is invalid or expired"
54+
msgstr "توکن نامعتبر است یا منقضی شده است"
55+
56+
#: backends.py:152
57+
msgid "Invalid algorithm specified"
58+
msgstr "الگوریتم نامعتبر مشخص شده است"
59+
60+
#: serializers.py:35
61+
msgid "No active account found with the given credentials"
62+
msgstr "هیچ اکانت فعالی برای اطلاعات داده شده یافت نشد"
63+
64+
#: settings.py:71
65+
msgid ""
66+
"The '{}' setting has been removed. Please refer to '{}' for available "
67+
"settings."
68+
msgstr "تنظیمات '{}' حذف شده است. لطفا به '{}' برای تنظیمات موجود مراجعه کنید."
69+
70+
#: token_blacklist/admin.py:79
71+
msgid "jti"
72+
msgstr "jti"
73+
74+
#: token_blacklist/admin.py:85
75+
msgid "user"
76+
msgstr "کاربر"
77+
78+
#: token_blacklist/admin.py:91
79+
msgid "created at"
80+
msgstr "زمان ایجاد"
81+
82+
#: token_blacklist/admin.py:97
83+
msgid "expires at"
84+
msgstr "زمان انقضا"
85+
86+
#: token_blacklist/apps.py:7
87+
msgid "Token Blacklist"
88+
msgstr "لیست سیاه توکن"
89+
90+
#: tokens.py:38
91+
msgid "Cannot create token with no type or lifetime"
92+
msgstr "توکن بدون هیچ نوع و طول عمر قابل ساخت نیست"
93+
94+
#: tokens.py:110
95+
msgid "Token has no id"
96+
msgstr "توکن id ندارد"
97+
98+
#: tokens.py:123
99+
msgid "Token has no type"
100+
msgstr "توکن نوع ندارد"
101+
102+
#: tokens.py:126
103+
msgid "Token has wrong type"
104+
msgstr "توکن نوع اشتباهی دارد"
105+
106+
#: tokens.py:185
107+
msgid "Token has no '{}' claim"
108+
msgstr "توکن دارای '{}' claim نمی‌باشد"
109+
110+
#: tokens.py:190
111+
msgid "Token '{}' claim has expired"
112+
msgstr "'{}' claim توکن منقضی شده"
113+
114+
#: tokens.py:247
115+
msgid "Token is blacklisted"
116+
msgstr "توکن به لیست سیاه رفته است"
Binary file not shown.

rest_framework_simplejwt/locale/fa_IR/LC_MESSAGES/django.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ msgstr "نوع الگوریتم ناشناخته '{}'"
3737

3838
#: backends.py:73
3939
msgid "You must have cryptography installed to use {}."
40-
msgstr ""
40+
msgstr "برای استفاده از {} باید رمزنگاری را نصب کرده باشید."
4141

4242
#: backends.py:88
4343
msgid ""
@@ -50,7 +50,7 @@ msgstr "توکن نامعتبر است یا منقضی شده است"
5050

5151
#: backends.py:150
5252
msgid "Invalid algorithm specified"
53-
msgstr ""
53+
msgstr "الگوریتم نامعتبر مشخص شده است"
5454

5555
#: serializers.py:30
5656
msgid "No active account found with the given credentials"

0 commit comments

Comments
 (0)