Skip to content

Commit 27197a0

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 8b43c81 commit 27197a0

4 files changed

Lines changed: 14230 additions & 14241 deletions

File tree

library/calendar.po

Lines changed: 7 additions & 12 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-04-07 15:02+0000\n"
14+
"POT-Creation-Date: 2026-04-21 15:07+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/"
@@ -109,7 +109,7 @@ msgstr ""
109109

110110
#: ../../library/calendar.rst:59
111111
msgid ""
112-
"Set the first weekday to *firstweekday*, passed as an :class:`int` (0--6)"
112+
"Set the first weekday to *firstweekday*, passed as an :class:`int` (0--6)."
113113
msgstr ""
114114

115115
#: ../../library/calendar.rst:61
@@ -118,7 +118,7 @@ msgstr ""
118118

119119
#: ../../library/calendar.rst:65
120120
msgid ""
121-
"Return an iterator for the week day numbers that will be used for one week. "
121+
"Return an iterator for the weekday numbers that will be used for one week. "
122122
"The first value from the iterator will be the same as the value of the :attr:"
123123
"`~Calendar.firstweekday` property."
124124
msgstr ""
@@ -148,7 +148,7 @@ msgid ""
148148
"Return an iterator for the month *month* in the year *year* similar to :meth:"
149149
"`itermonthdates`, but not restricted by the :class:`datetime.date` range. "
150150
"Days returned will be tuples consisting of a day of the month number and a "
151-
"week day number."
151+
"weekday number."
152152
msgstr ""
153153

154154
#: ../../library/calendar.rst:96
@@ -523,9 +523,9 @@ msgstr ""
523523

524524
#: ../../library/calendar.rst:408
525525
msgid ""
526-
"Returns weekday of first day of the month and number of days in month, for "
526+
"Returns weekday of first day of the month and number of days in month, for "
527527
"the specified *year* and *month*."
528-
msgstr "*year* と *month* で指定された月の一日の曜日と日数を返します。"
528+
msgstr ""
529529

530530
#: ../../library/calendar.rst:414
531531
msgid ""
@@ -563,14 +563,9 @@ msgid ""
563563
"An unrelated but handy function that takes a time tuple such as returned by "
564564
"the :func:`~time.gmtime` function in the :mod:`time` module, and returns the "
565565
"corresponding Unix timestamp value, assuming an epoch of 1970, and the POSIX "
566-
"encoding. In fact, :func:`time.gmtime` and :func:`timegm` are each others' "
566+
"encoding. In fact, :func:`time.gmtime` and :func:`timegm` are each other's "
567567
"inverse."
568568
msgstr ""
569-
"カレンダーと直接は関係無いが、 :mod:`time` モジュールの :func:`~time.gmtime` "
570-
"関数が返す形式の時刻を表すタプルを引数に取り、1970 を基点とするエポック時刻"
571-
"で POSIX エンコーディングであると仮定して、対応する Unix タイムスタンプの値を"
572-
"返します。実際には、 :func:`time.gmtime` と :func:`timegm` はお互いの逆関数で"
573-
"す。"
574569

575570
#: ../../library/calendar.rst:450
576571
msgid "The :mod:`!calendar` module exports the following data attributes:"

library/multiprocessing.po

Lines changed: 9 additions & 19 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-04-13 15:10+0000\n"
15+
"POT-Creation-Date: 2026-04-21 15:07+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1717
"Last-Translator: Takanori Suzuki <[email protected]>, 2026\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -2093,15 +2093,11 @@ msgstr ""
20932093

20942094
#: ../../library/multiprocessing.rst:1333
20952095
msgid ""
2096-
"If *offset* is given then data is read from that position in *buffer*. If "
2097-
"*size* is given then that many bytes will be read from buffer. Very large "
2096+
"If *offset* is given then data is read from that position in *buf*. If "
2097+
"*size* is given then that many bytes will be read from *buf*. Very large "
20982098
"buffers (approximately 32 MiB+, though it depends on the OS) may raise a :"
20992099
"exc:`ValueError` exception"
21002100
msgstr ""
2101-
"*offset* が指定されると *buffer* のその位置からデータが読み込まれます。 "
2102-
"*size* が指定されるとバッファーからその量のデータが読み込まれます。非常に大き"
2103-
"なバッファー (OS に依存しますが、およそ 32MiB+) を指定すると、 :exc:"
2104-
"`ValueError` 例外が発生するかもしれません。"
21052101

21062102
#: ../../library/multiprocessing.rst:1340
21072103
msgid ""
@@ -2132,24 +2128,18 @@ msgstr ""
21322128

21332129
#: ../../library/multiprocessing.rst:1356
21342130
msgid ""
2135-
"Read into *buffer* a complete message of byte data sent from the other end "
2136-
"of the connection and return the number of bytes in the message. Blocks "
2137-
"until there is something to receive. Raises :exc:`EOFError` if there is "
2138-
"nothing left to receive and the other end was closed."
2131+
"Read into *buf* a complete message of byte data sent from the other end of "
2132+
"the connection and return the number of bytes in the message. Blocks until "
2133+
"there is something to receive. Raises :exc:`EOFError` if there is nothing "
2134+
"left to receive and the other end was closed."
21392135
msgstr ""
2140-
"コネクションの相手側から送られたバイトデータを *buffer* に読み込み、メッセー"
2141-
"ジのバイト数を返します。 何か受け取るまでブロックします。何も受け取らずにコネ"
2142-
"クションの相手側でクローズされた場合 :exc:`EOFError` が発生します。"
21432136

21442137
#: ../../library/multiprocessing.rst:1362
21452138
msgid ""
2146-
"*buffer* must be a writable :term:`bytes-like object`. If *offset* is given "
2139+
"*buf* must be a writable :term:`bytes-like object`. If *offset* is given "
21472140
"then the message will be written into the buffer from that position. Offset "
2148-
"must be a non-negative integer less than the length of *buffer* (in bytes)."
2141+
"must be a non-negative integer less than the length of *buf* (in bytes)."
21492142
msgstr ""
2150-
"*buffer* は書き込み可能な :term:`bytes-like object` でなければなりません。 "
2151-
"*offset* が与えられたら、その位置からバッファーへメッセージが書き込まれま"
2152-
"す。 オフセットは *buffer* バイトよりも小さい正の数でなければなりません。"
21532143

21542144
#: ../../library/multiprocessing.rst:1367
21552145
msgid ""

using/android.po

Lines changed: 2 additions & 4 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-04-11 14:31+0000\n"
14+
"POT-Creation-Date: 2026-04-21 15:07+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: qqfunc, 2025\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -91,10 +91,8 @@ msgstr ""
9191
"るかに簡単な体験が提供されます:"
9292

9393
#: ../../using/android.rst:33
94-
msgid ""
95-
"`Briefcase <https://briefcase.readthedocs.io>`__, from the BeeWare project"
94+
msgid "`Briefcase <https://briefcase.beeware.org>`__, from the BeeWare project"
9695
msgstr ""
97-
"BeeWare プロジェクトの `Briefcase <https://briefcase.readthedocs.io>`__"
9896

9997
#: ../../using/android.rst:34
10098
msgid "`Buildozer <https://buildozer.readthedocs.io>`__, from the Kivy project"

0 commit comments

Comments
 (0)