File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ msgstr ""
9
9
"Project-Id-Version : Python 2.7\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2020-02-09 18:46+0900\n "
12
- "PO-Revision-Date : 2019-09-01 05:22 +0000\n "
13
- "Last-Translator : tomo \n "
12
+ "PO-Revision-Date : 2020-06-29 22:14 +0000\n "
13
+ "
Last-Translator :
Tetsuo Koyama <[email protected] > \n"
14
14
"Language-Team : Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
15
15
"MIME-Version : 1.0\n "
16
16
"Content-Type : text/plain; charset=UTF-8\n "
@@ -102,7 +102,7 @@ msgid ""
102
102
"elements that are in exactly one set. Again, there's an alternative "
103
103
"notation (``^``), and an in-place version with the ungainly name "
104
104
":meth:`symmetric_difference_update`. ::"
105
- msgstr ""
105
+ msgstr "2 つの集合の対称差 (symmetric difference) を取ることも出来ます。これは、union から intersection を除いた全要素を取ります。別の言い方をすれば、対称差とは、正確に一つの集合だけに含まれる全要素、ということです。ほかと同じくビット演算子の記法 (``^``) が使え、インプレイス版は見苦しい名前の :meth:`symmetric_difference_update` です:: "
106
106
107
107
#: ../../whatsnew/2.3.rst:100
108
108
msgid ""
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 2.7\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2020-02-09 18:46+0900\n "
14
- "PO-Revision-Date : 2020-06-28 12:10 +0000\n "
14
+ "PO-Revision-Date : 2020-06-30 01:23 +0000\n "
15
15
"
Last-Translator :
Tetsuo Koyama <[email protected] >\n "
16
16
"Language-Team : Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
17
17
"MIME-Version : 1.0\n "
@@ -3029,7 +3029,7 @@ msgstr "個別の提案は以下にリストしますが、全ての Python 2.7
3029
3029
3030
3030
#: ../../whatsnew/2.7.rst:2544
3031
3031
msgid "Two new environment variables for debug mode"
3032
- msgstr ""
3032
+ msgstr "デバッグモード用の2つの新しい環境変数 "
3033
3033
3034
3034
#: ../../whatsnew/2.7.rst:2546
3035
3035
msgid ""
You can’t perform that action at this time.
0 commit comments