File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 7
7
8
8
# Osamu NAKAMURA, 2019
9
9
# tomo, 2020
10
+ # yuhutuge, 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-03-31 13:23+0000\n "
17
18
"PO-Revision-Date : 2019-09-01 03:43+0000\n "
18
- "Last-Translator : tomo , 2020\n "
19
+ "Last-Translator : yuhutuge , 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 "
@@ -639,6 +640,7 @@ msgid ""
639
640
"an existing key does not change the order, however removing a key and re-"
640
641
"inserting it will add it to the end instead of keeping its old place."
641
642
msgstr ""
643
+ "辞書は挿入の順序を保持します。つまり、キーは辞書に追加された順番に生成されていきます。既存のキーを置き換えても、キーの順序は変わりません。キーを削除したのちに再挿入すると、元の場所ではなく辞書の最後に追加されます。"
642
644
643
645
#: ../../reference/datamodel.rst:428
644
646
msgid ""
@@ -660,6 +662,8 @@ msgid ""
660
662
"3.6. In CPython 3.6, insertion order was preserved, but it was considered an"
661
663
" implementation detail at that time rather than a language guarantee."
662
664
msgstr ""
665
+ "Pythonのバージョン3.6では、辞書は挿入順序を保持しませんでした。CPython "
666
+ "3.6では挿入順序は保持されましたが、それは策定された言語の仕様というより、その当時の実装の細部とみなされていました。"
663
667
664
668
#: ../../reference/datamodel.rst:704
665
669
msgid "Callable types"
Original file line number Diff line number Diff line change 5
5
#
6
6
# Translators:
7
7
# tomo, 2019
8
+ # yuhutuge, 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-03-28 13:19+0000\n "
15
16
"PO-Revision-Date : 2019-09-01 03:42+0000\n "
16
- "Last-Translator : tomo, 2019 \n "
17
+ "Last-Translator : yuhutuge, 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 "
@@ -548,6 +549,11 @@ msgid ""
548
549
"Python. *Any* use of ``__*__`` names, in any context, that does not follow "
549
550
"explicitly documented use, is subject to breakage without warning."
550
551
msgstr ""
552
+ "システムで定義された (system-defined) 名前です。非公式には\" dunder\" な名前と呼ばれます(訳注: double "
553
+ "underscoresの略)。これらの名前はインタプリタと (標準ライブラリを含む) 実装上で定義されています。 現行のシステムでの名前は "
554
+ ":ref:`specialnames` などで話題に挙げられています。 Python "
555
+ "の将来のバージョンではより多くの名前が定義されることになります。このドキュメントで明記されている用法に従わない、 *あらゆる* ``__*__`` "
556
+ "の名前は、いかなる文脈における利用でも、警告無く損害を引き起こすことがあります。 "
551
557
552
558
#: ../../reference/lexical_analysis.rst:391
553
559
msgid "``__*``"
You can’t perform that action at this time.
0 commit comments