@@ -1440,8 +1440,8 @@ msgid ""
1440
1440
"Return a :class:`.datetime` corresponding to a *date_string* in one of the "
1441
1441
"formats emitted by :meth:`date.isoformat` and :meth:`datetime.isoformat`."
1442
1442
msgstr ""
1443
- ":meth:`date.isoformat` および :meth:`datetime.isoformat` から出力される形式の "
1444
- "*date_string* に対応する :class:`datetime` を返します。"
1443
+ ":meth:`date.isoformat` および :meth:`datetime.isoformat` の出力形式で、 *date_string* "
1444
+ "に対応する :class:`datetime` を返します。"
1445
1445
1446
1446
#: ../../library/datetime.rst:986
1447
1447
msgid "Specifically, this function supports strings in the format:"
@@ -1461,6 +1461,8 @@ msgid ""
1461
1461
" This does not support parsing arbitrary ISO 8601 strings - it is only "
1462
1462
"intended as the inverse operation of :meth:`datetime.isoformat`."
1463
1463
msgstr ""
1464
+ "このメソッドは任意の ISO 8601 文字列の構文解析をサポートしてはいません - このメソッドは :meth:`datetime.isoformat` の逆操作をするためだけのものです。\n"
1465
+ "より高機能な ISO 8601 構文解析器である ``dateutil.parser.isoparse`` が、サードパーティーパッケージの `dateutil <https://dateutil.readthedocs.io/en/stable/parser.html#dateutil.parser.isoparse>`__ から利用可能です。"
1464
1466
1465
1467
#: ../../library/datetime.rst:1003 ../../library/datetime.rst:1420
1466
1468
#: ../../library/datetime.rst:1767
@@ -1474,6 +1476,9 @@ msgid ""
1474
1476
"populated with their normal default values. This is the inverse of the "
1475
1477
"function :meth:`datetime.isocalendar`."
1476
1478
msgstr ""
1479
+ "年月日で指定された ISO 暦の日付に対応する :class:`.datetime` を返します。\n"
1480
+ "datetime の日付でない部分は、標準のデフォルト値で埋められます。\n"
1481
+ "この関数は :meth:`datetime.isocalendar` の逆関数です。"
1477
1482
1478
1483
#: ../../library/datetime.rst:1031
1479
1484
msgid ""
@@ -1548,6 +1553,10 @@ msgid ""
1548
1553
"decreased for political reasons.) The value 0 (1) represents the earlier "
1549
1554
"(later) of the two moments with the same wall time representation."
1550
1555
msgstr ""
1556
+ "``[0, 1]`` のどちらかです。\n"
1557
+ "繰り返し期間中の実時間の曖昧さ除去に使われます。\n"
1558
+ "(繰り返し期間は、夏時間の終わりに時計が巻き戻るときや、現在のゾーンの UTC オフセットが政治的な理由で減少するときに発生します。)\n"
1559
+ "0 (1) という値は、同じ実時間で表現される 2 つの時刻のうちの早い方 (遅い方) を表します。"
1551
1560
1552
1561
#: ../../library/datetime.rst:1123
1553
1562
msgid "``datetime2 = datetime1 + timedelta``"
@@ -2252,7 +2261,7 @@ msgid ""
2252
2261
"formats emitted by :meth:`time.isoformat`. Specifically, this function "
2253
2262
"supports strings in the format:"
2254
2263
msgstr ""
2255
- ":meth:`time.isoformat` から出力される形式のうちの1つの *time_string* に対応する :class:`time` を返します。\n"
2264
+ ":meth:`time.isoformat` の出力形式のうちの1つの形式で、 *time_string* に対応する :class:`time` を返します。\n"
2256
2265
"具体的には、この関数は次の形式の文字列をサポートしています:"
2257
2266
2258
2267
#: ../../library/datetime.rst:1764
0 commit comments