77# 秘湯 <xwhhsprings@gmail.com>, 2019
88# Osamu NAKAMURA, 2019
99# tomo, 2020
10+ # yuhutuge, 2020
1011#
1112#, fuzzy
1213msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516"Report-Msgid-Bugs-To : \n "
1617"POT-Creation-Date : 2020-03-31 13:23+0000\n "
1718"PO-Revision-Date : 2019-09-01 03:43+0000\n "
18- "Last-Translator : tomo , 2020\n "
19+ "Last-Translator : yuhutuge , 2020\n "
1920"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
2021"MIME-Version : 1.0\n "
2122"Content-Type : text/plain; charset=UTF-8\n "
@@ -639,6 +640,7 @@ msgid ""
639640"an existing key does not change the order, however removing a key and re-"
640641"inserting it will add it to the end instead of keeping its old place."
641642msgstr ""
643+ "辞書は挿入の順序を保持します。つまり、キーは辞書に追加された順番に生成されていきます。既存のキーを置き換えても、キーの順序は変わりません。キーを削除したのちに再挿入すると、元の場所ではなく辞書の最後に追加されます。"
642644
643645#: ../../reference/datamodel.rst:428
644646msgid ""
@@ -660,6 +662,8 @@ msgid ""
660662"3.6. In CPython 3.6, insertion order was preserved, but it was considered an"
661663" implementation detail at that time rather than a language guarantee."
662664msgstr ""
665+ "Pythonのバージョン3.6では、辞書は挿入順序を保持しませんでした。CPython "
666+ "3.6では挿入順序は保持されましたが、それは策定された言語の仕様というより、その当時の実装の細部とみなされていました。"
663667
664668#: ../../reference/datamodel.rst:704
665669msgid "Callable types"
0 commit comments