Skip to content

Commit 9b3c91d

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 1129fde commit 9b3c91d

18 files changed

Lines changed: 17282 additions & 17264 deletions

about.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.15\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-08-03 16:16+0000\n"
15+
"POT-Creation-Date: 2026-08-25 14:37+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: TENMYO Masakazu, 2026\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

c-api/extension-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.15\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-08-03 16:16+0000\n"
15+
"POT-Creation-Date: 2026-08-25 14:37+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: python-doc bot, 2026\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

c-api/import.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.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-08-03 16:16+0000\n"
14+
"POT-Creation-Date: 2026-08-25 14:37+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/"

faq/design.po

Lines changed: 89 additions & 78 deletions
Large diffs are not rendered by default.

faq/programming.po

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.15\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2026-08-19 14:25+0000\n"
16+
"POT-Creation-Date: 2026-08-25 14:37+0000\n"
1717
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1818
"Last-Translator: TENMYO Masakazu, 2026\n"
1919
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -2355,11 +2355,9 @@ msgid ""
23552355
":class:`str` and :class:`bytes` objects are immutable, therefore "
23562356
"concatenating many strings together is inefficient as each concatenation "
23572357
"creates a new object. In the general case, the total runtime cost is "
2358-
"quadratic in the total string length."
2358+
"quadratic in the total string length. See :ref:`time-complexity` for more "
2359+
"information."
23592360
msgstr ""
2360-
":class:`str` および :class:`bytes` オブジェクトはイミュータブルなので、多くの"
2361-
"文字列の結合は結合ごとに新しいオブジェクトを作成し、効率が悪いです。\n"
2362-
"一般的に、全体の実行時間のコストは文字列の長さの二乗に比例します。"
23632361

23642362
#: ../../faq/programming.rst:1141
23652363
msgid ""

glossary.po

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.15\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-08-19 14:25+0000\n"
15+
"POT-Creation-Date: 2026-08-25 14:37+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: python-doc bot, 2026\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -1094,17 +1094,11 @@ msgstr "expression"
10941094
msgid ""
10951095
"A piece of syntax which can be evaluated to some value. In other words, an "
10961096
"expression is an accumulation of expression elements like literals, names, "
1097-
"attribute access, operators or function calls which all return a value. In "
1098-
"contrast to many other languages, not all language constructs are "
1099-
"expressions. There are also :term:`statement`\\s which cannot be used as "
1100-
"expressions, such as :keyword:`while`. Assignments are also statements, not "
1101-
"expressions."
1102-
msgstr ""
1103-
"(式) 何かの値と評価される、一まとまりの構文 (a piece of syntax) です。言い換"
1104-
"えると、式とはリテラル、名前、属性アクセス、演算子や関数呼び出しなど、値を返"
1105-
"す式の要素の積み重ねです。他の多くの言語と違い、Python では言語の全ての構成要"
1106-
"素が式というわけではありません。 :keyword:`while` のように、式としては使えな"
1107-
"い :term:`文 <statement>` もあります。代入も式ではなく文です。"
1097+
"attribute access, operators or function calls which all return a value. Not "
1098+
"all language constructs are expressions. There are also :term:"
1099+
"`statement`\\s which cannot be used as expressions, such as :keyword:"
1100+
"`while`. Assignments are also statements, not expressions."
1101+
msgstr ""
11081102

11091103
#: ../../glossary.rst:516
11101104
msgid "extension module"
@@ -2014,7 +2008,7 @@ msgstr "list"
20142008
msgid ""
20152009
"A built-in Python :term:`sequence`. Despite its name it is more akin to an "
20162010
"array in other languages than to a linked list since access to elements is "
2017-
"*O*\\ (1)."
2011+
"*O*\\ (1). See :ref:`time-complexity`."
20182012
msgstr ""
20192013

20202014
#: ../../glossary.rst:946

library/asyncio-platforms.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.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-08-03 16:16+0000\n"
14+
"POT-Creation-Date: 2026-08-25 14:37+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/"

library/asyncio-stream.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.15\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-08-05 15:56+0000\n"
15+
"POT-Creation-Date: 2026-08-25 14:37+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: Takanori Suzuki <takanori@takanory.net>, 2026\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

0 commit comments

Comments
 (0)