Skip to content

Commit 1e0ae3a

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent f30413b commit 1e0ae3a

Some content is hidden

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

44 files changed

+14263
-14364
lines changed

bugs.po

Lines changed: 3 additions & 6 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: 2026-01-29 14:35+0000\n"
14+
"POT-Creation-Date: 2026-02-17 14:41+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -38,12 +38,9 @@ msgstr ""
3838
#: ../../bugs.rst:11
3939
msgid ""
4040
"It can be sometimes faster to fix bugs yourself and contribute patches to "
41-
"Python as it streamlines the process and involves less people. Learn how to :"
42-
"ref:`contribute <contributing-to-python>`."
41+
"Python as it streamlines the process and involves fewer people. Learn how "
42+
"to :ref:`contribute <contributing-to-python>`."
4343
msgstr ""
44-
"バグを自分で直して Python にパッチを送る方が、やり取りに無駄が無く関わる人数"
45-
"も少なく済むこともあります。\n"
46-
"ぜひ :ref:`貢献 <contributing-to-python>` する方法を学んでください。"
4744

4845
#: ../../bugs.rst:16
4946
msgid "Documentation bugs"

c-api/buffer.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: 2026-01-27 14:24+0000\n"
14+
"POT-Creation-Date: 2026-02-17 14:41+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

c-api/capsule.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: 2026-01-27 14:24+0000\n"
14+
"POT-Creation-Date: 2026-02-17 14:41+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

c-api/float.po

Lines changed: 3 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: 2026-02-07 14:20+0000\n"
14+
"POT-Creation-Date: 2026-02-17 14:41+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -116,7 +116,7 @@ msgstr ""
116116

117117
#: ../../c-api/float.rst:83
118118
msgid ""
119-
"This macro expands a to constant expression of type :c:expr:`double`, that "
119+
"This macro expands to a constant expression of type :c:expr:`double`, that "
120120
"represents the positive infinity."
121121
msgstr ""
122122

@@ -128,7 +128,7 @@ msgstr ""
128128

129129
#: ../../c-api/float.rst:92
130130
msgid ""
131-
"This macro expands a to constant expression of type :c:expr:`double`, that "
131+
"This macro expands to a constant expression of type :c:expr:`double`, that "
132132
"represents a quiet not-a-number (qNaN) value."
133133
msgstr ""
134134

c-api/init.po

Lines changed: 5 additions & 11 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: 2026-02-15 14:21+0000\n"
14+
"POT-Creation-Date: 2026-02-17 14:41+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -705,7 +705,7 @@ msgstr ""
705705
msgid ""
706706
"Note that Python will do a best effort at freeing all memory allocated by "
707707
"the Python interpreter. Therefore, any C-Extension should make sure to "
708-
"correctly clean up all of the preveiously allocated PyObjects before using "
708+
"correctly clean up all of the previously allocated PyObjects before using "
709709
"them in subsequent calls to :c:func:`Py_Initialize`. Otherwise it could "
710710
"introduce vulnerabilities and incorrect behavior."
711711
msgstr ""
@@ -2185,7 +2185,7 @@ msgstr ""
21852185

21862186
#: ../../c-api/init.rst:1595
21872187
msgid ""
2188-
"Issue a fatal error if there no :term:`attached thread state`. It cannot "
2188+
"Issue a fatal error if there is no :term:`attached thread state`. It cannot "
21892189
"return NULL."
21902190
msgstr ""
21912191

@@ -2950,15 +2950,9 @@ msgid ""
29502950
"exception becomes set within the frame being executed. The effect of this "
29512951
"is that as exception propagation causes the Python stack to unwind, the "
29522952
"callback is called upon return to each frame as the exception propagates. "
2953-
"Only trace functions receives these events; they are not needed by the "
2953+
"Only trace functions receive these events; they are not needed by the "
29542954
"profiler."
29552955
msgstr ""
2956-
"例外が送出された際の :c:type:`Py_tracefunc` の *what* の値です。現在実行され"
2957-
"ているフレームで例外がセットされ、何らかのバイトコードが処理された後に、 "
2958-
"*what* にこの値がセットされた状態でコールバック関数が呼び出されます。この結"
2959-
"果、例外の伝播によって Python が呼び出しスタックを逆戻りする際に、各フレーム"
2960-
"から処理が戻るごとにコールバック関数が呼び出されます。トレース関数だけがこれ"
2961-
"らのイベントを受け取ります; プロファイラはこの種のイベントを必要としません。"
29622956

29632957
#: ../../c-api/init.rst:2172
29642958
msgid ""
@@ -3100,7 +3094,7 @@ msgstr ""
31003094

31013095
#: ../../c-api/init.rst:2294
31023096
msgid ""
3103-
"Not that tracer functions **must not** create Python objects inside or "
3097+
"Note that tracer functions **must not** create Python objects inside or "
31043098
"otherwise the call will be re-entrant. The tracer also **must not** clear "
31053099
"any existing exception or set an exception. A :term:`thread state` will be "
31063100
"active every time the tracer function is called."

c-api/init_config.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: 2026-02-07 14:20+0000\n"
16+
"POT-Creation-Date: 2026-02-17 14:41+0000\n"
1717
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1818
"Last-Translator: Cheesecake, 2025\n"
1919
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -1043,14 +1043,14 @@ msgstr ""
10431043

10441044
#: ../../c-api/init_config.rst:547
10451045
msgid ""
1046-
"Public: Can by get by :c:func:`PyConfig_Get` and set by :c:func:"
1046+
"Public: Can be retrieved by :c:func:`PyConfig_Get` and set by :c:func:"
10471047
"`PyConfig_Set`."
10481048
msgstr ""
10491049

10501050
#: ../../c-api/init_config.rst:549
10511051
msgid ""
1052-
"Read-only: Can by get by :c:func:`PyConfig_Get`, but cannot be set by :c:"
1053-
"func:`PyConfig_Set`."
1052+
"Read-only: Can be retrieved by :c:func:`PyConfig_Get`, but cannot be set by :"
1053+
"c:func:`PyConfig_Set`."
10541054
msgstr ""
10551055

10561056
#: ../../c-api/init_config.rst:554
@@ -1827,7 +1827,7 @@ msgstr ""
18271827
msgid ""
18281828
"Most ``PyConfig`` methods :ref:`preinitialize Python <c-preinit>` if needed. "
18291829
"In that case, the Python preinitialization configuration (:c:type:"
1830-
"`PyPreConfig`) in based on the :c:type:`PyConfig`. If configuration fields "
1830+
"`PyPreConfig`) is based on the :c:type:`PyConfig`. If configuration fields "
18311831
"which are in common with :c:type:`PyPreConfig` are tuned, they must be set "
18321832
"before calling a :c:type:`PyConfig` method:"
18331833
msgstr ""

c-api/intro.po

Lines changed: 3 additions & 3 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: 2026-02-07 14:20+0000\n"
15+
"POT-Creation-Date: 2026-02-17 14:41+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: qqfunc, 2025\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -341,7 +341,7 @@ msgid "General utility macros"
341341
msgstr ""
342342

343343
#: ../../c-api/intro.rst:183
344-
msgid "The following macros common tasks not specific to Python."
344+
msgid "The following macros are for common tasks not specific to Python."
345345
msgstr ""
346346

347347
#: ../../c-api/intro.rst:187
@@ -473,7 +473,7 @@ msgstr ""
473473

474474
#: ../../c-api/intro.rst:280
475475
msgid ""
476-
"A use for ``Py_UNREACHABLE()`` is following a call a function that never "
476+
"A use for ``Py_UNREACHABLE()`` is following a call to a function that never "
477477
"returns but that is not declared ``_Noreturn``."
478478
msgstr ""
479479

c-api/structures.po

Lines changed: 2 additions & 5 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: 2026-02-07 14:20+0000\n"
14+
"POT-Creation-Date: 2026-02-17 14:41+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -520,13 +520,10 @@ msgstr ""
520520
#: ../../c-api/structures.rst:410
521521
msgid ""
522522
"These two constants are not used to indicate the calling convention but the "
523-
"binding when use with methods of classes. These may not be used for "
523+
"binding when used with methods of classes. These may not be used for "
524524
"functions defined for modules. At most one of these flags may be set for "
525525
"any given method."
526526
msgstr ""
527-
"以下の二つの定数は、呼び出し規約を示すものではなく、クラスのメソッドとして使"
528-
"う際の束縛方式を示すものです。モジュールに対して定義された関数で用いてはなり"
529-
"ません。メソッドに対しては、最大で一つしかこのフラグをセットできません。"
530527

531528
#: ../../c-api/structures.rst:420
532529
msgid ""

c-api/veryhigh.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: 2026-02-13 14:37+0000\n"
14+
"POT-Creation-Date: 2026-02-17 14:41+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -295,7 +295,7 @@ msgid ""
295295
"objects *globals* and *locals* with the compiler flags specified by "
296296
"*flags*. *globals* must be a dictionary; *locals* can be any object that "
297297
"implements the mapping protocol. The parameter *start* specifies the start "
298-
"symbol and must one of the :ref:`available start symbols <start-symbols>`."
298+
"symbol and must be one of the :ref:`available start symbols <start-symbols>`."
299299
msgstr ""
300300

301301
#: ../../c-api/veryhigh.rst:196

deprecations/index.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: 2026-02-09 14:46+0000\n"
14+
"POT-Creation-Date: 2026-02-17 14:41+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -141,7 +141,7 @@ msgstr ""
141141
#: ../../deprecations/pending-removal-in-3.15.rst:65
142142
msgid ""
143143
":func:`~threading.RLock` will take no arguments in Python 3.15. Passing any "
144-
"arguments has been deprecated since Python 3.14, as the Python version does "
144+
"arguments has been deprecated since Python 3.14, as the Python version does "
145145
"not permit any arguments, but the C version allows any number of positional "
146146
"or keyword arguments, ignoring every argument."
147147
msgstr ""

0 commit comments

Comments
 (0)