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

Skip to content

Commit 44b1676

Browse files
committed
Update translation from Transifex
1 parent 4629647 commit 44b1676

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

howto/regex.po

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ msgid ""
11781178
msgstr ""
11791179

11801180
msgid "``(?!...)``"
1181-
msgstr ""
1181+
msgstr "``(?!...)``"
11821182

11831183
msgid ""
11841184
"Negative lookahead assertion. This is the opposite of the positive "
@@ -1279,21 +1279,21 @@ msgid ""
12791279
msgstr ""
12801280

12811281
msgid "``split()``"
1282-
msgstr ""
1282+
msgstr "``split()``"
12831283

12841284
msgid "Split the string into a list, splitting it wherever the RE matches"
12851285
msgstr ""
12861286

12871287
msgid "``sub()``"
1288-
msgstr ""
1288+
msgstr "``sub()``"
12891289

12901290
msgid ""
12911291
"Find all substrings where the RE matches, and replace them with a different "
12921292
"string"
12931293
msgstr ""
12941294

12951295
msgid "``subn()``"
1296-
msgstr ""
1296+
msgstr "``subn()``"
12971297

12981298
msgid ""
12991299
"Does the same thing as :meth:`!sub`, but returns the new string and the "
@@ -1340,7 +1340,7 @@ msgid ""
13401340
msgstr ""
13411341

13421342
msgid "Search and Replace"
1343-
msgstr ""
1343+
msgstr "Znajdz i zamień"
13441344

13451345
msgid ""
13461346
"Another common task is to find all the matches for a pattern, and replace "
@@ -1426,7 +1426,7 @@ msgid ""
14261426
msgstr ""
14271427

14281428
msgid "Common Problems"
1429-
msgstr ""
1429+
msgstr "Najczęstsze problemy"
14301430

14311431
msgid ""
14321432
"Regular expressions are a powerful tool for some applications, but in some "
@@ -1436,7 +1436,7 @@ msgid ""
14361436
msgstr ""
14371437

14381438
msgid "Use String Methods"
1439-
msgstr ""
1439+
msgstr "Użyj metod string"
14401440

14411441
msgid ""
14421442
"Sometimes using the :mod:`re` module is a mistake. If you're matching a "
@@ -1475,7 +1475,7 @@ msgid ""
14751475
msgstr ""
14761476

14771477
msgid "match() versus search()"
1478-
msgstr ""
1478+
msgstr "match() kontra search()"
14791479

14801480
msgid ""
14811481
"The :func:`~re.match` function only checks if the RE matches at the "
@@ -1572,7 +1572,7 @@ msgid ""
15721572
msgstr ""
15731573

15741574
msgid "This is far more readable than::"
1575-
msgstr ""
1575+
msgstr "Jest to o wiele bardziej czytelne niż::"
15761576

15771577
msgid "Feedback"
15781578
msgstr "Feedback"

0 commit comments

Comments
 (0)