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

Skip to content

Commit b8cef21

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 710b8e4 commit b8cef21

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

library/argparse.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <[email protected]>, 2025
8+
# Kamil Broniowski, 2025
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2025-01-24 14:52+0000\n"
1516
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
16-
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
17+
"Last-Translator: Kamil Broniowski, 2025\n"
1718
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2605,7 +2606,7 @@ msgid ""
26052606
msgstr ""
26062607

26072608
msgid "Guides and Tutorials"
2608-
msgstr ""
2609+
msgstr "Przewodniki i samouczki"
26092610

26102611
msgid "? (question mark)"
26112612
msgstr ""

library/asyncio.po

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ msgstr ""
2424
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
2525

2626
msgid "High-level APIs"
27-
msgstr ""
27+
msgstr "Wysokopoziomowe interfejsy API"
2828

2929
msgid "Low-level APIs"
30-
msgstr ""
30+
msgstr "niskopoziomowe interfejsy API"
3131

3232
msgid "Guides and Tutorials"
33-
msgstr ""
33+
msgstr "Przewodniki i samouczki"
3434

3535
msgid ":mod:`!asyncio` --- Asynchronous I/O"
36-
msgstr ""
36+
msgstr ":mod:`!asyncio` --- asynchroniczne Wejście/Wyjście"
3737

3838
msgid "Hello World!"
3939
msgstr ""
@@ -59,23 +59,27 @@ msgid ""
5959
"that provide high-performance network and web-servers, database connection "
6060
"libraries, distributed task queues, etc."
6161
msgstr ""
62-
"asyncio jest używane jako podstawa dla wielu Python asynchronicznych "
63-
"frameworków, które zapewniają wysoką wydajność sieci i serwerów "
64-
"internetowych, bibliotek połączeń z bazami danych, rozproszonych kolejek "
65-
"zadań itp."
62+
"asyncio jest używane jako podstawa dla wielu asynchronicznych framework'ów "
63+
"Pythona, które zapewniają wysoką wydajność sieci i serwerów internetowych, "
64+
"bibliotek połączeń z bazami danych, rozproszonych kolejek zadań itp."
6665

6766
msgid ""
6867
"asyncio is often a perfect fit for IO-bound and high-level **structured** "
6968
"network code."
7069
msgstr ""
70+
" asyncio często idealnie nadaje się do kodu związanego z operacjami wejścia/"
71+
"wyjścia, inaczej IO-bound. oraz do wysokopoziomowego, **strukturalnego** "
72+
"kodu sieciowego."
7173

7274
msgid "asyncio provides a set of **high-level** APIs to:"
73-
msgstr ""
75+
msgstr "asyncio zapewnia zestaw **wysopoziomowych** interfejsów API do:"
7476

7577
msgid ""
7678
":ref:`run Python coroutines <coroutine>` concurrently and have full control "
7779
"over their execution;"
7880
msgstr ""
81+
":ref:uruchamiania równoległych korutyn<coroutine>` Pythona oraz pełnej "
82+
"kontroli nad ich wykonywaniem;"
7983

8084
msgid "perform :ref:`network IO and IPC <asyncio-streams>`;"
8185
msgstr ""

0 commit comments

Comments
 (0)