File tree Expand file tree Collapse file tree 2 files changed +5310
-5291
lines changed Expand file tree Collapse file tree 2 files changed +5310
-5291
lines changed Original file line number Diff line number Diff line change @@ -2388,6 +2388,8 @@ msgid ""
2388
2388
"instantiated directly. Define a subclass of :class:`tzinfo` to capture "
2389
2389
"information about a particular time zone."
2390
2390
msgstr ""
2391
+ "このクラスは抽象基底クラスで、直接インスタンス化すべきでないことを意味します。\n"
2392
+ ":class:`tzinfo` のサブクラスを定義し、ある特定のタイムゾーンに関する情報を保持するようにしてください。"
2391
2393
2392
2394
#: ../../library/datetime.rst:1926
2393
2395
msgid ""
@@ -2412,6 +2414,9 @@ msgid ""
2412
2414
"represent timezones with fixed offset from UTC such as UTC itself or North "
2413
2415
"American EST and EDT."
2414
2416
msgstr ""
2417
+ "具象サブクラスを作成し、(少なくとも) 使いたい :class:`.datetime` のメソッドが必要とする :class:`tzinfo` のメソッドを実装する必要があります。\n"
2418
+ ":mod:`datetime` モジュールは :class:`tzinfo` のシンプルな具象サブクラス :class:`timezone` を提供します。\n"
2419
+ "これは UTC そのものか北アメリカの EST と EDT のような UTC からの固定されたオフセットを持つタイムゾーンを表せます。"
2415
2420
2416
2421
#: ../../library/datetime.rst:1939
2417
2422
msgid ""
You can’t perform that action at this time.
0 commit comments