Skip to content

Commit 15893c6

Browse files
GitHub Action's update-translation jobrffontenelle
andcommitted
Update translation from Transifex
Co-Authored-By: Rafael Fontenelle <rffontenelle@gmail.com>
1 parent cb44ae5 commit 15893c6

File tree

4 files changed

+83
-34
lines changed

4 files changed

+83
-34
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-16.962%25-0.svg)
16+
![Total Translation of Documentation](https://img.shields.io/badge/Total-16.960%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ść-16.962%25-0.svg)
16+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-16.960%25-0.svg)
1717
![4 tłumaczy](https://img.shields.io/badge/tłumaczy-4-0.svg)
1818
<!-- [[[end]]] -->
1919

c-api/code.po

Lines changed: 77 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-05-30 14:58+0000\n"
14+
"POT-Creation-Date: 2025-08-03 14:51+0000\n"
1515
"PO-Revision-Date: 2025-07-18 19:20+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -221,6 +221,82 @@ msgid ""
221221
"it before returning."
222222
msgstr ""
223223

224+
msgid "Code Object Flags"
225+
msgstr ""
226+
227+
msgid ""
228+
"Code objects contain a bit-field of flags, which can be retrieved as the :"
229+
"attr:`~codeobject.co_flags` Python attribute (for example using :c:func:"
230+
"`PyObject_GetAttrString`), and set using a *flags* argument to :c:func:"
231+
"`PyUnstable_Code_New` and similar functions."
232+
msgstr ""
233+
234+
msgid ""
235+
"Flags whose names start with ``CO_FUTURE_`` correspond to features normally "
236+
"selectable by :ref:`future statements <future>`. These flags can be used in :"
237+
"c:member:`PyCompilerFlags.cf_flags`. Note that many ``CO_FUTURE_`` flags are "
238+
"mandatory in current versions of Python, and setting them has no effect."
239+
msgstr ""
240+
241+
msgid ""
242+
"The following flags are available. For their meaning, see the linked "
243+
"documentation of their Python equivalents."
244+
msgstr ""
245+
246+
msgid "Flag"
247+
msgstr ""
248+
249+
msgid "Meaning"
250+
msgstr "Znaczenie"
251+
252+
msgid ":py:data:`inspect.CO_OPTIMIZED`"
253+
msgstr ""
254+
255+
msgid ":py:data:`inspect.CO_NEWLOCALS`"
256+
msgstr ""
257+
258+
msgid ":py:data:`inspect.CO_VARARGS`"
259+
msgstr ""
260+
261+
msgid ":py:data:`inspect.CO_VARKEYWORDS`"
262+
msgstr ""
263+
264+
msgid ":py:data:`inspect.CO_NESTED`"
265+
msgstr ""
266+
267+
msgid ":py:data:`inspect.CO_GENERATOR`"
268+
msgstr ""
269+
270+
msgid ":py:data:`inspect.CO_COROUTINE`"
271+
msgstr ""
272+
273+
msgid ":py:data:`inspect.CO_ITERABLE_COROUTINE`"
274+
msgstr ""
275+
276+
msgid ":py:data:`inspect.CO_ASYNC_GENERATOR`"
277+
msgstr ""
278+
279+
msgid "no effect (:py:data:`__future__.division`)"
280+
msgstr ""
281+
282+
msgid "no effect (:py:data:`__future__.absolute_import`)"
283+
msgstr ""
284+
285+
msgid "no effect (:py:data:`__future__.with_statement`)"
286+
msgstr ""
287+
288+
msgid "no effect (:py:data:`__future__.print_function`)"
289+
msgstr ""
290+
291+
msgid "no effect (:py:data:`__future__.unicode_literals`)"
292+
msgstr ""
293+
294+
msgid "no effect (:py:data:`__future__.generator_stop`)"
295+
msgstr ""
296+
297+
msgid ":py:data:`__future__.annotations`"
298+
msgstr ""
299+
224300
msgid "Extra information"
225301
msgstr ""
226302

library/__future__.po

Lines changed: 4 additions & 31 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-01-03 14:16+0000\n"
14+
"POT-Creation-Date: 2025-08-03 14:51+0000\n"
1515
"PO-Revision-Date: 2025-07-18 19:21+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -85,9 +85,6 @@ msgstr "obowiązkowe w"
8585
msgid "effect"
8686
msgstr ""
8787

88-
msgid "nested_scopes"
89-
msgstr "nested_scopes"
90-
9188
msgid "2.1.0b1"
9289
msgstr "2.1.0b1"
9390

@@ -97,9 +94,6 @@ msgstr "2.2"
9794
msgid ":pep:`227`: *Statically Nested Scopes*"
9895
msgstr ""
9996

100-
msgid "generators"
101-
msgstr "generatory"
102-
10397
msgid "2.2.0a1"
10498
msgstr "2.2.0a1"
10599

@@ -109,9 +103,6 @@ msgstr "2.3"
109103
msgid ":pep:`255`: *Simple Generators*"
110104
msgstr ""
111105

112-
msgid "division"
113-
msgstr "podział"
114-
115106
msgid "2.2.0a2"
116107
msgstr "2.2.0a2"
117108

@@ -121,42 +112,27 @@ msgstr "3.0"
121112
msgid ":pep:`238`: *Changing the Division Operator*"
122113
msgstr ":pep:`238`: *Zmiana operatora podziału*"
123114

124-
msgid "absolute_import"
125-
msgstr "absolute_import"
126-
127115
msgid "2.5.0a1"
128116
msgstr "2.5.0a1"
129117

130118
msgid ":pep:`328`: *Imports: Multi-Line and Absolute/Relative*"
131119
msgstr ""
132120

133-
msgid "with_statement"
134-
msgstr "with_statement"
135-
136121
msgid "2.6"
137122
msgstr "2.6"
138123

139-
msgid ":pep:`343`: *The \"with\" Statement*"
124+
msgid ":pep:`343`: *The with Statement*"
140125
msgstr ""
141126

142-
msgid "print_function"
143-
msgstr "print_function"
144-
145127
msgid "2.6.0a2"
146128
msgstr "2.6.0a2"
147129

148130
msgid ":pep:`3105`: *Make print a function*"
149131
msgstr ""
150132

151-
msgid "unicode_literals"
152-
msgstr "unicode_literals"
153-
154133
msgid ":pep:`3112`: *Bytes literals in Python 3000*"
155134
msgstr ""
156135

157-
msgid "generator_stop"
158-
msgstr "generator_stop"
159-
160136
msgid "3.5.0b1"
161137
msgstr "3.5.0b1"
162138

@@ -166,14 +142,11 @@ msgstr "3.7"
166142
msgid ":pep:`479`: *StopIteration handling inside generators*"
167143
msgstr ""
168144

169-
msgid "annotations"
170-
msgstr "anotacje"
171-
172145
msgid "3.7.0b1"
173146
msgstr "3.7.0b1"
174147

175-
msgid "TBD [1]_"
176-
msgstr "TBD [1]_"
148+
msgid "Never [1]_"
149+
msgstr ""
177150

178151
msgid ":pep:`563`: *Postponed evaluation of annotations*"
179152
msgstr ""

0 commit comments

Comments
 (0)