@@ -21,7 +21,7 @@ msgid ""
21
21
msgstr ""
22
22
"Project-Id-Version : Python 3.8\n "
23
23
"Report-Msgid-Bugs-To : \n "
24
- "POT-Creation-Date : 2019-09-13 11:25 +0000\n "
24
+ "POT-Creation-Date : 2019-12-01 12:04 +0000\n "
25
25
"PO-Revision-Date : 2017-02-16 23:06+0000\n "
26
26
"Last-Translator : tomo, 2019\n "
27
27
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -1276,7 +1276,7 @@ msgid ""
1276
1276
"Because naive ``datetime`` objects are treated by many ``datetime`` methods "
1277
1277
"as local times, it is preferred to use aware datetimes to represent times in"
1278
1278
" UTC. As such, the recommended way to create an object representing the "
1279
- "current time in UTC by calling ``datetime.now(timezone.utc)``."
1279
+ "current time in UTC is by calling ``datetime.now(timezone.utc)``."
1280
1280
msgstr ""
1281
1281
1282
1282
#: ../../library/datetime.rst:889
@@ -1375,7 +1375,7 @@ msgid ""
1375
1375
"Because naive ``datetime`` objects are treated by many ``datetime`` methods "
1376
1376
"as local times, it is preferred to use aware datetimes to represent times in"
1377
1377
" UTC. As such, the recommended way to create an object representing a "
1378
- "specific timestamp in UTC by calling ``datetime.fromtimestamp(timestamp, "
1378
+ "specific timestamp in UTC is by calling ``datetime.fromtimestamp(timestamp, "
1379
1379
"tz=timezone.utc)``."
1380
1380
msgstr ""
1381
1381
@@ -1410,13 +1410,17 @@ msgid ""
1410
1410
"value is used to set the :attr:`.tzinfo` attribute of the result, otherwise "
1411
1411
"the :attr:`~.time.tzinfo` attribute of the *time* argument is used."
1412
1412
msgstr ""
1413
+ "日付部分と与えられた :class:`date` オブジェクトとが等しく、時刻部分と与えられた :class:`.time` オブジェクトとが等しい、新しい :class:`.datetime` オブジェクトを返します。\n"
1414
+ "*tzinfo* 引数が与えられた場合、その値は返り値の :attr:`.tzinfo` 属性に設定するのに使われます。そうでない場合、 *time* 引数の :attr:`~.time.tzinfo` 属性が使われます。"
1413
1415
1414
1416
#: ../../library/datetime.rst:972
1415
1417
msgid ""
1416
1418
"For any :class:`.datetime` object *d*, ``d == datetime.combine(d.date(), "
1417
1419
"d.time(), d.tzinfo)``. If date is a :class:`.datetime` object, its time "
1418
1420
"components and :attr:`.tzinfo` attributes are ignored."
1419
1421
msgstr ""
1422
+ "任意の :class:`.datetime` オブジェクト *d* で ``d == datetime.combine(d.date(), d.time(), d.tzinfo)`` が成立します。\n"
1423
+ "date が :class:`.datetime` オブジェクトだった場合、その :class:`.datetime` オブジェクトの時刻部分と :attr:`.tzinfo` 属性は無視されます。"
1420
1424
1421
1425
#: ../../library/datetime.rst:977
1422
1426
msgid "Added the *tzinfo* argument."
@@ -1430,11 +1434,11 @@ msgstr ""
1430
1434
1431
1435
#: ../../library/datetime.rst:986
1432
1436
msgid "Specifically, this function supports strings in the format:"
1433
- msgstr ""
1437
+ msgstr "具体的には、この関数は次の形式の文字列をサポートしています: "
1434
1438
1435
1439
#: ../../library/datetime.rst:992
1436
1440
msgid "where ``*`` can match any single character."
1437
- msgstr ""
1441
+ msgstr "ここで ``*`` は任意の一文字にマッチします。 "
1438
1442
1439
1443
#: ../../library/datetime.rst:996
1440
1444
msgid ""
0 commit comments