-
Notifications
You must be signed in to change notification settings - Fork 700
Update Persian translations (fa, fa_IR) for Django application #897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ msgid "" | |
| msgstr "" | ||
| "Project-Id-Version: djangorestframework_simplejwt\n" | ||
| "Report-Msgid-Bugs-To: \n" | ||
| "POT-Creation-Date: 2025-02-28 15:09-0300\n" | ||
| "POT-Creation-Date: 2025-03-27 15:19+0330\n" | ||
| "Last-Translator: Mahdi Rahimi <mahdi.rahimi95@gmail.com>\n" | ||
| "Language: fa_IR\n" | ||
| "MIME-Version: 1.0\n" | ||
|
|
@@ -19,19 +19,19 @@ msgstr "هدر اعتبارسنجی باید شامل دو مقدار جدا ش | |
| msgid "Given token not valid for any token type" | ||
| msgstr "توکن داده شده برای هیچ نوع توکنی معتبر نمیباشد" | ||
|
|
||
| #: authentication.py:127 authentication.py:162 | ||
| #: authentication.py:128 authentication.py:166 | ||
| msgid "Token contained no recognizable user identification" | ||
| msgstr "توکن شامل هیچ شناسه قابل تشخیصی از کاربر نیست" | ||
|
|
||
| #: authentication.py:132 | ||
| #: authentication.py:135 | ||
| msgid "User not found" | ||
| msgstr "کاربر یافت نشد" | ||
|
|
||
| #: authentication.py:135 | ||
| #: authentication.py:139 | ||
| msgid "User is inactive" | ||
| msgstr "کاربر غیرفعال است" | ||
|
|
||
| #: authentication.py:142 | ||
| #: authentication.py:146 | ||
| msgid "The user's password has been changed." | ||
| msgstr "رمز عبور کاربر تغییر کرده است" | ||
|
|
||
|
|
@@ -49,20 +49,16 @@ msgid "" | |
| msgstr "نوع ناشناخته '{}'، 'leeway' باید از نوع int، float یا timedelta باشد." | ||
|
|
||
| #: backends.py:125 backends.py:177 tokens.py:69 | ||
| #, fuzzy | ||
| #| msgid "Token is invalid or expired" | ||
| msgid "Token is invalid" | ||
| msgstr "توکن نامعتبر است یا منقضی شده است" | ||
| msgstr "توکن نامعتبر است" | ||
|
|
||
| #: backends.py:173 | ||
| msgid "Invalid algorithm specified" | ||
| msgstr "الگوریتم نامعتبر مشخص شده است" | ||
|
|
||
| #: backends.py:175 tokens.py:67 | ||
| #, fuzzy | ||
| #| msgid "Token is invalid or expired" | ||
| msgid "Token is expired" | ||
| msgstr "توکن نامعتبر است یا منقضی شده است" | ||
| msgstr "توکن منقضی شده است" | ||
|
|
||
| #: exceptions.py:55 | ||
| msgid "Token is invalid or expired" | ||
|
|
@@ -73,12 +69,10 @@ msgid "No active account found with the given credentials" | |
| msgstr "هیچ اکانت فعالی برای اطلاعات داده شده یافت نشد" | ||
|
|
||
| #: serializers.py:108 | ||
| #, fuzzy | ||
| #| msgid "No active account found with the given credentials" | ||
| msgid "No active account found for the given token." | ||
| msgstr "هیچ اکانت فعالی برای اطلاعات داده شده یافت نشد" | ||
| msgstr "هیچ اکانت فعالی برای توکن داده شده یافت نشد." | ||
|
|
||
| #: serializers.py:178 tokens.py:299 | ||
| #: serializers.py:178 tokens.py:281 | ||
| msgid "Token is blacklisted" | ||
| msgstr "توکن به لیست سیاه رفته است" | ||
|
|
||
|
|
@@ -90,7 +84,7 @@ msgstr "تنظیمات '{}' حذف شده است. لطفا به '{}' برای ت | |
|
|
||
| #: token_blacklist/admin.py:79 | ||
| msgid "jti" | ||
| msgstr "jti" | ||
| msgstr "شناسه توکن" | ||
|
mahdirahimi1999 marked this conversation as resolved.
Outdated
|
||
|
|
||
| #: token_blacklist/admin.py:85 | ||
| msgid "user" | ||
|
|
@@ -110,37 +104,37 @@ msgstr "لیست سیاه توکن" | |
|
|
||
| #: token_blacklist/models.py:19 | ||
| msgid "Outstanding Token" | ||
| msgstr "" | ||
| msgstr "توکن برجسته" | ||
|
|
||
| #: token_blacklist/models.py:20 | ||
| msgid "Outstanding Tokens" | ||
| msgstr "" | ||
| msgstr "توکنهای برجسته" | ||
|
|
||
| #: token_blacklist/models.py:32 | ||
| #, python-format | ||
| msgid "Token for %(user)s (%(jti)s)" | ||
| msgstr "" | ||
| msgstr "توکن برای %(user)s (%(jti)s)" | ||
|
|
||
| #: token_blacklist/models.py:45 | ||
| msgid "Blacklisted Token" | ||
| msgstr "" | ||
| msgstr "توکن در لیست سیاه" | ||
|
|
||
| #: token_blacklist/models.py:46 | ||
| msgid "Blacklisted Tokens" | ||
| msgstr "" | ||
| msgstr "توکنهای لیست سیاه" | ||
|
|
||
| #: token_blacklist/models.py:57 | ||
| #, python-format | ||
| msgid "Blacklisted token for %(user)s" | ||
| msgstr "" | ||
| msgstr "توکن لیست سیاه برای %(user)s" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hi is this using Google Translate? Persian should be right to left
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hi, no, it's a manual translation. Persian is RTL, but PO files handle it correctly.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. do you have a link or proof of this in a demo app? send a picture |
||
|
|
||
| #: tokens.py:53 | ||
| msgid "Cannot create token with no type or lifetime" | ||
| msgstr "توکن بدون هیچ نوع و طول عمر قابل ساخت نیست" | ||
|
|
||
| #: tokens.py:127 | ||
| msgid "Token has no id" | ||
| msgstr "توکن id ندارد" | ||
| msgstr "توکن شناسه ندارد" | ||
|
mahdirahimi1999 marked this conversation as resolved.
Outdated
|
||
|
|
||
| #: tokens.py:139 | ||
| msgid "Token has no type" | ||
|
|
@@ -156,4 +150,4 @@ msgstr "توکن دارای '{}' claim نمیباشد" | |
|
|
||
| #: tokens.py:206 | ||
| msgid "Token '{}' claim has expired" | ||
| msgstr "'{}' claim توکن منقضی شده" | ||
| msgstr "ادعای '{}' توکن منقضی شده است" | ||
|
mahdirahimi1999 marked this conversation as resolved.
Outdated
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is there a period at the end?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why have you marked this as resolved? Periods go at the left, not right, correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, I adjusted the translation for accuracy. In Persian, punctuation follows the text, so the period is correct.