Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit093d58b

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent62b721d commit093d58b

File tree

3 files changed

+58
-3
lines changed

3 files changed

+58
-3
lines changed

‎c-api/code.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.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-10-27 14:15+0000\n"
14+
"POT-Creation-Date:2025-11-13 18:32+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -221,6 +221,17 @@ msgid ""
221221
"it before returning."
222222
msgstr""
223223

224+
msgid"This is a :term:`soft deprecated` function that does nothing."
225+
msgstr""
226+
227+
msgid""
228+
"Prior to Python 3.10, this function would perform basic optimizations to a "
229+
"code object."
230+
msgstr""
231+
232+
msgid"This function now does nothing."
233+
msgstr""
234+
224235
msgid"Code Object Flags"
225236
msgstr""
226237

‎c-api/dict.po‎

Lines changed: 40 additions & 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-11-07 14:15+0000\n"
14+
"POT-Creation-Date:2025-11-13 18:32+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -430,6 +430,45 @@ msgid ""
430430
"it before returning."
431431
msgstr""
432432

433+
msgid"Dictionary View Objects"
434+
msgstr""
435+
436+
msgid""
437+
"Return true if *op* is a view of a set inside a dictionary. This is "
438+
"currently equivalent to :c:expr:`PyDictKeys_Check(op) || "
439+
"PyDictItems_Check(op)`. This function always succeeds."
440+
msgstr""
441+
442+
msgid""
443+
"Type object for a view of dictionary keys. In Python, this is the type of "
444+
"the object returned by :meth:`dict.keys`."
445+
msgstr""
446+
447+
msgid""
448+
"Return true if *op* is an instance of a dictionary keys view. This function "
449+
"always succeeds."
450+
msgstr""
451+
452+
msgid""
453+
"Type object for a view of dictionary values. In Python, this is the type of "
454+
"the object returned by :meth:`dict.values`."
455+
msgstr""
456+
457+
msgid""
458+
"Return true if *op* is an instance of a dictionary values view. This "
459+
"function always succeeds."
460+
msgstr""
461+
462+
msgid""
463+
"Type object for a view of dictionary items. In Python, this is the type of "
464+
"the object returned by :meth:`dict.items`."
465+
msgstr""
466+
467+
msgid""
468+
"Return true if *op* is an instance of a dictionary items view. This function "
469+
"always succeeds."
470+
msgstr""
471+
433472
msgid"object"
434473
msgstr"obiekt"
435474

‎c-api/exceptions.po‎

Lines changed: 6 additions & 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-11-11 14:15+0000\n"
14+
"POT-Creation-Date:2025-11-13 18:32+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -297,6 +297,11 @@ msgid ""
297297
"is a :exc:`SyntaxError`."
298298
msgstr""
299299

300+
msgid""
301+
"Similar to :c:func:`PyErr_SyntaxLocationObject`, but also sets the "
302+
"*end_lineno* and *end_col_offset* information for the current exception."
303+
msgstr""
304+
300305
msgid""
301306
"Like :c:func:`PyErr_SyntaxLocationObject`, but *filename* is a byte string "
302307
"decoded from the :term:`filesystem encoding and error handler`."

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp