@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
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
111111msgid ""
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). "
113113msgstr ""
114114
115115#: ../../library/calendar.rst:61
@@ -118,7 +118,7 @@ msgstr ""
118118
119119#: ../../library/calendar.rst:65
120120msgid ""
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."
124124msgstr ""
@@ -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."
152152msgstr ""
153153
154154#: ../../library/calendar.rst:96
@@ -523,9 +523,9 @@ msgstr ""
523523
524524#: ../../library/calendar.rst:408
525525msgid ""
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
531531msgid ""
@@ -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."
568568msgstr ""
569- "カレンダーと直接は関係無いが、 :mod:`time` モジュールの :func:`~time.gmtime` "
570- "関数が返す形式の時刻を表すタプルを引数に取り、1970 を基点とするエポック時刻"
571- "で POSIX エンコーディングであると仮定して、対応する Unix タイムスタンプの値を"
572- "返します。実際には、 :func:`time.gmtime` と :func:`timegm` はお互いの逆関数で"
573- "す。"
574569
575570#: ../../library/calendar.rst:450
576571msgid "The :mod:`!calendar` module exports the following data attributes:"
0 commit comments