File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # tomo, 2018
7
+ # tomo, 2019
8
8
#
9
9
#, fuzzy
10
10
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
13
13
"Report-Msgid-Bugs-To : \n "
14
14
"POT-Creation-Date : 2019-12-17 18:25+0900\n "
15
15
"PO-Revision-Date : 2018-06-29 17:48+0000\n "
16
- "Last-Translator : tomo, 2018 \n "
16
+ "Last-Translator : tomo, 2019 \n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
18
18
"MIME-Version : 1.0\n "
19
19
"Content-Type : text/plain; charset=UTF-8\n "
@@ -175,4 +175,4 @@ msgid ""
175
175
msgstr ""
176
176
"*op* が Python の複素数オブジェクトではないが、 :meth:`__complex__` "
177
177
"メソッドを持っていた場合、このメソッドが最初に呼ばれ、 *op* が Python "
178
- "の複素数オブジェクトに変換されます。エラーが起きた場合は 、このメソッドは実数の ``-1.0`` を返します。"
178
+ "の複素数オブジェクトに変換されます。処理が失敗した場合は 、このメソッドは実数の ``-1.0`` を返します。"
Original file line number Diff line number Diff line change 4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # tomo, 2018
7
+ # tomo, 2019
8
8
#
9
9
#, fuzzy
10
10
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
13
13
"Report-Msgid-Bugs-To : \n "
14
14
"POT-Creation-Date : 2019-12-17 18:25+0900\n "
15
15
"PO-Revision-Date : 2018-06-29 17:50+0000\n "
16
- "Last-Translator : tomo, 2018 \n "
16
+ "Last-Translator : tomo, 2019 \n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
18
18
"MIME-Version : 1.0\n "
19
19
"Content-Type : text/plain; charset=UTF-8\n "
@@ -115,7 +115,7 @@ msgid ""
115
115
"On error, sets the appropriate exception (:exc:`EOFError`, :exc:`ValueError`"
116
116
" or :exc:`TypeError`) and returns *NULL*."
117
117
msgstr ""
118
- "エラーの場合適切な例外 (:exc:`EOFError`, :exc:`ValueError`, exc:`TypeError`) を設定し "
118
+ "エラーの場合、適切な例外 (:exc:`EOFError`, :exc:`ValueError`, exc:`TypeError`) を設定し "
119
119
"*NULL* を返します。"
120
120
121
121
#: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/marshal.rst:75
Original file line number Diff line number Diff line change 4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # tomo, 2018
7
+ # tomo, 2019
8
8
#
9
9
#, fuzzy
10
10
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
13
13
"Report-Msgid-Bugs-To : \n "
14
14
"POT-Creation-Date : 2019-12-17 18:25+0900\n "
15
15
"PO-Revision-Date : 2018-06-29 17:39+0000\n "
16
- "Last-Translator : tomo, 2018 \n "
16
+ "Last-Translator : tomo, 2019 \n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
18
18
"MIME-Version : 1.0\n "
19
19
"Content-Type : text/plain; charset=UTF-8\n "
@@ -97,11 +97,15 @@ msgstr "以下の関数は役に立つデバッグ用ツールとして追加さ
97
97
msgid ""
98
98
"Prints an indented representation of the content types of the message object"
99
99
" structure. For example:"
100
- msgstr ""
100
+ msgstr "そのメッセージオブジェクト構造の content-type をインデントつきで表示します。例えば: "
101
101
102
102
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/email.iterators.rst:81
103
103
msgid ""
104
104
"Optional *fp* is a file-like object to print the output to. It must be "
105
105
"suitable for Python's :func:`print` function. *level* is used internally. "
106
106
"*include_default*, if true, prints the default type as well."
107
107
msgstr ""
108
+ "オプション引数 *fp* は出力を渡すための file-like オブジェクトです。\n"
109
+ "これは Python の :func:`print` 関数が対応できるようになっている必要があります。\n"
110
+ "*level* は内部的に使用されます。\n"
111
+ "*include_default* が真の場合、デフォルトの型も出力します。"
You can’t perform that action at this time.
0 commit comments