Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8b1439c

Browse files
committed
Update translation from Transifex
1 parent b78efb0 commit 8b1439c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

howto/regex.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# Seweryn Piórkowski <[email protected]>, 2020
88
# m_aciek <[email protected]>, 2021
9+
# Chris Abramowicz, 2022
910
#
1011
#, fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To: \n"
1516
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
1617
"PO-Revision-Date: 2017-02-16 17:45+0000\n"
17-
"Last-Translator: m_aciek <[email protected]>, 2021\n"
18+
"Last-Translator: Chris Abramowicz, 2022\n"
1819
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -188,6 +189,7 @@ msgstr ""
188189
msgid ""
189190
"Matches any non-digit character; this is equivalent to the class ``[^0-9]``."
190191
msgstr ""
192+
"Wyszukuje każdy nieliczbowy ciąg znaków , jest to zamiennik klasy ``[^0-9]``"
191193

192194
msgid "``\\s``"
193195
msgstr ""
@@ -1544,7 +1546,7 @@ msgid ""
15441546
msgstr ""
15451547

15461548
msgid "Using re.VERBOSE"
1547-
msgstr ""
1549+
msgstr "Użyj komendy re.VERBOSE"
15481550

15491551
msgid ""
15501552
"By now you've probably noticed that regular expressions are a very compact "
@@ -1573,7 +1575,7 @@ msgid "This is far more readable than::"
15731575
msgstr ""
15741576

15751577
msgid "Feedback"
1576-
msgstr ""
1578+
msgstr "Feedback"
15771579

15781580
msgid ""
15791581
"Regular expressions are a complicated topic. Did this document help you "

0 commit comments

Comments
 (0)