Skip to content

Commit 7e36262

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent c7302dc commit 7e36262

34 files changed

Lines changed: 233 additions & 229 deletions

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-
![47.25% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-47.25%25-0.svg)
19-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-2.80%25-0.svg)
18+
![46.96% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-46.96%25-0.svg)
19+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-2.79%25-0.svg)
2020
![19 tłumaczy](https://img.shields.io/badge/tłumaczy-19-0.svg)
2121
<!-- [[[end]]] -->
2222

c-api/init.po

Lines changed: 3 additions & 2 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: 2023-07-29 02:08+0000\n"
14+
"POT-Creation-Date: 2023-08-04 14:13+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:49+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"
@@ -1486,7 +1486,8 @@ msgid ""
14861486
"If this is ``0`` then all extension modules may be imported, including "
14871487
"legacy (single-phase init) modules, in any thread where the sub-interpreter "
14881488
"is currently active. Otherwise only multi-phase init extension modules (see :"
1489-
"pep:`489`) may be imported."
1489+
"pep:`489`) may be imported. (Also see :c:macro:"
1490+
"`Py_mod_multiple_interpreters`.)"
14901491
msgstr ""
14911492

14921493
msgid ""

c-api/memory.po

Lines changed: 10 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: 2023-07-28 14:13+0000\n"
14+
"POT-Creation-Date: 2023-08-04 14:13+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:49+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"
@@ -595,6 +595,12 @@ msgid ""
595595
"allocator is called."
596596
msgstr ""
597597

598+
msgid ""
599+
"For the remaining domains, the allocator must also be thread-safe: the "
600+
"allocator may be called in different interpreters that do not share a "
601+
"``GIL``."
602+
msgstr ""
603+
598604
msgid ""
599605
"If the new allocator is not a hook (does not call the previous allocator), "
600606
"the :c:func:`PyMem_SetupDebugHooks` function must be called to reinstall the "
@@ -625,6 +631,9 @@ msgid ""
625631
"arbitrary one is **not supported**."
626632
msgstr ""
627633

634+
msgid "All allocators must be thread-safe."
635+
msgstr ""
636+
628637
msgid ""
629638
"Setup :ref:`debug hooks in the Python memory allocators <pymem-debug-hooks>` "
630639
"to detect memory errors."

faq/extending.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: 2023-07-21 14:13+0000\n"
14+
"POT-Creation-Date: 2023-08-04 14:13+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
1616
"Last-Translator: Stefan Ocetkiewicz <stefan.ocetkiewicz@gmail.com>, 2021\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -104,15 +104,15 @@ msgstr ""
104104
msgid ""
105105
"That depends on the object's type. If it's a tuple, :c:func:`PyTuple_Size` "
106106
"returns its length and :c:func:`PyTuple_GetItem` returns the item at a "
107-
"specified index. Lists have similar functions, :c:func:`PyListSize` and :c:"
107+
"specified index. Lists have similar functions, :c:func:`PyList_Size` and :c:"
108108
"func:`PyList_GetItem`."
109109
msgstr ""
110110

111111
msgid ""
112112
"For bytes, :c:func:`PyBytes_Size` returns its length and :c:func:"
113113
"`PyBytes_AsStringAndSize` provides a pointer to its value and its length. "
114-
"Note that Python bytes objects may contain null bytes so C's :c:func:"
115-
"`strlen` should not be used."
114+
"Note that Python bytes objects may contain null bytes so C's :c:func:`!"
115+
"strlen` should not be used."
116116
msgstr ""
117117

118118
msgid ""

faq/general.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-07-07 14:14+0000\n"
15+
"POT-Creation-Date: 2023-07-29 02:08+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
1717
"Last-Translator: Krzysztof Abramowicz, 2022\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

howto/clinic.po

Lines changed: 6 additions & 57 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: 2023-07-28 14:13+0000\n"
16+
"POT-Creation-Date: 2023-08-04 14:13+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
1818
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2023\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -41,10 +41,11 @@ msgid "Abstract"
4141
msgstr "Streszczenie"
4242

4343
msgid ""
44-
"Argument Clinic is a preprocessor for CPython C files. Its purpose is to "
45-
"automate all the boilerplate involved with writing argument parsing code for "
46-
"\"builtins\", module level functions, and class methods. This document is "
47-
"divided in four major sections:"
44+
"Argument Clinic is a preprocessor for CPython C files. It was introduced in "
45+
"Python 3.4 with :pep:`436`, in order to provide introspection signatures, "
46+
"and to generate performant and tailor-made boilerplate code for argument "
47+
"parsing in CPython builtins, module level functions, and class methods. This "
48+
"document is divided in four major sections:"
4849
msgstr ""
4950

5051
msgid ""
@@ -78,58 +79,6 @@ msgstr ""
7879
msgid "Background"
7980
msgstr ""
8081

81-
msgid "The goals of Argument Clinic"
82-
msgstr ""
83-
84-
msgid ""
85-
"Argument Clinic's primary goal is to take over responsibility for all "
86-
"argument parsing code inside CPython. This means that, when you convert a "
87-
"function to work with Argument Clinic, that function should no longer do any "
88-
"of its own argument parsing—the code generated by Argument Clinic should be "
89-
"a \"black box\" to you, where CPython calls in at the top, and your code "
90-
"gets called at the bottom, with ``PyObject *args`` (and maybe ``PyObject "
91-
"*kwargs``) magically converted into the C variables and types you need."
92-
msgstr ""
93-
94-
msgid ""
95-
"In order for Argument Clinic to accomplish its primary goal, it must be easy "
96-
"to use. Currently, working with CPython's argument parsing library is a "
97-
"chore, requiring maintaining redundant information in a surprising number of "
98-
"places. When you use Argument Clinic, you don't have to repeat yourself."
99-
msgstr ""
100-
101-
msgid ""
102-
"Obviously, no one would want to use Argument Clinic unless it's solving "
103-
"their problem—and without creating new problems of its own. So it's "
104-
"paramount that Argument Clinic generate correct code. It'd be nice if the "
105-
"code was faster, too, but at the very least it should not introduce a major "
106-
"speed regression. (Eventually Argument Clinic *should* make a major speedup "
107-
"possible—we could rewrite its code generator to produce tailor-made argument "
108-
"parsing code, rather than calling the general-purpose CPython argument "
109-
"parsing library. That would make for the fastest argument parsing possible!)"
110-
msgstr ""
111-
112-
msgid ""
113-
"Additionally, Argument Clinic must be flexible enough to work with any "
114-
"approach to argument parsing. Python has some functions with some very "
115-
"strange parsing behaviors; Argument Clinic's goal is to support all of them."
116-
msgstr ""
117-
118-
msgid ""
119-
"Finally, the original motivation for Argument Clinic was to provide "
120-
"introspection \"signatures\" for CPython builtins. It used to be, the "
121-
"introspection query functions would throw an exception if you passed in a "
122-
"builtin. With Argument Clinic, that's a thing of the past!"
123-
msgstr ""
124-
125-
msgid ""
126-
"One idea you should keep in mind, as you work with Argument Clinic: the more "
127-
"information you give it, the better job it'll be able to do. Argument Clinic "
128-
"is admittedly relatively simple right now. But as it evolves it will get "
129-
"more sophisticated, and it should be able to do many interesting and smart "
130-
"things with all the information you give it."
131-
msgstr ""
132-
13382
msgid "Basic concepts"
13483
msgstr ""
13584

howto/curses.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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-07-21 14:13+0000\n"
15+
"POT-Creation-Date: 2023-08-04 14:13+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:53+0000\n"
1717
"Last-Translator: Seweryn Piórkowski <seweryn.piorkowski@gmail.com>, 2021\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -603,7 +603,7 @@ msgid ""
603603
"consult the manual pages for your curses implementation, whether it's "
604604
"ncurses or a proprietary Unix vendor's. The manual pages will document any "
605605
"quirks, and provide complete lists of all the functions, attributes, and :"
606-
"const:`ACS_\\*` characters available to you."
606+
"ref:`ACS_\\* <curses-acs-codes>` characters available to you."
607607
msgstr ""
608608

609609
msgid ""

howto/isolating-extensions.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: 2023-07-28 14:13+0000\n"
14+
"POT-Creation-Date: 2023-08-04 14:13+0000\n"
1515
"PO-Revision-Date: 2022-11-05 19:48+0000\n"
1616
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2022\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

install/index.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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-07-28 14:13+0000\n"
15+
"POT-Creation-Date: 2023-08-04 14:13+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:53+0000\n"
1717
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2021\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -907,9 +907,9 @@ msgstr ""
907907

908908
msgid ""
909909
"On Unix, if the :envvar:`HOME` environment variable is not defined, the "
910-
"user's home directory will be determined with the :func:`getpwuid` function "
911-
"from the standard :mod:`pwd` module. This is done by the :func:`os.path."
912-
"expanduser` function used by Distutils."
910+
"user's home directory will be determined with the :func:`~pwd.getpwuid` "
911+
"function from the standard :mod:`pwd` module. This is done by the :func:`os."
912+
"path.expanduser` function used by Distutils."
913913
msgstr ""
914914

915915
msgid ""

library/bz2.po

Lines changed: 3 additions & 3 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: 2023-07-21 14:13+0000\n"
14+
"POT-Creation-Date: 2023-08-04 14:13+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:56+0000\n"
1616
"Last-Translator: Waldemar Stoczkowski, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -130,8 +130,8 @@ msgstr ""
130130

131131
msgid ""
132132
":class:`BZ2File` provides all of the members specified by the :class:`io."
133-
"BufferedIOBase`, except for :meth:`detach` and :meth:`truncate`. Iteration "
134-
"and the :keyword:`with` statement are supported."
133+
"BufferedIOBase`, except for :meth:`~io.BufferedIOBase.detach` and :meth:`~io."
134+
"IOBase.truncate`. Iteration and the :keyword:`with` statement are supported."
135135
msgstr ""
136136

137137
msgid ":class:`BZ2File` also provides the following method:"

0 commit comments

Comments
 (0)