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

Commitdcd80dd

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

File tree

11 files changed

+97
-19
lines changed

11 files changed

+97
-19
lines changed

‎c-api/datetime.po‎

Lines changed: 50 additions & 3 deletions
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-05 14:15+0000\n"
14+
"POT-Creation-Date:2025-11-21 14:14+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"
@@ -30,12 +30,45 @@ msgid ""
3030
"Various date and time objects are supplied by the :mod:`datetime` module. "
3131
"Before using any of these functions, the header file :file:`datetime.h` must "
3232
"be included in your source (note that this is not included by :file:`Python."
33-
"h`), and the macro :c:macro:`!PyDateTime_IMPORT` must be invoked, usually as "
33+
"h`), and the macro :c:macro:`PyDateTime_IMPORT` must be invoked, usually as "
3434
"part of the module initialisation function. The macro puts a pointer to a C "
35-
"structure into a static variable, :c:data:`!PyDateTimeAPI`, that is used by "
35+
"structure into a static variable, :c:data:`PyDateTimeAPI`, that is used by "
3636
"the following macros."
3737
msgstr""
3838

39+
msgid"Import the datetime C API."
40+
msgstr""
41+
42+
msgid""
43+
"On success, populate the :c:var:`PyDateTimeAPI` pointer. On failure, set :c:"
44+
"var:`PyDateTimeAPI` to ``NULL`` and set an exception. The caller must check "
45+
"if an error occurred via :c:func:`PyErr_Occurred`:"
46+
msgstr""
47+
48+
msgid""
49+
"PyDateTime_IMPORT;\n"
50+
"if (PyErr_Occurred()) { /* cleanup */ }"
51+
msgstr""
52+
53+
msgid"This is not compatible with subinterpreters."
54+
msgstr""
55+
56+
msgid"Structure containing the fields for the datetime C API."
57+
msgstr""
58+
59+
msgid"The fields of this structure are private and subject to change."
60+
msgstr""
61+
62+
msgid"Do not use this directly; prefer ``PyDateTime_*`` APIs instead."
63+
msgstr""
64+
65+
msgid"Dynamically allocated object containing the datetime C API."
66+
msgstr""
67+
68+
msgid""
69+
"This variable is only available once :c:macro:`PyDateTime_IMPORT` succeeds."
70+
msgstr""
71+
3972
msgid"This subtype of :c:type:`PyObject` represents a Python date object."
4073
msgstr""
4174

@@ -260,3 +293,17 @@ msgid ""
260293
"Create and return a new :class:`datetime.date` object given an argument "
261294
"tuple suitable for passing to :meth:`datetime.date.fromtimestamp`."
262295
msgstr""
296+
297+
msgid"Internal data"
298+
msgstr""
299+
300+
msgid""
301+
"The following symbols are exposed by the C API but should be considered "
302+
"internal-only."
303+
msgstr""
304+
305+
msgid"Name of the datetime capsule to pass to :c:func:`PyCapsule_Import`."
306+
msgstr""
307+
308+
msgid"Internal usage only. Use :c:macro:`PyDateTime_IMPORT` instead."
309+
msgstr""

‎c-api/init.po‎

Lines changed: 20 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-17 14:14+0000\n"
14+
"POT-Creation-Date:2025-11-21 14:14+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"
@@ -2100,6 +2100,25 @@ msgid ""
21002100
"This function now always schedules *func* to be run in the main interpreter."
21012101
msgstr""
21022102

2103+
msgid""
2104+
"Execute all pending calls. This is usually executed automatically by the "
2105+
"interpreter."
2106+
msgstr""
2107+
2108+
msgid""
2109+
"This function returns ``0`` on success, and returns ``-1`` with an exception "
2110+
"set on failure."
2111+
msgstr""
2112+
2113+
msgid""
2114+
"If this is not called in the main thread of the main interpreter, this "
2115+
"function does nothing and returns ``0``. The caller must hold an :term:"
2116+
"`attached thread state`."
2117+
msgstr""
2118+
2119+
msgid"This function only runs pending calls in the main interpreter."
2120+
msgstr""
2121+
21032122
msgid"Profiling and Tracing"
21042123
msgstr""
21052124

‎library/html.parser.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-11-01 14:13+0000\n"
14+
"POT-Creation-Date:2025-11-21 14:14+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:01+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

‎library/logging.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-10-31 14:16+0000\n"
14+
"POT-Creation-Date:2025-11-19 19:26+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:01+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

‎library/socketserver.po‎

Lines changed: 2 additions & 2 deletions
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-15 14:12+0000\n"
14+
"POT-Creation-Date:2025-11-21 14:14+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:01+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -553,7 +553,7 @@ msgid ""
553553
"until a newline itself. If it had just used a single ``recv()`` without the "
554554
"loop it would just have returned what has been received so far from the "
555555
"client. TCP is stream based: data arrives in the order it was sent, but "
556-
"there no correlation between client ``send()`` or ``sendall()`` calls and "
556+
"thereisno correlation between client ``send()`` or ``sendall()`` calls and "
557557
"the number of ``recv()`` calls on the server required to receive it."
558558
msgstr""
559559

‎reference/grammar.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-10-31 14:16+0000\n"
14+
"POT-Creation-Date:2025-11-19 19:26+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:02+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

‎tutorial/inputoutput.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-10-29 14:15+0000\n"
15+
"POT-Creation-Date:2025-11-19 19:26+0000\n"
1616
"PO-Revision-Date:2025-09-16 00:02+0000\n"
1717
"Last-Translator:Maciej Olko <maciej.olko@gmail.com>, 2025\n"
1818
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

‎tutorial/introduction.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-10-29 14:15+0000\n"
15+
"POT-Creation-Date:2025-11-19 19:26+0000\n"
1616
"PO-Revision-Date:2025-09-16 00:02+0000\n"
1717
"Last-Translator:Maciej Olko <maciej.olko@gmail.com>, 2025\n"
1818
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

‎tutorial/modules.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-10-29 14:15+0000\n"
15+
"POT-Creation-Date:2025-11-19 19:26+0000\n"
1616
"PO-Revision-Date:2025-09-16 00:02+0000\n"
1717
"Last-Translator:Maciej Olko <maciej.olko@gmail.com>, 2025\n"
1818
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

‎whatsnew/3.13.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-10-31 14:16+0000\n"
14+
"POT-Creation-Date:2025-11-19 19:26+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:02+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp