7
7
# Masato HASHIMOTO <cabezon.hashimoto@gmail.com>, 2019
8
8
# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2020
9
9
# OMOTO Kenji, 2020
10
- # Naoki Nakamura <agent@sohzoh.com>, 2020
11
10
# tomo, 2020
11
+ # Naoki Nakamura <agent@sohzoh.com>, 2020
12
12
#
13
13
#, fuzzy
14
14
msgid ""
@@ -17,7 +17,7 @@ msgstr ""
17
17
"Report-Msgid-Bugs-To : \n "
18
18
"POT-Creation-Date : 2020-02-17 12:43+0000\n "
19
19
"PO-Revision-Date : 2019-09-01 14:44+0000\n "
20
- "Last-Translator : tomo , 2020\n "
20
+ "Last-Translator : Naoki Nakamura <agent@sohzoh.com> , 2020\n "
21
21
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
22
22
"MIME-Version : 1.0\n "
23
23
"Content-Type : text/plain; charset=UTF-8\n "
@@ -804,10 +804,12 @@ msgid ""
804
804
"reading metadata from third-party packages. For example, it can extract an "
805
805
"installed package's version number, list of entry points, and more::"
806
806
msgstr ""
807
+ "新しい :mod:`importlib.metadata` "
808
+ "モジュールは、サードパーティパッケージからのメタデータ読み込みをサポートします。これは暫定版です。例えば、インストールされたパッケージのバージョンを得たり、エントリーポイントの一覧を得たりできます::"
807
809
808
810
#: ../../whatsnew/3.8.rst:564
809
811
msgid "(Contributed by Barry Warsaw and Jason R. Coombs in :issue:`34632`.)"
810
- msgstr ""
812
+ msgstr "(Barry Warsaw, Jason R. Coombs の貢献による :issue:`34632`) "
811
813
812
814
#: ../../whatsnew/3.8.rst:568
813
815
msgid "Improved Modules"
@@ -823,26 +825,31 @@ msgid ""
823
825
"give the precise location of the end of the node. (This only applies to "
824
826
"nodes that have ``lineno`` and ``col_offset`` attributes.)"
825
827
msgstr ""
828
+ "AST ノードは ``end_lineno`` と ``end_col_offset`` "
829
+ "の属性を持つようになりました。これは、正確なノードの終端位置を提供します。(これは、``lineno`` と ``col_offset`` "
830
+ "の属性を持つノードにのみ有効です)"
826
831
827
832
#: ../../whatsnew/3.8.rst:577
828
833
msgid ""
829
834
"New function :func:`ast.get_source_segment` returns the source code for a "
830
835
"specific AST node."
831
- msgstr ""
836
+ msgstr "新しい :func:`ast.get_source_segment` 関数は、特定の AST ノードのソースコードを返します。 "
832
837
833
838
#: ../../whatsnew/3.8.rst:580
834
839
msgid "(Contributed by Ivan Levkivskyi in :issue:`33416`.)"
835
- msgstr ""
840
+ msgstr "(Ivan Levkivskyi の貢献による :issue:`33416`) "
836
841
837
842
#: ../../whatsnew/3.8.rst:582
838
843
msgid "The :func:`ast.parse` function has some new flags:"
839
- msgstr ""
844
+ msgstr ":func:`ast.parse` 関数の新しいフラグが有効になりました: "
840
845
841
846
#: ../../whatsnew/3.8.rst:584
842
847
msgid ""
843
848
"``type_comments=True`` causes it to return the text of :pep:`484` and "
844
849
":pep:`526` type comments associated with certain AST nodes;"
845
850
msgstr ""
851
+ "``type_comments=True`` は、そのAST ノードに関連する、:pep:`484` と :pep:`526` "
852
+ "に規定されるような型コメントを返します;"
846
853
847
854
#: ../../whatsnew/3.8.rst:587
848
855
msgid ""
@@ -856,10 +863,13 @@ msgid ""
856
863
"For example, ``feature_version=(3, 4)`` will treat :keyword:`async` and "
857
864
":keyword:`await` as non-reserved words."
858
865
msgstr ""
866
+ "``feature_version=(3, N)`` を使うと、以前の Python 3 "
867
+ "バージョンを指定できます。例えば、``feature_version=(3, 4)`` とすると、:keyword:`async` と "
868
+ ":keyword:`await` キーワードは、予約語ではないとして扱われます。"
859
869
860
870
#: ../../whatsnew/3.8.rst:594
861
871
msgid "(Contributed by Guido van Rossum in :issue:`35766`.)"
862
- msgstr ""
872
+ msgstr "(Guido van Rossum の貢献による :issue:`35766`) "
863
873
864
874
#: ../../whatsnew/3.8.rst:598
865
875
msgid "asyncio"
0 commit comments