@@ -2871,19 +2871,23 @@ msgid ""
2871
2871
"``strftime(format)`` method, to create a string representing the time under "
2872
2872
"the control of an explicit format string."
2873
2873
msgstr ""
2874
+ ":class:`date`, :class:`.datetime`, :class:`.time` オブジェクトは全て "
2875
+ "``strftime(format)`` メソッドをサポートし、時刻を表現する文字列を明示的な書式文字列で統制して作成しています。"
2874
2876
2875
2877
#: ../../library/datetime.rst:2276
2876
2878
msgid ""
2877
2879
"Conversely, the :meth:`datetime.strptime` class method creates a "
2878
2880
":class:`.datetime` object from a string representing a date and time and a "
2879
2881
"corresponding format string."
2880
2882
msgstr ""
2883
+ "逆に :meth:`datetime.strptime` クラスメソッドは日付や時刻に対応する書式文字列から :class:`.datetime` "
2884
+ "オブジェクトを生成します。"
2881
2885
2882
2886
#: ../../library/datetime.rst:2280
2883
2887
msgid ""
2884
2888
"The table below provides a high-level comparison of :meth:`strftime` versus "
2885
2889
":meth:`strptime`:"
2886
- msgstr ""
2890
+ msgstr "下の表は :meth:`strftime` と :meth:`strptime` との高レベルの対比を表しています。 "
2887
2891
2888
2892
#: ../../library/datetime.rst:2284
2889
2893
msgid "``strftime``"
@@ -2899,7 +2903,7 @@ msgstr "使用法"
2899
2903
2900
2904
#: ../../library/datetime.rst:2286
2901
2905
msgid "Convert object to a string according to a given format"
2902
- msgstr ""
2906
+ msgstr "オブジェクトを与えられた形式に従って文字列に変換する "
2903
2907
2904
2908
#: ../../library/datetime.rst:2286
2905
2909
msgid ""
@@ -2944,13 +2948,13 @@ msgstr "``strptime(date_string, format)``"
2944
2948
2945
2949
#: ../../library/datetime.rst:2297
2946
2950
msgid ":meth:`strftime` and :meth:`strptime` Format Codes"
2947
- msgstr ""
2951
+ msgstr ":meth:`strftime` と :meth:`strptime` の形式コード "
2948
2952
2949
2953
#: ../../library/datetime.rst:2299
2950
2954
msgid ""
2951
2955
"The following is a list of all the format codes that the 1989 C standard "
2952
2956
"requires, and these work on all platforms with a standard C implementation."
2953
- msgstr ""
2957
+ msgstr "以下のリストは 1989 C 標準が要求する全ての書式化コードで、標準 C 実装があれば全ての環境で動作します。 "
2954
2958
2955
2959
#: ../../library/datetime.rst:2303 ../../library/datetime.rst:2406
2956
2960
msgid "Directive"