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

Skip to content

Commit d242cee

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

Some content is hidden

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

47 files changed

+304
-96
lines changed

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1515
]]] -->
1616
[![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml)
1717
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.78%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
18-
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.19%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
18+
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.18%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
1919
![24 Translators](https://img.shields.io/badge/Translators-24-0.svg)
2020
<!-- [[[end]]] -->
2121

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1515
]]] -->
1616
[![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml)
1717
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-5.78%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
18-
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-12.19%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
18+
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-12.18%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
1919
![24 tłumaczy](https://img.shields.io/badge/tłumaczy-24-0.svg)
2020
<!-- [[[end]]] -->
2121

c-api/arg.po

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.14\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2025-06-06 14:20+0000\n"
16+
"POT-Creation-Date: 2025-06-27 14:20+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1818
"Last-Translator: Stan Ulbrych, 2025\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -992,6 +992,13 @@ msgstr ""
992992
msgid "Convert a C :c:expr:`int` to a Python :class:`bool` object."
993993
msgstr ""
994994

995+
msgid ""
996+
"Be aware that this format requires an ``int`` argument. Unlike most other "
997+
"contexts in C, variadic arguments are not coerced to a suitable type "
998+
"automatically. You can convert another type (for example, a pointer or a "
999+
"float) to a suitable ``int`` value using ``(x) ? 1 : 0`` or ``!!x``."
1000+
msgstr ""
1001+
9951002
msgid "``c`` (:class:`bytes` of length 1) [char]"
9961003
msgstr ""
9971004

c-api/call.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.14\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2025-06-06 14:20+0000\n"
16+
"POT-Creation-Date: 2025-06-20 14:21+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1818
"Last-Translator: Stan Ulbrych, 2025\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/file.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.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-06-06 14:20+0000\n"
15+
"POT-Creation-Date: 2025-06-20 14:21+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"

c-api/function.po

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.14\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2025-06-20 14:21+0000\n"
17+
"POT-Creation-Date: 2025-06-27 14:20+0000\n"
1818
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1919
"Last-Translator: Stan Ulbrych, 2025\n"
2020
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -106,6 +106,11 @@ msgid ""
106106
"unaltered (default) vectorcall function!"
107107
msgstr ""
108108

109+
msgid ""
110+
"Return the keyword-only argument default values of the function object *op*. "
111+
"This can be a dictionary of arguments or ``NULL``."
112+
msgstr ""
113+
109114
msgid ""
110115
"Return the closure associated with the function object *op*. This can be "
111116
"``NULL`` or a tuple of cell objects."
@@ -126,6 +131,12 @@ msgid ""
126131
"dictionary or ``Py_None``."
127132
msgstr ""
128133

134+
msgid ""
135+
"These functions are similar to their ``PyFunction_Get*`` counterparts, but "
136+
"do not do type checking. Passing anything other than an instance of :c:data:"
137+
"`PyFunction_Type` is undefined behavior."
138+
msgstr ""
139+
129140
msgid ""
130141
"Register *callback* as a function watcher for the current interpreter. "
131142
"Return an ID which may be passed to :c:func:`PyFunction_ClearWatcher`. In "

c-api/init.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.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-06-13 14:21+0000\n"
15+
"POT-Creation-Date: 2025-06-27 14:20+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
1717
"Last-Translator: Stan Ulbrych, 2025\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1510,7 +1510,7 @@ msgstr ""
15101510

15111511
msgid ""
15121512
"Reset all information in an interpreter state object. There must be an :"
1513-
"term:`attached thread state` for the the interpreter."
1513+
"term:`attached thread state` for the interpreter."
15141514
msgstr ""
15151515

15161516
msgid ""

c-api/lifecycle.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.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-06-06 14:20+0000\n"
14+
"POT-Creation-Date: 2025-06-20 14:21+0000\n"
1515
"PO-Revision-Date: 2025-05-23 14:21+0000\n"
1616
"Last-Translator: Maciej Olko <[email protected]>, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/list.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.14\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2025-05-30 14:22+0000\n"
16+
"POT-Creation-Date: 2025-06-20 14:21+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
1818
"Last-Translator: Stan Ulbrych, 2025\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/long.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.14\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2025-06-13 14:21+0000\n"
16+
"POT-Creation-Date: 2025-06-27 14:20+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
1818
"Last-Translator: Stan Ulbrych, 2025\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -385,10 +385,10 @@ msgid ""
385385
msgstr ""
386386

387387
msgid ""
388-
"If the returned value is greater than than *n_bytes*, the value was "
389-
"truncated: as many of the lowest bits of the value as could fit are written, "
390-
"and the higher bits are ignored. This matches the typical behavior of a C-"
391-
"style downcast."
388+
"If the returned value is greater than *n_bytes*, the value was truncated: as "
389+
"many of the lowest bits of the value as could fit are written, and the "
390+
"higher bits are ignored. This matches the typical behavior of a C-style "
391+
"downcast."
392392
msgstr ""
393393

394394
msgid ""

0 commit comments

Comments
 (0)