mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Add Persian translation for django-axes
This commit is contained in:
parent
31038278bd
commit
eea9939a45
3 changed files with 109 additions and 0 deletions
BIN
axes/locale/fa/LC_MESSAGES/django.mo
Normal file
BIN
axes/locale/fa/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
109
axes/locale/fa/LC_MESSAGES/django.po
Normal file
109
axes/locale/fa/LC_MESSAGES/django.po
Normal file
|
|
@ -0,0 +1,109 @@
|
|||
# ترجمه فارسی برای django-axes
|
||||
# Copyright (C) 2025 jazzband
|
||||
# This file is distributed under the same license as the django-axes package.
|
||||
# AmirAli Bahramjerdi <amiralibahramjerdi@gmail.com>, 2025.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django-axes\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-05-16 23:28+0330\n"
|
||||
"PO-Revision-Date: 2025-05-16 23:30+0330\n"
|
||||
"Last-Translator: AmirAli Bahramjerdi <amiralibahramjerdi@gmail.com>"
|
||||
"Language-Team: فارسی <fa@li.org>\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"
|
||||
|
||||
#: admin.py:27
|
||||
msgid "Form Data"
|
||||
msgstr "دادههای فرم"
|
||||
|
||||
#: admin.py:28 admin.py:65 admin.py:100
|
||||
msgid "Meta Data"
|
||||
msgstr "فراداده"
|
||||
|
||||
#: conf.py:109
|
||||
msgid "Account locked: too many login attempts. Please try again later."
|
||||
msgstr "حساب کاربری قفل شد: تلاشهای زیادی برای ورود انجام شده است. لطفاً بعداً دوباره امتحان کنید."
|
||||
|
||||
#: conf.py:117
|
||||
msgid ""
|
||||
"Account locked: too many login attempts. Contact an admin to unlock your "
|
||||
"account."
|
||||
msgstr "حساب کاربری قفل شد: تلاشهای زیادی برای ورود انجام شده است. برای باز کردن حساب با مدیر تماس بگیرید."
|
||||
|
||||
#: models.py:6
|
||||
msgid "User Agent"
|
||||
msgstr "عامل کاربر (User Agent)"
|
||||
|
||||
#: models.py:8
|
||||
msgid "IP Address"
|
||||
msgstr "آدرس IP"
|
||||
|
||||
#: models.py:10
|
||||
msgid "Username"
|
||||
msgstr "نام کاربری"
|
||||
|
||||
#: models.py:12
|
||||
msgid "HTTP Accept"
|
||||
msgstr "پذیرش HTTP"
|
||||
|
||||
#: models.py:14
|
||||
msgid "Path"
|
||||
msgstr "مسیر"
|
||||
|
||||
#: models.py:16
|
||||
msgid "Attempt Time"
|
||||
msgstr "زمان تلاش"
|
||||
|
||||
#: models.py:26
|
||||
msgid "Access lock out"
|
||||
msgstr "قفل دسترسی"
|
||||
|
||||
#: models.py:34
|
||||
msgid "access failure"
|
||||
msgstr "شکست در دسترسی"
|
||||
|
||||
#: models.py:35
|
||||
msgid "access failures"
|
||||
msgstr "شکستهای دسترسی"
|
||||
|
||||
#: models.py:39
|
||||
msgid "GET Data"
|
||||
msgstr "دادههای GET"
|
||||
|
||||
#: models.py:41
|
||||
msgid "POST Data"
|
||||
msgstr "دادههای POST"
|
||||
|
||||
#: models.py:43
|
||||
msgid "Failed Logins"
|
||||
msgstr "ورودهای ناموفق"
|
||||
|
||||
#: models.py:49
|
||||
msgid "access attempt"
|
||||
msgstr "تلاش برای دسترسی"
|
||||
|
||||
#: models.py:50
|
||||
msgid "access attempts"
|
||||
msgstr "تلاشهای دسترسی"
|
||||
|
||||
#: models.py:55
|
||||
msgid "Logout Time"
|
||||
msgstr "زمان خروج"
|
||||
|
||||
#: models.py:56
|
||||
msgid "Session key hash (sha256)"
|
||||
msgstr "هش کلید نشست (sha256)"
|
||||
|
||||
#: models.py:62
|
||||
msgid "access log"
|
||||
msgstr "گزارش دسترسی"
|
||||
|
||||
#: models.py:63
|
||||
msgid "access logs"
|
||||
msgstr "گزارشهای دسترسی"
|
||||
Binary file not shown.
Loading…
Reference in a new issue