7
7
# 秘湯 <xwhhsprings@gmail.com>, 2017
8
8
# Arihiro TAKASE, 2017
9
9
# tomo, 2018
10
+ # Osamu NAKAMURA, 2019
10
11
#
11
12
#, fuzzy
12
13
msgid ""
@@ -15,7 +16,7 @@ msgstr ""
15
16
"Report-Msgid-Bugs-To : \n "
16
17
"POT-Creation-Date : 2019-01-01 10:14+0900\n "
17
18
"PO-Revision-Date : 2017-02-16 17:48+0000\n "
18
- "Last-Translator : tomo, 2018 \n "
19
+ "Last-Translator : Osamu NAKAMURA, 2019 \n "
19
20
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
20
21
"MIME-Version : 1.0\n "
21
22
"Content-Type : text/plain; charset=UTF-8\n "
@@ -227,10 +228,14 @@ msgid ""
227
228
":class:`Module` node), or ``None`` if it has no docstring. If *clean* is "
228
229
"true, clean up the docstring's indentation with :func:`inspect.cleandoc`."
229
230
msgstr ""
231
+ "与えられた *node* (これは :class:`FunctionDef`, :class:`AsyncFunctionDef`, "
232
+ ":class:`ClassDef`, :class:`Module` のいずれかのノードでなければなりません) "
233
+ "のドキュメント文字列を返します。もしドキュメント文字列が無ければ ``None`` を返します。 *clean* "
234
+ "が真ならば、ドキュメント文字列のインデントを :func:`inspect.cleandoc` を用いて一掃します。"
230
235
231
236
#: ../../library/ast.rst:154
232
237
msgid ":class:`AsyncFunctionDef` is now supported."
233
- msgstr ""
238
+ msgstr ":class:`AsyncFunctionDef` がサポートされました。 "
234
239
235
240
#: ../../library/ast.rst:160
236
241
msgid ""
@@ -399,3 +404,5 @@ msgid ""
399
404
"`Green Tree Snakes <https://greentreesnakes.readthedocs.io/>`_, an external "
400
405
"documentation resource, has good details on working with Python ASTs."
401
406
msgstr ""
407
+ "外部ドキュメント `Green Tree Snakes <https://greentreesnakes.readthedocs.io/>`_ には "
408
+ "Python AST についての詳細が書かれています。"
0 commit comments