@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version :Python 3.7\n "
13
13
"Report-Msgid-Bugs-To :\n "
14
- "POT-Creation-Date :2020-02-14 04:47 +0000\n "
14
+ "POT-Creation-Date :2020-03-28 13:19 +0000\n "
15
15
"PO-Revision-Date :2019-09-01 03:42+0000\n "
16
16
"Last-Translator :tomo, 2019\n "
17
17
"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -541,17 +541,13 @@ msgstr "``__*__``"
541
541
542
542
#: ../../reference/lexical_analysis.rst:379
543
543
msgid ""
544
- "System-defined names. These names are defined by the interpreter and its "
545
- "implementation (including the standard library). Current system names are "
546
- "discussed in the :ref:`specialnames` section and elsewhere. More will "
547
- "likely be defined in future versions of Python. *Any* use of ``__*__`` "
548
- "names, in any context, that does not follow explicitly documented use, is "
549
- "subject to breakage without warning."
550
- msgstr ""
551
- "システムで定義された (system-defined) 名前です。これらの名前はインタプリタと (標準ライブラリを含む) 実装上で定義されています; "
552
- "現行のシステムでの名前は :ref:`specialnames` などで話題に挙げられています。 Python "
553
- "の将来のバージョンではより多くの名前が定義されることになります。このドキュメントで明記されている用法に従わない、 *あらゆる* ``__*__`` "
554
- "の名前は、いかなる文脈における利用でも、警告無く損害を引き起こすことがあります。"
544
+ "System-defined names, informally known as\" dunder\" names. These names are "
545
+ "defined by the interpreter and its implementation (including the standard "
546
+ "library). Current system names are discussed in the :ref:`specialnames` "
547
+ "section and elsewhere. More will likely be defined in future versions of "
548
+ "Python. *Any* use of ``__*__`` names, in any context, that does not follow "
549
+ "explicitly documented use, is subject to breakage without warning."
550
+ msgstr ""
555
551
556
552
#: ../../reference/lexical_analysis.rst:391
557
553
msgid "``__*``"