File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 7
7
# tomo, 2018
8
8
# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2019
9
9
# Osamu NAKAMURA, 2019
10
+ # Tetsuo Koyama <tkoyama010@gmail.com>, 2020
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 : 2020-02-09 18:48+0900\n "
17
18
"PO-Revision-Date : 2018-06-29 17:35+0000\n "
18
- "Last-Translator : Osamu NAKAMURA, 2019 \n "
19
+ "Last-Translator : Tetsuo Koyama <tkoyama010@gmail.com>, 2020 \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 "
@@ -145,6 +146,9 @@ msgid ""
145
146
"behavior of inheriting the current process' environment. It is passed "
146
147
"directly to :class:`Popen`."
147
148
msgstr ""
149
+ "*env* が ``None`` "
150
+ "以外の場合、これは新しいプロセスでの環境変数を定義します。デフォルトでは、子プロセスは現在のプロセスの環境変数を引き継ぎます。 "
151
+ ":class:`Popen` に直接渡されます。"
148
152
149
153
#: ../../library/subprocess.rst:83
150
154
msgid "Examples::"
@@ -358,7 +362,7 @@ msgstr ""
358
362
359
363
#: ../../library/subprocess.rst:281
360
364
msgid "Added *encoding* and *errors* parameters."
361
- msgstr ""
365
+ msgstr "*encoding* と *error* が引数に追加されました。 "
362
366
363
367
#: ../../library/subprocess.rst:286
364
368
msgid ""
Original file line number Diff line number Diff line change 5
5
#
6
6
# Translators:
7
7
# tomo, 2018
8
+ # Tetsuo Koyama <tkoyama010@gmail.com>, 2020
8
9
#
9
10
#, fuzzy
10
11
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
13
14
"Report-Msgid-Bugs-To : \n "
14
15
"POT-Creation-Date : 2020-02-09 18:48+0900\n "
15
16
"PO-Revision-Date : 2018-06-29 17:43+0000\n "
16
- "Last-Translator : tomo, 2018 \n "
17
+ "Last-Translator : Tetsuo Koyama <tkoyama010@gmail.com>, 2020 \n "
17
18
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
18
19
"MIME-Version : 1.0\n "
19
20
"Content-Type : text/plain; charset=UTF-8\n "
@@ -130,6 +131,9 @@ msgid ""
130
131
"notation (``^``), and an in-place version with the ungainly name "
131
132
":meth:`symmetric_difference_update`. ::"
132
133
msgstr ""
134
+ "2 つの集合の対称差 (symmetric difference) を取ることも出来ます。これは、union から intersection "
135
+ "を除いた全要素を取ります。別の言い方をすれば、対称差とは、正確に一つの集合だけに含まれる全要素、ということです。ほかと同じくビット演算子の記法 "
136
+ "(``^``) が使え、インプレイス版は見苦しい名前の :meth:`symmetric_difference_update` です::"
133
137
134
138
#: ../../whatsnew/2.3.rst:100
135
139
msgid ""
Original file line number Diff line number Diff line change @@ -4034,7 +4034,7 @@ msgstr "個別の提案は以下にリストしますが、全ての Python 2.7
4034
4034
4035
4035
#: ../../whatsnew/2.7.rst:2574
4036
4036
msgid "Two new environment variables for debug mode"
4037
- msgstr ""
4037
+ msgstr "デバッグモード用の2つの新しい環境変数 "
4038
4038
4039
4039
#: ../../whatsnew/2.7.rst:2576
4040
4040
msgid ""
You can’t perform that action at this time.
0 commit comments