File tree Expand file tree Collapse file tree 4 files changed +4171
-4151
lines changed Expand file tree Collapse file tree 4 files changed +4171
-4151
lines changed Original file line number Diff line number Diff line change @@ -404,6 +404,8 @@ msgid ""
404
404
":exc:`ModuleNotFoundError` is raised when the module being reloaded lacks a "
405
405
":class:`ModuleSpec`."
406
406
msgstr ""
407
+ "リロードされたモジュールの :class:`ModuleSpec` が欠けていたときは :exc:`ModuleNotFoundError` "
408
+ "が送出されます。"
407
409
408
410
#: ../../library/importlib.rst:215
409
411
msgid ":mod:`importlib.abc` -- Abstract base classes related to import"
@@ -601,10 +603,12 @@ msgid ""
601
603
"``get_resource_reader(fullname)`` method as specified by "
602
604
":class:`importlib.abc.ResourceReader`."
603
605
msgstr ""
606
+ "リソースの読み出しをサポートさせたいローダーには、 :class:`importlib.abc.ResourceReader` で指定されている "
607
+ "``get_resource_reader(fullname)`` を実装してください。"
604
608
605
609
#: ../../library/importlib.rst:376
606
610
msgid "Introduced the optional ``get_resource_reader()`` method."
607
- msgstr ""
611
+ msgstr "オプションの ``get_resource_reader()`` メソッドが導入されました。 "
608
612
609
613
#: ../../library/importlib.rst:381
610
614
msgid ""
@@ -778,6 +782,8 @@ msgstr "インポート機構はこれを自動的に考慮するようになり
778
782
msgid ""
779
783
"An :term:`abstract base class` to provide the ability to read *resources*."
780
784
msgstr ""
785
+ "*resources* の読み出し機能を提供する :term:`抽象基底クラス (abstract base class, ABC) <abstract"
786
+ " base class>` です。"
781
787
782
788
#: ../../library/importlib.rst:483
783
789
msgid ""
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ msgid ""
22
22
msgstr ""
23
23
"Project-Id-Version : Python 3.7\n "
24
24
"Report-Msgid-Bugs-To : \n "
25
- "POT-Creation-Date : 2019-04-12 11:10 +0900\n "
25
+ "POT-Creation-Date : 2019-07-09 11:52 +0900\n "
26
26
"PO-Revision-Date : 2017-02-16 23:27+0000\n "
27
27
"Last-Translator : tomo, 2018\n "
28
28
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -4744,8 +4744,8 @@ msgid "Cast 1D/bytes to 3D/ints to 1D/signed char::"
4744
4744
msgstr "1D/byte から 3D/int へ、そして 1D/signed char へのキャスト::"
4745
4745
4746
4746
#: ../../library/stdtypes.rst:3736
4747
- msgid "Cast 1D/unsigned char to 2D/unsigned long::"
4748
- msgstr "1D/unsigned char から 2D/unsigned long へのキャスト:: "
4747
+ msgid "Cast 1D/unsigned long to 2D/unsigned long::"
4748
+ msgstr ""
4749
4749
4750
4750
#: ../../library/stdtypes.rst:3750
4751
4751
msgid "The source format is no longer restricted when casting to a byte view."
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ msgid ""
19
19
msgstr ""
20
20
"Project-Id-Version : Python 3.7\n "
21
21
"Report-Msgid-Bugs-To : \n "
22
- "POT-Creation-Date : 2019-05-30 11:32 +0900\n "
22
+ "POT-Creation-Date : 2019-07-09 11:52 +0900\n "
23
23
"PO-Revision-Date : 2017-02-16 23:40+0000\n "
24
24
"Last-Translator : tomo, 2018\n "
25
25
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -756,13 +756,10 @@ msgstr "演算子の前後とコンマの後には空白を入れ、括弧類の
756
756
#: ../../tutorial/controlflow.rst:746
757
757
msgid ""
758
758
"Name your classes and functions consistently; the convention is to use "
759
- "``CamelCase `` for classes and ``lower_case_with_underscores `` for functions "
760
- "and methods. Always use ``self`` as the name for the first method argument "
761
- "(see :ref:`tut-firstclasses` for more on classes and methods)."
759
+ "``UpperCamelCase `` for classes and ``lowercase_with_underscores `` for "
760
+ "functions and methods. Always use ``self`` as the name for the first method"
761
+ " argument (see :ref:`tut-firstclasses` for more on classes and methods)."
762
762
msgstr ""
763
- "クラスや関数に一貫性のある名前を付けること。慣習では ``CamelCase`` をクラス名に使い、 "
764
- "``lower_case_with_underscores`` を関数名やメソッド名に使います。常に ``self`` をメソッドの第 1 引数の名前 "
765
- "(クラスやメソッドについては :ref:`tut-firstclasses` を見よ) として使うこと。"
766
763
767
764
#: ../../tutorial/controlflow.rst:751
768
765
msgid ""
You can’t perform that action at this time.
0 commit comments