@@ -712,12 +712,16 @@ msgid ""
712
712
":class:`timedelta` object is compared to an object of a different type, "
713
713
":exc:`TypeError` is raised::"
714
714
msgstr ""
715
+ "(``<`` and ``>`` などの) それ以外の全ての比較で、 :class:`timedelta` "
716
+ "オブジェクトを異なる型のオブジェクトと比較したときは :exc:`TypeError` が送出されます::"
715
717
716
718
#: ../../library/datetime.rst:409
717
719
msgid ""
718
720
"In Boolean contexts, a :class:`timedelta` object is considered to be true if"
719
721
" and only if it isn't equal to ``timedelta(0)``."
720
722
msgstr ""
723
+ "ブール演算コンテキストでは、 :class:`timedelta` オブジェクトは ``timedelta(0)`` "
724
+ "に等しくない場合かつそのときに限り真となります。"
721
725
722
726
#: ../../library/datetime.rst:412 ../../library/datetime.rst:621
723
727
#: ../../library/datetime.rst:1192 ../../library/datetime.rst:1780
@@ -730,6 +734,8 @@ msgid ""
730
734
"``td / timedelta(seconds=1)``. For interval units other than seconds, use "
731
735
"the division form directly (e.g. ``td / timedelta(microseconds=1)``)."
732
736
msgstr ""
737
+ "この期間に含まれるトータルの秒数を返します。``td / timedelta(seconds=1)`` と等価です。\n"
738
+ "秒以外の期間の単位では、直接に除算する形式 (例えば ``td / timedelta(microseconds=1)``) が使われます。"
733
739
734
740
#: ../../library/datetime.rst:420
735
741
msgid ""
@@ -740,15 +746,15 @@ msgstr ""
740
746
741
747
#: ../../library/datetime.rst:426
742
748
msgid "Examples of usage: :class:`timedelta`"
743
- msgstr ""
749
+ msgstr "使用例: :class:`timedelta` "
744
750
745
751
#: ../../library/datetime.rst:428
746
752
msgid "An additional example of normalization::"
747
- msgstr ""
753
+ msgstr "正規化の追加の例です:: "
748
754
749
755
#: ../../library/datetime.rst:440
750
756
msgid "Examples of :class:`timedelta` arithmetic::"
751
- msgstr ""
757
+ msgstr ":class:`timedelta` の計算の例です:: "
752
758
753
759
#: ../../library/datetime.rst:459
754
760
msgid ":class:`date` Objects"
@@ -772,6 +778,8 @@ msgid ""
772
778
"All arguments are required. Arguments must be integers, in the following "
773
779
"ranges:"
774
780
msgstr ""
781
+ "全ての引数が必須です。\n"
782
+ "引数は整数で、次の範囲に収まっていなければなりません:"
775
783
776
784
#: ../../library/datetime.rst:473
777
785
msgid "``MINYEAR <= year <= MAXYEAR``"
@@ -796,11 +804,11 @@ msgstr "他のコンストラクタ、および全てのクラスメソッドを
796
804
797
805
#: ../../library/datetime.rst:484
798
806
msgid "Return the current local date."
799
- msgstr ""
807
+ msgstr "現在のローカルな日付を返します。 "
800
808
801
809
#: ../../library/datetime.rst:486
802
810
msgid "This is equivalent to ``date.fromtimestamp(time.time())``."
803
- msgstr ""
811
+ msgstr "``date.fromtimestamp(time.time())`` と等価です。 "
804
812
805
813
#: ../../library/datetime.rst:490
806
814
msgid ""
0 commit comments