8000 Update translation from Transifex · python/python-docs-pl@bf7597d · GitHub
[go: up one dir, main page]

Skip to content

Commit bf7597d

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

File tree

7 files changed

+163
-92
lines changed

7 files changed

+163
-92
lines changed

c-api/object.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-11-29 14:50+0000\n"
14+
"POT-Creation-Date: 2024-12-13 14:56+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:32+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -395,6 +395,12 @@ msgid ""
395395
"object cannot be iterated."
396396
msgstr ""
397397

398+
msgid ""
399+
"This is equivalent to the Python ``__iter__(self): return self`` method. It "
400+
"is intended for :term:`iterator` types, to be used in the :c:member:"
401+
"`PyTypeObject.tp_iter` slot."
402+
msgstr ""
403+
398404
msgid ""
399405
"This is the equivalent to the Python expression ``aiter(o)``. Takes an :"
400406
"class:`AsyncIterable` object and returns an :class:`AsyncIterator` for it. "

howto/enum.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-12-06 14:52+0000\n"
14+
"POT-Creation-Date: 2024-12-13 14:56+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:32+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

howto/functional.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-11-29 14:50+0000\n"
14+
"POT-Creation-Date: 2024-12-13 14:56+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:32+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

howto/index.po

Lines changed: 75 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-11-22 14:56+0000\n"
14+
"POT-Creation-Date: 2024-12-13 14:56+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:32+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -27,16 +27,77 @@ msgid "Python HOWTOs"
2727
msgstr "Pythonowe „Jak to zrobić?”"
2828

2929
msgid ""
30-
"Python HOWTOs are documents that cover a single, specific topic, and attempt "
31-
"to cover it fairly completely. Modelled on the Linux Documentation Project's "
32-
"HOWTO collection, this collection is an effort to foster documentation "
33-
"that's more detailed than the Python Library Reference."
34-
msgstr ""
35-
"Pythonowe „Jak to zrobić?” są dokumentami, z których każdy opisuje jeden, "
36-
"specyficzny temat i próbuje objaśnić go w jak najbardziej kompletny sposób. "
37-
"Idea wywodzi się ze zbioru dokumentów \"Jak to zrobić?\" Projektu "
38-
"Dokumentacji Linuksa i polega na tym, aby dostarczać bardziej szczegółowe "
39-
"opisy właściwości Pythona niż te zawarte w Bibliotece Referencyjnej."
40-
41-
msgid "Currently, the HOWTOs are:"
42-
msgstr "Aktualnie w serii \"Jak to zrobić?\" występują:"
30+
"Python HOWTOs are documents that cover a specific topic in-depth. Modeled on "
31+
"the Linux Documentation Project's HOWTO collection, this collection is an "
32+
"effort to foster documentation that's more detailed than the Python Library "
33+
"Reference."
34+
msgstr ""
35+
36+
msgid "General:"
37+
msgstr ""
38+
39+
msgid ":ref:`annotations-howto`"
40+
msgstr ""
41+
42+
msgid ":ref:`argparse-tutorial`"
43+
msgstr ""
44+
45+
msgid ":ref:`descriptorhowto`"
46+
msgstr ""
47+
48+
msgid ":ref:`enum-howto`"
49+
msgstr ""
50+
51+
msgid ":ref:`functional-howto`"
52+
msgstr ""
53+
54+
msgid ":ref:`ipaddress-howto`"
55+
msgstr ""
56+
57+
msgid ":ref:`logging-howto`"
58+
msgstr ""
59+
60+
msgid ":ref:`logging-cookbook`"
61+
msgstr ""
62+
63+
msgid ":ref:`regex-howto`"
64+
msgstr ""
65+
66+
msgid ":ref:`sortinghowto`"
67+
msgstr ""
68+
69+
msgid ":ref:`unicode-howto`"
70+
msgstr ":ref:`unicode-howto`"
71+
72+
msgid ":ref:`urllib-howto`"
73+
msgstr ""
74+
75+
msgid "Advanced development:"
76+
msgstr ""
77+
78+
msgid ":ref:`curses-howto`"
79+
msgstr ":ref:`curses-howto`"
80+
81+
msgid ":ref:`isolating-extensions-howto`"
82+
msgstr ""
83+
84+
msgid ":ref:`python_2.3_mro`"
85+
msgstr ""
86+
87+
msgid ":ref:`socket-howto`"
88+
msgstr ""
89+
90+
msgid ":ref:`cporting-howto`"
91+
msgstr ""
92+
93+
msgid "Debugging and profiling:"
94+
msgstr ""
95+
96+
msgid ":ref:`gdb`"
97+
msgstr ""
98+
99+
msgid ":ref:`instrumentation`"
100+
msgstr ""
101+
102+
msgid ":ref:`perf_profiling`"
103+
msgstr ":ref:`perf_profiling`"

howto/logging.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-11-29 14:50+0000\n"
14+
"POT-Creation-Date: 2024-12-13 14:56+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:32+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/http.cookies.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-11-29 14:50+0000\n"
14+
"POT-Creation-Date: 2024-12-13 14:56+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -119,9 +119,9 @@ msgstr ""
119119

120120
msgid ""
121121
"Return a string representation suitable to be sent as HTTP headers. *attrs* "
122-
"and *header* are sent to each :class:`Morsel`'s :meth:`output` method. *sep* "
123-
"is used to join the headers together, and is by default the combination "
124-
"``'\\r\\n'`` (CRLF)."
122+
"and *header* are sent to each :class:`Morsel`'s :meth:`~Morsel.output` "
123+
"method. *sep* is used to join the headers together, and is by default the "
124+
"combination ``'\\r\\n'`` (CRLF)."
125125
msgstr ""
126126

127127
msgid ""

0 commit comments

Comments
 (0)
0