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

Skip to content

Commit 8c23402

Browse files
GitHub Action's update-translation jobm-aciek
authored andcommitted
Update translation from Transifex
1 parent 88dff00 commit 8c23402

65 files changed

Lines changed: 648 additions & 539 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

bugs.po

Lines changed: 1 addition & 1 deletion
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-11-10 14:13+0000\n"
16+
"POT-Creation-Date: 2023-12-01 14:14+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1818
"Last-Translator: Maciej Olko <[email protected]>, 2023\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/call.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-11-10 14:13+0000\n"
14+
"POT-Creation-Date: 2023-12-01 14:14+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1616
"Last-Translator: Maciej Olko <[email protected]>, 2021\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/function.po

Lines changed: 3 additions & 3 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-11-24 14:13+0000\n"
16+
"POT-Creation-Date: 2023-12-08 14:14+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1818
"Last-Translator: haaritsubaki, 2023\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -56,14 +56,14 @@ msgid ""
5656
"The function's docstring and name are retrieved from the code object. "
5757
"*__module__* is retrieved from *globals*. The argument defaults, annotations "
5858
"and closure are set to ``NULL``. *__qualname__* is set to the same value as "
59-
"the code object's ``co_qualname`` field."
59+
"the code object's :attr:`~codeobject.co_qualname` field."
6060
msgstr ""
6161

6262
msgid ""
6363
"As :c:func:`PyFunction_New`, but also allows setting the function object's "
6464
"``__qualname__`` attribute. *qualname* should be a unicode object or "
6565
"``NULL``; if ``NULL``, the ``__qualname__`` attribute is set to the same "
66-
"value as the code object's ``co_qualname`` field."
66+
"value as the code object's :attr:`~codeobject.co_qualname` field."
6767
msgstr ""
6868

6969
msgid "Return the code object associated with the function object *op*."

c-api/import.po

Lines changed: 3 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-11-24 14:13+0000\n"
15+
"POT-Creation-Date: 2023-12-08 14:14+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1717
"Last-Translator: haaritsubaki, 2023\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -140,7 +140,8 @@ msgstr ""
140140

141141
msgid ""
142142
"The module's :attr:`__file__` attribute will be set to the code object's :"
143-
"attr:`!co_filename`. If applicable, :attr:`__cached__` will also be set."
143+
"attr:`~codeobject.co_filename`. If applicable, :attr:`__cached__` will also "
144+
"be set."
144145
msgstr ""
145146

146147
msgid ""

c-api/init.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-11-10 14:13+0000\n"
14+
"POT-Creation-Date: 2023-12-08 14:14+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
1616
"Last-Translator: Maciej Olko <[email protected]>, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1851,8 +1851,8 @@ msgstr ""
18511851
msgid ""
18521852
"The value passed as the *what* parameter to a :c:type:`Py_tracefunc` "
18531853
"function (but not a profiling function) when a line-number event is being "
1854-
"reported. It may be disabled for a frame by setting :attr:`f_trace_lines` to "
1855-
"*0* on that frame."
1854+
"reported. It may be disabled for a frame by setting :attr:`~frame."
1855+
"f_trace_lines` to *0* on that frame."
18561856
msgstr ""
18571857

18581858
msgid ""
@@ -1879,7 +1879,7 @@ msgid ""
18791879
"The value for the *what* parameter to :c:type:`Py_tracefunc` functions (but "
18801880
"not profiling functions) when a new opcode is about to be executed. This "
18811881
"event is not emitted by default: it must be explicitly requested by setting :"
1882-
"attr:`f_trace_opcodes` to *1* on the frame."
1882+
"attr:`~frame.f_trace_opcodes` to *1* on the frame."
18831883
msgstr ""
18841884

18851885
msgid ""

c-api/module.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-11-10 14:13+0000\n"
15+
"POT-Creation-Date: 2023-12-01 14:14+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
1717
"Last-Translator: haaritsubaki, 2023\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/structures.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-11-17 14:14+0000\n"
15+
"POT-Creation-Date: 2023-12-08 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"
@@ -599,7 +599,7 @@ msgstr ""
599599

600600
msgid ""
601601
"(*): Zero-terminated, UTF8-encoded C string. With :c:macro:`!Py_T_STRING` "
602-
"the C representation is a pointer; with :c:macro:`!Py_T_STRING_INLINE` the "
602+
"the C representation is a pointer; with :c:macro:`!Py_T_STRING_INPLACE` the "
603603
"string is stored directly in the structure."
604604
msgstr ""
605605

c-api/typeobj.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-11-17 14:14+0000\n"
15+
"POT-Creation-Date: 2023-12-08 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"

faq/design.po

Lines changed: 1 addition & 1 deletion
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-11-10 14:13+0000\n"
16+
"POT-Creation-Date: 2023-12-01 14:14+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
1818
"Last-Translator: Maciej Olko <[email protected]>, 2022\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

0 commit comments

Comments
 (0)