Update translation from Transifex · python/python-docs-pl@ee21aca · GitHub
Skip to content

Commit ee21aca

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent b3fcc52 commit ee21aca

18 files changed

Lines changed: 1876 additions & 251 deletions

README.md

Lines changed: 2 additions & 2 deletions

c-api/apiabiversion.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# Maciej Olko <maciej.olko@gmail.com>, 2021
88
# Waldemar Stoczkowski, 2023
99
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
10+
# Stan U, 2024
1011
#
1112
#, fuzzy
1213
msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516
"Report-Msgid-Bugs-To: \n"
1617
"POT-Creation-Date: 2024-11-22 14:17+0000\n"
1718
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
18-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
19+
"Last-Translator: Stan U, 2024\n"
1920
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
2021
"MIME-Version: 1.0\n"
2122
"Content-Type: text/plain; charset=UTF-8\n"
@@ -41,6 +42,8 @@ msgstr ""
4142
msgid ""
4243
"See :ref:`stable` for a discussion of API and ABI stability across versions."
4344
msgstr ""
45+
"Więcej informacji na temat stabilności API i ABI w różnych wersjach można "
46+
"znaleźć na stronie :ref:`stable`."
4447

4548
msgid "The ``3`` in ``3.4.1a2``."
4649
msgstr "``3`` w ``3.4.1a2``."
@@ -161,6 +164,9 @@ msgid ""
161164
"the same format as the :c:macro:`PY_VERSION_HEX` macro. This contains the "
162165
"Python version used at run time."
163166
msgstr ""
167+
"Wersja Python runtime jest zakodowana w pojedynczej stałej liczba całkowita, "
168+
"w tym samym formacie co makro :c:macro:`PY_VERSION_HEX`. Zawiera on Python "
169+
"wersja używany w czasie wykonywania."
164170

165171
msgid "All the given macros are defined in :source:`Include/patchlevel.h`."
166172
msgstr ""

faq/programming.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2309,6 +2309,8 @@ msgid ""
23092309
"The :ref:`private name mangling specifications <private-name-mangling>` for "
23102310
"details and special cases."
23112311
msgstr ""
2312+
"Szczegółowe informacje i przypadki specjalne znajdują się w specyfikacji :"
2313+
"ref:`private name mangling <private-name-mangling>`."
23122314

23132315
msgid "My class defines __del__ but it is not called when I delete the object."
23142316
msgstr ""

howto/functional.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ msgid ""
550550
msgstr ""
551551

552552
msgid "Generators"
553-
msgstr ""
553+
msgstr "Generatory"
554554

555555
msgid ""
556556
"Generators are a special class of functions that simplify the task of "

howto/sorting.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
# Translators:
77
# Seweryn Piórkowski <seweryn.piorkowski@gmail.com>, 2021
88
# Krzysztof Abramowicz, 2022
9+
# Stan U, 2024
910
#
1011
#, fuzzy
1112
msgid ""
1213
msgstr ""
1314
"Project-Id-Version: Python 3.13\n"
1415
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-11-19 01:00+0000\n"
16+
"POT-Creation-Date: 2024-11-22 14:17+0000\n"
1617
"PO-Revision-Date: 2021-06-28 00:53+0000\n"
17-
"Last-Translator: Krzysztof Abramowicz, 2022\n"
18+
"Last-Translator: Stan U, 2024\n"
1819
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -377,7 +378,7 @@ msgid "sorted(words, key=cmp_to_key(strcoll)) # locale-aware sort order"
377378
msgstr ""
378379

379380
msgid "Odds and Ends"
380-
msgstr ""
381+
msgstr "Przypadki losowe"
381382

382383
msgid ""
383384
"For locale aware sorting, use :func:`locale.strxfrm` for a key function or :"

library/array.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# Maciej Olko <maciej.olko@gmail.com>, 2024
8+
# Stan U, 2024
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.13\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-11-19 01:00+0000\n"
15+
"POT-Creation-Date: 2024-11-22 14:17+0000\n"
1516
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
16-
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2024\n"
17+
"Last-Translator: Stan U, 2024\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"
@@ -84,7 +85,7 @@ msgid "\\(1)"
8485
msgstr "\\(1)"
8586

8687
msgid "``'w'``"
87-
msgstr ""
88+
msgstr "``'w'``"
8889

8990
msgid "Py_UCS4"
9091
msgstr ""

library/asyncio-dev.po

Lines changed: 109 additions & 10 deletions

0 commit comments

Comments
 (0)