mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-04 13:44:46 +00:00
Add missing Polish translation keys in English
This commit is contained in:
parent
111b9650b8
commit
11c8a837ab
2 changed files with 11 additions and 9 deletions
Binary file not shown.
|
|
@ -2,23 +2,23 @@
|
|||
# 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"
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-06-11 23:36+0200\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"
|
||||
"PO-Revision-Date: 2021-06-16 10:51+0300\n"
|
||||
"Language: pl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n"
|
||||
"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n"
|
||||
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"X-Generator: Poedit 3.0\n"
|
||||
|
||||
#: .\axes\admin.py:26
|
||||
msgid "Form Data"
|
||||
|
|
@ -42,8 +42,9 @@ msgstr ""
|
|||
"administratorem, aby odblokować swoje konto."
|
||||
|
||||
#: .\axes\models.py:6
|
||||
#, fuzzy
|
||||
msgid "User Agent"
|
||||
msgstr ""
|
||||
msgstr "User Agent"
|
||||
|
||||
#: .\axes\models.py:8
|
||||
msgid "IP Address"
|
||||
|
|
@ -54,8 +55,9 @@ msgid "Username"
|
|||
msgstr "Nazwa Użytkownika"
|
||||
|
||||
#: .\axes\models.py:12
|
||||
#, fuzzy
|
||||
msgid "HTTP Accept"
|
||||
msgstr ""
|
||||
msgstr "HTTP Accept"
|
||||
|
||||
#: .\axes\models.py:14
|
||||
msgid "Path"
|
||||
|
|
|
|||
Loading…
Reference in a new issue