-
Notifications
You must be signed in to change notification settings - Fork 315
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
1df29ec
commit 022dccc
Showing
2 changed files
with
11 additions
and
11 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 |
---|---|---|
|
@@ -3,14 +3,13 @@ | |
# 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-05-28 13:04-0700\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"PO-Revision-Date: 2022-03-22 08:45+0100\n" | ||
"Last-Translator: Andrzej Mateja <[email protected]>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
|
@@ -19,28 +18,29 @@ msgstr "" | |
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " | ||
"|| n%100>=20) ? 1 : 2);\n" | ||
|
||
#: formfields.py:27 | ||
#: phonenumber_field/formfields.py:29 | ||
#, python-brace-format | ||
msgid "" | ||
"Enter a valid phone number (e.g. {example_number}) or a number with an " | ||
"international call prefix." | ||
msgstr "" | ||
"Wprowadź poprawny numer telefonu (np. {example_number}) lub numer " | ||
"poprzedzony międzynarodowym numerem kierunkowym." | ||
|
||
#. Translators: {example_number} is an international phone number. | ||
#: formfields.py:33 | ||
#, fuzzy, python-brace-format | ||
#| msgid "Enter a valid phone number." | ||
#: phonenumber_field/formfields.py:35 | ||
#, python-brace-format | ||
msgid "Enter a valid phone number (e.g. {example_number})." | ||
msgstr "Wprowadź poprawny numer telefonu." | ||
msgstr "Wprowadź poprawny numer telefonu (np. {example_number})." | ||
|
||
#: modelfields.py:51 | ||
#: phonenumber_field/modelfields.py:53 | ||
msgid "Phone number" | ||
msgstr "Numer telefonu" | ||
|
||
#: serializerfields.py:9 | ||
#: phonenumber_field/serializerfields.py:9 | ||
msgid "Enter a valid phone number." | ||
msgstr "Wprowadź poprawny numer telefonu." | ||
|
||
#: validators.py:11 | ||
#: phonenumber_field/validators.py:11 | ||
msgid "The phone number entered is not valid." | ||
msgstr "Wprowadzony numer telefonu jest nieprawidłowy." |