@@ -1692,6 +1692,8 @@ msgid ""
1692
1692
"Return :class:`.time` object with same hour, minute, second, microsecond and"
1693
1693
" fold. :attr:`.tzinfo` is ``None``. See also method :meth:`timetz`."
1694
1694
msgstr ""
1695
+ "同じhour、minute、second、microsecond 及び foldを持つ :class:`.time` オブジェクトを返します。 "
1696
+ ":attr:`.tzinfo` は ``None`` です。 :meth:`timetz` も参照してください。"
1695
1697
1696
1698
#: ../../library/datetime.rst:1204 ../../library/datetime.rst:1213
1697
1699
msgid "The fold value is copied to the returned :class:`.time` object."
@@ -1702,6 +1704,8 @@ msgid ""
1702
1704
"Return :class:`.time` object with same hour, minute, second, microsecond, "
1703
1705
"fold, and tzinfo attributes. See also method :meth:`time`."
1704
1706
msgstr ""
1707
+ "同じhour、minute、second、microsecond、fold および tzinfo 属性を持つ :class:`.time` "
1708
+ "オブジェクトを返します。 :meth:`time` メソッドも参照してください。"
1705
1709
1706
1710
#: ../../library/datetime.rst:1221
1707
1711
msgid ""
@@ -1710,6 +1714,9 @@ msgid ""
1710
1714
"``tzinfo=None`` can be specified to create a naive datetime from an aware "
1711
1715
"datetime with no conversion of date and time data."
1712
1716
msgstr ""
1717
+ "キーワード引数で指定した属性の値を除き、同じ属性をもつ datetime オブジェクトを返します。メンバに対する変換を行わずに aware な "
1718
+ "datetime オブジェクトから naive な datetime オブジェクトを生成するために、``tzinfo=None`` "
1719
+ "を指定することもできます。"
1713
1720
1714
1721
#: ../../library/datetime.rst:1232
1715
1722
msgid ""
@@ -1726,6 +1733,9 @@ msgid ""
1726
1733
" :meth:`utcoffset` and :meth:`dst` methods must not return ``None``. If "
1727
1734
"*self* is naive, it is presumed to represent time in the system timezone."
1728
1735
msgstr ""
1736
+ "もし与えられた場合、 *tz* は :class:`tzinfo` のサブクラスのインスタンスでなければならず、 インスタンスの "
1737
+ ":meth:`utcoffset` および :meth:`dst` メソッドは ``None`` を返してはなりません。もし *self* が "
1738
+ "naive ならば、おそらくシステムのタイムゾーンで時間を表現します。"
1729
1739
1730
1740
#: ../../library/datetime.rst:1240
1731
1741
msgid ""
@@ -1734,6 +1744,8 @@ msgid ""
1734
1744
"converted datetime instance will be set to an instance of :class:`timezone` "
1735
1745
"with the zone name and offset obtained from the OS."
1736
1746
msgstr ""
1747
+ "引数無し (もしくは ``tz=None``の形 ) で呼び出された場合、システムのローカルなタイムゾーンが変更先のタイムゾーンだと仮定されます。\n"
1748
+ "変換後の datetime インスタンスの ``.tzinfo`` 属性には、 OS から取得したゾーン名とオフセットを持つ :class:`timezone` インスタンスが設定されます。"
1737
1749
1738
1750
#: ../../library/datetime.rst:1245
1739
1751
msgid ""
@@ -1756,6 +1768,11 @@ msgid ""
1756
1768
"you merely want to remove the time zone object from an aware datetime *dt* "
1757
1769
"without conversion of date and time data, use ``dt.replace(tzinfo=None)``."
1758
1770
msgstr ""
1771
+ "単にタイムゾーンオブジェクト *tz* を :class:`datetime` オブジェクト *dt* "
1772
+ "に追加したいだけで、日付や時刻データへの調整を行わないのなら、``dt.replace(tzinfo=tz)`` を使ってください。単に aware な"
1773
+ " :class:`datetime` オブジェクト *dt* "
1774
+ "からタイムゾーンオブジェクトを除去したいだけで、日付や時刻データの変換を行わないのなら、``dt.replace(tzinfo=None)`` "
1775
+ "を使ってください。"
1759
1776
1760
1777
#: ../../library/datetime.rst:1256
1761
1778
msgid ""