Skip to content

Commit 55d6608

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 80ea7ce commit 55d6608

29 files changed

+172
-149
lines changed

c-api/unicode.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,8 @@ msgid ""
463463
"Return the character *ch* converted to a double. Return ``-1.0`` if this is "
464464
"not possible. This macro does not raise exceptions."
465465
msgstr ""
466-
"*ch* を :c:type:`double` に変換したものを返します。不可能ならば ``-1.0`` を返"
467-
"します。このマクロは例外を送出しません。"
466+
"*ch* を double に変換したものを返します。不可能ならば ``-1.0`` を返します。こ"
467+
"のマクロは例外を送出しません。"
468468

469469
#: ../../c-api/unicode.rst:378
470470
msgid "These APIs can be used to work with surrogates:"

faq/gui.po

+10-9
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@
88
# mollinaca, 2021
99
# Shin Saito, 2021
1010
# 菊池 健志, 2023
11+
# Arihiro TAKASE, 2023
1112
#
1213
#, fuzzy
1314
msgid ""
1415
msgstr ""
1516
"Project-Id-Version: Python 3.11\n"
1617
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2023-03-31 18:02+0000\n"
18+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1819
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
19-
"Last-Translator: 菊池 健志, 2023\n"
20+
"Last-Translator: Arihiro TAKASE, 2023\n"
2021
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2122
"ja/)\n"
2223
"MIME-Version: 1.0\n"
@@ -50,13 +51,13 @@ msgid ""
5051
"including pointers to the source, see the `Tcl/Tk home page <https://www.tcl."
5152
"tk>`_. Tcl/Tk is fully portable to the macOS, Windows, and Unix platforms."
5253
msgstr ""
53-
"Python の標準的なビルドには、 :ref:`tkinter 1` という Tcl/Tk ウィジェットセッ"
54-
"トのオブジェクト指向インターフェースが含まれています。これは最も簡単にインス"
55-
"トールして使えるでしょう (なぜなら、これは Python のほとんどの `バイナリディ"
56-
"ストリビューション <https://www.python.org/downloads/>`_ に同梱されているから"
57-
"です)。ソースへのポインタなど、 Tk に関する詳しい情報は、 `Tcl/Tk ホームペー"
58-
"<https://www.tcl.tk>`_ を参照してください。 Tcl/Tk は、 macOS 、"
59-
"Windows 、 Unix プラットフォームに完全にポータブルです。"
54+
"Python の標準的なビルドには、 :ref:`tkinter <Tkinter>` という Tcl/Tk ウィ"
55+
"ジェットセットのオブジェクト指向インターフェースが含まれています。これは最も"
56+
"簡単にインストールして使えるでしょう (なぜなら、これは Python のほとんどの `"
57+
"バイナリディストリビューション <https://www.python.org/downloads/>`_ に同梱さ"
58+
"れているからです)。ソースへのポインタなど、 Tk に関する詳しい情報は、 `Tcl/"
59+
"Tk ホームページ <https://www.tcl.tk>`_ を参照してください。 Tcl/Tk は、 "
60+
"macOS 、Windows 、 Unix プラットフォームに完全にポータブルです。"
6061

6162
#: ../../faq/gui.rst:28
6263
msgid ""

glossary.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ msgid ""
444444
"sending over a socket."
445445
msgstr ""
446446
":ref:`bufferobjects` をサポートしていて、 C 言語の意味で :term:`連続した "
447-
"contiguous` バッファーを提供可能なオブジェクト。\n"
447+
"<contiguous>` バッファーを提供可能なオブジェクト。\n"
448448
":class:`bytes`, :class:`bytearray`, :class:`array.array` や、多くの一般的な :"
449449
"class:`memoryview` オブジェクトがこれに当たります。\n"
450450
"bytes-like オブジェクトは、データ圧縮、バイナリファイルへの保存、ソケットを経"

library/asyncio-llapi-index.po

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@
66
# Translators:
77
# tomo, 2021
88
# Takeshi Nakazato, 2022
9+
# Arihiro TAKASE, 2023
910
#
1011
#, fuzzy
1112
msgid ""
1213
msgstr ""
1314
"Project-Id-Version: Python 3.11\n"
1415
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-03-17 14:14+0000\n"
16+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1617
"PO-Revision-Date: 2021-06-28 00:55+0000\n"
17-
"Last-Translator: Takeshi Nakazato, 2022\n"
18-
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
18+
"Last-Translator: Arihiro TAKASE, 2023\n"
19+
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1920
"ja/)\n"
2021
"MIME-Version: 1.0\n"
2122
"Content-Type: text/plain; charset=UTF-8\n"
@@ -76,7 +77,7 @@ msgstr "使用例"
7677

7778
#: ../../library/asyncio-llapi-index.rst:33
7879
msgid ":ref:`Using asyncio.get_running_loop() <asyncio_example_future>`."
79-
msgstr ":ref:`asyncio.get_running_loop() を使う <asyncio_example_future> `。"
80+
msgstr ":ref:`asyncio.get_running_loop() を使う <asyncio_example_future>`。"
8081

8182
#: ../../library/asyncio-llapi-index.rst:37
8283
msgid "Event Loop Methods"

library/calendar.po

+6-4
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@
77
# tomo, 2021
88
# mollinaca, 2021
99
# Takanori Suzuki <takanori@takanory.net>, 2023
10+
# Arihiro TAKASE, 2023
1011
#
1112
#, fuzzy
1213
msgid ""
1314
msgstr ""
1415
"Project-Id-Version: Python 3.11\n"
1516
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-03-17 14:14+0000\n"
17+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1718
"PO-Revision-Date: 2021-06-28 00:56+0000\n"
18-
"Last-Translator: Takanori Suzuki <takanori@takanory.net>, 2023\n"
19-
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
19+
"Last-Translator: Arihiro TAKASE, 2023\n"
20+
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2021
"ja/)\n"
2122
"MIME-Version: 1.0\n"
2223
"Content-Type: text/plain; charset=UTF-8\n"
@@ -68,7 +69,8 @@ msgid ""
6869
"`SUNDAY` is ``6``."
6970
msgstr ""
7071
":class:`Calendar` オブジェクトを作ります。 *firstweekday* は整数で週の始まり"
71-
"の曜日を指定するものです。 月曜が``0``(デフォルト)、 日曜なら``6``です。"
72+
"の曜日を指定するものです。:const:`MONDAY` が ``0`` (デフォルト)、:const:"
73+
"`SUNDAY` なら``6``です。"
7274

7375
#: ../../library/calendar.rst:36
7476
msgid ""

library/collections.po

+7-5
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,17 @@
99
# tomo, 2021
1010
# Takeshi Nakazato, 2022
1111
# souma987, 2023
12+
# Arihiro TAKASE, 2023
1213
#
1314
#, fuzzy
1415
msgid ""
1516
msgstr ""
1617
"Project-Id-Version: Python 3.11\n"
1718
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2023-03-17 14:14+0000\n"
19+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1920
"PO-Revision-Date: 2021-06-28 00:56+0000\n"
20-
"Last-Translator: souma987, 2023\n"
21-
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
21+
"Last-Translator: Arihiro TAKASE, 2023\n"
22+
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2223
"ja/)\n"
2324
"MIME-Version: 1.0\n"
2425
"Content-Type: text/plain; charset=UTF-8\n"
@@ -282,8 +283,9 @@ msgid ""
282283
"`~collections.ChainMap.new_child` method and the :attr:`~collections."
283284
"ChainMap.parents` property."
284285
msgstr ""
285-
"Django のテンプレート用の `Context class `_ は、読み出し専用のマッピングの"
286-
"チェーンです。 :meth:`~collections.ChainMap.new_child` メソッドや :attr:"
286+
"Django のテンプレート用の `Context class <https://github.com/django/django/"
287+
"blob/main/django/template/context.py>`_ は、読み出し専用のマッピングのチェー"
288+
"ンです。 :meth:`~collections.ChainMap.new_child` メソッドや :attr:"
287289
"`~collections.ChainMap.parents` プロパティに似た push や pop の機能もありま"
288290
"す。"
289291

library/concurrent.futures.po

+8-8
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
# tomo, 2021
99
# mollinaca, 2021
1010
# Osamu NAKAMURA, 2022
11-
# Arihiro TAKASE, 2022
1211
# souma987, 2023
1312
# 菊池 健志, 2023
13+
# Arihiro TAKASE, 2023
1414
#
1515
#, fuzzy
1616
msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.11\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2023-03-24 14:14+0000\n"
20+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
2121
"PO-Revision-Date: 2021-06-28 00:57+0000\n"
22-
"Last-Translator: 菊池 健志, 2023\n"
23-
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
22+
"Last-Translator: Arihiro TAKASE, 2023\n"
23+
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2424
"ja/)\n"
2525
"MIME-Version: 1.0\n"
2626
"Content-Type: text/plain; charset=UTF-8\n"
@@ -119,10 +119,10 @@ msgid ""
119119
"float. If *timeout* is not specified or ``None``, there is no limit to the "
120120
"wait time."
121121
msgstr ""
122-
"もし :meth:`~iterator.__next__` が呼ばれその結果が元々の呼び出しから "
123-
"*timeout* 秒経った後も利用できない場合、返されるイテレータは :exc:"
124-
"`TimeoutError` を送出します。*timeout* は整数または浮動小数点数です。もし "
125-
"*timeout* が指定されないか の場合、待ち時間に制限はありません。"
122+
"もし :meth:`~iterator.__next__` が呼ばれその結果が元々の :meth:`Executor."
123+
"map` の呼び出しから *timeout* 秒経った後も利用できない場合、返されるイテレー"
124+
"タは :exc:`TimeoutError` を送出します。*timeout* は整数または浮動小数点数で"
125+
"す。もし *timeout* が指定されないか の場合、待ち時間に制限はありません。"
126126

127127
#: ../../library/concurrent.futures.rst:57
128128
msgid ""

library/configparser.po

+10-9
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,17 @@
88
# Osamu NAKAMURA, 2021
99
# souma987, 2023
1010
# Takanori Suzuki <takanori@takanory.net>, 2023
11+
# Arihiro TAKASE, 2023
1112
#
1213
#, fuzzy
1314
msgid ""
1415
msgstr ""
1516
"Project-Id-Version: Python 3.11\n"
1617
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2023-03-24 14:14+0000\n"
18+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1819
"PO-Revision-Date: 2021-06-28 00:57+0000\n"
19-
"Last-Translator: Takanori Suzuki <takanori@takanory.net>, 2023\n"
20-
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
20+
"Last-Translator: Arihiro TAKASE, 2023\n"
21+
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2122
"ja/)\n"
2223
"MIME-Version: 1.0\n"
2324
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1092,12 +1093,12 @@ msgid ""
10921093
"wide directory), and all existing configuration files in the iterable will "
10931094
"be read."
10941095
msgstr ""
1095-
"もし *filenames* が文字列か :term:`path-like object` なら、この引数は1つの"
1096-
"ファイル名として扱われます。 *filenames* 中に開けないファイルがある場合、その"
1097-
"ファイルは無視されます。この挙動は、設定ファイルが置かれる可能性のある場所(例"
1098-
"えば、 カレントディレクトリ、ホームディレクトリ、システム全体の設定を行うディ"
1099-
"レクトリ)のイテラブルを指定して、イテラブルの中で存在する全ての設定ファイルを"
1100-
"読むことを想定して設計されています。 "
1096+
"もし *filenames* が文字列か :class:`bytes` オブジェクトか :term:`path-like "
1097+
"object` なら、この引数は1つのファイル名として扱われます。 *filenames* 中に開"
1098+
"けないファイルがある場合、そのファイルは無視されます。この挙動は、設定ファイ"
1099+
"ルが置かれる可能性のある場所(例えば、 カレントディレクトリ、ホームディレクト"
1100+
"リ、システム全体の設定を行うディレクトリ)のイテラブルを指定して、イテラブルの"
1101+
"中で存在する全ての設定ファイルを読むことを想定して設計されています。 "
11011102

11021103
#: ../../library/configparser.rst:1033
11031104
msgid ""

library/curses.po

+7-6
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@
77
# Osamu NAKAMURA, 2021
88
# Takanori Suzuki <takanori@takanory.net>, 2021
99
# tomo, 2021
10+
# Arihiro TAKASE, 2023
1011
#
1112
#, fuzzy
1213
msgid ""
1314
msgstr ""
1415
"Project-Id-Version: Python 3.11\n"
1516
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-03-24 14:14+0000\n"
17+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1718
"PO-Revision-Date: 2021-06-28 01:03+0000\n"
18-
"Last-Translator: tomo, 2021\n"
19-
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
19+
"Last-Translator: Arihiro TAKASE, 2023\n"
20+
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2021
"ja/)\n"
2122
"MIME-Version: 1.0\n"
2223
"Content-Type: text/plain; charset=UTF-8\n"
@@ -590,7 +591,7 @@ msgstr ""
590591
"ンドウが必要であり、スクリーンにはそのウィンドウの一部しか一度に表示しない場"
591592
"合に使えます。(スクロールや入力エコーなどによる) パッドに対する再描画は起こり"
592593
"ません。パッドに対する :meth:`~window.refresh` および :meth:`~window."
593-
"noutrefresh`メソッドは、パッド中の表示する部分と表示するために利用するスク"
594+
"noutrefresh` メソッドは、パッド中の表示する部分と表示するために利用するスク"
594595
"リーン上の位置を指定する 6 つの引数が必要です。これらの引数は *pminrow*、"
595596
"*pmincol*、*sminrow*、*smincol*、*smaxrow*、*smaxcol* です; *p* で始まる引数"
596597
"はパッド中の表示領域の左上位置で、*s* で始まる引数はパッド領域を表示するスク"
@@ -660,7 +661,7 @@ msgstr ""
660661
":func:`!noqiflush` ルーチンを使うと、通常行われている ``INTR`` 、 ``QUIT`` お"
661662
"よび ``SUSP`` 文字による入力および出力キューのフラッシュが行われなくなりま"
662663
"す。シグナルハンドラが終了した際、割り込みが発生しなかったかのように出力を続"
663-
"たい場合、ハンドラ中で :func:`noqiflush` を呼び出すことができます。"
664+
"たい場合、ハンドラ中で :func:`!noqiflush` を呼び出すことができます。"
664665

665666
#: ../../library/curses.rst:441
666667
msgid "Leave raw mode. Return to normal \"cooked\" mode with line buffering."
@@ -798,7 +799,7 @@ msgid ""
798799
"then :meth:`leaveok <window.leaveok>` is set ``True``."
799800
msgstr ""
800801
"仮想スクリーンのカーソルを *y*, *x* に設定します。*y* および *x* がどちらも "
801-
"``-1`` の場合、 :meth:`leaveok ` が に``True``に設定されます。"
802+
"``-1`` の場合、 :meth:`leaveok` が に``True``に設定されます。"
802803

803804
#: ../../library/curses.rst:552
804805
msgid ""

library/datetime.po

+8-8
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.11\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2023-03-24 14:14+0000\n"
18+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1919
"PO-Revision-Date: 2021-06-28 01:04+0000\n"
2020
"Last-Translator: Arihiro TAKASE, 2023\n"
21-
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
21+
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2222
"ja/)\n"
2323
"MIME-Version: 1.0\n"
2424
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2701,8 +2701,9 @@ msgid ""
27012701
"Return offset of local time from UTC, as a :class:`timedelta` object that is "
27022702
"positive east of UTC. If local time is west of UTC, this should be negative."
27032703
msgstr ""
2704-
"ローカル時間の UTC からのオフセットを、 UTC から東向きを正とした分で返しま"
2705-
"す。ローカル時間が UTC の西側にある場合、この値は負になります。"
2704+
"ローカル時間の UTC からのオフセットを、 UTC から東向きを正とした :class:"
2705+
"`timedelta` オブジェクトで返します。ローカル時間が UTC の西側にある場合、この"
2706+
"値は負になります。"
27062707

27072708
#: ../../library/datetime.rst:1979
27082709
msgid ""
@@ -2746,7 +2747,7 @@ msgid ""
27462747
"Return the daylight saving time (DST) adjustment, as a :class:`timedelta` "
27472748
"object or ``None`` if DST information isn't known."
27482749
msgstr ""
2749-
"夏時間 (DST) 修正を、 UTC から東向きを正とした分で返します。\n"
2750+
"夏時間 (DST) 修正を、 class:`timedelta` オブジェクトで返します。\n"
27502751
"DST 情報が未知の場合、 ``None`` が返されます。"
27512752

27522753
#: ../../library/datetime.rst:2006
@@ -3121,9 +3122,8 @@ msgid ""
31213122
"The *name* argument is optional. If specified it must be a string that will "
31223123
"be used as the value returned by the :meth:`datetime.tzname` method."
31233124
msgstr ""
3124-
" *name* 引数は必須ではありません。\n"
3125-
"もし指定された場合、その値は :meth:`datetime.tzname` メソッドの返り値として使"
3126-
"われる文字列でなければなりません。"
3125+
"*name* 引数は必須ではありません。もし指定された場合、その値は :meth:"
3126+
"`datetime.tzname` メソッドの返り値として使われる文字列でなければなりません。"
31273127

31283128
#: ../../library/datetime.rst:2247 ../../library/datetime.rst:2258
31293129
msgid ""

library/email.headerregistry.po

+5-4
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@
77
# tomo, 2021
88
# Tetsuo Koyama <tkoyama010@gmail.com>, 2021
99
# yaakiyu, 2022
10+
# Arihiro TAKASE, 2023
1011
#
1112
#, fuzzy
1213
msgid ""
1314
msgstr ""
1415
"Project-Id-Version: Python 3.11\n"
1516
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-03-17 14:14+0000\n"
17+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1718
"PO-Revision-Date: 2021-06-28 01:05+0000\n"
18-
"Last-Translator: yaakiyu, 2022\n"
19-
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
19+
"Last-Translator: Arihiro TAKASE, 2023\n"
20+
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2021
"ja/)\n"
2122
"MIME-Version: 1.0\n"
2223
"Content-Type: text/plain; charset=UTF-8\n"
@@ -47,7 +48,7 @@ msgid ""
4748
"for various header types, but also provides an extension mechanism for "
4849
"applications to add their own custom header types."
4950
msgstr ""
50-
"ヘッダーは:class:`str` のカスタマイズされたサブクラスで表現されます。 与えら"
51+
"ヘッダーは :class:`str` のカスタマイズされたサブクラスで表現されます。 与えら"
5152
"れたヘッダーを表現するために使用される特定のクラスは、ヘッダーが作成されると"
5253
"きに有効な :mod:`~email.policy` の :attr:`~email.policy.EmailPolicy."
5354
"header_factory` で決定されます。 このセクションでは、email ライブラリが :RFC:"

library/email.policy.po

+6-5
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@
66
# Translators:
77
# tomo, 2021
88
# Tetsuo Koyama <tkoyama010@gmail.com>, 2021
9+
# Arihiro TAKASE, 2023
910
#
1011
#, fuzzy
1112
msgid ""
1213
msgstr ""
1314
"Project-Id-Version: Python 3.11\n"
1415
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-03-17 14:14+0000\n"
16+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1617
"PO-Revision-Date: 2021-06-28 01:05+0000\n"
17-
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2021\n"
18-
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
18+
"Last-Translator: Arihiro TAKASE, 2023\n"
19+
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1920
"ja/)\n"
2021
"MIME-Version: 1.0\n"
2122
"Content-Type: text/plain; charset=UTF-8\n"
@@ -450,8 +451,8 @@ msgid ""
450451
"*value* may contain surrogateescaped binary data. These could be converted "
451452
"back into binary data in the returned bytes object."
452453
msgstr ""
453-
"*value*はサロゲートエスケープされたバイナリデータを持つことがあります。これら"
454-
"は返されたbytesオブジェクト内でバイナリデータに変換されることがあります。"
454+
"*value* はサロゲートエスケープされたバイナリデータを持つことがあります。これ"
455+
"らは返されたbytesオブジェクト内でバイナリデータに変換されることがあります。"
455456

456457
#: ../../library/email.policy.rst:370
457458
msgid ""

0 commit comments

Comments
 (0)