Skip to content

Commit cb56888

Browse files
GitHub Action's update-translation jobm-aciek
authored andcommitted
Update translation from Transifex
1 parent 2e061bc commit cb56888

18 files changed

+257
-163
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ f'''![build](https://github.com/python/python-docs-pl/workflows/.github/workflow
1515
![{translators} tłumaczy](https://img.shields.io/badge/tłumaczy-{translators}-0.svg)''')
1616
]]] -->
1717
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg)
18-
![54.80% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-54.80%25-0.svg)
19-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.26%25-0.svg)
18+
![54.58% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-54.58%25-0.svg)
19+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.25%25-0.svg)
2020
![21 tłumaczy](https://img.shields.io/badge/tłumaczy-21-0.svg)
2121
<!-- [[[end]]] -->
2222

c-api/structures.po

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2023, Python Software Foundation
2+
# Copyright (C) 2001-2024, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-12-29 14:13+0000\n"
15+
"POT-Creation-Date: 2024-01-19 14:14+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
1717
"Last-Translator: haaritsubaki, 2023\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -362,6 +362,38 @@ msgid ""
362362
"wrapper object calls."
363363
msgstr ""
364364

365+
msgid ""
366+
"Turn *ml* into a Python :term:`callable` object. The caller must ensure that "
367+
"*ml* outlives the :term:`callable`. Typically, *ml* is defined as a static "
368+
"variable."
369+
msgstr ""
370+
371+
msgid ""
372+
"The *self* parameter will be passed as the *self* argument to the C function "
373+
"in ``ml->ml_meth`` when invoked. *self* can be ``NULL``."
374+
msgstr ""
375+
376+
msgid ""
377+
"The :term:`callable` object's ``__module__`` attribute can be set from the "
378+
"given *module* argument. *module* should be a Python string, which will be "
379+
"used as name of the module the function is defined in. If unavailable, it "
380+
"can be set to :const:`None` or ``NULL``."
381+
msgstr ""
382+
383+
msgid ":attr:`function.__module__`"
384+
msgstr ""
385+
386+
msgid ""
387+
"The *cls* parameter will be passed as the *defining_class* argument to the C "
388+
"function. Must be set if :c:macro:`METH_METHOD` is set on ``ml->ml_flags``."
389+
msgstr ""
390+
391+
msgid "Equivalent to ``PyCMethod_New(ml, self, module, NULL)``."
392+
msgstr ""
393+
394+
msgid "Equivalent to ``PyCMethod_New(ml, self, NULL, NULL)``."
395+
msgstr ""
396+
365397
msgid "Accessing attributes of extension types"
366398
msgstr ""
367399

howto/urllib2.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.12\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-01-05 14:14+0000\n"
16+
"POT-Creation-Date: 2024-01-19 14:14+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:53+0000\n"
1818
"Last-Translator: Igor Zubrycki <igorzubrycki@gmail.com>, 2021\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -288,8 +288,8 @@ msgstr ""
288288

289289
msgid ""
290290
"The response returned by urlopen (or the :exc:`~urllib.error.HTTPError` "
291-
"instance) has two useful methods :meth:`info` and :meth:`geturl` and is "
292-
"defined in the module :mod:`urllib.response`.."
291+
"instance) has two useful methods :meth:`!info` and :meth:`!geturl` and is "
292+
"defined in the module :mod:`urllib.response`."
293293
msgstr ""
294294

295295
msgid ""
@@ -408,7 +408,7 @@ msgstr ""
408408
msgid ""
409409
"In the above example we only supplied our ``HTTPBasicAuthHandler`` to "
410410
"``build_opener``. By default openers have the handlers for normal situations "
411-
"-- ``ProxyHandler`` (if a proxy setting such as an :envvar:`http_proxy` "
411+
"-- ``ProxyHandler`` (if a proxy setting such as an :envvar:`!http_proxy` "
412412
"environment variable is set), ``UnknownHandler``, ``HTTPHandler``, "
413413
"``HTTPDefaultErrorHandler``, ``HTTPRedirectHandler``, ``FTPHandler``, "
414414
"``FileHandler``, ``DataHandler``, ``HTTPErrorProcessor``."

library/concurrent.futures.po

Lines changed: 5 additions & 5 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-01-05 14:14+0000\n"
14+
"POT-Creation-Date: 2024-01-19 14:14+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:57+0000\n"
1616
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2021\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -66,14 +66,14 @@ msgid ""
6666
"callable. ::"
6767
msgstr ""
6868

69-
msgid "Similar to :func:`map(func, *iterables) <map>` except:"
69+
msgid "Similar to :func:`map(fn, *iterables) <map>` except:"
7070
msgstr ""
7171

7272
msgid "the *iterables* are collected immediately rather than lazily;"
7373
msgstr ""
7474

7575
msgid ""
76-
"*func* is executed asynchronously and several calls to *func* may be made "
76+
"*fn* is executed asynchronously and several calls to *fn* may be made "
7777
"concurrently."
7878
msgstr ""
7979

@@ -86,8 +86,8 @@ msgid ""
8686
msgstr ""
8787

8888
msgid ""
89-
"If a *func* call raises an exception, then that exception will be raised "
90-
"when its value is retrieved from the iterator."
89+
"If a *fn* call raises an exception, then that exception will be raised when "
90+
"its value is retrieved from the iterator."
9191
msgstr ""
9292

9393
msgid ""

library/email.message.po

Lines changed: 4 additions & 5 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-01-05 14:14+0000\n"
14+
"POT-Creation-Date: 2024-01-19 14:14+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:05+0000\n"
1616
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2021\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -67,10 +67,9 @@ msgid ""
6767
"The :class:`EmailMessage` dictionary-like interface is indexed by the header "
6868
"names, which must be ASCII values. The values of the dictionary are strings "
6969
"with some extra methods. Headers are stored and returned in case-preserving "
70-
"form, but field names are matched case-insensitively. Unlike a real dict, "
71-
"there is an ordering to the keys, and there can be duplicate keys. "
72-
"Additional methods are provided for working with headers that have duplicate "
73-
"keys."
70+
"form, but field names are matched case-insensitively. The keys are ordered, "
71+
"but unlike a real dict, there can be duplicates. Addtional methods are "
72+
"provided for working with headers that have duplicate keys."
7473
msgstr ""
7574

7675
msgid ""

library/enum.po

Lines changed: 2 additions & 5 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-01-12 14:14+0000\n"
14+
"POT-Creation-Date: 2024-01-19 14:14+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:05+0000\n"
1616
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -707,10 +707,7 @@ msgstr ""
707707

708708
msgid ""
709709
"``SECOND = auto(), -2`` will work (auto is replaced with ``2``, so ``2, -2`` "
710-
"is"
711-
msgstr ""
712-
713-
msgid "used to create the ``SECOND`` enum member;"
710+
"is used to create the ``SECOND`` enum member;"
714711
msgstr ""
715712

716713
msgid ""

library/fnmatch.po

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2023, Python Software Foundation
2+
# Copyright (C) 2001-2024, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -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: 2023-12-29 14:13+0000\n"
14+
"POT-Creation-Date: 2024-01-19 14:14+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:06+0000\n"
1616
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -85,8 +85,8 @@ msgid ""
8585
msgstr ""
8686

8787
msgid ""
88-
"Test whether the *filename* string matches the *pattern* string, returning :"
89-
"const:`True` or :const:`False`. Both parameters are case-normalized using :"
88+
"Test whether the filename string *name* matches the pattern string *pat*, "
89+
"returning ``True`` or ``False``. Both parameters are case-normalized using :"
9090
"func:`os.path.normcase`. :func:`fnmatchcase` can be used to perform a case-"
9191
"sensitive comparison, regardless of whether that's standard for the "
9292
"operating system."
@@ -98,20 +98,20 @@ msgid ""
9898
msgstr ""
9999

100100
msgid ""
101-
"Test whether *filename* matches *pattern*, returning :const:`True` or :const:"
102-
"`False`; the comparison is case-sensitive and does not apply :func:`os.path."
103-
"normcase`."
101+
"Test whether the filename string *name* matches the pattern string *pat*, "
102+
"returning ``True`` or ``False``; the comparison is case-sensitive and does "
103+
"not apply :func:`os.path.normcase`."
104104
msgstr ""
105105

106106
msgid ""
107-
"Construct a list from those elements of the iterable *names* that match "
108-
"*pattern*. It is the same as ``[n for n in names if fnmatch(n, pattern)]``, "
109-
"but implemented more efficiently."
107+
"Construct a list from those elements of the :term:`iterable` *names* that "
108+
"match pattern *pat*. It is the same as ``[n for n in names if fnmatch(n, "
109+
"pat)]``, but implemented more efficiently."
110110
msgstr ""
111111

112112
msgid ""
113-
"Return the shell-style *pattern* converted to a regular expression for using "
114-
"with :func:`re.match`."
113+
"Return the shell-style pattern *pat* converted to a regular expression for "
114+
"using with :func:`re.match`."
115115
msgstr ""
116116

117117
msgid "Example:"

library/functions.po

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.12\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-01-12 14:14+0000\n"
16+
"POT-Creation-Date: 2024-01-19 14:14+0000\n"
1717
"PO-Revision-Date: 2021-06-28 01:06+0000\n"
1818
"Last-Translator: haaritsubaki, 2023\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -982,10 +982,8 @@ msgid ""
982982
msgstr ""
983983

984984
msgid ""
985-
"Here ``digit`` is a Unicode decimal digit (character in the Unicode general "
986-
"category ``Nd``). Case is not significant, so, for example, \"inf\", "
987-
"\"Inf\", \"INFINITY\", and \"iNfINity\" are all acceptable spellings for "
988-
"positive infinity."
985+
"Case is not significant, so, for example, \"inf\", \"Inf\", \"INFINITY\", "
986+
"and \"iNfINity\" are all acceptable spellings for positive infinity."
989987
msgstr ""
990988

991989
msgid ""

library/http.client.po

Lines changed: 7 additions & 6 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-01-12 14:14+0000\n"
14+
"POT-Creation-Date: 2024-01-19 14:14+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:07+0000\n"
1616
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -111,7 +111,7 @@ msgstr ""
111111

112112
msgid ""
113113
"This class now performs all the necessary certificate and hostname checks by "
114-
"default. To revert to the previous, unverified, behavior :func:`ssl."
114+
"default. To revert to the previous, unverified, behavior :func:`!ssl."
115115
"_create_unverified_context` can be passed to the *context* parameter."
116116
msgstr ""
117117

@@ -124,7 +124,7 @@ msgstr ""
124124
msgid ""
125125
"This class now sends an ALPN extension with protocol indicator ``http/1.1`` "
126126
"when no *context* is given. Custom *context* should set ALPN protocols with :"
127-
"meth:`~ssl.SSLContext.set_alpn_protocol`."
127+
"meth:`~ssl.SSLContext.set_alpn_protocols`."
128128
msgstr ""
129129

130130
msgid ""
@@ -147,7 +147,7 @@ msgstr ""
147147

148148
msgid ""
149149
"Parse the headers from a file pointer *fp* representing a HTTP request/"
150-
"response. The file has to be a :class:`BufferedIOBase` reader (i.e. not "
150+
"response. The file has to be a :class:`~io.BufferedIOBase` reader (i.e. not "
151151
"text) and must provide a valid :rfc:`2822` style header."
152152
msgstr ""
153153

@@ -389,8 +389,9 @@ msgid "Buffer size in bytes for sending a file-like message body."
389389
msgstr ""
390390

391391
msgid ""
392-
"As an alternative to using the :meth:`request` method described above, you "
393-
"can also send your request step by step, by using the four functions below."
392+
"As an alternative to using the :meth:`~HTTPConnection.request` method "
393+
"described above, you can also send your request step by step, by using the "
394+
"four functions below."
394395
msgstr ""
395396

396397
msgid ""

0 commit comments

Comments
 (0)