-
Notifications
You must be signed in to change notification settings - Fork 670
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated translations for Persian (fa) language (#708)
Co-authored-by: Mahdi <[email protected]>
- Loading branch information
1 parent
523612e
commit aa077a4
Showing
4 changed files
with
118 additions
and
2 deletions.
There are no files selected for viewing
Empty file.
116 changes: 116 additions & 0 deletions
116
rest_framework_simplejwt/locale/fa/LC_MESSAGES/django.po
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>\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
BIN
+286 Bytes
(110%)
rest_framework_simplejwt/locale/fa_IR/LC_MESSAGES/django.mo
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters