Skip to content

Commit f0efc1e

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent e5ff422 commit f0efc1e

File tree

12 files changed

+14384
-14153
lines changed

12 files changed

+14384
-14153
lines changed

library/abc.po

Lines changed: 4 additions & 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: 2026-01-15 14:20+0000\n"
15+
"POT-Creation-Date: 2026-01-17 14:14+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: 甲斐 智丈, 2026\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -73,6 +73,9 @@ msgid ""
7373
"an abstract base class can be created by simply deriving from :class:`!ABC` "
7474
"avoiding sometimes confusing metaclass usage, for example::"
7575
msgstr ""
76+
"メタクラスとして :class:`ABCMeta` を持つヘルパークラスです。このクラスを使う"
77+
"ことで、:class:`!ABC` を継承するだけで抽象基底クラスを作成でき、しばしば混乱"
78+
"しがちなメタクラスの使用を避けることができます。例えば::"
7679

7780
#: ../../library/abc.rst:36
7881
msgid ""

library/cmath.po

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Takanori Suzuki <takanori@takanory.net>, 2026
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.14\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-01-03 14:14+0000\n"
15+
"POT-Creation-Date: 2026-01-17 14:14+0000\n"
1516
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Takanori Suzuki <takanori@takanory.net>, 2026\n"
1718
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1819
"ja/)\n"
1920
"MIME-Version: 1.0\n"
@@ -286,39 +287,39 @@ msgstr ""
286287

287288
#: ../../library/cmath.rst:80
288289
msgid "**Constants**"
289-
msgstr ""
290+
msgstr "**定数**"
290291

291292
#: ../../library/cmath.rst:82
292293
msgid ":data:`pi`"
293-
msgstr ""
294+
msgstr ":data:`pi`"
294295

295296
#: ../../library/cmath.rst:82
296297
msgid "*π* = 3.141592..."
297-
msgstr ""
298+
msgstr "*π* = 3.141592..."
298299

299300
#: ../../library/cmath.rst:83
300301
msgid ":data:`e`"
301-
msgstr ""
302+
msgstr ":data:`e`"
302303

303304
#: ../../library/cmath.rst:83
304305
msgid "*e* = 2.718281..."
305-
msgstr ""
306+
msgstr "*e* = 2.718281..."
306307

307308
#: ../../library/cmath.rst:84
308309
msgid ":data:`tau`"
309-
msgstr ""
310+
msgstr ":data:`tau`"
310311

311312
#: ../../library/cmath.rst:84
312313
msgid "*τ* = 2\\ *π* = 6.283185..."
313-
msgstr ""
314+
msgstr "*τ* = 2\\ *π* = 6.283185..."
314315

315316
#: ../../library/cmath.rst:85
316317
msgid ":data:`inf`"
317-
msgstr ""
318+
msgstr ":data:`inf`"
318319

319320
#: ../../library/cmath.rst:85
320321
msgid "Positive infinity"
321-
msgstr ""
322+
msgstr "正の無限大"
322323

323324
#: ../../library/cmath.rst:86
324325
msgid ":data:`infj`"
@@ -330,11 +331,11 @@ msgstr ""
330331

331332
#: ../../library/cmath.rst:87
332333
msgid ":data:`nan`"
333-
msgstr ""
334+
msgstr ":data:`nan`"
334335

335336
#: ../../library/cmath.rst:87
336337
msgid "\"Not a number\" (NaN)"
337-
msgstr ""
338+
msgstr "非数 \"Not a number\" (NaN)"
338339

339340
#: ../../library/cmath.rst:88
340341
msgid ":data:`nanj`"

library/csv.po

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Takanori Suzuki <takanori@takanory.net>, 2026
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.14\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-01-13 14:20+0000\n"
15+
"POT-Creation-Date: 2026-01-17 14:14+0000\n"
1516
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Takanori Suzuki <takanori@takanory.net>, 2026\n"
1718
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1819
"ja/)\n"
1920
"MIME-Version: 1.0\n"
@@ -123,6 +124,10 @@ msgid ""
123124
"`QUOTE_NONNUMERIC` format option is specified (in which case unquoted fields "
124125
"are transformed into floats)."
125126
msgstr ""
127+
"csv ファイルから読み込まれた各行は、文字列のリストとして返されます。:data:"
128+
"`QUOTE_NONNUMERIC` フォーマットオプションが指定された場合を除き、データ型の変"
129+
"換が自動的に行われることはありません (このオプションが指定された場合、クォー"
130+
"トされていないフィールドは浮動小数点数に変換されます)。"
126131

127132
#: ../../library/csv.rst:76 ../../library/csv.rst:106 ../../library/csv.rst:182
128133
#: ../../library/csv.rst:220
@@ -493,6 +498,9 @@ msgid ""
493498
"special characters such as *delimiter*, *quotechar*, ``'\\r'``, ``'\\n'`` or "
494499
"any of the characters in *lineterminator*."
495500
msgstr ""
501+
":class:`writer` オブジェクトに対し、 *delimiter* 、 *quotechar*、``'\\r'``、"
502+
"``'\\n'`` または *lineterminator* に含まれる任意の文字のような特別な文字を含"
503+
"むフィールドだけをクオートするように指示します。"
496504

497505
#: ../../library/csv.rst:333
498506
msgid "Instructs :class:`writer` objects to quote all non-numeric fields."
@@ -505,6 +513,8 @@ msgid ""
505513
"Instructs :class:`reader` objects to convert all non-quoted fields to type :"
506514
"class:`float`."
507515
msgstr ""
516+
":class:`reader` オブジェクトに、クォーテーションで囲まれていないすべての"
517+
"フィールドを :class:`float` 型に変換するよう指示します。"
508518

509519
#: ../../library/csv.rst:338
510520
msgid ""

library/datetime.po

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Takanori Suzuki <takanori@takanory.net>, 2026
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.14\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-12-31 14:15+0000\n"
15+
"POT-Creation-Date: 2026-01-17 14:14+0000\n"
1516
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Takanori Suzuki <takanori@takanory.net>, 2026\n"
1718
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1819
"ja/)\n"
1920
"MIME-Version: 1.0\n"
@@ -329,6 +330,8 @@ msgstr ""
329330
msgid ""
330331
"A :class:`.datetime` object ``d`` is aware if both of the following hold:"
331332
msgstr ""
333+
"次の条件を両方とも満たす場合、 :class:`.datetime` オブジェクト ``d`` は "
334+
"aware です:"
332335

333336
#: ../../library/datetime.rst:185
334337
msgid "``d.tzinfo`` is not ``None``"
@@ -340,11 +343,13 @@ msgstr "``d.tzinfo.utcoffset(d)`` が ``None`` を返さない"
340343

341344
#: ../../library/datetime.rst:188
342345
msgid "Otherwise, ``d`` is naive."
343-
msgstr ""
346+
msgstr "どちらかを満たさない場合は、 ``d`` は naive です。"
344347

345348
#: ../../library/datetime.rst:190
346349
msgid "A :class:`.time` object ``t`` is aware if both of the following hold:"
347350
msgstr ""
351+
"次の条件を両方とも満たす場合、 :class:`.time` オブジェクト ``t`` は aware で"
352+
"す:"
348353

349354
#: ../../library/datetime.rst:192
350355
msgid "``t.tzinfo`` is not ``None``"
@@ -356,7 +361,7 @@ msgstr "``t.tzinfo.utcoffset(None)`` が ``None`` を返さない"
356361

357362
#: ../../library/datetime.rst:195
358363
msgid "Otherwise, ``t`` is naive."
359-
msgstr ""
364+
msgstr "どちらかを満たさない場合は、 ``t`` は naive です。"
360365

361366
#: ../../library/datetime.rst:197
362367
msgid ""
@@ -557,11 +562,11 @@ msgstr "インスタンスの属性 (読み出しのみ):"
557562

558563
#: ../../library/datetime.rst:307
559564
msgid "Between -999,999,999 and 999,999,999 inclusive."
560-
msgstr ""
565+
msgstr "両端値を含む-999,999,999 から 999,999,999 の間"
561566

562567
#: ../../library/datetime.rst:312
563568
msgid "Between 0 and 86,399 inclusive."
564-
msgstr ""
569+
msgstr "両端値を含む 0 から 86,399 の間"
565570

566571
#: ../../library/datetime.rst:316
567572
msgid ""
@@ -582,7 +587,7 @@ msgstr ""
582587

583588
#: ../../library/datetime.rst:331
584589
msgid "Between 0 and 999,999 inclusive."
585-
msgstr ""
590+
msgstr "両端値を含む 0 から 999,999 の間"
586591

587592
#: ../../library/datetime.rst:334 ../../library/datetime.rst:650
588593
#: ../../library/datetime.rst:1248
@@ -703,6 +708,8 @@ msgid ""
703708
"Computes the quotient and the remainder: ``q = t1 // t2`` (3) and ``r = t1 % "
704709
"t2``. ``q`` is an integer and ``r`` is a :class:`timedelta` object."
705710
msgstr ""
711+
"商と剰余が計算されます: ``q = t1 // t2`` (3) と ``r = t1 % t2`` 。``q`` は整"
712+
"数で ``r`` は :class:`timedelta` オブジェクトです。"
706713

707714
#: ../../library/datetime.rst:380
708715
msgid "``+t1``"
@@ -721,6 +728,8 @@ msgid ""
721728
"Equivalent to ``timedelta(-t1.days, -t1.seconds, -t1.microseconds)``, and to "
722729
"``t1 * -1``. (1)(4)"
723730
msgstr ""
731+
"``timedelta(-t1.days, -t1.seconds, -t1.microseconds)``、および ``t1 * -1`` と"
732+
"同じです。 (1)(4)"
724733

725734
#: ../../library/datetime.rst:387
726735
msgid "``abs(t)``"
@@ -1015,6 +1024,10 @@ msgid ""
10151024
":exc:`ValueError` is raised unless ``1 <= ordinal <= date.max.toordinal()``. "
10161025
"For any date ``d``, ``date.fromordinal(d.toordinal()) == d``."
10171026
msgstr ""
1027+
"``1 <= ordinal <= date.max.toordinal()`` でない場合、 :exc:`ValueError` が送"
1028+
"出されます。\n"
1029+
"任意の日付 ``d`` に対し、 ``date.fromordinal(d.toordinal()) == d`` となりま"
1030+
"す。"
10181031

10191032
#: ../../library/datetime.rst:551
10201033
msgid ""
@@ -1077,14 +1090,18 @@ msgstr ""
10771090

10781091
#: ../../library/datetime.rst:586
10791092
msgid "date(*(time.strptime(date_string, format)[0:3]))"
1080-
msgstr ""
1093+
msgstr "date(*(time.strptime(date_string, format)[0:3]))"
10811094

10821095
#: ../../library/datetime.rst:588
10831096
msgid ""
10841097
":exc:`ValueError` is raised if the date_string and format can't be parsed "
10851098
"by :func:`time.strptime` or if it returns a value which isn't a time tuple. "
10861099
"See also :ref:`strftime-strptime-behavior` and :meth:`date.fromisoformat`."
10871100
msgstr ""
1101+
"date_string と format が :func:`time.strptime` で構文解析できない場合や、この"
1102+
"関数が時刻タプルを返してこない場合には :exc:`ValueError` を送出します。:ref:"
1103+
"`strftime-strptime-behavior` および :meth:`date.fromisoformat` も参照してくだ"
1104+
"さい。"
10881105

10891106
#: ../../library/datetime.rst:595
10901107
msgid ""
@@ -1319,6 +1336,9 @@ msgid ""
13191336
"1 has ordinal 1. For any :class:`date` object ``d``, ``date.fromordinal(d."
13201337
"toordinal()) == d``."
13211338
msgstr ""
1339+
"先発グレゴリオ暦における日付序数を返します。 1 年の 1 月 1 日が序数 1 となり"
1340+
"ます。任意の :class:`date` オブジェクト ``d`` について、 ``date."
1341+
"fromordinal(d.toordinal()) == d`` となります。"
13221342

13231343
#: ../../library/datetime.rst:755
13241344
msgid ""

library/functions.po

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8-
# Takanori Suzuki <takanori@takanory.net>, 2025
8+
# Takanori Suzuki <takanori@takanory.net>, 2026
99
#
1010
#, fuzzy
1111
msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-01-13 14:20+0000\n"
15+
"POT-Creation-Date: 2026-01-17 14:14+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
17-
"Last-Translator: Takanori Suzuki <takanori@takanory.net>, 2025\n"
17+
"Last-Translator: Takanori Suzuki <takanori@takanory.net>, 2026\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1919
"ja/)\n"
2020
"MIME-Version: 1.0\n"
@@ -723,6 +723,9 @@ msgid ""
723723
"point. For example, ``chr(97)`` returns the string ``'a'``, while "
724724
"``chr(8364)`` returns the string ``'€'``. This is the inverse of :func:`ord`."
725725
msgstr ""
726+
"指定されたUnicode コードポイントが文字を表す文字列を返します。例えば "
727+
"``chr(97)`` は文字列 ``'a'`` を、 ``chr(8364)`` は文字列 ``'€'`` を返しま"
728+
"す。 :func:`ord` の逆です。"
726729

727730
#: ../../library/functions.rst:253
728731
msgid ""
@@ -910,6 +913,8 @@ msgid ""
910913
"This function raises :exc:`SyntaxError` or :exc:`ValueError` if the compiled "
911914
"source is invalid."
912915
msgstr ""
916+
"この関数は、コンパイルされたソースが不正である場合 :exc:`SyntaxError` また"
917+
"は :exc:`ValueError` を送出します。"
913918

914919
#: ../../library/functions.rst:342
915920
msgid ""
@@ -1342,6 +1347,20 @@ msgid ""
13421347
"referenced in the scope that is calling :func:`eval` (e.g. via a :keyword:"
13431348
"`nonlocal` statement)."
13441349
msgstr ""
1350+
"*source* 引数のパースと評価は、 *globals* / *locals* のマッピング(訳注:dict"
1351+
"相当)をグローバル / ローカルの名前空間とした Python 式 (技術的な言葉では式の"
1352+
"リスト -- 訳注:詳細は言語リファレンス6章参照) として行われます。 "
1353+
"*globals* 辞書が渡され それが ``__builtins__`` をキーとして持たない場合は、そ"
1354+
"のキーの下に組み込みモジュール :mod:`builtins` の辞書への参照が挿入されてか"
1355+
"ら、*source* が解析されます。 つまり、 *globals* に独自の ``__builtins__`` "
1356+
"辞書を含めて :func:`eval` に渡すことで、実行されるコードで有効となる組み込み"
1357+
"関数を統制できます。 *locals* マッピングが省略された場合、 *globals* 辞書が"
1358+
"デフォルトとして使われます。どちらのマッピングも省略された場合、 :func:"
1359+
"`eval` が呼び出された環境における *globals* と *locals* のもとで式が評価され"
1360+
"ます。 注意点として、*eval()* は、 :func:`eval` を呼び出したスコープからすで"
1361+
"に参照されている場合(例: :keyword:`nonlocal` 文より)のみ :term:`ネストされ"
1362+
"たスコープ <nested scope>` (ローカルでないオブジェクト) へのアクセスを持ちま"
1363+
"す。"
13451364

13461365
#: ../../library/functions.rst:618
13471366
msgid "Example:"
@@ -2412,6 +2431,9 @@ msgid ""
24122431
":class:`object` instances do *not* have :attr:`~object.__dict__` attributes, "
24132432
"so you can't assign arbitrary attributes to an instance of :class:`object`."
24142433
msgstr ""
2434+
":class:`object` インスタンスは :attr:`~object.__dict__` 属性を *持たない* の"
2435+
"で、 :class:`object` クラスのインスタンスに任意の属性を代入することはできま"
2436+
"せん。"
24152437

24162438
#: ../../library/functions.rst:1314
24172439
msgid ""
@@ -3856,6 +3878,8 @@ msgid ""
38563878
":class:`super` objects are now :mod:`pickleable <pickle>` and :mod:"
38573879
"`copyable <copy>`."
38583880
msgstr ""
3881+
":class:`super` オブジェクトは :term:`pickle 可能 <pickle>` かつ :term:`コピー"
3882+
"可能 <copy>` になりました。"
38593883

38603884
#: ../../library/functions.rst:2066
38613885
msgid ""

0 commit comments

Comments
 (0)