Skip to content

Commit bdc941a

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 32f8371 commit bdc941a

File tree

4 files changed

+23
-13
lines changed

4 files changed

+23
-13
lines changed

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ f'''![build](https://github.com/python/python-docs-pl/actions/workflows/update-l
1313
![{translators} Translators](https://img.shields.io/badge/Translators-{translators}-0.svg)''')
1414
]]] -->
1515
![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)
16-
![Total Translation of Documentation](https://img.shields.io/badge/Total-5.673%25-0.svg)
16+
![Total Translation of Documentation](https://img.shields.io/badge/Total-5.672%25-0.svg)
1717
![4 Translators](https://img.shields.io/badge/Translators-4-0.svg)
1818
<!-- [[[end]]] -->
1919

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ f'''![build](https://github.com/python/python-docs-pl/actions/workflows/update-l
1313
![{translators} tłumaczy](https://img.shields.io/badge/tłumaczy-{translators}-0.svg)''')
1414
]]] -->
1515
![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)
16-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-5.673%25-0.svg)
16+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-5.672%25-0.svg)
1717
![4 tłumaczy](https://img.shields.io/badge/tłumaczy-4-0.svg)
1818
<!-- [[[end]]] -->
1919

c-api/intro.po

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-11-13 15:03+0000\n"
14+
"POT-Creation-Date: 2025-11-19 20:20+0000\n"
1515
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -281,6 +281,17 @@ msgid ""
281281
"command line (see :c:member:`PyConfig.use_environment`)."
282282
msgstr ""
283283

284+
msgid ""
285+
"Declare a function returning the specified *type* using a fast-calling "
286+
"qualifier for functions that are local to the current file. Semantically, "
287+
"this is equivalent to ``static type``."
288+
msgstr ""
289+
290+
msgid ""
291+
"Equivalent to :c:macro:`Py_LOCAL` but additionally requests the function be "
292+
"inlined."
293+
msgstr ""
294+
284295
msgid "Return the maximum value between ``x`` and ``y``."
285296
msgstr ""
286297

whatsnew/2.5.po

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-11-01 14:58+0000\n"
14+
"POT-Creation-Date: 2025-11-19 20:20+0000\n"
1515
"PO-Revision-Date: 2025-09-15 01:05+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -2806,15 +2806,14 @@ msgstr ""
28062806

28072807
msgid ""
28082808
"Two new macros can be used to indicate C functions that are local to the "
2809-
"current file so that a faster calling convention can be used. "
2810-
"``Py_LOCAL(type)`` declares the function as returning a value of the "
2811-
"specified *type* and uses a fast-calling qualifier. "
2812-
"``Py_LOCAL_INLINE(type)`` does the same thing and also requests the function "
2813-
"be inlined. If macro :c:macro:`!PY_LOCAL_AGGRESSIVE` is defined before :"
2814-
"file:`python.h` is included, a set of more aggressive optimizations are "
2815-
"enabled for the module; you should benchmark the results to find out if "
2816-
"these optimizations actually make the code faster. (Contributed by Fredrik "
2817-
"Lundh at the NeedForSpeed sprint.)"
2809+
"current file so that a faster calling convention can be used. :c:macro:"
2810+
"`Py_LOCAL` declares the function as returning a value of the specified "
2811+
"*type* and uses a fast-calling qualifier. :c:macro:`Py_LOCAL_INLINE` does "
2812+
"the same thing and also requests the function be inlined. If macro :c:macro:"
2813+
"`!PY_LOCAL_AGGRESSIVE` is defined before :file:`python.h` is included, a set "
2814+
"of more aggressive optimizations are enabled for the module; you should "
2815+
"benchmark the results to find out if these optimizations actually make the "
2816+
"code faster. (Contributed by Fredrik Lundh at the NeedForSpeed sprint.)"
28182817
msgstr ""
28192818

28202819
msgid ""

0 commit comments

Comments
 (0)