Skip to content

Commit cae52db

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 807a170 commit cae52db

174 files changed

Lines changed: 272 additions & 470 deletions

File tree

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

about.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.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-07-21 14:44+0000\n"
14+
"POT-Creation-Date: 2023-08-11 14:43+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:08+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

bugs.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.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-07-21 14:44+0000\n"
14+
"POT-Creation-Date: 2023-08-11 14:43+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:08+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/abstract.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.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-07-21 14:44+0000\n"
14+
"POT-Creation-Date: 2023-08-11 14:43+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:08+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/apiabiversion.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.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-07-28 14:44+0000\n"
15+
"POT-Creation-Date: 2023-08-11 14:43+0000\n"
1616
"PO-Revision-Date: 2023-05-24 02:08+0000\n"
1717
"Last-Translator: Waldemar Stoczkowski, 2023\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/buffer.po

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-08-11 14:43+0000\n"
14+
"POT-Creation-Date: 2023-08-18 14:42+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:08+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -203,13 +203,8 @@ msgid ""
203203
"The number of dimensions the memory represents as an n-dimensional array. If "
204204
"it is ``0``, :c:member:`~Py_buffer.buf` points to a single item representing "
205205
"a scalar. In this case, :c:member:`~Py_buffer.shape`, :c:member:`~Py_buffer."
206-
"strides` and :c:member:`~Py_buffer.suboffsets` MUST be ``NULL``."
207-
msgstr ""
208-
209-
msgid ""
210-
"The macro :c:macro:`PyBUF_MAX_NDIM` limits the maximum number of dimensions "
211-
"to 64. Exporters MUST respect this limit, consumers of multi-dimensional "
212-
"buffers SHOULD be able to handle up to :c:macro:`PyBUF_MAX_NDIM` dimensions."
206+
"strides` and :c:member:`~Py_buffer.suboffsets` MUST be ``NULL``. The maximum "
207+
"number of dimensions is given by :c:macro:`PyBUF_MAX_NDIM`."
213208
msgstr ""
214209

215210
msgid ""
@@ -270,6 +265,15 @@ msgid ""
270265
"the buffer is released. The consumer MUST NOT alter this value."
271266
msgstr ""
272267

268+
msgid "Constants:"
269+
msgstr ""
270+
271+
msgid ""
272+
"The maximum number of dimensions the memory represents. Exporters MUST "
273+
"respect this limit, consumers of multi-dimensional buffers SHOULD be able to "
274+
"handle up to :c:macro:`!PyBUF_MAX_NDIM` dimensions. Currently set to 64."
275+
msgstr ""
276+
273277
msgid "Buffer request types"
274278
msgstr ""
275279

@@ -465,8 +469,8 @@ msgstr ""
465469

466470
msgid ""
467471
"Send a request to *exporter* to fill in *view* as specified by *flags*. If "
468-
"the exporter cannot provide a buffer of the exact type, it MUST raise :c:"
469-
"data:`PyExc_BufferError`, set ``view->obj`` to ``NULL`` and return ``-1``."
472+
"the exporter cannot provide a buffer of the exact type, it MUST raise :exc:"
473+
"`BufferError`, set ``view->obj`` to ``NULL`` and return ``-1``."
470474
msgstr ""
471475

472476
msgid ""
@@ -555,8 +559,8 @@ msgstr ""
555559

556560
msgid ""
557561
"On success, set ``view->obj`` to a new reference to *exporter* and return 0. "
558-
"Otherwise, raise :c:data:`PyExc_BufferError`, set ``view->obj`` to ``NULL`` "
559-
"and return ``-1``;"
562+
"Otherwise, raise :exc:`BufferError`, set ``view->obj`` to ``NULL`` and "
563+
"return ``-1``;"
560564
msgstr ""
561565

562566
msgid ""

c-api/bytearray.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.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-07-21 14:44+0000\n"
14+
"POT-Creation-Date: 2023-08-11 14:43+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:08+0000\n"
1616
"Last-Translator: Waldemar Stoczkowski, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/capsule.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.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-07-28 14:44+0000\n"
14+
"POT-Creation-Date: 2023-08-11 14:43+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:08+0000\n"
1616
"Last-Translator: Waldemar Stoczkowski, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/complex.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.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-07-28 14:44+0000\n"
15+
"POT-Creation-Date: 2023-08-11 14:43+0000\n"
1616
"PO-Revision-Date: 2023-05-24 02:08+0000\n"
1717
"Last-Translator: Waldemar Stoczkowski, 2023\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/concrete.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.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-07-21 14:44+0000\n"
15+
"POT-Creation-Date: 2023-08-11 14:43+0000\n"
1616
"PO-Revision-Date: 2023-05-24 02:08+0000\n"
1717
"Last-Translator: Waldemar Stoczkowski, 2023\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

0 commit comments

Comments
 (0)