Skip to content

Commit

Permalink
Updated translations for Persian (fa) language (#708)
Browse files Browse the repository at this point in the history
Co-authored-by: Mahdi <mahdi@Mahdis-MacBook-Pro.local>
  • Loading branch information
mahdirahimi1999 and Mahdi committed May 18, 2023
1 parent 523612e commit aa077a4
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 2 deletions.
Empty file.
116 changes: 116 additions & 0 deletions rest_framework_simplejwt/locale/fa/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-07 21:35+0330\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Mahdi Rahimi <mahdi.rahimi95@gmail.com>\n"
"Language: fa\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:88
msgid "Authorization header must contain two space-delimited values"
msgstr "هدر اعتبارسنجی باید شامل دو مقدار جدا شده با فاصله باشد"

#: authentication.py:114
msgid "Given token not valid for any token type"
msgstr "توکن داده شده برای هیچ نوع توکنی معتبر نمی‌باشد"

#: authentication.py:126 authentication.py:153
msgid "Token contained no recognizable user identification"
msgstr "توکن شامل هیچ شناسه قابل تشخیصی از کاربر نیست"

#: authentication.py:131
msgid "User not found"
msgstr "کاربر یافت نشد"

#: authentication.py:134
msgid "User is inactive"
msgstr "کاربر غیرفعال است"

#: backends.py:69
msgid "Unrecognized algorithm type '{}'"
msgstr "نوع الگوریتم ناشناخته '{}'"

#: backends.py:75
msgid "You must have cryptography installed to use {}."
msgstr "msgstr "نوع ناشناخته "{}"، leeway باید از نوع int، float یا timedelta باشد.""

#: backends.py:90
msgid ""
"Unrecognized type '{}', 'leeway' must be of type int, float or timedelta."
msgstr ""

#: backends.py:104 backends.py:154 exceptions.py:47 tokens.py:52
msgid "Token is invalid or expired"
msgstr "توکن نامعتبر است یا منقضی شده است"

#: backends.py:152
msgid "Invalid algorithm specified"
msgstr "الگوریتم نامعتبر مشخص شده است"

#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr "هیچ اکانت فعالی برای اطلاعات داده شده یافت نشد"

#: settings.py:71
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr "تنظیمات '{}' حذف شده است. لطفا به '{}' برای تنظیمات موجود مراجعه کنید."

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

#: token_blacklist/admin.py:85
msgid "user"
msgstr "کاربر"

#: token_blacklist/admin.py:91
msgid "created at"
msgstr "زمان ایجاد"

#: token_blacklist/admin.py:97
msgid "expires at"
msgstr "زمان انقضا"

#: token_blacklist/apps.py:7
msgid "Token Blacklist"
msgstr "لیست سیاه توکن"

#: tokens.py:38
msgid "Cannot create token with no type or lifetime"
msgstr "توکن بدون هیچ نوع و طول عمر قابل ساخت نیست"

#: tokens.py:110
msgid "Token has no id"
msgstr "توکن id ندارد"

#: tokens.py:123
msgid "Token has no type"
msgstr "توکن نوع ندارد"

#: tokens.py:126
msgid "Token has wrong type"
msgstr "توکن نوع اشتباهی دارد"

#: tokens.py:185
msgid "Token has no '{}' claim"
msgstr "توکن دارای '{}' claim نمی‌باشد"

#: tokens.py:190
msgid "Token '{}' claim has expired"
msgstr "'{}' claim توکن منقضی شده"

#: tokens.py:247
msgid "Token is blacklisted"
msgstr "توکن به لیست سیاه رفته است"
Binary file modified rest_framework_simplejwt/locale/fa_IR/LC_MESSAGES/django.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions rest_framework_simplejwt/locale/fa_IR/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ msgstr "نوع الگوریتم ناشناخته '{}'"

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

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

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

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

0 comments on commit aa077a4

Please sign in to comment.