-
-
Notifications
You must be signed in to change notification settings - Fork 353
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b28ece3
commit 8686c65
Showing
2 changed files
with
97 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
# 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: 2019-01-11 12:20+0300\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <LL@li.org>\n" | ||
"Language: \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" | ||
|
||
#: axes/admin.py:38 | ||
msgid "Form Data" | ||
msgstr "Данные формы" | ||
|
||
#: axes/admin.py:41 axes/admin.py:95 | ||
msgid "Meta Data" | ||
msgstr "Метаданные" | ||
|
||
#: axes/conf.py:58 | ||
msgid "Account locked: too many login attempts. Please try again later" | ||
msgstr "" | ||
"Учетная запись заблокирована: слишком много попыток входа. " | ||
"Повторите попытку позже." | ||
|
||
#: axes/conf.py:61 | ||
msgid "" | ||
"Account locked: too many login attempts. Contact an admin to unlock your " | ||
"account." | ||
msgstr "" | ||
"Учетная запись заблокирована: слишком много попыток входа. " | ||
"Обратитесь к администратору для разблокирования учетной записи." | ||
|
||
#: axes/models.py:9 | ||
msgid "User Agent" | ||
msgstr "Браузер пользователя" | ||
|
||
#: axes/models.py:15 | ||
msgid "IP Address" | ||
msgstr "Адрес IP" | ||
|
||
#: axes/models.py:21 | ||
msgid "Username" | ||
msgstr "Имя пользователя" | ||
|
||
#: axes/models.py:35 | ||
msgid "HTTP Accept" | ||
msgstr "Запрос HTTP" | ||
|
||
#: axes/models.py:40 | ||
msgid "Path" | ||
msgstr "Путь" | ||
|
||
#: axes/models.py:45 | ||
msgid "Attempt Time" | ||
msgstr "Время доступа" | ||
|
||
#: axes/models.py:57 | ||
msgid "GET Data" | ||
msgstr "Данные GET-запроса" | ||
|
||
#: axes/models.py:61 | ||
msgid "POST Data" | ||
msgstr "Данные POST-запроса" | ||
|
||
#: axes/models.py:65 | ||
msgid "Failed Logins" | ||
msgstr "Ошибочные логины" | ||
|
||
#: axes/models.py:76 | ||
msgid "access attempt" | ||
msgstr "Попытка доступа" | ||
|
||
#: axes/models.py:77 | ||
msgid "access attempts" | ||
msgstr "Попытки доступа" | ||
|
||
#: axes/models.py:81 | ||
msgid "Logout Time" | ||
msgstr "Время выхода" | ||
|
||
#: axes/models.py:90 | ||
msgid "access log" | ||
msgstr "Лог входа" | ||
|
||
#: axes/models.py:91 | ||
msgid "access logs" | ||
msgstr "Логи входа" |